Annotation of parser3/src/targets/cgi/Makefile.in, revision 1.16
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.10 parser 62: APACHE13_SRC = @APACHE13_SRC@
1.1 paf 63: AS = @AS@
64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: DLLTOOL = @DLLTOOL@
68: INCLTDL = @INCLTDL@
69: LIBADD_DL = @LIBADD_DL@
70: LIBLTDL = @LIBLTDL@
71: LIBTOOL = @LIBTOOL@
72: LIBTOOL_DEPS = @LIBTOOL_DEPS@
73: LN_S = @LN_S@
74: MAKEINFO = @MAKEINFO@
75: OBJDUMP = @OBJDUMP@
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@
82: host_os = @host_os@
1.3 parser 83:
1.16 ! parser 84: INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql @XML_INCLUDES@
1.3 parser 85:
1.13 parser 86: #for sysadmin-controlled auto.p
1.15 parser 87: CPPFLAGS := $(CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\"
1.13 parser 88:
1.1 paf 89: bin_PROGRAMS = parser3
1.3 parser 90: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C
1.16 ! parser 91: parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a @XML_LIBS@
1.1 paf 92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93: CONFIG_HEADER = ../../include/pa_config_auto.h
94: CONFIG_CLEAN_FILES =
95: PROGRAMS = $(bin_PROGRAMS)
96:
97:
98: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
99: LDFLAGS = @LDFLAGS@
100: LIBS = @LIBS@
1.3 parser 101: parser3_OBJECTS = pa_pool.o pa_threads.o parser3.o
1.1 paf 102: parser3_DEPENDENCIES = ../../main/libmain.a ../../classes/libclasses.a \
103: ../../main/libmain.a ../../types/libtypes.a ../../classes/gd/libgd.a \
1.2 paf 104: ../../pcre/libpcre.a
1.1 paf 105: parser3_LDFLAGS =
106: CXXFLAGS = @CXXFLAGS@
107: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
108: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
109: CXXLD = $(CXX)
110: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
111: DIST_COMMON = Makefile.am Makefile.in
112:
113:
114: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115:
1.15 parser 116: TAR = gtar
1.1 paf 117: GZIP_ENV = --best
1.3 parser 118: DEP_FILES = .deps/pa_pool.P .deps/pa_threads.P .deps/parser3.P
1.1 paf 119: SOURCES = $(parser3_SOURCES)
120: OBJECTS = $(parser3_OBJECTS)
121:
122: all: all-redirect
123: .SUFFIXES:
124: .SUFFIXES: .C .S .c .lo .o .s
125: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/cgi/Makefile
127:
128: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
129: cd $(top_builddir) \
130: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131:
132:
133: mostlyclean-binPROGRAMS:
134:
135: clean-binPROGRAMS:
136: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
137:
138: distclean-binPROGRAMS:
139:
140: maintainer-clean-binPROGRAMS:
141:
142: install-binPROGRAMS: $(bin_PROGRAMS)
143: @$(NORMAL_INSTALL)
144: $(mkinstalldirs) $(DESTDIR)$(bindir)
145: @list='$(bin_PROGRAMS)'; for p in $$list; do \
146: if test -f $$p; then \
147: echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
148: $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
149: else :; fi; \
150: done
151:
152: uninstall-binPROGRAMS:
153: @$(NORMAL_UNINSTALL)
154: list='$(bin_PROGRAMS)'; for p in $$list; do \
155: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
156: done
157:
158: .s.o:
159: $(COMPILE) -c $<
160:
161: .S.o:
162: $(COMPILE) -c $<
163:
164: mostlyclean-compile:
165: -rm -f *.o core *.core
166:
167: clean-compile:
168:
169: distclean-compile:
170: -rm -f *.tab.c
171:
172: maintainer-clean-compile:
173:
174: .s.lo:
175: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176:
177: .S.lo:
178: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179:
180: mostlyclean-libtool:
181: -rm -f *.lo
182:
183: clean-libtool:
184: -rm -rf .libs _libs
185:
186: distclean-libtool:
187:
188: maintainer-clean-libtool:
189:
190: parser3: $(parser3_OBJECTS) $(parser3_DEPENDENCIES)
191: @rm -f parser3
192: $(CXXLINK) $(parser3_LDFLAGS) $(parser3_OBJECTS) $(parser3_LDADD) $(LIBS)
193: .C.o:
194: $(CXXCOMPILE) -c $<
195: .C.lo:
196: $(LTCXXCOMPILE) -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:
229: subdir = targets/cgi
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) \
236: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/cgi/Makefile
237: @for file in $(DISTFILES); do \
238: d=$(srcdir); \
239: if test -d $$d/$$file; then \
1.15 parser 240: cp -pr $$d/$$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
317: all-am: Makefile $(PROGRAMS)
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 \
335: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
336: mostlyclean-generic
337:
338: mostlyclean: mostlyclean-am
339:
340: clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
341: clean-depend clean-generic mostlyclean-am
342:
343: clean: clean-am
344:
345: distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
346: distclean-tags distclean-depend distclean-generic \
347: clean-am
348: -rm -f libtool
349:
350: distclean: distclean-am
351:
352: maintainer-clean-am: maintainer-clean-binPROGRAMS \
353: maintainer-clean-compile maintainer-clean-libtool \
354: maintainer-clean-tags maintainer-clean-depend \
355: maintainer-clean-generic distclean-am
356: @echo "This command is intended for maintainers to use;"
357: @echo "it deletes files that may require special tools to rebuild."
358:
359: maintainer-clean: maintainer-clean-am
360:
361: .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
362: maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
363: mostlyclean-compile distclean-compile clean-compile \
364: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
365: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
366: distclean-tags clean-tags maintainer-clean-tags distdir \
367: mostlyclean-depend distclean-depend clean-depend \
368: maintainer-clean-depend info-am info dvi-am dvi check check-am \
369: installcheck-am installcheck install-exec-am install-exec \
370: install-data-am install-data install-am install uninstall-am uninstall \
371: all-redirect all-am all installdirs mostlyclean-generic \
372: distclean-generic clean-generic maintainer-clean-generic clean \
373: mostlyclean distclean maintainer-clean
374:
375:
376: # Tell versions [3.59,3.63) of GNU make to not export all variables.
377: # Otherwise a system limit (for SysV at least) may be exceeded.
378: .NOEXPORT:
E-mail: