Annotation of parser3/src/targets/cgi/Makefile.in, revision 1.37
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:
1.35 paf 41: top_builddir = ../../..
1.1 paf 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@
1.34 paf 86: charsetsdir = @charsetsdir@
1.1 paf 87: host_os = @host_os@
1.36 paf 88: rootconfigdir = @rootconfigdir@
1.35 paf 89: sqldriversdir = @sqldriversdir@
1.3 parser 90:
1.31 paf 91: INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql -I../../pcre @XML_INCLUDES@
1.1 paf 92: bin_PROGRAMS = parser3
1.35 paf 93: parser3_SOURCES = pa_config_paths.h pa_pool.C pa_threads.C parser3.C ident.C
1.33 paf 94: parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a @XML_LIBS@ @DB2_LIBS@
1.36 paf 95: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.17 parser 96: IDENT_DEPS = *.C
1.1 paf 97: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.35 paf 98: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
99: CONFIG_CLEAN_FILES = pa_config_paths.h
1.1 paf 100: PROGRAMS = $(bin_PROGRAMS)
101:
102:
1.35 paf 103: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
1.32 paf 104: CPPFLAGS = @CPPFLAGS@
1.1 paf 105: LDFLAGS = @LDFLAGS@
106: LIBS = @LIBS@
1.17 parser 107: parser3_OBJECTS = pa_pool.o pa_threads.o parser3.o ident.o
1.27 paf 108: parser3_DEPENDENCIES = ../../main/libmain.a ../../classes/libclasses.a \
109: ../../main/libmain.a ../../types/libtypes.a ../../classes/gd/libgd.a \
1.33 paf 110: ../../pcre/libpcre.a
1.1 paf 111: parser3_LDFLAGS =
112: CXXFLAGS = @CXXFLAGS@
113: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115: CXXLD = $(CXX)
116: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.35 paf 117: CFLAGS = @CFLAGS@
118: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120: CCLD = $(CC)
121: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122: DIST_COMMON = Makefile.am Makefile.in pa_config_paths.h.in
1.1 paf 123:
124:
125: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126:
1.28 paf 127: TAR = tar
1.1 paf 128: GZIP_ENV = --best
1.17 parser 129: DEP_FILES = .deps/ident.P .deps/pa_pool.P .deps/pa_threads.P \
130: .deps/parser3.P
1.1 paf 131: SOURCES = $(parser3_SOURCES)
132: OBJECTS = $(parser3_OBJECTS)
133:
134: all: all-redirect
135: .SUFFIXES:
136: .SUFFIXES: .C .S .c .lo .o .s
137: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.35 paf 138: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/cgi/Makefile
1.1 paf 139:
140: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
141: cd $(top_builddir) \
142: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
143:
1.35 paf 144: pa_config_paths.h: $(top_builddir)/config.status pa_config_paths.h.in
145: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1.1 paf 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:
1.35 paf 243: subdir = src/targets/cgi
1.1 paf 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) \
1.35 paf 250: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/cgi/Makefile
1.1 paf 251: @for file in $(DISTFILES); do \
252: d=$(srcdir); \
253: if test -d $$d/$$file; then \
1.28 paf 254: cp -pr $$/$$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
1.37 ! paf 388:
! 389:
1.1 paf 390:
1.17 parser 391:
392: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
393: rm -f ident.C
394: echo // do not edit. autogenerated by Makefile.am > ident.C.new
395: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new
396: mv ident.C.new ident.C
1.1 paf 397:
398: # Tell versions [3.59,3.63) of GNU make to not export all variables.
399: # Otherwise a system limit (for SysV at least) may be exceeded.
400: .NOEXPORT:
E-mail: