ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 4364
Committed: Sat Aug 2 22:23:25 2014 UTC (11 years ago) by michael
File size: 17337 byte(s)
Log Message:
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4

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