Annotation of parser3/bin/Makefile.in, revision 1.5
1.2 paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
2:
3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4: # This Makefile.in is free software; the Free Software Foundation
5: # gives unlimited permission to copy and/or distribute it,
6: # with or without modifications, as long as this notice is preserved.
7:
8: # This program is distributed in the hope that it will be useful,
9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11: # PARTICULAR PURPOSE.
12:
13:
14: SHELL = @SHELL@
15:
16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: prefix = @prefix@
20: exec_prefix = @exec_prefix@
21:
22: bindir = @bindir@
23: sbindir = @sbindir@
24: libexecdir = @libexecdir@
25: datadir = @datadir@
26: sysconfdir = @sysconfdir@
27: sharedstatedir = @sharedstatedir@
28: localstatedir = @localstatedir@
29: libdir = @libdir@
30: infodir = @infodir@
31: mandir = @mandir@
32: includedir = @includedir@
33: oldincludedir = /usr/include
34:
35: DESTDIR =
36:
37: pkgdatadir = $(datadir)/@PACKAGE@
38: pkglibdir = $(libdir)/@PACKAGE@
39: pkgincludedir = $(includedir)/@PACKAGE@
40:
41: top_builddir = ..
42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: transform = @program_transform_name@
53:
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: host_alias = @host_alias@
61: host_triplet = @host@
62: APACHE13 = @APACHE13@
63: APACHE_LIBS = @APACHE_LIBS@
64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
1.4 paf 71: MIME_INCLUDES = @MIME_INCLUDES@
72: MIME_LIBS = @MIME_LIBS@
1.2 paf 73: P3S = @P3S@
74: PACKAGE = @PACKAGE@
75: RANLIB = @RANLIB@
76: VERSION = @VERSION@
77: XML_INCLUDES = @XML_INCLUDES@
78: XML_LIBS = @XML_LIBS@
79: YACC = @YACC@
80: charsetsdir = @charsetsdir@
81: commentcharset_ = @commentcharset_@
1.5 ! paf 82: dll_extension = @dll_extension@
1.2 paf 83: host_os = @host_os@
84: mysql_client = @mysql_client@
85: oracle_client = @oracle_client@
86: pgsql_client = @pgsql_client@
87: sqldriversdir = @sqldriversdir@
88:
89: confdir = @bindir@
1.3 paf 90: conf_DATA = auto.p.dist
1.2 paf 91: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92: CONFIG_HEADER = ../src/include/pa_config_auto.h
1.3 paf 93: CONFIG_CLEAN_FILES = auto.p.dist
1.2 paf 94: DATA = $(conf_DATA)
95:
1.3 paf 96: DIST_COMMON = Makefile.am Makefile.in auto.p.dist.in
1.2 paf 97:
98:
99: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100:
101: TAR = tar
102: GZIP_ENV = --best
103: all: all-redirect
104: .SUFFIXES:
105: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
106: cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile
107:
108: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
109: cd $(top_builddir) \
110: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
111:
1.3 paf 112: auto.p.dist: $(top_builddir)/config.status auto.p.dist.in
1.2 paf 113: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114:
115: install-confDATA: $(conf_DATA)
116: @$(NORMAL_INSTALL)
117: $(mkinstalldirs) $(DESTDIR)$(confdir)
118: @list='$(conf_DATA)'; for p in $$list; do \
119: if test -f $(srcdir)/$$p; then \
120: echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p"; \
121: $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p; \
122: else if test -f $$p; then \
123: echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p"; \
124: $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p; \
125: fi; fi; \
126: done
127:
128: uninstall-confDATA:
129: @$(NORMAL_UNINSTALL)
130: list='$(conf_DATA)'; for p in $$list; do \
131: rm -f $(DESTDIR)$(confdir)/$$p; \
132: done
133: tags: TAGS
134: TAGS:
135:
136:
137: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
138:
139: subdir = bin
140:
141: distdir: $(DISTFILES)
142: here=`cd $(top_builddir) && pwd`; \
143: top_distdir=`cd $(top_distdir) && pwd`; \
144: distdir=`cd $(distdir) && pwd`; \
145: cd $(top_srcdir) \
146: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu bin/Makefile
147: @for file in $(DISTFILES); do \
148: d=$(srcdir); \
149: if test -d $$d/$$file; then \
150: cp -pr $$/$$file $(distdir)/$$file; \
151: else \
152: test -f $(distdir)/$$file \
153: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
154: || cp -p $$d/$$file $(distdir)/$$file || :; \
155: fi; \
156: done
157: info-am:
158: info: info-am
159: dvi-am:
160: dvi: dvi-am
161: check-am: all-am
162: check: check-am
163: installcheck-am:
164: installcheck: installcheck-am
165: install-exec-am:
166: install-exec: install-exec-am
167:
168: install-data-am: install-confDATA
169: install-data: install-data-am
170:
171: install-am: all-am
172: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
173: install: install-am
174: uninstall-am: uninstall-confDATA
175: uninstall: uninstall-am
176: all-am: Makefile $(DATA)
177: all-redirect: all-am
178: install-strip:
179: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
180: installdirs:
181: $(mkinstalldirs) $(DESTDIR)$(confdir)
182:
183:
184: mostlyclean-generic:
185:
186: clean-generic:
187:
188: distclean-generic:
189: -rm -f Makefile $(CONFIG_CLEAN_FILES)
190: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
191:
192: maintainer-clean-generic:
193: mostlyclean-am: mostlyclean-generic
194:
195: mostlyclean: mostlyclean-am
196:
197: clean-am: clean-generic mostlyclean-am
198:
199: clean: clean-am
200:
201: distclean-am: distclean-generic clean-am
202:
203: distclean: distclean-am
204:
205: maintainer-clean-am: maintainer-clean-generic distclean-am
206: @echo "This command is intended for maintainers to use;"
207: @echo "it deletes files that may require special tools to rebuild."
208:
209: maintainer-clean: maintainer-clean-am
210:
211: .PHONY: uninstall-confDATA install-confDATA tags distdir info-am info \
212: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
213: install-exec install-data-am install-data install-am install \
214: uninstall-am uninstall all-redirect all-am all installdirs \
215: mostlyclean-generic distclean-generic clean-generic \
216: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
217:
218:
219: # Tell versions [3.59,3.63) of GNU make to not export all variables.
220: # Otherwise a system limit (for SysV at least) may be exceeded.
221: .NOEXPORT:
E-mail: