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