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