ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 2722
Committed: Wed Dec 25 13:50:27 2013 UTC (11 years, 8 months ago) by michael
File size: 17206 byte(s)
Log Message:
- automake 1.14.1

File Contents

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