ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help/Makefile.in
Revision: 1155
Committed: Tue Aug 9 20:27:45 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid/help/Makefile.in
File size: 17389 byte(s)
Log Message:
- recreate "trunk"

File Contents

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