ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 2178
Committed: Mon Jun 3 23:56:42 2013 UTC (13 years, 1 month ago) by michael
File size: 16751 byte(s)
Log Message:
- automake 1.13.3

File Contents

# User Rev Content
1 michael 2178 # Makefile.in generated by automake 1.13.3 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 2064 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5 michael 1425
6 michael 912 # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16 michael 2028
17 michael 912 VPATH = @srcdir@
18 michael 2064 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19     am__make_running_with_option = \
20     case $${target_option-} in \
21     ?) ;; \
22     *) echo "am__make_running_with_option: internal error: invalid" \
23     "target option '$${target_option-}' specified" >&2; \
24     exit 1;; \
25     esac; \
26     has_opt=no; \
27     sane_makeflags=$$MAKEFLAGS; \
28     if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30     else \
31 michael 1338 case $$MAKEFLAGS in \
32     *\\[\ \ ]*) \
33 michael 2064 bs=\\; \
34     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 michael 1338 esac; \
37 michael 2064 fi; \
38     skip_next=no; \
39     strip_trailopt () \
40     { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42     }; \
43     for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46     *=*|--*) continue;; \
47     -*I) strip_trailopt 'I'; skip_next=yes;; \
48     -*I?*) strip_trailopt 'I';; \
49     -*O) strip_trailopt 'O'; skip_next=yes;; \
50     -*O?*) strip_trailopt 'O';; \
51     -*l) strip_trailopt 'l'; skip_next=yes;; \
52     -*l?*) strip_trailopt 'l';; \
53     -[dEDm]) skip_next=yes;; \
54     -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57     *$$target_option*) has_opt=yes; break;; \
58     esac; \
59     done; \
60     test $$has_opt = yes
61     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
64 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
65 michael 912 pkglibdir = $(libdir)/@PACKAGE@
66 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68     install_sh_DATA = $(install_sh) -c -m 644
69     install_sh_PROGRAM = $(install_sh) -c
70     install_sh_SCRIPT = $(install_sh) -c
71     INSTALL_HEADER = $(INSTALL_DATA)
72     transform = $(program_transform_name)
73     NORMAL_INSTALL = :
74     PRE_INSTALL = :
75     POST_INSTALL = :
76     NORMAL_UNINSTALL = :
77     PRE_UNINSTALL = :
78     POST_UNINSTALL = :
79     build_triplet = @build@
80     host_triplet = @host@
81     subdir = help
82 michael 2028 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83     $(dist_helpf_DATA)
84 michael 912 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85     am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
86     $(top_srcdir)/configure.ac
87     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88     $(ACLOCAL_M4)
89     mkinstalldirs = $(install_sh) -d
90     CONFIG_HEADER = $(top_builddir)/config.h
91     CONFIG_CLEAN_FILES =
92 michael 945 CONFIG_CLEAN_VPATH_FILES =
93 michael 1720 AM_V_P = $(am__v_P_@AM_V@)
94     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
95     am__v_P_0 = false
96     am__v_P_1 = :
97     AM_V_GEN = $(am__v_GEN_@AM_V@)
98     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99     am__v_GEN_0 = @echo " GEN " $@;
100     am__v_GEN_1 =
101     AM_V_at = $(am__v_at_@AM_V@)
102     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
103     am__v_at_0 = @
104     am__v_at_1 =
105 michael 912 SOURCES =
106     DIST_SOURCES =
107 michael 1338 am__can_run_installinfo = \
108     case $$AM_UPDATE_INFO_DIR in \
109     n|no|NO) false;; \
110     *) (install-info --version) >/dev/null 2>&1;; \
111     esac
112 michael 2028 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113     am__vpath_adj = case $$p in \
114     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115     *) f=$$p;; \
116     esac;
117     am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
118     am__install_max = 40
119     am__nobase_strip_setup = \
120     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
121     am__nobase_strip = \
122     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123     am__nobase_list = $(am__nobase_strip_setup); \
124     for p in $$list; do echo "$$p $$p"; done | \
125     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
126     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127     if (++n[$$2] == $(am__install_max)) \
128     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
129     END { for (dir in files) print dir, files[dir] }'
130     am__base_list = \
131     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
132     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
133     am__uninstall_files_from_dir = { \
134     test -z "$$files" \
135     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
136     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
137     $(am__cd) "$$dir" && rm -f $$files; }; \
138     }
139     am__installdirs = "$(DESTDIR)$(helpfdir)"
140     DATA = $(dist_helpf_DATA)
141 michael 1720 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 michael 912 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143     ACLOCAL = @ACLOCAL@
144     AMTAR = @AMTAR@
145 michael 1720 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146 michael 912 AR = @AR@
147 michael 945 ARGZ_H = @ARGZ_H@
148 michael 912 AUTOCONF = @AUTOCONF@
149     AUTOHEADER = @AUTOHEADER@
150     AUTOMAKE = @AUTOMAKE@
151     AWK = @AWK@
152     CC = @CC@
153     CCDEPMODE = @CCDEPMODE@
154     CFLAGS = @CFLAGS@
155     CPP = @CPP@
156     CPPFLAGS = @CPPFLAGS@
157     CYGPATH_W = @CYGPATH_W@
158     DATADIR = @DATADIR@
159     DEFS = @DEFS@
160     DEPDIR = @DEPDIR@
161 michael 1106 DLLTOOL = @DLLTOOL@
162 db 941 DSYMUTIL = @DSYMUTIL@
163 michael 945 DUMPBIN = @DUMPBIN@
164 michael 912 ECHO_C = @ECHO_C@
165     ECHO_N = @ECHO_N@
166     ECHO_T = @ECHO_T@
167     EGREP = @EGREP@
168     EXEEXT = @EXEEXT@
169 michael 945 FGREP = @FGREP@
170 michael 912 GREP = @GREP@
171     INCLTDL = @INCLTDL@
172     INSTALL = @INSTALL@
173     INSTALL_DATA = @INSTALL_DATA@
174     INSTALL_PROGRAM = @INSTALL_PROGRAM@
175     INSTALL_SCRIPT = @INSTALL_SCRIPT@
176     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177 michael 945 LD = @LD@
178 michael 912 LDFLAGS = @LDFLAGS@
179     LEX = @LEX@
180     LEXLIB = @LEXLIB@
181     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
182 michael 945 LIBADD_DL = @LIBADD_DL@
183     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
184     LIBADD_DLOPEN = @LIBADD_DLOPEN@
185     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
186 michael 912 LIBDIR = @LIBDIR@
187     LIBLTDL = @LIBLTDL@
188     LIBOBJS = @LIBOBJS@
189     LIBS = @LIBS@
190     LIBTOOL = @LIBTOOL@
191 michael 945 LIPO = @LIPO@
192 michael 912 LN_S = @LN_S@
193     LOCALSTATEDIR = @LOCALSTATEDIR@
194 michael 945 LTDLDEPS = @LTDLDEPS@
195     LTDLINCL = @LTDLINCL@
196     LTDLOPEN = @LTDLOPEN@
197 michael 912 LTLIBOBJS = @LTLIBOBJS@
198 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
199     LT_DLLOADERS = @LT_DLLOADERS@
200     LT_DLPREOPEN = @LT_DLPREOPEN@
201 michael 912 MAINT = @MAINT@
202     MAKEINFO = @MAKEINFO@
203 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
204 michael 912 MKDIR_P = @MKDIR_P@
205 michael 945 NM = @NM@
206 db 941 NMEDIT = @NMEDIT@
207 michael 945 OBJDUMP = @OBJDUMP@
208 michael 912 OBJEXT = @OBJEXT@
209 michael 945 OTOOL = @OTOOL@
210     OTOOL64 = @OTOOL64@
211 michael 912 PACKAGE = @PACKAGE@
212     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213     PACKAGE_NAME = @PACKAGE_NAME@
214     PACKAGE_STRING = @PACKAGE_STRING@
215     PACKAGE_TARNAME = @PACKAGE_TARNAME@
216 michael 967 PACKAGE_URL = @PACKAGE_URL@
217 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
218     PATH_SEPARATOR = @PATH_SEPARATOR@
219     PREFIX = @PREFIX@
220     RANLIB = @RANLIB@
221     SED = @SED@
222     SET_MAKE = @SET_MAKE@
223     SHELL = @SHELL@
224     STRIP = @STRIP@
225     SYSCONFDIR = @SYSCONFDIR@
226     VERSION = @VERSION@
227     YACC = @YACC@
228     YFLAGS = @YFLAGS@
229     abs_builddir = @abs_builddir@
230     abs_srcdir = @abs_srcdir@
231     abs_top_builddir = @abs_top_builddir@
232     abs_top_srcdir = @abs_top_srcdir@
233 michael 1106 ac_ct_AR = @ac_ct_AR@
234 michael 912 ac_ct_CC = @ac_ct_CC@
235 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236 michael 912 am__include = @am__include@
237     am__leading_dot = @am__leading_dot@
238     am__quote = @am__quote@
239     am__tar = @am__tar@
240     am__untar = @am__untar@
241     bindir = @bindir@
242     build = @build@
243     build_alias = @build_alias@
244     build_cpu = @build_cpu@
245     build_os = @build_os@
246     build_vendor = @build_vendor@
247     builddir = @builddir@
248     datadir = @datadir@
249     datarootdir = @datarootdir@
250     docdir = @docdir@
251     dvidir = @dvidir@
252     exec_prefix = @exec_prefix@
253     host = @host@
254     host_alias = @host_alias@
255     host_cpu = @host_cpu@
256     host_os = @host_os@
257     host_vendor = @host_vendor@
258     htmldir = @htmldir@
259     includedir = @includedir@
260     infodir = @infodir@
261     install_sh = @install_sh@
262     libdir = @libdir@
263     libexecdir = @libexecdir@
264     localedir = @localedir@
265     localstatedir = @localstatedir@
266 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
267     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
268 michael 912 mandir = @mandir@
269 michael 1462 mkdir_p = @mkdir_p@
270 michael 912 oldincludedir = @oldincludedir@
271     pdfdir = @pdfdir@
272     prefix = @prefix@
273     program_transform_name = @program_transform_name@
274     psdir = @psdir@
275     sbindir = @sbindir@
276     sharedstatedir = @sharedstatedir@
277     srcdir = @srcdir@
278 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
279 michael 912 sysconfdir = @sysconfdir@
280     target_alias = @target_alias@
281 db 941 top_build_prefix = @top_build_prefix@
282 michael 912 top_builddir = @top_builddir@
283     top_srcdir = @top_srcdir@
284     AUTOMAKE_OPTIONS = foreign
285 michael 2028 helpfdir = $(pkgdatadir)/help
286 michael 2040 dist_helpf_DATA = accept \
287     admin \
288     away \
289     capab \
290     challenge \
291     close \
292     cmode \
293     connect \
294     die \
295     dline \
296     eob \
297     error \
298     etrace \
299     gline \
300     gungline \
301     hash \
302     help \
303     index \
304     info \
305     invite \
306     ison \
307     join \
308     kick \
309     kill \
310     kline \
311     knock \
312     links \
313     list \
314     locops \
315     lusers \
316     map \
317     module \
318     motd \
319     names \
320     nick \
321     notice \
322     oper \
323     operwall \
324     part \
325     pass \
326     ping \
327     pong \
328     post \
329     privmsg \
330     quit \
331     rehash \
332     restart \
333     resv \
334     server \
335     set \
336     sjoin \
337     squit \
338     stats \
339     svinfo \
340     time \
341     topic \
342     trace \
343     umode \
344     undline \
345     unkline \
346     unresv \
347     unxline \
348     user \
349     userhost \
350     users \
351     version \
352     wallops \
353     who \
354     whois \
355     whowas \
356     xline
357 michael 912
358 michael 2028 all: all-am
359    
360 michael 912 .SUFFIXES:
361     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
362     @for dep in $?; do \
363     case '$(am__configure_deps)' in \
364     *$$dep*) \
365 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366     && { if test -f $@; then exit 0; else break; fi; }; \
367 michael 912 exit 1;; \
368     esac; \
369     done; \
370 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
371     $(am__cd) $(top_srcdir) && \
372     $(AUTOMAKE) --foreign help/Makefile
373 michael 912 .PRECIOUS: Makefile
374     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375     @case '$?' in \
376     *config.status*) \
377     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378     *) \
379     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381     esac;
382    
383     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385    
386     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
387     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
389     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 michael 945 $(am__aclocal_m4_deps):
391 michael 912
392     mostlyclean-libtool:
393     -rm -f *.lo
394    
395     clean-libtool:
396     -rm -rf .libs _libs
397 michael 2028 install-dist_helpfDATA: $(dist_helpf_DATA)
398     @$(NORMAL_INSTALL)
399     @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
400     if test -n "$$list"; then \
401     echo " $(MKDIR_P) '$(DESTDIR)$(helpfdir)'"; \
402     $(MKDIR_P) "$(DESTDIR)$(helpfdir)" || exit 1; \
403 michael 912 fi; \
404 michael 2028 for p in $$list; do \
405     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
406     echo "$$d$$p"; \
407     done | $(am__base_list) | \
408     while read files; do \
409     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpfdir)'"; \
410     $(INSTALL_DATA) $$files "$(DESTDIR)$(helpfdir)" || exit $$?; \
411     done
412 michael 1720
413 michael 2028 uninstall-dist_helpfDATA:
414     @$(NORMAL_UNINSTALL)
415     @list='$(dist_helpf_DATA)'; test -n "$(helpfdir)" || list=; \
416     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
417     dir='$(DESTDIR)$(helpfdir)'; $(am__uninstall_files_from_dir)
418     tags TAGS:
419 michael 912
420 michael 2028 ctags CTAGS:
421 michael 912
422 michael 2028 cscope cscopelist:
423 michael 1373
424 michael 912
425     distdir: $(DISTFILES)
426     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428     list='$(DISTFILES)'; \
429     dist_files=`for file in $$list; do echo $$file; done | \
430     sed -e "s|^$$srcdirstrip/||;t" \
431     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
432     case $$dist_files in \
433     */*) $(MKDIR_P) `echo "$$dist_files" | \
434     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
435     sort -u` ;; \
436     esac; \
437     for file in $$dist_files; do \
438     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
439     if test -d $$d/$$file; then \
440     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
441 michael 945 if test -d "$(distdir)/$$file"; then \
442     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443     fi; \
444 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
445 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
446     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447 michael 912 fi; \
448 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
449 michael 912 else \
450 michael 945 test -f "$(distdir)/$$file" \
451     || cp -p $$d/$$file "$(distdir)/$$file" \
452 michael 912 || exit 1; \
453     fi; \
454     done
455 michael 2028 check-am: all-am
456     check: check-am
457     all-am: Makefile $(DATA)
458     installdirs:
459     for dir in "$(DESTDIR)$(helpfdir)"; do \
460     test -z "$$dir" || $(MKDIR_P) "$$dir"; \
461 michael 912 done
462 michael 2028 install: install-am
463     install-exec: install-exec-am
464     install-data: install-data-am
465     uninstall: uninstall-am
466 michael 912
467     install-am: all-am
468     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
469    
470 michael 2028 installcheck: installcheck-am
471 michael 912 install-strip:
472 michael 1257 if test -z '$(STRIP)'; then \
473     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475     install; \
476     else \
477     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
478     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
479     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
480     fi
481 michael 912 mostlyclean-generic:
482    
483     clean-generic:
484    
485     distclean-generic:
486     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
487 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
488 michael 912
489     maintainer-clean-generic:
490     @echo "This command is intended for maintainers to use"
491     @echo "it deletes files that may require special tools to rebuild."
492 michael 2028 clean: clean-am
493 michael 912
494     clean-am: clean-generic clean-libtool mostlyclean-am
495    
496 michael 2028 distclean: distclean-am
497 michael 912 -rm -f Makefile
498 michael 2028 distclean-am: clean-am distclean-generic
499 michael 912
500 michael 2028 dvi: dvi-am
501 michael 912
502     dvi-am:
503    
504 michael 2028 html: html-am
505 michael 912
506 michael 945 html-am:
507    
508 michael 2028 info: info-am
509 michael 912
510     info-am:
511    
512 michael 2028 install-data-am: install-dist_helpfDATA
513 michael 912
514 michael 2028 install-dvi: install-dvi-am
515 michael 912
516 michael 945 install-dvi-am:
517    
518 michael 912 install-exec-am:
519    
520 michael 2028 install-html: install-html-am
521 michael 912
522 michael 945 install-html-am:
523    
524 michael 2028 install-info: install-info-am
525 michael 912
526 michael 945 install-info-am:
527    
528 michael 912 install-man:
529    
530 michael 2028 install-pdf: install-pdf-am
531 michael 912
532 michael 945 install-pdf-am:
533    
534 michael 2028 install-ps: install-ps-am
535 michael 912
536 michael 945 install-ps-am:
537    
538 michael 912 installcheck-am:
539    
540 michael 2028 maintainer-clean: maintainer-clean-am
541 michael 912 -rm -f Makefile
542     maintainer-clean-am: distclean-am maintainer-clean-generic
543    
544 michael 2028 mostlyclean: mostlyclean-am
545 michael 912
546     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
547    
548 michael 2028 pdf: pdf-am
549 michael 912
550     pdf-am:
551    
552 michael 2028 ps: ps-am
553 michael 912
554     ps-am:
555    
556 michael 2028 uninstall-am: uninstall-dist_helpfDATA
557 michael 912
558 michael 2028 .MAKE: install-am install-strip
559 michael 912
560 michael 2028 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
561     cscopelist-am ctags-am distclean distclean-generic \
562     distclean-libtool distdir dvi dvi-am html html-am info info-am \
563     install install-am install-data install-data-am \
564     install-dist_helpfDATA install-dvi install-dvi-am install-exec \
565     install-exec-am install-html install-html-am install-info \
566     install-info-am install-man install-pdf install-pdf-am \
567     install-ps install-ps-am install-strip installcheck \
568     installcheck-am installdirs maintainer-clean \
569     maintainer-clean-generic mostlyclean mostlyclean-generic \
570     mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
571     uninstall-am uninstall-dist_helpfDATA
572 michael 912
573 michael 945
574 michael 2028 helpf: $(dist_helpf_DATA)
575    
576 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
577     # Otherwise a system limit (for SysV at least) may be exceeded.
578     .NOEXPORT: