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