Annotation of parser3/src/targets/isapi/Makefile.in, revision 1.3
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@
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: host_os = @host_os@
82: rootconfigdir = @rootconfigdir@
83: sqldriversdir = @sqldriversdir@
84:
85: noinst_HEADERS = pool_storage.h
86: EXTRA_DIST = pa_pool.C pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.dsp
87: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
88: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
89: CONFIG_CLEAN_FILES =
90: HEADERS = $(noinst_HEADERS)
91:
92: DIST_COMMON = Makefile.am Makefile.in
93:
94:
95: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96:
97: TAR = tar
98: GZIP_ENV = --best
99: all: all-redirect
100: .SUFFIXES:
101: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
102: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/isapi/Makefile
103:
104: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
105: cd $(top_builddir) \
106: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
107:
108:
109: tags: TAGS
110:
111: ID: $(HEADERS) $(SOURCES) $(LISP)
112: list='$(SOURCES) $(HEADERS)'; \
113: unique=`for i in $$list; do echo $$i; done | \
114: awk ' { files[$$0] = 1; } \
115: END { for (i in files) print i; }'`; \
116: here=`pwd` && cd $(srcdir) \
117: && mkid -f$$here/ID $$unique $(LISP)
118:
119: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
120: tags=; \
121: here=`pwd`; \
122: list='$(SOURCES) $(HEADERS)'; \
123: unique=`for i in $$list; do echo $$i; done | \
124: awk ' { files[$$0] = 1; } \
125: END { for (i in files) print i; }'`; \
126: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
127: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
128:
129: mostlyclean-tags:
130:
131: clean-tags:
132:
133: distclean-tags:
134: -rm -f TAGS ID
135:
136: maintainer-clean-tags:
137:
138: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139:
140: subdir = src/targets/isapi
141:
142: distdir: $(DISTFILES)
143: here=`cd $(top_builddir) && pwd`; \
144: top_distdir=`cd $(top_distdir) && pwd`; \
145: distdir=`cd $(distdir) && pwd`; \
146: cd $(top_srcdir) \
147: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/isapi/Makefile
148: @for file in $(DISTFILES); do \
149: d=$(srcdir); \
150: if test -d $$d/$$file; then \
151: cp -pr $$/$$file $(distdir)/$$file; \
152: else \
153: test -f $(distdir)/$$file \
154: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
155: || cp -p $$d/$$file $(distdir)/$$file || :; \
156: fi; \
157: done
158: info-am:
159: info: info-am
160: dvi-am:
161: dvi: dvi-am
162: check-am: all-am
163: check: check-am
164: installcheck-am:
165: installcheck: installcheck-am
166: install-exec-am:
167: install-exec: install-exec-am
168:
169: install-data-am:
170: install-data: install-data-am
171:
172: install-am: all-am
173: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174: install: install-am
175: uninstall-am:
176: uninstall: uninstall-am
177: all-am: Makefile $(HEADERS)
178: all-redirect: all-am
179: install-strip:
180: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
181: installdirs:
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-tags mostlyclean-generic
194:
195: mostlyclean: mostlyclean-am
196:
197: clean-am: clean-tags clean-generic mostlyclean-am
198:
199: clean: clean-am
200:
201: distclean-am: distclean-tags distclean-generic clean-am
202:
203: distclean: distclean-am
204:
205: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
206: distclean-am
207: @echo "This command is intended for maintainers to use;"
208: @echo "it deletes files that may require special tools to rebuild."
209:
210: maintainer-clean: maintainer-clean-am
211:
212: .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
213: maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
214: installcheck-am installcheck install-exec-am install-exec \
215: install-data-am install-data install-am install uninstall-am uninstall \
216: all-redirect all-am all installdirs mostlyclean-generic \
217: distclean-generic clean-generic maintainer-clean-generic clean \
218: mostlyclean distclean maintainer-clean
219:
220:
221: # Tell versions [3.59,3.63) of GNU make to not export all variables.
222: # Otherwise a system limit (for SysV at least) may be exceeded.
223: .NOEXPORT:
E-mail: