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