Annotation of parser3/src/targets/apache13/hook/Makefile.in, revision 1.6.2.3
1.5 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 paf 3:
1.5 paf 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5: # Free Software Foundation, Inc.
1.1 paf 6: # This Makefile.in is free software; the Free Software Foundation
7: # gives unlimited permission to copy and/or distribute it,
8: # with or without modifications, as long as this notice is preserved.
9:
10: # This program is distributed in the hope that it will be useful,
11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13: # PARTICULAR PURPOSE.
14:
1.5 paf 15: @SET_MAKE@
1.1 paf 16:
17: srcdir = @srcdir@
18: top_srcdir = @top_srcdir@
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkgincludedir = $(includedir)/@PACKAGE@
23: top_builddir = ../../../..
24:
1.5 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 26: INSTALL = @INSTALL@
1.5 paf 27: install_sh_DATA = $(install_sh) -c -m 644
28: install_sh_PROGRAM = $(install_sh) -c
29: install_sh_SCRIPT = $(install_sh) -c
30: INSTALL_HEADER = $(INSTALL_DATA)
31: transform = $(program_transform_name)
1.1 paf 32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: host_triplet = @host@
1.5 paf 39: ACLOCAL = @ACLOCAL@
40: AMDEP_FALSE = @AMDEP_FALSE@
41: AMDEP_TRUE = @AMDEP_TRUE@
42: AMTAR = @AMTAR@
1.1 paf 43: APACHE13 = @APACHE13@
1.5 paf 44: AUTOCONF = @AUTOCONF@
45: AUTOHEADER = @AUTOHEADER@
46: AUTOMAKE = @AUTOMAKE@
1.1 paf 47: AWK = @AWK@
48: CC = @CC@
1.5 paf 49: CCDEPMODE = @CCDEPMODE@
50: CFLAGS = @CFLAGS@
51: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
52: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.6.2.1 paf 53: CPP = @CPP@
1.5 paf 54: CPPFLAGS = @CPPFLAGS@
1.6.2.3 ! paf 55: CPP_LIBS = @CPP_LIBS@
1.1 paf 56: CXX = @CXX@
1.5 paf 57: CXXDEPMODE = @CXXDEPMODE@
58: CXXFLAGS = @CXXFLAGS@
59: CYGPATH_W = @CYGPATH_W@
60: DEFS = @DEFS@
61: DEPDIR = @DEPDIR@
62: ECHO_C = @ECHO_C@
63: ECHO_N = @ECHO_N@
64: ECHO_T = @ECHO_T@
65: EGREP = @EGREP@
66: EXEEXT = @EXEEXT@
1.1 paf 67: INCLTDL = @INCLTDL@
1.5 paf 68: INSTALL_DATA = @INSTALL_DATA@
69: INSTALL_PROGRAM = @INSTALL_PROGRAM@
70: INSTALL_SCRIPT = @INSTALL_SCRIPT@
71: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72: LDFLAGS = @LDFLAGS@
1.1 paf 73: LIBADD_DL = @LIBADD_DL@
74: LIBLTDL = @LIBLTDL@
1.5 paf 75: LIBOBJS = @LIBOBJS@
76: LIBS = @LIBS@
77: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 78: MAKEINFO = @MAKEINFO@
79: MIME_INCLUDES = @MIME_INCLUDES@
80: MIME_LIBS = @MIME_LIBS@
1.5 paf 81: OBJEXT = @OBJEXT@
1.1 paf 82: P3S = @P3S@
83: PACKAGE = @PACKAGE@
1.5 paf 84: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
85: PACKAGE_NAME = @PACKAGE_NAME@
86: PACKAGE_STRING = @PACKAGE_STRING@
87: PACKAGE_TARNAME = @PACKAGE_TARNAME@
88: PACKAGE_VERSION = @PACKAGE_VERSION@
89: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 paf 90: RANLIB = @RANLIB@
1.5 paf 91: SET_MAKE = @SET_MAKE@
92: SHELL = @SHELL@
93: STRIP = @STRIP@
1.1 paf 94: VERSION = @VERSION@
95: XML_INCLUDES = @XML_INCLUDES@
96: XML_LIBS = @XML_LIBS@
97: YACC = @YACC@
1.5 paf 98: ac_ct_CC = @ac_ct_CC@
99: ac_ct_CXX = @ac_ct_CXX@
100: ac_ct_RANLIB = @ac_ct_RANLIB@
101: ac_ct_STRIP = @ac_ct_STRIP@
102: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
103: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
104: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
105: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
106: am__include = @am__include@
107: am__quote = @am__quote@
108: bindir = @bindir@
109: build = @build@
110: build_alias = @build_alias@
111: build_cpu = @build_cpu@
112: build_os = @build_os@
113: build_vendor = @build_vendor@
1.1 paf 114: charsetsdir = @charsetsdir@
1.5 paf 115: commentcharset_koi8r = @commentcharset_koi8r@
116: commentcharset_windows1250 = @commentcharset_windows1250@
117: commentcharset_windows1251 = @commentcharset_windows1251@
118: commentcharset_windows1257 = @commentcharset_windows1257@
119: datadir = @datadir@
1.2 paf 120: dll_extension = @dll_extension@
1.5 paf 121: exec_prefix = @exec_prefix@
122: host = @host@
123: host_alias = @host_alias@
124: host_cpu = @host_cpu@
1.1 paf 125: host_os = @host_os@
1.5 paf 126: host_vendor = @host_vendor@
127: includedir = @includedir@
128: infodir = @infodir@
129: install_sh = @install_sh@
130: libdir = @libdir@
131: libexecdir = @libexecdir@
132: localstatedir = @localstatedir@
133: mandir = @mandir@
1.1 paf 134: mysql_client = @mysql_client@
1.5 paf 135: oldincludedir = @oldincludedir@
1.1 paf 136: oracle_client = @oracle_client@
137: pgsql_client = @pgsql_client@
1.5 paf 138: prefix = @prefix@
139: program_transform_name = @program_transform_name@
140: sbindir = @sbindir@
141: sharedstatedir = @sharedstatedir@
1.1 paf 142: sqldriversdir = @sqldriversdir@
1.5 paf 143: subdirs = @subdirs@
144: sysconfdir = @sysconfdir@
145: target_alias = @target_alias@
1.1 paf 146: EXTRA_DIST = mod_parser3.c
1.5 paf 147: subdir = src/targets/apache13/hook
1.1 paf 148: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.5 paf 149: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
150: CONFIG_CLEAN_FILES =
151: DIST_SOURCES =
152: DIST_COMMON = Makefile.am Makefile.in
153: all: all-am
1.1 paf 154:
155: .SUFFIXES:
1.5 paf 156: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
157: cd $(top_srcdir) && \
158: $(AUTOMAKE) --gnu src/targets/apache13/hook/Makefile
159: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
160: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
161: uninstall-info-am:
1.1 paf 162: tags: TAGS
163: TAGS:
164:
1.5 paf 165: ctags: CTAGS
166: CTAGS:
1.1 paf 167:
1.5 paf 168: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 paf 169:
1.5 paf 170: top_distdir = ../../../..
171: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1 paf 172:
173: distdir: $(DISTFILES)
1.5 paf 174: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
175: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
176: list='$(DISTFILES)'; for file in $$list; do \
177: case $$file in \
178: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
179: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
180: esac; \
181: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
182: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
183: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
184: dir="/$$dir"; \
185: $(mkinstalldirs) "$(distdir)$$dir"; \
186: else \
187: dir=''; \
188: fi; \
1.1 paf 189: if test -d $$d/$$file; then \
1.5 paf 190: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
191: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
192: fi; \
193: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 194: else \
195: test -f $(distdir)/$$file \
1.5 paf 196: || cp -p $$d/$$file $(distdir)/$$file \
197: || exit 1; \
1.1 paf 198: fi; \
199: done
200: check-am: all-am
201: check: check-am
1.5 paf 202: all-am: Makefile
203:
204: installdirs:
205:
206: install: install-am
1.1 paf 207: install-exec: install-exec-am
208: install-data: install-data-am
1.5 paf 209: uninstall: uninstall-am
1.1 paf 210:
211: install-am: all-am
212: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.5 paf 213:
214: installcheck: installcheck-am
1.1 paf 215: install-strip:
1.5 paf 216: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
217: INSTALL_STRIP_FLAG=-s \
218: `test -z '$(STRIP)' || \
219: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 220: mostlyclean-generic:
221:
222: clean-generic:
223:
224: distclean-generic:
225: -rm -f Makefile $(CONFIG_CLEAN_FILES)
226:
227: maintainer-clean-generic:
1.5 paf 228: @echo "This command is intended for maintainers to use"
229: @echo "it deletes files that may require special tools to rebuild."
230: clean: clean-am
231:
232: clean-am: clean-generic mostlyclean-am
233:
234: distclean: distclean-am
235:
236: distclean-am: clean-am distclean-generic
237:
238: dvi: dvi-am
1.1 paf 239:
1.5 paf 240: dvi-am:
241:
242: info: info-am
243:
244: info-am:
1.1 paf 245:
1.5 paf 246: install-data-am:
1.1 paf 247:
1.5 paf 248: install-exec-am:
1.1 paf 249:
1.5 paf 250: install-info: install-info-am
1.1 paf 251:
1.5 paf 252: install-man:
1.1 paf 253:
1.5 paf 254: installcheck-am:
1.1 paf 255:
256: maintainer-clean: maintainer-clean-am
257:
1.5 paf 258: maintainer-clean-am: distclean-am maintainer-clean-generic
259:
260: mostlyclean: mostlyclean-am
261:
262: mostlyclean-am: mostlyclean-generic
263:
264: pdf: pdf-am
265:
266: pdf-am:
267:
268: ps: ps-am
269:
270: ps-am:
271:
272: uninstall-am: uninstall-info-am
1.1 paf 273:
1.5 paf 274: .PHONY: all all-am check check-am clean clean-generic distclean \
275: distclean-generic distdir dvi dvi-am info info-am install \
276: install-am install-data install-data-am install-exec \
277: install-exec-am install-info install-info-am install-man \
278: install-strip installcheck installcheck-am installdirs \
279: maintainer-clean maintainer-clean-generic mostlyclean \
280: mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
281: uninstall-info-am
1.1 paf 282:
283: # Tell versions [3.59,3.63) of GNU make to not export all variables.
284: # Otherwise a system limit (for SysV at least) may be exceeded.
285: .NOEXPORT:
E-mail: