Annotation of parser3/src/targets/apache13/Makefile.in, revision 1.52
1.50 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.43 paf 2: # @configure_input@
1.1 paf 3:
1.50 paf 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 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.43 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@
1.28 paf 23: top_builddir = ../../..
1.43 paf 24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 25: INSTALL = @INSTALL@
1.43 paf 26: install_sh_DATA = $(install_sh) -c -m 644
27: install_sh_PROGRAM = $(install_sh) -c
28: install_sh_SCRIPT = $(install_sh) -c
29: INSTALL_HEADER = $(INSTALL_DATA)
30: transform = $(program_transform_name)
1.1 paf 31: NORMAL_INSTALL = :
32: PRE_INSTALL = :
33: POST_INSTALL = :
34: NORMAL_UNINSTALL = :
35: PRE_UNINSTALL = :
36: POST_UNINSTALL = :
37: host_triplet = @host@
1.50 paf 38: subdir = src/targets/apache13
39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40: $(srcdir)/p3runConfigure.in
41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43: $(top_srcdir)/configure.in
44: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45: $(ACLOCAL_M4)
46: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
48: CONFIG_CLEAN_FILES = p3runConfigure
49: SOURCES =
50: DIST_SOURCES =
51: DATA = $(noinst_DATA)
52: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.43 paf 53: ACLOCAL = @ACLOCAL@
54: AMDEP_FALSE = @AMDEP_FALSE@
55: AMDEP_TRUE = @AMDEP_TRUE@
56: AMTAR = @AMTAR@
1.19 parser 57: APACHE13 = @APACHE13@
1.43 paf 58: AUTOCONF = @AUTOCONF@
59: AUTOHEADER = @AUTOHEADER@
60: AUTOMAKE = @AUTOMAKE@
1.1 paf 61: AWK = @AWK@
62: CC = @CC@
1.43 paf 63: CCDEPMODE = @CCDEPMODE@
64: CFLAGS = @CFLAGS@
65: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
66: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.45 paf 67: CPP = @CPP@
1.43 paf 68: CPPFLAGS = @CPPFLAGS@
1.46 paf 69: CPP_LIBS = @CPP_LIBS@
1.1 paf 70: CXX = @CXX@
1.43 paf 71: CXXDEPMODE = @CXXDEPMODE@
72: CXXFLAGS = @CXXFLAGS@
73: CYGPATH_W = @CYGPATH_W@
74: DEFS = @DEFS@
75: DEPDIR = @DEPDIR@
76: ECHO_C = @ECHO_C@
77: ECHO_N = @ECHO_N@
78: ECHO_T = @ECHO_T@
79: EGREP = @EGREP@
80: EXEEXT = @EXEEXT@
1.46 paf 81: GC_LIBS = @GC_LIBS@
1.1 paf 82: INCLTDL = @INCLTDL@
1.43 paf 83: INSTALL_DATA = @INSTALL_DATA@
84: INSTALL_PROGRAM = @INSTALL_PROGRAM@
85: INSTALL_SCRIPT = @INSTALL_SCRIPT@
86: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87: LDFLAGS = @LDFLAGS@
1.1 paf 88: LIBADD_DL = @LIBADD_DL@
89: LIBLTDL = @LIBLTDL@
1.43 paf 90: LIBOBJS = @LIBOBJS@
91: LIBS = @LIBS@
92: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 93: MAKEINFO = @MAKEINFO@
1.36 paf 94: MIME_INCLUDES = @MIME_INCLUDES@
95: MIME_LIBS = @MIME_LIBS@
1.43 paf 96: OBJEXT = @OBJEXT@
1.19 parser 97: P3S = @P3S@
1.1 paf 98: PACKAGE = @PACKAGE@
1.43 paf 99: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
100: PACKAGE_NAME = @PACKAGE_NAME@
101: PACKAGE_STRING = @PACKAGE_STRING@
102: PACKAGE_TARNAME = @PACKAGE_TARNAME@
103: PACKAGE_VERSION = @PACKAGE_VERSION@
104: PATH_SEPARATOR = @PATH_SEPARATOR@
1.52 ! misha 105: PCRE_INCLUDES = @PCRE_INCLUDES@
! 106: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 107: RANLIB = @RANLIB@
1.43 paf 108: SET_MAKE = @SET_MAKE@
109: SHELL = @SHELL@
110: STRIP = @STRIP@
1.1 paf 111: VERSION = @VERSION@
1.14 parser 112: XML_INCLUDES = @XML_INCLUDES@
113: XML_LIBS = @XML_LIBS@
1.1 paf 114: YACC = @YACC@
1.43 paf 115: ac_ct_CC = @ac_ct_CC@
116: ac_ct_CXX = @ac_ct_CXX@
117: ac_ct_RANLIB = @ac_ct_RANLIB@
118: ac_ct_STRIP = @ac_ct_STRIP@
119: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
120: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
121: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
122: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
123: am__include = @am__include@
1.50 paf 124: am__leading_dot = @am__leading_dot@
1.43 paf 125: am__quote = @am__quote@
1.50 paf 126: am__tar = @am__tar@
127: am__untar = @am__untar@
1.43 paf 128: bindir = @bindir@
129: build = @build@
130: build_alias = @build_alias@
131: build_cpu = @build_cpu@
132: build_os = @build_os@
133: build_vendor = @build_vendor@
134: commentcharset_koi8r = @commentcharset_koi8r@
135: commentcharset_windows1250 = @commentcharset_windows1250@
136: commentcharset_windows1251 = @commentcharset_windows1251@
137: commentcharset_windows1257 = @commentcharset_windows1257@
138: datadir = @datadir@
1.39 paf 139: dll_extension = @dll_extension@
1.43 paf 140: exec_prefix = @exec_prefix@
141: host = @host@
142: host_alias = @host_alias@
143: host_cpu = @host_cpu@
1.1 paf 144: host_os = @host_os@
1.43 paf 145: host_vendor = @host_vendor@
146: includedir = @includedir@
147: infodir = @infodir@
148: install_sh = @install_sh@
149: libdir = @libdir@
150: libexecdir = @libexecdir@
151: localstatedir = @localstatedir@
152: mandir = @mandir@
1.50 paf 153: mkdir_p = @mkdir_p@
1.33 paf 154: mysql_client = @mysql_client@
1.43 paf 155: oldincludedir = @oldincludedir@
1.33 paf 156: oracle_client = @oracle_client@
157: pgsql_client = @pgsql_client@
1.43 paf 158: prefix = @prefix@
159: program_transform_name = @program_transform_name@
160: sbindir = @sbindir@
161: sharedstatedir = @sharedstatedir@
1.51 misha 162: sqlite_client = @sqlite_client@
1.43 paf 163: subdirs = @subdirs@
164: sysconfdir = @sysconfdir@
165: target_alias = @target_alias@
1.20 parser 166: noinst_DATA = apache_build_instruction
1.48 paf 167: EXTRA_DIST = ApacheModuleParser3.vcproj mod_parser3.c pa_httpd.h
1.46 paf 168: all: all-am
1.20 parser 169:
1.1 paf 170: .SUFFIXES:
1.50 paf 171: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
172: @for dep in $?; do \
173: case '$(am__configure_deps)' in \
174: *$$dep*) \
175: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
176: && exit 0; \
177: exit 1;; \
178: esac; \
179: done; \
180: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/apache13/Makefile'; \
1.43 paf 181: cd $(top_srcdir) && \
182: $(AUTOMAKE) --gnu src/targets/apache13/Makefile
1.50 paf 183: .PRECIOUS: Makefile
184: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
185: @case '$?' in \
186: *config.status*) \
187: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
188: *) \
189: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
190: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
191: esac;
192:
193: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
194: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195:
196: $(top_srcdir)/configure: $(am__configure_deps)
197: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
199: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
200: p3runConfigure: $(top_builddir)/config.status $(srcdir)/p3runConfigure.in
1.43 paf 201: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
202: uninstall-info-am:
1.1 paf 203: tags: TAGS
1.46 paf 204: TAGS:
1.43 paf 205:
206: ctags: CTAGS
1.46 paf 207: CTAGS:
1.1 paf 208:
209:
210: distdir: $(DISTFILES)
1.43 paf 211: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
212: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
213: list='$(DISTFILES)'; for file in $$list; do \
214: case $$file in \
215: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
216: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
217: esac; \
218: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
219: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
220: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
221: dir="/$$dir"; \
1.50 paf 222: $(mkdir_p) "$(distdir)$$dir"; \
1.43 paf 223: else \
224: dir=''; \
225: fi; \
1.1 paf 226: if test -d $$d/$$file; then \
1.43 paf 227: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
228: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
229: fi; \
230: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 231: else \
232: test -f $(distdir)/$$file \
1.43 paf 233: || cp -p $$d/$$file $(distdir)/$$file \
234: || exit 1; \
1.1 paf 235: fi; \
236: done
237: check-am: all-am
1.46 paf 238: check: check-am
239: all-am: Makefile $(DATA)
240: installdirs:
241: install: install-am
242: install-exec: install-exec-am
243: install-data: install-data-am
244: uninstall: uninstall-am
1.1 paf 245:
246: install-am: all-am
247: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.43 paf 248:
1.46 paf 249: installcheck: installcheck-am
1.1 paf 250: install-strip:
1.43 paf 251: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.50 paf 252: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.43 paf 253: `test -z '$(STRIP)' || \
254: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 255: mostlyclean-generic:
256:
257: clean-generic:
258:
259: distclean-generic:
1.50 paf 260: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 261:
262: maintainer-clean-generic:
1.43 paf 263: @echo "This command is intended for maintainers to use"
264: @echo "it deletes files that may require special tools to rebuild."
1.46 paf 265: clean: clean-am
1.43 paf 266:
1.46 paf 267: clean-am: clean-generic mostlyclean-am
1.43 paf 268:
1.46 paf 269: distclean: distclean-am
1.50 paf 270: -rm -f Makefile
1.46 paf 271: distclean-am: clean-am distclean-generic
1.43 paf 272:
1.46 paf 273: dvi: dvi-am
1.1 paf 274:
1.43 paf 275: dvi-am:
276:
1.50 paf 277: html: html-am
278:
1.46 paf 279: info: info-am
1.43 paf 280:
281: info-am:
1.1 paf 282:
1.43 paf 283: install-data-am:
1.1 paf 284:
1.43 paf 285: install-exec-am:
1.1 paf 286:
1.46 paf 287: install-info: install-info-am
1.1 paf 288:
1.43 paf 289: install-man:
1.1 paf 290:
1.43 paf 291: installcheck-am:
1.1 paf 292:
1.46 paf 293: maintainer-clean: maintainer-clean-am
1.50 paf 294: -rm -f Makefile
1.43 paf 295: maintainer-clean-am: distclean-am maintainer-clean-generic
296:
1.46 paf 297: mostlyclean: mostlyclean-am
1.43 paf 298:
1.46 paf 299: mostlyclean-am: mostlyclean-generic
1.43 paf 300:
1.46 paf 301: pdf: pdf-am
1.43 paf 302:
303: pdf-am:
304:
1.46 paf 305: ps: ps-am
1.43 paf 306:
307: ps-am:
308:
309: uninstall-am: uninstall-info-am
310:
1.46 paf 311: .PHONY: all all-am check check-am clean clean-generic distclean \
1.50 paf 312: distclean-generic distdir dvi dvi-am html html-am info info-am \
313: install install-am install-data install-data-am install-exec \
1.46 paf 314: install-exec-am install-info install-info-am install-man \
315: install-strip installcheck installcheck-am installdirs \
316: maintainer-clean maintainer-clean-generic mostlyclean \
317: mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
318: uninstall-info-am
1.20 parser 319:
320:
1.46 paf 321: apache_build_instruction: p3runConfigure
1.20 parser 322: -chmod +x p3runConfigure
323: -cp -f p3runConfigure $(APACHE13)
324: @echo "******************************************************"
325: @echo "to build apache with parser3 module:"
326: @echo
327: @echo "1. cd $(APACHE13)"
328: @echo
329: @echo "2. ./p3runConfigure [configure options]"
330: @echo
331: @echo "3. make"
332: @echo "******************************************************"
1.1 paf 333: # Tell versions [3.59,3.63) of GNU make to not export all variables.
334: # Otherwise a system limit (for SysV at least) may be exceeded.
335: .NOEXPORT:
E-mail: