Annotation of parser3/src/targets/apache13/modules/Makefile.in, revision 1.4
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 paf 13: # $Id: Makefile.am,v 1.3 2001/04/28 16:04:52 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.3 paf 83: SUBDIRS = extra
1.1 paf 84: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.2 paf 85: CONFIG_HEADER = ../../../include/pa_config_auto.h
1.1 paf 86: CONFIG_CLEAN_FILES =
87: DIST_COMMON = Makefile.am Makefile.in
88:
89:
90: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91:
1.4 ! paf 92: TAR = tar
1.1 paf 93: GZIP_ENV = --best
94: all: all-redirect
95: .SUFFIXES:
96: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.2 paf 97: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/apache13/modules/Makefile
1.1 paf 98:
99: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
100: cd $(top_builddir) \
101: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
102:
103:
1.3 paf 104: # This directory's subdirectories are mostly independent; you can cd
105: # into them and run `make' without going through this Makefile.
106: # To change the values of `make' variables: instead of editing Makefiles,
107: # (1) if the variable is set in `config.status', edit `config.status'
108: # (which will cause the Makefiles to be regenerated when you run `make');
109: # (2) otherwise, pass the desired values on the `make' command line.
110:
111: @SET_MAKE@
112:
113: all-recursive install-data-recursive install-exec-recursive \
114: installdirs-recursive install-recursive uninstall-recursive \
115: check-recursive installcheck-recursive info-recursive dvi-recursive:
116: @set fnord $(MAKEFLAGS); amf=$$2; \
117: dot_seen=no; \
118: target=`echo $@ | sed s/-recursive//`; \
119: list='$(SUBDIRS)'; for subdir in $$list; do \
120: echo "Making $$target in $$subdir"; \
121: if test "$$subdir" = "."; then \
122: dot_seen=yes; \
123: local_target="$$target-am"; \
124: else \
125: local_target="$$target"; \
126: fi; \
127: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
128: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
129: done; \
130: if test "$$dot_seen" = "no"; then \
131: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
132: fi; test -z "$$fail"
133:
134: mostlyclean-recursive clean-recursive distclean-recursive \
135: maintainer-clean-recursive:
136: @set fnord $(MAKEFLAGS); amf=$$2; \
137: dot_seen=no; \
138: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
139: rev="$$subdir $$rev"; \
140: test "$$subdir" = "." && dot_seen=yes; \
141: done; \
142: test "$$dot_seen" = "no" && rev=". $$rev"; \
143: target=`echo $@ | sed s/-recursive//`; \
144: for subdir in $$rev; do \
145: echo "Making $$target in $$subdir"; \
146: if test "$$subdir" = "."; then \
147: local_target="$$target-am"; \
148: else \
149: local_target="$$target"; \
150: fi; \
151: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
152: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
153: done && test -z "$$fail"
154: tags-recursive:
155: list='$(SUBDIRS)'; for subdir in $$list; do \
156: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
157: done
1.1 paf 158:
159: tags: TAGS
160:
161: ID: $(HEADERS) $(SOURCES) $(LISP)
162: list='$(SOURCES) $(HEADERS)'; \
163: unique=`for i in $$list; do echo $$i; done | \
164: awk ' { files[$$0] = 1; } \
165: END { for (i in files) print i; }'`; \
166: here=`pwd` && cd $(srcdir) \
167: && mkid -f$$here/ID $$unique $(LISP)
168:
1.3 paf 169: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 170: tags=; \
171: here=`pwd`; \
1.3 paf 172: list='$(SUBDIRS)'; for subdir in $$list; do \
173: if test "$$subdir" = .; then :; else \
174: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
175: fi; \
176: done; \
1.1 paf 177: list='$(SOURCES) $(HEADERS)'; \
178: unique=`for i in $$list; do echo $$i; done | \
179: awk ' { files[$$0] = 1; } \
180: END { for (i in files) print i; }'`; \
181: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
183:
184: mostlyclean-tags:
185:
186: clean-tags:
187:
188: distclean-tags:
189: -rm -f TAGS ID
190:
191: maintainer-clean-tags:
192:
193: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
194:
1.2 paf 195: subdir = targets/apache13/modules
1.1 paf 196:
197: distdir: $(DISTFILES)
198: here=`cd $(top_builddir) && pwd`; \
199: top_distdir=`cd $(top_distdir) && pwd`; \
200: distdir=`cd $(distdir) && pwd`; \
201: cd $(top_srcdir) \
1.2 paf 202: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/apache13/modules/Makefile
1.1 paf 203: @for file in $(DISTFILES); do \
204: d=$(srcdir); \
205: if test -d $$d/$$file; then \
1.3 paf 206: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 207: else \
208: test -f $(distdir)/$$file \
209: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
210: || cp -p $$d/$$file $(distdir)/$$file || :; \
211: fi; \
212: done
1.3 paf 213: for subdir in $(SUBDIRS); do \
214: if test "$$subdir" = .; then :; else \
215: test -d $(distdir)/$$subdir \
216: || mkdir $(distdir)/$$subdir \
217: || exit 1; \
218: chmod 777 $(distdir)/$$subdir; \
219: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
220: || exit 1; \
221: fi; \
222: done
1.1 paf 223: info-am:
1.3 paf 224: info: info-recursive
1.1 paf 225: dvi-am:
1.3 paf 226: dvi: dvi-recursive
1.1 paf 227: check-am: all-am
1.3 paf 228: check: check-recursive
1.1 paf 229: installcheck-am:
1.3 paf 230: installcheck: installcheck-recursive
1.1 paf 231: install-exec-am:
1.3 paf 232: install-exec: install-exec-recursive
1.1 paf 233:
234: install-data-am:
1.3 paf 235: install-data: install-data-recursive
1.1 paf 236:
237: install-am: all-am
238: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.3 paf 239: install: install-recursive
1.1 paf 240: uninstall-am:
1.3 paf 241: uninstall: uninstall-recursive
242: all-am: Makefile
243: all-redirect: all-recursive
1.1 paf 244: install-strip:
245: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.3 paf 246: installdirs: installdirs-recursive
247: installdirs-am:
1.1 paf 248:
249:
250: mostlyclean-generic:
251:
252: clean-generic:
253:
254: distclean-generic:
255: -rm -f Makefile $(CONFIG_CLEAN_FILES)
256: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
257:
258: maintainer-clean-generic:
1.3 paf 259: mostlyclean-am: mostlyclean-tags mostlyclean-generic
1.1 paf 260:
1.3 paf 261: mostlyclean: mostlyclean-recursive
1.1 paf 262:
1.3 paf 263: clean-am: clean-tags clean-generic mostlyclean-am
1.1 paf 264:
1.3 paf 265: clean: clean-recursive
1.1 paf 266:
1.3 paf 267: distclean-am: distclean-tags distclean-generic clean-am
1.1 paf 268: -rm -f libtool
269:
1.3 paf 270: distclean: distclean-recursive
1.1 paf 271:
1.3 paf 272: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
273: distclean-am
1.1 paf 274: @echo "This command is intended for maintainers to use;"
275: @echo "it deletes files that may require special tools to rebuild."
276:
1.3 paf 277: maintainer-clean: maintainer-clean-recursive
1.1 paf 278:
1.3 paf 279: .PHONY: install-data-recursive uninstall-data-recursive \
280: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
281: uninstalldirs-recursive all-recursive check-recursive \
282: installcheck-recursive info-recursive dvi-recursive \
283: mostlyclean-recursive distclean-recursive clean-recursive \
284: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
285: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
286: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
287: install-exec install-data-am install-data install-am install \
288: uninstall-am uninstall all-redirect all-am all installdirs-am \
289: installdirs mostlyclean-generic distclean-generic clean-generic \
290: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.4 ! paf 291:
! 292:
1.1 paf 293:
294:
295: # Tell versions [3.59,3.63) of GNU make to not export all variables.
296: # Otherwise a system limit (for SysV at least) may be exceeded.
297: .NOEXPORT:
E-mail: