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