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