Annotation of parser3/src/targets/isapi/Makefile.in, revision 1.6
1.1 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: #do not automake, desined to be compiled with MSVC only
14:
15:
16: SHELL = @SHELL@
17:
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: prefix = @prefix@
22: exec_prefix = @exec_prefix@
23:
24: bindir = @bindir@
25: sbindir = @sbindir@
26: libexecdir = @libexecdir@
27: datadir = @datadir@
28: sysconfdir = @sysconfdir@
29: sharedstatedir = @sharedstatedir@
30: localstatedir = @localstatedir@
31: libdir = @libdir@
32: infodir = @infodir@
33: mandir = @mandir@
34: includedir = @includedir@
35: oldincludedir = /usr/include
36:
37: DESTDIR =
38:
39: pkgdatadir = $(datadir)/@PACKAGE@
40: pkglibdir = $(libdir)/@PACKAGE@
41: pkgincludedir = $(includedir)/@PACKAGE@
42:
43: top_builddir = ../../..
44:
45: ACLOCAL = @ACLOCAL@
46: AUTOCONF = @AUTOCONF@
47: AUTOMAKE = @AUTOMAKE@
48: AUTOHEADER = @AUTOHEADER@
49:
50: INSTALL = @INSTALL@
51: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52: INSTALL_DATA = @INSTALL_DATA@
53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
54: transform = @program_transform_name@
55:
56: NORMAL_INSTALL = :
57: PRE_INSTALL = :
58: POST_INSTALL = :
59: NORMAL_UNINSTALL = :
60: PRE_UNINSTALL = :
61: POST_UNINSTALL = :
62: host_alias = @host_alias@
63: host_triplet = @host@
64: APACHE13 = @APACHE13@
65: APACHE_LIBS = @APACHE_LIBS@
66: AWK = @AWK@
67: CC = @CC@
68: CXX = @CXX@
69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: MAKEINFO = @MAKEINFO@
1.6 ! paf 73: MIME_INCLUDES = @MIME_INCLUDES@
! 74: MIME_LIBS = @MIME_LIBS@
1.1 paf 75: P3S = @P3S@
76: PACKAGE = @PACKAGE@
77: RANLIB = @RANLIB@
78: VERSION = @VERSION@
79: XML_INCLUDES = @XML_INCLUDES@
80: XML_LIBS = @XML_LIBS@
81: YACC = @YACC@
82: charsetsdir = @charsetsdir@
1.4 paf 83: commentcharset_ = @commentcharset_@
1.1 paf 84: host_os = @host_os@
1.4 paf 85: mysql_client = @mysql_client@
86: oracle_client = @oracle_client@
87: pgsql_client = @pgsql_client@
1.1 paf 88: sqldriversdir = @sqldriversdir@
89:
90: noinst_HEADERS = pool_storage.h
91: EXTRA_DIST = pa_pool.C pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.dsp
92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
94: CONFIG_CLEAN_FILES =
95: HEADERS = $(noinst_HEADERS)
96:
97: DIST_COMMON = Makefile.am Makefile.in
98:
99:
100: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101:
102: TAR = tar
103: GZIP_ENV = --best
104: all: all-redirect
105: .SUFFIXES:
106: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/isapi/Makefile
108:
109: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110: cd $(top_builddir) \
111: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112:
113:
114: tags: TAGS
115:
116: ID: $(HEADERS) $(SOURCES) $(LISP)
117: list='$(SOURCES) $(HEADERS)'; \
118: unique=`for i in $$list; do echo $$i; done | \
119: awk ' { files[$$0] = 1; } \
120: END { for (i in files) print i; }'`; \
121: here=`pwd` && cd $(srcdir) \
122: && mkid -f$$here/ID $$unique $(LISP)
123:
124: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
125: tags=; \
126: here=`pwd`; \
127: list='$(SOURCES) $(HEADERS)'; \
128: unique=`for i in $$list; do echo $$i; done | \
129: awk ' { files[$$0] = 1; } \
130: END { for (i in files) print i; }'`; \
131: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
132: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
133:
134: mostlyclean-tags:
135:
136: clean-tags:
137:
138: distclean-tags:
139: -rm -f TAGS ID
140:
141: maintainer-clean-tags:
142:
143: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
144:
145: subdir = src/targets/isapi
146:
147: distdir: $(DISTFILES)
148: here=`cd $(top_builddir) && pwd`; \
149: top_distdir=`cd $(top_distdir) && pwd`; \
150: distdir=`cd $(distdir) && pwd`; \
151: cd $(top_srcdir) \
152: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/isapi/Makefile
153: @for file in $(DISTFILES); do \
154: d=$(srcdir); \
155: if test -d $$d/$$file; then \
156: cp -pr $$/$$file $(distdir)/$$file; \
157: else \
158: test -f $(distdir)/$$file \
159: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
160: || cp -p $$d/$$file $(distdir)/$$file || :; \
161: fi; \
162: done
163: info-am:
164: info: info-am
165: dvi-am:
166: dvi: dvi-am
167: check-am: all-am
168: check: check-am
169: installcheck-am:
170: installcheck: installcheck-am
171: install-exec-am:
172: install-exec: install-exec-am
173:
174: install-data-am:
175: install-data: install-data-am
176:
177: install-am: all-am
178: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
179: install: install-am
180: uninstall-am:
181: uninstall: uninstall-am
182: all-am: Makefile $(HEADERS)
183: all-redirect: all-am
184: install-strip:
185: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
186: installdirs:
187:
188:
189: mostlyclean-generic:
190:
191: clean-generic:
192:
193: distclean-generic:
194: -rm -f Makefile $(CONFIG_CLEAN_FILES)
195: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
196:
197: maintainer-clean-generic:
198: mostlyclean-am: mostlyclean-tags mostlyclean-generic
199:
200: mostlyclean: mostlyclean-am
201:
202: clean-am: clean-tags clean-generic mostlyclean-am
203:
204: clean: clean-am
205:
206: distclean-am: distclean-tags distclean-generic clean-am
207:
208: distclean: distclean-am
209:
210: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
211: distclean-am
212: @echo "This command is intended for maintainers to use;"
213: @echo "it deletes files that may require special tools to rebuild."
214:
215: maintainer-clean: maintainer-clean-am
216:
217: .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
218: maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
219: installcheck-am installcheck install-exec-am install-exec \
220: install-data-am install-data install-am install uninstall-am uninstall \
221: all-redirect all-am all installdirs mostlyclean-generic \
222: distclean-generic clean-generic maintainer-clean-generic clean \
223: mostlyclean distclean maintainer-clean
224:
225:
226: # Tell versions [3.59,3.63) of GNU make to not export all variables.
227: # Otherwise a system limit (for SysV at least) may be exceeded.
228: .NOEXPORT:
E-mail: