ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 7108
Committed: Sat Jan 23 20:18:10 2016 UTC (9 years, 7 months ago) by michael
File size: 17505 byte(s)
Log Message:
- autoreconf

File Contents

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