ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help/Makefile.in
Revision: 4980
Committed: Fri Dec 5 14:30:16 2014 UTC (11 years, 7 months ago) by michael
File size: 17425 byte(s)
Log Message:
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

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