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