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