ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
Revision: 1338
Committed: Thu Apr 5 11:05:48 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/help/Makefile.in
File size: 18095 byte(s)
Log Message:
- automake 1.11.4

File Contents

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