ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 1462
Committed: Fri Jul 13 19:27:24 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/help/Makefile.in
File size: 17910 byte(s)
Log Message:
- automake 1.12.2

File Contents

# User Rev Content
1 michael 1462 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 1425 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5    
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     VPATH = @srcdir@
17 michael 1338 am__make_dryrun = \
18     { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21     *\\[\ \ ]*) \
22     echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23     | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24     *) \
25     for am__flg in $$MAKEFLAGS; do \
26     case $$am__flg in \
27     *=*|--*) ;; \
28     *n*) am__dry=yes; break;; \
29     esac; \
30     done;; \
31     esac; \
32     test $$am__dry = yes; \
33     }
34 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
35 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
36 michael 912 pkglibdir = $(libdir)/@PACKAGE@
37 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39     install_sh_DATA = $(install_sh) -c -m 644
40     install_sh_PROGRAM = $(install_sh) -c
41     install_sh_SCRIPT = $(install_sh) -c
42     INSTALL_HEADER = $(INSTALL_DATA)
43     transform = $(program_transform_name)
44     NORMAL_INSTALL = :
45     PRE_INSTALL = :
46     POST_INSTALL = :
47     NORMAL_UNINSTALL = :
48     PRE_UNINSTALL = :
49     POST_UNINSTALL = :
50     build_triplet = @build@
51     host_triplet = @host@
52     subdir = help
53     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55     am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
56     $(top_srcdir)/configure.ac
57     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58     $(ACLOCAL_M4)
59     mkinstalldirs = $(install_sh) -d
60     CONFIG_HEADER = $(top_builddir)/config.h
61     CONFIG_CLEAN_FILES =
62 michael 945 CONFIG_CLEAN_VPATH_FILES =
63 michael 912 SOURCES =
64     DIST_SOURCES =
65     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66     html-recursive info-recursive install-data-recursive \
67     install-dvi-recursive install-exec-recursive \
68     install-html-recursive install-info-recursive \
69     install-pdf-recursive install-ps-recursive install-recursive \
70     installcheck-recursive installdirs-recursive pdf-recursive \
71     ps-recursive uninstall-recursive
72 michael 1338 am__can_run_installinfo = \
73     case $$AM_UPDATE_INFO_DIR in \
74     n|no|NO) false;; \
75     *) (install-info --version) >/dev/null 2>&1;; \
76     esac
77 michael 912 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78     distclean-recursive maintainer-clean-recursive
79 michael 945 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
81     distdir
82 michael 912 ETAGS = etags
83     CTAGS = ctags
84     DIST_SUBDIRS = $(SUBDIRS)
85     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 michael 945 am__relativize = \
87     dir0=`pwd`; \
88     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89     sed_rest='s,^[^/]*/*,,'; \
90     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91     sed_butlast='s,/*[^/]*$$,,'; \
92     while test -n "$$dir1"; do \
93     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94     if test "$$first" != "."; then \
95     if test "$$first" = ".."; then \
96     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98     else \
99     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100     if test "$$first2" = "$$first"; then \
101     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102     else \
103     dir2="../$$dir2"; \
104     fi; \
105     dir0="$$dir0"/"$$first"; \
106     fi; \
107     fi; \
108     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109     done; \
110     reldir="$$dir2"
111 michael 912 ACLOCAL = @ACLOCAL@
112     AMTAR = @AMTAR@
113     AR = @AR@
114 michael 945 ARGZ_H = @ARGZ_H@
115 michael 912 AUTOCONF = @AUTOCONF@
116     AUTOHEADER = @AUTOHEADER@
117     AUTOMAKE = @AUTOMAKE@
118     AWK = @AWK@
119     CC = @CC@
120     CCDEPMODE = @CCDEPMODE@
121     CFLAGS = @CFLAGS@
122     CPP = @CPP@
123     CPPFLAGS = @CPPFLAGS@
124     CYGPATH_W = @CYGPATH_W@
125     DATADIR = @DATADIR@
126     DEFS = @DEFS@
127     DEPDIR = @DEPDIR@
128 michael 1106 DLLTOOL = @DLLTOOL@
129 db 941 DSYMUTIL = @DSYMUTIL@
130 michael 945 DUMPBIN = @DUMPBIN@
131 michael 912 ECHO_C = @ECHO_C@
132     ECHO_N = @ECHO_N@
133     ECHO_T = @ECHO_T@
134     EGREP = @EGREP@
135     EXEEXT = @EXEEXT@
136 michael 945 FGREP = @FGREP@
137 michael 912 GREP = @GREP@
138     INCLTDL = @INCLTDL@
139     INSTALL = @INSTALL@
140     INSTALL_DATA = @INSTALL_DATA@
141     INSTALL_PROGRAM = @INSTALL_PROGRAM@
142     INSTALL_SCRIPT = @INSTALL_SCRIPT@
143     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 michael 945 LD = @LD@
145 michael 912 LDFLAGS = @LDFLAGS@
146     LEX = @LEX@
147     LEXLIB = @LEXLIB@
148     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
149 michael 945 LIBADD_DL = @LIBADD_DL@
150     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
151     LIBADD_DLOPEN = @LIBADD_DLOPEN@
152     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
153 michael 912 LIBDIR = @LIBDIR@
154     LIBLTDL = @LIBLTDL@
155     LIBOBJS = @LIBOBJS@
156     LIBS = @LIBS@
157     LIBTOOL = @LIBTOOL@
158 michael 945 LIPO = @LIPO@
159 michael 912 LN_S = @LN_S@
160     LOCALSTATEDIR = @LOCALSTATEDIR@
161 michael 945 LTDLDEPS = @LTDLDEPS@
162     LTDLINCL = @LTDLINCL@
163     LTDLOPEN = @LTDLOPEN@
164 michael 912 LTLIBOBJS = @LTLIBOBJS@
165 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
166     LT_DLLOADERS = @LT_DLLOADERS@
167     LT_DLPREOPEN = @LT_DLPREOPEN@
168 michael 912 MAINT = @MAINT@
169     MAKEINFO = @MAKEINFO@
170 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
171 michael 912 MKDIR_P = @MKDIR_P@
172 michael 945 NM = @NM@
173 db 941 NMEDIT = @NMEDIT@
174 michael 945 OBJDUMP = @OBJDUMP@
175 michael 912 OBJEXT = @OBJEXT@
176 michael 945 OTOOL = @OTOOL@
177     OTOOL64 = @OTOOL64@
178 michael 912 PACKAGE = @PACKAGE@
179     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180     PACKAGE_NAME = @PACKAGE_NAME@
181     PACKAGE_STRING = @PACKAGE_STRING@
182     PACKAGE_TARNAME = @PACKAGE_TARNAME@
183 michael 967 PACKAGE_URL = @PACKAGE_URL@
184 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
185     PATH_SEPARATOR = @PATH_SEPARATOR@
186     PREFIX = @PREFIX@
187     RANLIB = @RANLIB@
188     SED = @SED@
189     SET_MAKE = @SET_MAKE@
190     SHELL = @SHELL@
191     STRIP = @STRIP@
192     SYSCONFDIR = @SYSCONFDIR@
193     VERSION = @VERSION@
194     YACC = @YACC@
195     YFLAGS = @YFLAGS@
196     abs_builddir = @abs_builddir@
197     abs_srcdir = @abs_srcdir@
198     abs_top_builddir = @abs_top_builddir@
199     abs_top_srcdir = @abs_top_srcdir@
200 michael 1106 ac_ct_AR = @ac_ct_AR@
201 michael 912 ac_ct_CC = @ac_ct_CC@
202 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203 michael 912 am__include = @am__include@
204     am__leading_dot = @am__leading_dot@
205     am__quote = @am__quote@
206     am__tar = @am__tar@
207     am__untar = @am__untar@
208     bindir = @bindir@
209     build = @build@
210     build_alias = @build_alias@
211     build_cpu = @build_cpu@
212     build_os = @build_os@
213     build_vendor = @build_vendor@
214     builddir = @builddir@
215     datadir = @datadir@
216     datarootdir = @datarootdir@
217     docdir = @docdir@
218     dvidir = @dvidir@
219     exec_prefix = @exec_prefix@
220     host = @host@
221     host_alias = @host_alias@
222     host_cpu = @host_cpu@
223     host_os = @host_os@
224     host_vendor = @host_vendor@
225     htmldir = @htmldir@
226     includedir = @includedir@
227     infodir = @infodir@
228     install_sh = @install_sh@
229     libdir = @libdir@
230     libexecdir = @libexecdir@
231     localedir = @localedir@
232     localstatedir = @localstatedir@
233 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
234     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
235 michael 912 mandir = @mandir@
236 michael 1462 mkdir_p = @mkdir_p@
237 michael 912 oldincludedir = @oldincludedir@
238     pdfdir = @pdfdir@
239     prefix = @prefix@
240     program_transform_name = @program_transform_name@
241     psdir = @psdir@
242     sbindir = @sbindir@
243     sharedstatedir = @sharedstatedir@
244     srcdir = @srcdir@
245 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
246 michael 912 sysconfdir = @sysconfdir@
247     target_alias = @target_alias@
248 db 941 top_build_prefix = @top_build_prefix@
249 michael 912 top_builddir = @top_builddir@
250     top_srcdir = @top_srcdir@
251     AUTOMAKE_OPTIONS = foreign
252     SUBDIRS = opers users
253     all: all-recursive
254    
255     .SUFFIXES:
256     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
257     @for dep in $?; do \
258     case '$(am__configure_deps)' in \
259     *$$dep*) \
260 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
261     && { if test -f $@; then exit 0; else break; fi; }; \
262 michael 912 exit 1;; \
263     esac; \
264     done; \
265 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
266     $(am__cd) $(top_srcdir) && \
267     $(AUTOMAKE) --foreign help/Makefile
268 michael 912 .PRECIOUS: Makefile
269     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270     @case '$?' in \
271     *config.status*) \
272     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
273     *) \
274     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
275     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
276     esac;
277    
278     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280    
281     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 michael 945 $(am__aclocal_m4_deps):
286 michael 912
287     mostlyclean-libtool:
288     -rm -f *.lo
289    
290     clean-libtool:
291     -rm -rf .libs _libs
292    
293     # This directory's subdirectories are mostly independent; you can cd
294 michael 1373 # into them and run 'make' without going through this Makefile.
295     # To change the values of 'make' variables: instead of editing Makefiles,
296     # (1) if the variable is set in 'config.status', edit 'config.status'
297     # (which will cause the Makefiles to be regenerated when you run 'make');
298     # (2) otherwise, pass the desired values on the 'make' command line.
299 michael 1462 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
300 michael 1043 @fail= failcom='exit 1'; \
301 michael 912 for f in x $$MAKEFLAGS; do \
302     case $$f in \
303     *=* | --[!k]*);; \
304     *k*) failcom='fail=yes';; \
305     esac; \
306     done; \
307     dot_seen=no; \
308     target=`echo $@ | sed s/-recursive//`; \
309 michael 1462 case "$@" in \
310     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311     *) list='$(SUBDIRS)' ;; \
312     esac; \
313     for subdir in $$list; do \
314 michael 912 echo "Making $$target in $$subdir"; \
315     if test "$$subdir" = "."; then \
316     dot_seen=yes; \
317     local_target="$$target-am"; \
318     else \
319     local_target="$$target"; \
320     fi; \
321 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322 michael 912 || eval $$failcom; \
323     done; \
324     if test "$$dot_seen" = "no"; then \
325     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326     fi; test -z "$$fail"
327     tags-recursive:
328     list='$(SUBDIRS)'; for subdir in $$list; do \
329 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
330 michael 912 done
331     ctags-recursive:
332     list='$(SUBDIRS)'; for subdir in $$list; do \
333 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334 michael 912 done
335 michael 1373 cscopelist-recursive:
336     list='$(SUBDIRS)'; for subdir in $$list; do \
337     test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
338     done
339 michael 912
340     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342     unique=`for i in $$list; do \
343     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344     done | \
345 michael 945 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 db 941 END { if (nonempty) { for (i in files) print i; }; }'`; \
347 michael 912 mkid -fID $$unique
348     tags: TAGS
349    
350     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
351     $(TAGS_FILES) $(LISP)
352 michael 945 set x; \
353 michael 912 here=`pwd`; \
354     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
355     include_option=--etags-include; \
356     empty_fix=.; \
357     else \
358     include_option=--include; \
359     empty_fix=; \
360     fi; \
361     list='$(SUBDIRS)'; for subdir in $$list; do \
362     if test "$$subdir" = .; then :; else \
363     test ! -f $$subdir/TAGS || \
364 michael 945 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
365 michael 912 fi; \
366     done; \
367     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368     unique=`for i in $$list; do \
369     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370     done | \
371 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372     END { if (nonempty) { for (i in files) print i; }; }'`; \
373 michael 945 shift; \
374     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375 michael 912 test -n "$$unique" || unique=$$empty_fix; \
376 michael 945 if test $$# -gt 0; then \
377     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378     "$$@" $$unique; \
379     else \
380     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381     $$unique; \
382     fi; \
383 michael 912 fi
384     ctags: CTAGS
385     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
386     $(TAGS_FILES) $(LISP)
387     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388     unique=`for i in $$list; do \
389     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390     done | \
391 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392     END { if (nonempty) { for (i in files) print i; }; }'`; \
393 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
394 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395 michael 945 $$unique
396 michael 912
397     GTAGS:
398     here=`$(am__cd) $(top_builddir) && pwd` \
399 michael 945 && $(am__cd) $(top_srcdir) \
400     && gtags -i $(GTAGS_ARGS) "$$here"
401 michael 912
402 michael 1373 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
403     list='$(SOURCES) $(HEADERS) $(LISP)'; \
404     case "$(srcdir)" in \
405     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
406     *) sdir=$(subdir)/$(srcdir) ;; \
407     esac; \
408     for i in $$list; do \
409     if test -f "$$i"; then \
410     echo "$(subdir)/$$i"; \
411     else \
412     echo "$$sdir/$$i"; \
413     fi; \
414     done >> $(top_builddir)/cscope.files
415    
416 michael 912 distclean-tags:
417     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418    
419     distdir: $(DISTFILES)
420     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422     list='$(DISTFILES)'; \
423     dist_files=`for file in $$list; do echo $$file; done | \
424     sed -e "s|^$$srcdirstrip/||;t" \
425     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426     case $$dist_files in \
427     */*) $(MKDIR_P) `echo "$$dist_files" | \
428     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429     sort -u` ;; \
430     esac; \
431     for file in $$dist_files; do \
432     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433     if test -d $$d/$$file; then \
434     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435 michael 945 if test -d "$(distdir)/$$file"; then \
436     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437     fi; \
438 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441 michael 912 fi; \
442 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443 michael 912 else \
444 michael 945 test -f "$(distdir)/$$file" \
445     || cp -p $$d/$$file "$(distdir)/$$file" \
446 michael 912 || exit 1; \
447     fi; \
448     done
449 michael 945 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450 michael 912 if test "$$subdir" = .; then :; else \
451 michael 1338 $(am__make_dryrun) \
452     || test -d "$(distdir)/$$subdir" \
453     || $(MKDIR_P) "$(distdir)/$$subdir" \
454     || exit 1; \
455 michael 945 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
456     $(am__relativize); \
457     new_distdir=$$reldir; \
458     dir1=$$subdir; dir2="$(top_distdir)"; \
459     $(am__relativize); \
460     new_top_distdir=$$reldir; \
461     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
462     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
463     ($(am__cd) $$subdir && \
464 michael 912 $(MAKE) $(AM_MAKEFLAGS) \
465 michael 945 top_distdir="$$new_top_distdir" \
466     distdir="$$new_distdir" \
467 michael 912 am__remove_distdir=: \
468     am__skip_length_check=: \
469 michael 945 am__skip_mode_fix=: \
470 michael 912 distdir) \
471     || exit 1; \
472     fi; \
473     done
474     check-am: all-am
475     check: check-recursive
476     all-am: Makefile
477     installdirs: installdirs-recursive
478     installdirs-am:
479     install: install-recursive
480     install-exec: install-exec-recursive
481     install-data: install-data-recursive
482     uninstall: uninstall-recursive
483    
484     install-am: all-am
485     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
486    
487     installcheck: installcheck-recursive
488     install-strip:
489 michael 1257 if test -z '$(STRIP)'; then \
490     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492     install; \
493     else \
494     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
497     fi
498 michael 912 mostlyclean-generic:
499    
500     clean-generic:
501    
502     distclean-generic:
503     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
504 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
505 michael 912
506     maintainer-clean-generic:
507     @echo "This command is intended for maintainers to use"
508     @echo "it deletes files that may require special tools to rebuild."
509     clean: clean-recursive
510    
511     clean-am: clean-generic clean-libtool mostlyclean-am
512    
513     distclean: distclean-recursive
514     -rm -f Makefile
515     distclean-am: clean-am distclean-generic distclean-tags
516    
517     dvi: dvi-recursive
518    
519     dvi-am:
520    
521     html: html-recursive
522    
523 michael 945 html-am:
524    
525 michael 912 info: info-recursive
526    
527     info-am:
528    
529     install-data-am:
530    
531     install-dvi: install-dvi-recursive
532    
533 michael 945 install-dvi-am:
534    
535 michael 912 install-exec-am:
536    
537     install-html: install-html-recursive
538    
539 michael 945 install-html-am:
540    
541 michael 912 install-info: install-info-recursive
542    
543 michael 945 install-info-am:
544    
545 michael 912 install-man:
546    
547     install-pdf: install-pdf-recursive
548    
549 michael 945 install-pdf-am:
550    
551 michael 912 install-ps: install-ps-recursive
552    
553 michael 945 install-ps-am:
554    
555 michael 912 installcheck-am:
556    
557     maintainer-clean: maintainer-clean-recursive
558     -rm -f Makefile
559     maintainer-clean-am: distclean-am maintainer-clean-generic
560    
561     mostlyclean: mostlyclean-recursive
562    
563     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
564    
565     pdf: pdf-recursive
566    
567     pdf-am:
568    
569     ps: ps-recursive
570    
571     ps-am:
572    
573     uninstall-am:
574    
575 michael 1373 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
576     cscopelist-recursive ctags-recursive install-am install-strip \
577     tags-recursive
578 michael 912
579     .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
580     all all-am check check-am clean clean-generic clean-libtool \
581 michael 1373 cscopelist cscopelist-recursive ctags ctags-recursive \
582     distclean distclean-generic distclean-libtool distclean-tags \
583     distdir dvi dvi-am html html-am info info-am install \
584     install-am install-data install-data-am install-dvi \
585     install-dvi-am install-exec install-exec-am install-html \
586     install-html-am install-info install-info-am install-man \
587     install-pdf install-pdf-am install-ps install-ps-am \
588     install-strip installcheck installcheck-am installdirs \
589     installdirs-am maintainer-clean maintainer-clean-generic \
590     mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
591     ps ps-am tags tags-recursive uninstall uninstall-am
592 michael 912
593 michael 945
594 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
595     # Otherwise a system limit (for SysV at least) may be exceeded.
596     .NOEXPORT: