ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/help/Makefile.in
Revision: 1425
Committed: Wed Jun 6 08:44:22 2012 UTC (14 years, 1 month ago) by michael
File size: 18574 byte(s)
Log Message:
- automake 1.12.1 & bison 2.5.1

File Contents

# User Rev Content
1 michael 1425 # Makefile.in generated by automake 1.12.1 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     oldincludedir = @oldincludedir@
237     pdfdir = @pdfdir@
238     prefix = @prefix@
239     program_transform_name = @program_transform_name@
240     psdir = @psdir@
241     sbindir = @sbindir@
242     sharedstatedir = @sharedstatedir@
243     srcdir = @srcdir@
244 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
245 michael 912 sysconfdir = @sysconfdir@
246     target_alias = @target_alias@
247 db 941 top_build_prefix = @top_build_prefix@
248 michael 912 top_builddir = @top_builddir@
249     top_srcdir = @top_srcdir@
250     AUTOMAKE_OPTIONS = foreign
251     SUBDIRS = opers users
252     all: all-recursive
253    
254     .SUFFIXES:
255     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
256     @for dep in $?; do \
257     case '$(am__configure_deps)' in \
258     *$$dep*) \
259 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260     && { if test -f $@; then exit 0; else break; fi; }; \
261 michael 912 exit 1;; \
262     esac; \
263     done; \
264 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
265     $(am__cd) $(top_srcdir) && \
266     $(AUTOMAKE) --foreign help/Makefile
267 michael 912 .PRECIOUS: Makefile
268     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269     @case '$?' in \
270     *config.status*) \
271     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272     *) \
273     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275     esac;
276    
277     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279    
280     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 michael 945 $(am__aclocal_m4_deps):
285 michael 912
286     mostlyclean-libtool:
287     -rm -f *.lo
288    
289     clean-libtool:
290     -rm -rf .libs _libs
291    
292     # This directory's subdirectories are mostly independent; you can cd
293 michael 1373 # into them and run 'make' without going through this Makefile.
294     # To change the values of 'make' variables: instead of editing Makefiles,
295     # (1) if the variable is set in 'config.status', edit 'config.status'
296     # (which will cause the Makefiles to be regenerated when you run 'make');
297     # (2) otherwise, pass the desired values on the 'make' command line.
298 michael 912 $(RECURSIVE_TARGETS):
299 michael 1043 @fail= failcom='exit 1'; \
300 michael 912 for f in x $$MAKEFLAGS; do \
301     case $$f in \
302     *=* | --[!k]*);; \
303     *k*) failcom='fail=yes';; \
304     esac; \
305     done; \
306     dot_seen=no; \
307     target=`echo $@ | sed s/-recursive//`; \
308     list='$(SUBDIRS)'; for subdir in $$list; do \
309     echo "Making $$target in $$subdir"; \
310     if test "$$subdir" = "."; then \
311     dot_seen=yes; \
312     local_target="$$target-am"; \
313     else \
314     local_target="$$target"; \
315     fi; \
316 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
317 michael 912 || eval $$failcom; \
318     done; \
319     if test "$$dot_seen" = "no"; then \
320     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
321     fi; test -z "$$fail"
322    
323     $(RECURSIVE_CLEAN_TARGETS):
324 michael 1043 @fail= failcom='exit 1'; \
325 michael 912 for f in x $$MAKEFLAGS; do \
326     case $$f in \
327     *=* | --[!k]*);; \
328     *k*) failcom='fail=yes';; \
329     esac; \
330     done; \
331     dot_seen=no; \
332     case "$@" in \
333     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
334     *) list='$(SUBDIRS)' ;; \
335     esac; \
336     rev=''; for subdir in $$list; do \
337     if test "$$subdir" = "."; then :; else \
338     rev="$$subdir $$rev"; \
339     fi; \
340     done; \
341     rev="$$rev ."; \
342     target=`echo $@ | sed s/-recursive//`; \
343     for subdir in $$rev; do \
344     echo "Making $$target in $$subdir"; \
345     if test "$$subdir" = "."; then \
346     local_target="$$target-am"; \
347     else \
348     local_target="$$target"; \
349     fi; \
350 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351 michael 912 || eval $$failcom; \
352     done && test -z "$$fail"
353     tags-recursive:
354     list='$(SUBDIRS)'; for subdir in $$list; do \
355 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
356 michael 912 done
357     ctags-recursive:
358     list='$(SUBDIRS)'; for subdir in $$list; do \
359 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
360 michael 912 done
361 michael 1373 cscopelist-recursive:
362     list='$(SUBDIRS)'; for subdir in $$list; do \
363     test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
364     done
365 michael 912
366     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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 michael 945 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372 db 941 END { if (nonempty) { for (i in files) print i; }; }'`; \
373 michael 912 mkid -fID $$unique
374     tags: TAGS
375    
376     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
377     $(TAGS_FILES) $(LISP)
378 michael 945 set x; \
379 michael 912 here=`pwd`; \
380     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
381     include_option=--etags-include; \
382     empty_fix=.; \
383     else \
384     include_option=--include; \
385     empty_fix=; \
386     fi; \
387     list='$(SUBDIRS)'; for subdir in $$list; do \
388     if test "$$subdir" = .; then :; else \
389     test ! -f $$subdir/TAGS || \
390 michael 945 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
391 michael 912 fi; \
392     done; \
393     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
394     unique=`for i in $$list; do \
395     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396     done | \
397 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398     END { if (nonempty) { for (i in files) print i; }; }'`; \
399 michael 945 shift; \
400     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
401 michael 912 test -n "$$unique" || unique=$$empty_fix; \
402 michael 945 if test $$# -gt 0; then \
403     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404     "$$@" $$unique; \
405     else \
406     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407     $$unique; \
408     fi; \
409 michael 912 fi
410     ctags: CTAGS
411     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
412     $(TAGS_FILES) $(LISP)
413     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414     unique=`for i in $$list; do \
415     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416     done | \
417 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418     END { if (nonempty) { for (i in files) print i; }; }'`; \
419 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
420 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421 michael 945 $$unique
422 michael 912
423     GTAGS:
424     here=`$(am__cd) $(top_builddir) && pwd` \
425 michael 945 && $(am__cd) $(top_srcdir) \
426     && gtags -i $(GTAGS_ARGS) "$$here"
427 michael 912
428 michael 1373 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
429     list='$(SOURCES) $(HEADERS) $(LISP)'; \
430     case "$(srcdir)" in \
431     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
432     *) sdir=$(subdir)/$(srcdir) ;; \
433     esac; \
434     for i in $$list; do \
435     if test -f "$$i"; then \
436     echo "$(subdir)/$$i"; \
437     else \
438     echo "$$sdir/$$i"; \
439     fi; \
440     done >> $(top_builddir)/cscope.files
441    
442 michael 912 distclean-tags:
443     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444    
445     distdir: $(DISTFILES)
446     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448     list='$(DISTFILES)'; \
449     dist_files=`for file in $$list; do echo $$file; done | \
450     sed -e "s|^$$srcdirstrip/||;t" \
451     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
452     case $$dist_files in \
453     */*) $(MKDIR_P) `echo "$$dist_files" | \
454     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
455     sort -u` ;; \
456     esac; \
457     for file in $$dist_files; do \
458     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459     if test -d $$d/$$file; then \
460     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461 michael 945 if test -d "$(distdir)/$$file"; then \
462     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463     fi; \
464 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 michael 912 fi; \
468 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469 michael 912 else \
470 michael 945 test -f "$(distdir)/$$file" \
471     || cp -p $$d/$$file "$(distdir)/$$file" \
472 michael 912 || exit 1; \
473     fi; \
474     done
475 michael 945 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
476 michael 912 if test "$$subdir" = .; then :; else \
477 michael 1338 $(am__make_dryrun) \
478     || test -d "$(distdir)/$$subdir" \
479     || $(MKDIR_P) "$(distdir)/$$subdir" \
480     || exit 1; \
481 michael 945 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
482     $(am__relativize); \
483     new_distdir=$$reldir; \
484     dir1=$$subdir; dir2="$(top_distdir)"; \
485     $(am__relativize); \
486     new_top_distdir=$$reldir; \
487     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
488     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
489     ($(am__cd) $$subdir && \
490 michael 912 $(MAKE) $(AM_MAKEFLAGS) \
491 michael 945 top_distdir="$$new_top_distdir" \
492     distdir="$$new_distdir" \
493 michael 912 am__remove_distdir=: \
494     am__skip_length_check=: \
495 michael 945 am__skip_mode_fix=: \
496 michael 912 distdir) \
497     || exit 1; \
498     fi; \
499     done
500     check-am: all-am
501     check: check-recursive
502     all-am: Makefile
503     installdirs: installdirs-recursive
504     installdirs-am:
505     install: install-recursive
506     install-exec: install-exec-recursive
507     install-data: install-data-recursive
508     uninstall: uninstall-recursive
509    
510     install-am: all-am
511     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512    
513     installcheck: installcheck-recursive
514     install-strip:
515 michael 1257 if test -z '$(STRIP)'; then \
516     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518     install; \
519     else \
520     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
522     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
523     fi
524 michael 912 mostlyclean-generic:
525    
526     clean-generic:
527    
528     distclean-generic:
529     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
530 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
531 michael 912
532     maintainer-clean-generic:
533     @echo "This command is intended for maintainers to use"
534     @echo "it deletes files that may require special tools to rebuild."
535     clean: clean-recursive
536    
537     clean-am: clean-generic clean-libtool mostlyclean-am
538    
539     distclean: distclean-recursive
540     -rm -f Makefile
541     distclean-am: clean-am distclean-generic distclean-tags
542    
543     dvi: dvi-recursive
544    
545     dvi-am:
546    
547     html: html-recursive
548    
549 michael 945 html-am:
550    
551 michael 912 info: info-recursive
552    
553     info-am:
554    
555     install-data-am:
556    
557     install-dvi: install-dvi-recursive
558    
559 michael 945 install-dvi-am:
560    
561 michael 912 install-exec-am:
562    
563     install-html: install-html-recursive
564    
565 michael 945 install-html-am:
566    
567 michael 912 install-info: install-info-recursive
568    
569 michael 945 install-info-am:
570    
571 michael 912 install-man:
572    
573     install-pdf: install-pdf-recursive
574    
575 michael 945 install-pdf-am:
576    
577 michael 912 install-ps: install-ps-recursive
578    
579 michael 945 install-ps-am:
580    
581 michael 912 installcheck-am:
582    
583     maintainer-clean: maintainer-clean-recursive
584     -rm -f Makefile
585     maintainer-clean-am: distclean-am maintainer-clean-generic
586    
587     mostlyclean: mostlyclean-recursive
588    
589     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
590    
591     pdf: pdf-recursive
592    
593     pdf-am:
594    
595     ps: ps-recursive
596    
597     ps-am:
598    
599     uninstall-am:
600    
601 michael 1373 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
602     cscopelist-recursive ctags-recursive install-am install-strip \
603     tags-recursive
604 michael 912
605     .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
606     all all-am check check-am clean clean-generic clean-libtool \
607 michael 1373 cscopelist cscopelist-recursive ctags ctags-recursive \
608     distclean distclean-generic distclean-libtool distclean-tags \
609     distdir dvi dvi-am html html-am info info-am install \
610     install-am install-data install-data-am install-dvi \
611     install-dvi-am install-exec install-exec-am install-html \
612     install-html-am install-info install-info-am install-man \
613     install-pdf install-pdf-am install-ps install-ps-am \
614     install-strip installcheck installcheck-am installdirs \
615     installdirs-am maintainer-clean maintainer-clean-generic \
616     mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
617     ps ps-am tags tags-recursive uninstall uninstall-am
618 michael 912
619 michael 945
620 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
621     # Otherwise a system limit (for SysV at least) may be exceeded.
622     .NOEXPORT: