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