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