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