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