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