Annotation of parser3/src/targets/cgi/Makefile.in, revision 1.25
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:
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@
1.21 parser 62: APACHE13 = @APACHE13@
1.25 ! paf 63: APACHE_LIBS = @APACHE_LIBS@
1.1 paf 64: AS = @AS@
65: AWK = @AWK@
66: CC = @CC@
67: CXX = @CXX@
68: DLLTOOL = @DLLTOOL@
69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: LIBTOOL = @LIBTOOL@
73: LIBTOOL_DEPS = @LIBTOOL_DEPS@
74: LN_S = @LN_S@
75: MAKEINFO = @MAKEINFO@
76: OBJDUMP = @OBJDUMP@
1.21 parser 77: P3S = @P3S@
1.1 paf 78: PACKAGE = @PACKAGE@
79: RANLIB = @RANLIB@
80: VERSION = @VERSION@
1.16 parser 81: XML_INCLUDES = @XML_INCLUDES@
82: XML_LIBS = @XML_LIBS@
1.1 paf 83: YACC = @YACC@
84: host_os = @host_os@
1.24 parser 85: @COMPILE_XML_TRUE@PATCHES_LIBS = ../../classes/xalan-patched/libxalan_patched.a
86: @COMPILE_XML_FALSE@PATCHES_LIBS =
1.3 parser 87:
1.16 parser 88: INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql @XML_INCLUDES@
1.3 parser 89:
1.13 parser 90: #for sysadmin-controlled auto.p
1.15 parser 91: CPPFLAGS := $(CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\"
1.13 parser 92:
1.1 paf 93: bin_PROGRAMS = parser3
1.17 parser 94: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
1.24 parser 95: parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a $(PATCHES_LIBS) @XML_LIBS@
1.17 parser 96:
97: IDENT_AWK = ../../ident.awk
98: IDENT_DEPS = *.C
1.1 paf 99: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100: CONFIG_HEADER = ../../include/pa_config_auto.h
101: CONFIG_CLEAN_FILES =
102: PROGRAMS = $(bin_PROGRAMS)
103:
104:
105: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
106: LDFLAGS = @LDFLAGS@
107: LIBS = @LIBS@
1.17 parser 108: parser3_OBJECTS = pa_pool.o pa_threads.o parser3.o ident.o
1.24 parser 109: @COMPILE_XML_TRUE@parser3_DEPENDENCIES = ../../main/libmain.a \
110: @COMPILE_XML_TRUE@../../classes/libclasses.a ../../main/libmain.a \
111: @COMPILE_XML_TRUE@../../types/libtypes.a ../../classes/gd/libgd.a \
112: @COMPILE_XML_TRUE@../../pcre/libpcre.a \
113: @COMPILE_XML_TRUE@../../classes/xalan-patched/libxalan_patched.a
114: @COMPILE_XML_FALSE@parser3_DEPENDENCIES = ../../main/libmain.a \
115: @COMPILE_XML_FALSE@../../classes/libclasses.a ../../main/libmain.a \
116: @COMPILE_XML_FALSE@../../types/libtypes.a ../../classes/gd/libgd.a \
117: @COMPILE_XML_FALSE@../../pcre/libpcre.a
1.1 paf 118: parser3_LDFLAGS =
119: CXXFLAGS = @CXXFLAGS@
120: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
121: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
122: CXXLD = $(CXX)
123: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
124: DIST_COMMON = Makefile.am Makefile.in
125:
126:
127: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128:
1.23 parser 129: TAR = gtar
1.1 paf 130: GZIP_ENV = --best
1.17 parser 131: DEP_FILES = .deps/ident.P .deps/pa_pool.P .deps/pa_threads.P \
132: .deps/parser3.P
1.1 paf 133: SOURCES = $(parser3_SOURCES)
134: OBJECTS = $(parser3_OBJECTS)
135:
136: all: all-redirect
137: .SUFFIXES:
138: .SUFFIXES: .C .S .c .lo .o .s
139: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/cgi/Makefile
141:
142: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
143: cd $(top_builddir) \
144: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145:
146:
147: mostlyclean-binPROGRAMS:
148:
149: clean-binPROGRAMS:
150: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
151:
152: distclean-binPROGRAMS:
153:
154: maintainer-clean-binPROGRAMS:
155:
156: install-binPROGRAMS: $(bin_PROGRAMS)
157: @$(NORMAL_INSTALL)
158: $(mkinstalldirs) $(DESTDIR)$(bindir)
159: @list='$(bin_PROGRAMS)'; for p in $$list; do \
160: if test -f $$p; then \
161: echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
162: $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
163: else :; fi; \
164: done
165:
166: uninstall-binPROGRAMS:
167: @$(NORMAL_UNINSTALL)
168: list='$(bin_PROGRAMS)'; for p in $$list; do \
169: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
170: done
171:
172: .s.o:
173: $(COMPILE) -c $<
174:
175: .S.o:
176: $(COMPILE) -c $<
177:
178: mostlyclean-compile:
179: -rm -f *.o core *.core
180:
181: clean-compile:
182:
183: distclean-compile:
184: -rm -f *.tab.c
185:
186: maintainer-clean-compile:
187:
188: .s.lo:
189: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190:
191: .S.lo:
192: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
193:
194: mostlyclean-libtool:
195: -rm -f *.lo
196:
197: clean-libtool:
198: -rm -rf .libs _libs
199:
200: distclean-libtool:
201:
202: maintainer-clean-libtool:
203:
204: parser3: $(parser3_OBJECTS) $(parser3_DEPENDENCIES)
205: @rm -f parser3
206: $(CXXLINK) $(parser3_LDFLAGS) $(parser3_OBJECTS) $(parser3_LDADD) $(LIBS)
207: .C.o:
208: $(CXXCOMPILE) -c $<
209: .C.lo:
210: $(LTCXXCOMPILE) -c $<
211:
212: tags: TAGS
213:
214: ID: $(HEADERS) $(SOURCES) $(LISP)
215: list='$(SOURCES) $(HEADERS)'; \
216: unique=`for i in $$list; do echo $$i; done | \
217: awk ' { files[$$0] = 1; } \
218: END { for (i in files) print i; }'`; \
219: here=`pwd` && cd $(srcdir) \
220: && mkid -f$$here/ID $$unique $(LISP)
221:
222: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
223: tags=; \
224: here=`pwd`; \
225: list='$(SOURCES) $(HEADERS)'; \
226: unique=`for i in $$list; do echo $$i; done | \
227: awk ' { files[$$0] = 1; } \
228: END { for (i in files) print i; }'`; \
229: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
230: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
231:
232: mostlyclean-tags:
233:
234: clean-tags:
235:
236: distclean-tags:
237: -rm -f TAGS ID
238:
239: maintainer-clean-tags:
240:
241: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
242:
243: subdir = targets/cgi
244:
245: distdir: $(DISTFILES)
246: here=`cd $(top_builddir) && pwd`; \
247: top_distdir=`cd $(top_distdir) && pwd`; \
248: distdir=`cd $(distdir) && pwd`; \
249: cd $(top_srcdir) \
250: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/cgi/Makefile
251: @for file in $(DISTFILES); do \
252: d=$(srcdir); \
253: if test -d $$d/$$file; then \
1.23 parser 254: cp -pr $$d/$$file $(distdir)/$$file; \
1.1 paf 255: else \
256: test -f $(distdir)/$$file \
257: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258: || cp -p $$d/$$file $(distdir)/$$file || :; \
259: fi; \
260: done
261:
262: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
263:
264: -include $(DEP_FILES)
265:
266: mostlyclean-depend:
267:
268: clean-depend:
269:
270: distclean-depend:
271: -rm -rf .deps
272:
273: maintainer-clean-depend:
274:
275: %.o: %.c
276: @echo '$(COMPILE) -c $<'; \
277: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
278: @-cp .deps/$(*F).pp .deps/$(*F).P; \
279: tr ' ' '\012' < .deps/$(*F).pp \
280: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
281: >> .deps/$(*F).P; \
282: rm .deps/$(*F).pp
283:
284: %.lo: %.c
285: @echo '$(LTCOMPILE) -c $<'; \
286: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
287: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
288: < .deps/$(*F).pp > .deps/$(*F).P; \
289: tr ' ' '\012' < .deps/$(*F).pp \
290: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291: >> .deps/$(*F).P; \
292: rm -f .deps/$(*F).pp
293:
294: %.o: %.C
295: @echo '$(CXXCOMPILE) -c $<'; \
296: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
297: @-cp .deps/$(*F).pp .deps/$(*F).P; \
298: tr ' ' '\012' < .deps/$(*F).pp \
299: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
300: >> .deps/$(*F).P; \
301: rm .deps/$(*F).pp
302:
303: %.lo: %.C
304: @echo '$(LTCXXCOMPILE) -c $<'; \
305: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
306: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
307: < .deps/$(*F).pp > .deps/$(*F).P; \
308: tr ' ' '\012' < .deps/$(*F).pp \
309: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
310: >> .deps/$(*F).P; \
311: rm -f .deps/$(*F).pp
312: info-am:
313: info: info-am
314: dvi-am:
315: dvi: dvi-am
316: check-am: all-am
317: check: check-am
318: installcheck-am:
319: installcheck: installcheck-am
320: install-exec-am: install-binPROGRAMS
321: install-exec: install-exec-am
322:
323: install-data-am:
324: install-data: install-data-am
325:
326: install-am: all-am
327: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328: install: install-am
329: uninstall-am: uninstall-binPROGRAMS
330: uninstall: uninstall-am
331: all-am: Makefile $(PROGRAMS)
332: all-redirect: all-am
333: install-strip:
334: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
335: installdirs:
336: $(mkinstalldirs) $(DESTDIR)$(bindir)
337:
338:
339: mostlyclean-generic:
340:
341: clean-generic:
342:
343: distclean-generic:
344: -rm -f Makefile $(CONFIG_CLEAN_FILES)
345: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
346:
347: maintainer-clean-generic:
348: mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
349: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
350: mostlyclean-generic
351:
352: mostlyclean: mostlyclean-am
353:
354: clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
355: clean-depend clean-generic mostlyclean-am
356:
357: clean: clean-am
358:
359: distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
360: distclean-tags distclean-depend distclean-generic \
361: clean-am
362: -rm -f libtool
363:
364: distclean: distclean-am
365:
366: maintainer-clean-am: maintainer-clean-binPROGRAMS \
367: maintainer-clean-compile maintainer-clean-libtool \
368: maintainer-clean-tags maintainer-clean-depend \
369: maintainer-clean-generic distclean-am
370: @echo "This command is intended for maintainers to use;"
371: @echo "it deletes files that may require special tools to rebuild."
372:
373: maintainer-clean: maintainer-clean-am
374:
375: .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
376: maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
377: mostlyclean-compile distclean-compile clean-compile \
378: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
379: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
380: distclean-tags clean-tags maintainer-clean-tags distdir \
381: mostlyclean-depend distclean-depend clean-depend \
382: maintainer-clean-depend info-am info dvi-am dvi check check-am \
383: installcheck-am installcheck install-exec-am install-exec \
384: install-data-am install-data install-am install uninstall-am uninstall \
385: all-redirect all-am all installdirs mostlyclean-generic \
386: distclean-generic clean-generic maintainer-clean-generic clean \
387: mostlyclean distclean maintainer-clean
388:
1.17 parser 389:
390: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
391: rm -f ident.C
392: echo // do not edit. autogenerated by Makefile.am > ident.C.new
393: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new
394: mv ident.C.new ident.C
1.1 paf 395:
396: # Tell versions [3.59,3.63) of GNU make to not export all variables.
397: # Otherwise a system limit (for SysV at least) may be exceeded.
398: .NOEXPORT:
E-mail: