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