Annotation of parser3/Makefile.in, revision 1.103
1.64 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.43 paf 2: # @configure_input@
1.1 paf 3:
1.64 paf 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 Free Software Foundation, Inc.
1.1 paf 6: # 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:
1.43 paf 15: @SET_MAKE@
1.1 paf 16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: pkgdatadir = $(datadir)/@PACKAGE@
20: pkglibdir = $(libdir)/@PACKAGE@
21: pkgincludedir = $(includedir)/@PACKAGE@
22: top_builddir = .
1.43 paf 23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 24: INSTALL = @INSTALL@
1.43 paf 25: install_sh_DATA = $(install_sh) -c -m 644
26: install_sh_PROGRAM = $(install_sh) -c
27: install_sh_SCRIPT = $(install_sh) -c
28: INSTALL_HEADER = $(INSTALL_DATA)
29: transform = $(program_transform_name)
1.1 paf 30: NORMAL_INSTALL = :
31: PRE_INSTALL = :
32: POST_INSTALL = :
33: NORMAL_UNINSTALL = :
34: PRE_UNINSTALL = :
35: POST_UNINSTALL = :
36: host_triplet = @host@
1.64 paf 37: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38: $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
1.102 moko 39: ChangeLog INSTALL NEWS config.guess config.sub depcomp \
1.100 moko 40: install-sh ltmain.sh missing
1.64 paf 41: subdir = .
42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.100 moko 43: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
44: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
45: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
46: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
47: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
48: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
49: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.64 paf 50: $(top_srcdir)/configure.in
51: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52: $(ACLOCAL_M4)
53: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54: configure.lineno configure.status.lineno
1.100 moko 55: mkinstalldirs = $(install_sh) -d
1.64 paf 56: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
57: CONFIG_CLEAN_FILES =
58: SOURCES =
59: DIST_SOURCES =
60: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61: html-recursive info-recursive install-data-recursive \
62: install-exec-recursive install-info-recursive \
63: install-recursive installcheck-recursive installdirs-recursive \
64: pdf-recursive ps-recursive uninstall-info-recursive \
65: uninstall-recursive
66: ETAGS = etags
67: CTAGS = ctags
68: DIST_SUBDIRS = $(SUBDIRS)
69: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70: distdir = $(PACKAGE)-$(VERSION)
71: top_distdir = $(distdir)
72: am__remove_distdir = \
73: { test ! -d $(distdir) \
74: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
75: && rm -fr $(distdir); }; }
76: DIST_ARCHIVES = $(distdir).tar.gz
77: GZIP_ENV = --best
78: distuninstallcheck_listfiles = find . -type f -print
79: distcleancheck_listfiles = find . -type f -print
1.43 paf 80: ACLOCAL = @ACLOCAL@
81: AMDEP_FALSE = @AMDEP_FALSE@
82: AMDEP_TRUE = @AMDEP_TRUE@
83: AMTAR = @AMTAR@
1.95 moko 84: APACHE = @APACHE@
85: APACHE_CFLAGS = @APACHE_CFLAGS@
86: APACHE_INC = @APACHE_INC@
1.100 moko 87: AR = @AR@
88: ARGZ_H = @ARGZ_H@
89: AS = @AS@
1.43 paf 90: AUTOCONF = @AUTOCONF@
91: AUTOHEADER = @AUTOHEADER@
92: AUTOMAKE = @AUTOMAKE@
1.1 paf 93: AWK = @AWK@
94: CC = @CC@
1.43 paf 95: CCDEPMODE = @CCDEPMODE@
96: CFLAGS = @CFLAGS@
1.95 moko 97: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
98: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.100 moko 99: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
100: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.48 paf 101: CPP = @CPP@
1.43 paf 102: CPPFLAGS = @CPPFLAGS@
1.49 paf 103: CPP_LIBS = @CPP_LIBS@
1.1 paf 104: CXX = @CXX@
1.100 moko 105: CXXCPP = @CXXCPP@
1.43 paf 106: CXXDEPMODE = @CXXDEPMODE@
107: CXXFLAGS = @CXXFLAGS@
108: CYGPATH_W = @CYGPATH_W@
109: DEFS = @DEFS@
110: DEPDIR = @DEPDIR@
1.100 moko 111: DLLTOOL = @DLLTOOL@
112: DSYMUTIL = @DSYMUTIL@
113: DUMPBIN = @DUMPBIN@
1.43 paf 114: ECHO_C = @ECHO_C@
115: ECHO_N = @ECHO_N@
116: ECHO_T = @ECHO_T@
117: EGREP = @EGREP@
118: EXEEXT = @EXEEXT@
1.100 moko 119: FGREP = @FGREP@
1.49 paf 120: GC_LIBS = @GC_LIBS@
1.100 moko 121: GREP = @GREP@
1.1 paf 122: INCLTDL = @INCLTDL@
1.43 paf 123: INSTALL_DATA = @INSTALL_DATA@
1.100 moko 124: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
125: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.43 paf 126: INSTALL_PROGRAM = @INSTALL_PROGRAM@
127: INSTALL_SCRIPT = @INSTALL_SCRIPT@
128: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.100 moko 129: LD = @LD@
1.43 paf 130: LDFLAGS = @LDFLAGS@
1.1 paf 131: LIBADD_DL = @LIBADD_DL@
1.100 moko 132: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
133: LIBADD_DLOPEN = @LIBADD_DLOPEN@
134: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 135: LIBLTDL = @LIBLTDL@
1.43 paf 136: LIBOBJS = @LIBOBJS@
137: LIBS = @LIBS@
1.100 moko 138: LIBTOOL = @LIBTOOL@
139: LIPO = @LIPO@
140: LN_S = @LN_S@
141: LTDLDEPS = @LTDLDEPS@
142: LTDLINCL = @LTDLINCL@
143: LTDLOPEN = @LTDLOPEN@
1.43 paf 144: LTLIBOBJS = @LTLIBOBJS@
1.100 moko 145: LT_CONFIG_H = @LT_CONFIG_H@
146: LT_DLLOADERS = @LT_DLLOADERS@
147: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 148: MAKEINFO = @MAKEINFO@
1.100 moko 149: MANIFEST_TOOL = @MANIFEST_TOOL@
1.14 paf 150: MIME_INCLUDES = @MIME_INCLUDES@
151: MIME_LIBS = @MIME_LIBS@
1.100 moko 152: NM = @NM@
153: NMEDIT = @NMEDIT@
154: OBJDUMP = @OBJDUMP@
1.43 paf 155: OBJEXT = @OBJEXT@
1.100 moko 156: OTOOL = @OTOOL@
157: OTOOL64 = @OTOOL64@
1.1 paf 158: P3S = @P3S@
159: PACKAGE = @PACKAGE@
1.43 paf 160: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161: PACKAGE_NAME = @PACKAGE_NAME@
162: PACKAGE_STRING = @PACKAGE_STRING@
163: PACKAGE_TARNAME = @PACKAGE_TARNAME@
164: PACKAGE_VERSION = @PACKAGE_VERSION@
165: PATH_SEPARATOR = @PATH_SEPARATOR@
1.73 misha 166: PCRE_INCLUDES = @PCRE_INCLUDES@
167: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 168: RANLIB = @RANLIB@
1.100 moko 169: SED = @SED@
1.43 paf 170: SET_MAKE = @SET_MAKE@
171: SHELL = @SHELL@
172: STRIP = @STRIP@
1.1 paf 173: VERSION = @VERSION@
174: XML_INCLUDES = @XML_INCLUDES@
175: XML_LIBS = @XML_LIBS@
176: YACC = @YACC@
1.100 moko 177: ac_ct_AR = @ac_ct_AR@
178: ac_ct_AS = @ac_ct_AS@
1.43 paf 179: ac_ct_CC = @ac_ct_CC@
180: ac_ct_CXX = @ac_ct_CXX@
1.100 moko 181: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
182: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
183: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
184: ac_ct_LIPO = @ac_ct_LIPO@
185: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
186: ac_ct_NMEDIT = @ac_ct_NMEDIT@
187: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
188: ac_ct_OTOOL = @ac_ct_OTOOL@
189: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.43 paf 190: ac_ct_RANLIB = @ac_ct_RANLIB@
191: ac_ct_STRIP = @ac_ct_STRIP@
192: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
195: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
196: am__include = @am__include@
1.64 paf 197: am__leading_dot = @am__leading_dot@
1.43 paf 198: am__quote = @am__quote@
1.64 paf 199: am__tar = @am__tar@
200: am__untar = @am__untar@
1.43 paf 201: bindir = @bindir@
202: build = @build@
203: build_alias = @build_alias@
204: build_cpu = @build_cpu@
205: build_os = @build_os@
206: build_vendor = @build_vendor@
207: datadir = @datadir@
1.20 paf 208: dll_extension = @dll_extension@
1.43 paf 209: exec_prefix = @exec_prefix@
210: host = @host@
211: host_alias = @host_alias@
212: host_cpu = @host_cpu@
1.1 paf 213: host_os = @host_os@
1.43 paf 214: host_vendor = @host_vendor@
215: includedir = @includedir@
216: infodir = @infodir@
217: install_sh = @install_sh@
218: libdir = @libdir@
219: libexecdir = @libexecdir@
220: localstatedir = @localstatedir@
1.100 moko 221: ltdl_LIBOBJS = @ltdl_LIBOBJS@
222: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.43 paf 223: mandir = @mandir@
1.64 paf 224: mkdir_p = @mkdir_p@
1.43 paf 225: oldincludedir = @oldincludedir@
226: prefix = @prefix@
227: program_transform_name = @program_transform_name@
228: sbindir = @sbindir@
229: sharedstatedir = @sharedstatedir@
230: subdirs = @subdirs@
1.100 moko 231: sys_symbol_underscore = @sys_symbol_underscore@
1.43 paf 232: sysconfdir = @sysconfdir@
233: target_alias = @target_alias@
1.12 paf 234: SUBDIRS = src etc bin
1.103 ! moko 235: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
1.66 paf 236: EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall-with-xml buildall-without-xml acsite.m4
1.43 paf 237: all: all-recursive
1.1 paf 238:
239: .SUFFIXES:
1.64 paf 240: am--refresh:
241: @:
242: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
243: @for dep in $?; do \
244: case '$(am__configure_deps)' in \
245: *$$dep*) \
246: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
247: cd $(srcdir) && $(AUTOMAKE) --gnu \
248: && exit 0; \
249: exit 1;; \
250: esac; \
251: done; \
252: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
1.43 paf 253: cd $(top_srcdir) && \
254: $(AUTOMAKE) --gnu Makefile
1.64 paf 255: .PRECIOUS: Makefile
256: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257: @case '$?' in \
258: *config.status*) \
259: echo ' $(SHELL) ./config.status'; \
260: $(SHELL) ./config.status;; \
261: *) \
262: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
263: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
264: esac;
1.1 paf 265:
1.64 paf 266: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1 paf 267: $(SHELL) ./config.status --recheck
1.64 paf 268:
269: $(top_srcdir)/configure: $(am__configure_deps)
1.1 paf 270: cd $(srcdir) && $(AUTOCONF)
1.64 paf 271: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
1.43 paf 272: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.100 moko 273:
274: mostlyclean-libtool:
275: -rm -f *.lo
276:
277: clean-libtool:
278: -rm -rf .libs _libs
279:
280: distclean-libtool:
281: -rm -f libtool
1.43 paf 282: uninstall-info-am:
1.40 paf 283:
1.1 paf 284: # This directory's subdirectories are mostly independent; you can cd
285: # into them and run `make' without going through this Makefile.
286: # To change the values of `make' variables: instead of editing Makefiles,
287: # (1) if the variable is set in `config.status', edit `config.status'
288: # (which will cause the Makefiles to be regenerated when you run `make');
289: # (2) otherwise, pass the desired values on the `make' command line.
1.43 paf 290: $(RECURSIVE_TARGETS):
291: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 292: dot_seen=no; \
293: target=`echo $@ | sed s/-recursive//`; \
294: list='$(SUBDIRS)'; for subdir in $$list; do \
295: echo "Making $$target in $$subdir"; \
296: if test "$$subdir" = "."; then \
297: dot_seen=yes; \
298: local_target="$$target-am"; \
299: else \
300: local_target="$$target"; \
301: fi; \
302: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
303: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
304: done; \
305: if test "$$dot_seen" = "no"; then \
306: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
307: fi; test -z "$$fail"
308:
309: mostlyclean-recursive clean-recursive distclean-recursive \
310: maintainer-clean-recursive:
1.43 paf 311: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 312: dot_seen=no; \
1.43 paf 313: case "$@" in \
314: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
315: *) list='$(SUBDIRS)' ;; \
316: esac; \
317: rev=''; for subdir in $$list; do \
318: if test "$$subdir" = "."; then :; else \
319: rev="$$subdir $$rev"; \
320: fi; \
1.1 paf 321: done; \
1.43 paf 322: rev="$$rev ."; \
1.1 paf 323: target=`echo $@ | sed s/-recursive//`; \
324: for subdir in $$rev; do \
325: echo "Making $$target in $$subdir"; \
326: if test "$$subdir" = "."; then \
327: local_target="$$target-am"; \
328: else \
329: local_target="$$target"; \
330: fi; \
331: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
332: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
333: done && test -z "$$fail"
334: tags-recursive:
335: list='$(SUBDIRS)'; for subdir in $$list; do \
336: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
337: done
1.43 paf 338: ctags-recursive:
339: list='$(SUBDIRS)'; for subdir in $$list; do \
340: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
341: done
342:
343: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345: unique=`for i in $$list; do \
346: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347: done | \
348: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 349: END { for (i in files) print i; }'`; \
1.43 paf 350: mkid -fID $$unique
1.64 paf 351: tags: TAGS
1.1 paf 352:
1.43 paf 353: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
354: $(TAGS_FILES) $(LISP)
1.1 paf 355: tags=; \
356: here=`pwd`; \
1.64 paf 357: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
358: include_option=--etags-include; \
359: empty_fix=.; \
360: else \
361: include_option=--include; \
362: empty_fix=; \
363: fi; \
1.1 paf 364: list='$(SUBDIRS)'; for subdir in $$list; do \
1.43 paf 365: if test "$$subdir" = .; then :; else \
1.64 paf 366: test ! -f $$subdir/TAGS || \
367: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.43 paf 368: fi; \
1.1 paf 369: done; \
1.43 paf 370: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371: unique=`for i in $$list; do \
372: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373: done | \
374: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 375: END { for (i in files) print i; }'`; \
1.64 paf 376: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
377: test -n "$$unique" || unique=$$empty_fix; \
378: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379: $$tags $$unique; \
380: fi
1.43 paf 381: ctags: CTAGS
382: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
383: $(TAGS_FILES) $(LISP)
384: tags=; \
385: here=`pwd`; \
386: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
387: unique=`for i in $$list; do \
388: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389: done | \
390: $(AWK) ' { files[$$0] = 1; } \
391: END { for (i in files) print i; }'`; \
392: test -z "$(CTAGS_ARGS)$$tags$$unique" \
393: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394: $$tags $$unique
395:
396: GTAGS:
397: here=`$(am__cd) $(top_builddir) && pwd` \
398: && cd $(top_srcdir) \
399: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 400:
1.43 paf 401: distclean-tags:
402: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 403:
404: distdir: $(DISTFILES)
1.43 paf 405: $(am__remove_distdir)
1.1 paf 406: mkdir $(distdir)
1.100 moko 407: $(mkdir_p) $(distdir)/bin $(distdir)/src/lib/ltdl/m4
1.43 paf 408: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
409: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
410: list='$(DISTFILES)'; for file in $$list; do \
411: case $$file in \
412: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
413: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
414: esac; \
415: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
417: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
418: dir="/$$dir"; \
1.64 paf 419: $(mkdir_p) "$(distdir)$$dir"; \
1.43 paf 420: else \
421: dir=''; \
422: fi; \
1.1 paf 423: if test -d $$d/$$file; then \
1.43 paf 424: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
426: fi; \
427: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 428: else \
429: test -f $(distdir)/$$file \
1.43 paf 430: || cp -p $$d/$$file $(distdir)/$$file \
431: || exit 1; \
1.1 paf 432: fi; \
433: done
1.64 paf 434: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 435: if test "$$subdir" = .; then :; else \
1.64 paf 436: test -d "$(distdir)/$$subdir" \
437: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 paf 438: || exit 1; \
1.64 paf 439: distdir=`$(am__cd) $(distdir) && pwd`; \
440: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.43 paf 441: (cd $$subdir && \
442: $(MAKE) $(AM_MAKEFLAGS) \
1.64 paf 443: top_distdir="$$top_distdir" \
444: distdir="$$distdir/$$subdir" \
1.43 paf 445: distdir) \
1.1 paf 446: || exit 1; \
447: fi; \
448: done
1.43 paf 449: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
450: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
451: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
452: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
453: || chmod -R a+r $(distdir)
454: dist-gzip: distdir
1.64 paf 455: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
456: $(am__remove_distdir)
457:
458: dist-bzip2: distdir
459: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
460: $(am__remove_distdir)
461:
462: dist-tarZ: distdir
463: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
464: $(am__remove_distdir)
465:
466: dist-shar: distdir
467: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
468: $(am__remove_distdir)
469:
470: dist-zip: distdir
471: -rm -f $(distdir).zip
472: zip -rq $(distdir).zip $(distdir)
1.43 paf 473: $(am__remove_distdir)
474:
475: dist dist-all: distdir
1.64 paf 476: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.43 paf 477: $(am__remove_distdir)
478:
479: # This target untars the dist file and tries a VPATH configuration. Then
480: # it guarantees that the distribution is self-contained by making another
481: # tarfile.
482: distcheck: dist
1.64 paf 483: case '$(DIST_ARCHIVES)' in \
484: *.tar.gz*) \
485: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
486: *.tar.bz2*) \
487: bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
488: *.tar.Z*) \
489: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
490: *.shar.gz*) \
491: GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
492: *.zip*) \
493: unzip $(distdir).zip ;;\
494: esac
1.43 paf 495: chmod -R a-w $(distdir); chmod a+w $(distdir)
1.64 paf 496: mkdir $(distdir)/_build
497: mkdir $(distdir)/_inst
1.43 paf 498: chmod a-w $(distdir)
1.64 paf 499: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.43 paf 500: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.64 paf 501: && cd $(distdir)/_build \
1.43 paf 502: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
503: $(DISTCHECK_CONFIGURE_FLAGS) \
504: && $(MAKE) $(AM_MAKEFLAGS) \
505: && $(MAKE) $(AM_MAKEFLAGS) dvi \
506: && $(MAKE) $(AM_MAKEFLAGS) check \
507: && $(MAKE) $(AM_MAKEFLAGS) install \
508: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
509: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
510: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
511: distuninstallcheck \
512: && chmod -R a-w "$$dc_install_base" \
513: && ({ \
1.64 paf 514: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.43 paf 515: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
516: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
517: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
518: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
519: } || { rm -rf "$$dc_destdir"; exit 1; }) \
520: && rm -rf "$$dc_destdir" \
1.64 paf 521: && $(MAKE) $(AM_MAKEFLAGS) dist \
522: && rm -rf $(DIST_ARCHIVES) \
1.43 paf 523: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
524: $(am__remove_distdir)
1.64 paf 525: @(echo "$(distdir) archives ready for distribution: "; \
526: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
527: sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1.43 paf 528: distuninstallcheck:
1.64 paf 529: @cd $(distuninstallcheck_dir) \
1.43 paf 530: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
531: || { echo "ERROR: files left after uninstall:" ; \
532: if test -n "$(DESTDIR)"; then \
533: echo " (check DESTDIR support)"; \
534: fi ; \
535: $(distuninstallcheck_listfiles) ; \
536: exit 1; } >&2
537: distcleancheck: distclean
1.64 paf 538: @if test '$(srcdir)' = . ; then \
1.43 paf 539: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
540: exit 1 ; \
541: fi
1.64 paf 542: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.43 paf 543: || { echo "ERROR: files left in build directory after distclean:" ; \
544: $(distcleancheck_listfiles) ; \
545: exit 1; } >&2
1.1 paf 546: check-am: all-am
547: check: check-recursive
1.43 paf 548: all-am: Makefile
549: installdirs: installdirs-recursive
550: installdirs-am:
551: install: install-recursive
1.1 paf 552: install-exec: install-exec-recursive
553: install-data: install-data-recursive
1.43 paf 554: uninstall: uninstall-recursive
1.1 paf 555:
556: install-am: all-am
557: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.43 paf 558:
559: installcheck: installcheck-recursive
1.1 paf 560: install-strip:
1.43 paf 561: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.64 paf 562: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.43 paf 563: `test -z '$(STRIP)' || \
564: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 565: mostlyclean-generic:
566:
567: clean-generic:
568:
569: distclean-generic:
1.64 paf 570: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 571:
572: maintainer-clean-generic:
1.43 paf 573: @echo "This command is intended for maintainers to use"
574: @echo "it deletes files that may require special tools to rebuild."
575: clean: clean-recursive
576:
1.100 moko 577: clean-am: clean-generic clean-libtool mostlyclean-am
1.43 paf 578:
579: distclean: distclean-recursive
580: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64 paf 581: -rm -f Makefile
1.100 moko 582: distclean-am: clean-am distclean-generic distclean-libtool \
583: distclean-tags
1.43 paf 584:
585: dvi: dvi-recursive
1.1 paf 586:
1.43 paf 587: dvi-am:
588:
1.64 paf 589: html: html-recursive
590:
1.43 paf 591: info: info-recursive
592:
593: info-am:
1.1 paf 594:
1.43 paf 595: install-data-am:
1.1 paf 596:
1.43 paf 597: install-exec-am:
1.1 paf 598:
1.43 paf 599: install-info: install-info-recursive
1.1 paf 600:
1.43 paf 601: install-man:
1.1 paf 602:
1.43 paf 603: installcheck-am:
1.1 paf 604:
605: maintainer-clean: maintainer-clean-recursive
1.43 paf 606: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64 paf 607: -rm -rf $(top_srcdir)/autom4te.cache
608: -rm -f Makefile
1.43 paf 609: maintainer-clean-am: distclean-am maintainer-clean-generic
610:
611: mostlyclean: mostlyclean-recursive
612:
1.100 moko 613: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1 paf 614:
1.43 paf 615: pdf: pdf-recursive
616:
617: pdf-am:
618:
619: ps: ps-recursive
620:
621: ps-am:
622:
623: uninstall-am: uninstall-info-am
624:
625: uninstall-info: uninstall-info-recursive
626:
1.64 paf 627: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1.100 moko 628: check-am clean clean-generic clean-libtool clean-recursive \
629: ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
630: dist-shar dist-tarZ dist-zip distcheck distclean \
631: distclean-generic distclean-libtool distclean-recursive \
632: distclean-tags distcleancheck distdir distuninstallcheck dvi \
633: dvi-am html html-am info info-am install install-am \
634: install-data install-data-am install-exec install-exec-am \
635: install-info install-info-am install-man install-strip \
636: installcheck installcheck-am installdirs installdirs-am \
637: maintainer-clean maintainer-clean-generic \
1.64 paf 638: maintainer-clean-recursive mostlyclean mostlyclean-generic \
1.100 moko 639: mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
640: tags tags-recursive uninstall uninstall-am uninstall-info-am
1.1 paf 641:
642:
1.21 paf 643: commit:
1.103 ! moko 644: # trick to make 'make' happy at check out time
! 645: # and avoid redundant remaking: aclocal+autoconf+automake
1.21 paf 646:
1.103 ! moko 647: cvs commit -m "no message" -f configure.in acsite.m4 aclocal.m4 Makefile.am Makefile.in configure src/include/pa_config_auto.h.in
1.1 paf 648: # Tell versions [3.59,3.63) of GNU make to not export all variables.
649: # Otherwise a system limit (for SysV at least) may be exceeded.
650: .NOEXPORT:
E-mail: