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