Annotation of parser3/src/targets/isapi/Makefile.in, revision 1.20
1.15 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.10 paf 2: # @configure_input@
1.1 paf 3:
1.15 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.10 paf 15: @SET_MAKE@
16:
1.1 paf 17: #do not automake, desined to be compiled with MSVC only
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: pkgdatadir = $(datadir)/@PACKAGE@
22: pkglibdir = $(libdir)/@PACKAGE@
23: pkgincludedir = $(includedir)/@PACKAGE@
24: top_builddir = ../../..
1.10 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 26: INSTALL = @INSTALL@
1.10 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.15 paf 39: subdir = src/targets/isapi
40: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.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 =
49: SOURCES =
50: DIST_SOURCES =
51: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10 paf 52: ACLOCAL = @ACLOCAL@
53: AMDEP_FALSE = @AMDEP_FALSE@
54: AMDEP_TRUE = @AMDEP_TRUE@
55: AMTAR = @AMTAR@
1.19 moko 56: APACHE = @APACHE@
57: APACHE_CFLAGS = @APACHE_CFLAGS@
58: APACHE_INC = @APACHE_INC@
1.10 paf 59: AUTOCONF = @AUTOCONF@
60: AUTOHEADER = @AUTOHEADER@
61: AUTOMAKE = @AUTOMAKE@
1.1 paf 62: AWK = @AWK@
63: CC = @CC@
1.10 paf 64: CCDEPMODE = @CCDEPMODE@
65: CFLAGS = @CFLAGS@
1.19 moko 66: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
67: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.11 paf 68: CPP = @CPP@
1.10 paf 69: CPPFLAGS = @CPPFLAGS@
1.12 paf 70: CPP_LIBS = @CPP_LIBS@
1.1 paf 71: CXX = @CXX@
1.10 paf 72: CXXDEPMODE = @CXXDEPMODE@
73: CXXFLAGS = @CXXFLAGS@
74: CYGPATH_W = @CYGPATH_W@
75: DEFS = @DEFS@
76: DEPDIR = @DEPDIR@
77: ECHO_C = @ECHO_C@
78: ECHO_N = @ECHO_N@
79: ECHO_T = @ECHO_T@
80: EGREP = @EGREP@
81: EXEEXT = @EXEEXT@
1.12 paf 82: GC_LIBS = @GC_LIBS@
1.1 paf 83: INCLTDL = @INCLTDL@
1.10 paf 84: INSTALL_DATA = @INSTALL_DATA@
85: INSTALL_PROGRAM = @INSTALL_PROGRAM@
86: INSTALL_SCRIPT = @INSTALL_SCRIPT@
87: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
88: LDFLAGS = @LDFLAGS@
1.1 paf 89: LIBADD_DL = @LIBADD_DL@
90: LIBLTDL = @LIBLTDL@
1.10 paf 91: LIBOBJS = @LIBOBJS@
92: LIBS = @LIBS@
93: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 94: MAKEINFO = @MAKEINFO@
1.6 paf 95: MIME_INCLUDES = @MIME_INCLUDES@
96: MIME_LIBS = @MIME_LIBS@
1.10 paf 97: OBJEXT = @OBJEXT@
1.1 paf 98: P3S = @P3S@
99: PACKAGE = @PACKAGE@
1.10 paf 100: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101: PACKAGE_NAME = @PACKAGE_NAME@
102: PACKAGE_STRING = @PACKAGE_STRING@
103: PACKAGE_TARNAME = @PACKAGE_TARNAME@
104: PACKAGE_VERSION = @PACKAGE_VERSION@
105: PATH_SEPARATOR = @PATH_SEPARATOR@
1.17 misha 106: PCRE_INCLUDES = @PCRE_INCLUDES@
107: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 108: RANLIB = @RANLIB@
1.10 paf 109: SET_MAKE = @SET_MAKE@
110: SHELL = @SHELL@
111: STRIP = @STRIP@
1.1 paf 112: VERSION = @VERSION@
113: XML_INCLUDES = @XML_INCLUDES@
114: XML_LIBS = @XML_LIBS@
115: YACC = @YACC@
1.10 paf 116: ac_ct_CC = @ac_ct_CC@
117: ac_ct_CXX = @ac_ct_CXX@
118: ac_ct_RANLIB = @ac_ct_RANLIB@
119: ac_ct_STRIP = @ac_ct_STRIP@
120: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
121: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
122: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
123: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
124: am__include = @am__include@
1.15 paf 125: am__leading_dot = @am__leading_dot@
1.10 paf 126: am__quote = @am__quote@
1.15 paf 127: am__tar = @am__tar@
128: am__untar = @am__untar@
1.10 paf 129: bindir = @bindir@
130: build = @build@
131: build_alias = @build_alias@
132: build_cpu = @build_cpu@
133: build_os = @build_os@
134: build_vendor = @build_vendor@
135: commentcharset_koi8r = @commentcharset_koi8r@
136: commentcharset_windows1250 = @commentcharset_windows1250@
137: commentcharset_windows1251 = @commentcharset_windows1251@
138: commentcharset_windows1257 = @commentcharset_windows1257@
139: datadir = @datadir@
1.7 paf 140: dll_extension = @dll_extension@
1.10 paf 141: exec_prefix = @exec_prefix@
142: host = @host@
143: host_alias = @host_alias@
144: host_cpu = @host_cpu@
1.1 paf 145: host_os = @host_os@
1.10 paf 146: host_vendor = @host_vendor@
147: includedir = @includedir@
148: infodir = @infodir@
149: install_sh = @install_sh@
150: libdir = @libdir@
151: libexecdir = @libexecdir@
152: localstatedir = @localstatedir@
153: mandir = @mandir@
1.15 paf 154: mkdir_p = @mkdir_p@
1.4 paf 155: mysql_client = @mysql_client@
1.10 paf 156: oldincludedir = @oldincludedir@
1.4 paf 157: oracle_client = @oracle_client@
158: pgsql_client = @pgsql_client@
1.10 paf 159: prefix = @prefix@
160: program_transform_name = @program_transform_name@
161: sbindir = @sbindir@
162: sharedstatedir = @sharedstatedir@
1.16 misha 163: sqlite_client = @sqlite_client@
1.10 paf 164: subdirs = @subdirs@
165: sysconfdir = @sysconfdir@
166: target_alias = @target_alias@
1.13 paf 167: EXTRA_DIST = pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.vcproj
1.10 paf 168: all: all-am
1.1 paf 169:
170: .SUFFIXES:
1.15 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/isapi/Makefile'; \
1.10 paf 181: cd $(top_srcdir) && \
182: $(AUTOMAKE) --gnu src/targets/isapi/Makefile
1.15 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
1.10 paf 200: uninstall-info-am:
1.1 paf 201: tags: TAGS
1.12 paf 202: TAGS:
1.10 paf 203:
204: ctags: CTAGS
1.12 paf 205: CTAGS:
1.1 paf 206:
207:
208: distdir: $(DISTFILES)
1.10 paf 209: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
210: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
211: list='$(DISTFILES)'; for file in $$list; do \
212: case $$file in \
213: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
214: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
215: esac; \
216: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
217: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
218: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
219: dir="/$$dir"; \
1.15 paf 220: $(mkdir_p) "$(distdir)$$dir"; \
1.10 paf 221: else \
222: dir=''; \
223: fi; \
1.1 paf 224: if test -d $$d/$$file; then \
1.10 paf 225: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
226: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
227: fi; \
228: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 229: else \
230: test -f $(distdir)/$$file \
1.10 paf 231: || cp -p $$d/$$file $(distdir)/$$file \
232: || exit 1; \
1.1 paf 233: fi; \
234: done
235: check-am: all-am
236: check: check-am
1.12 paf 237: all-am: Makefile
1.10 paf 238: installdirs:
239: install: install-am
1.1 paf 240: install-exec: install-exec-am
241: install-data: install-data-am
1.10 paf 242: uninstall: uninstall-am
1.1 paf 243:
244: install-am: all-am
245: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10 paf 246:
247: installcheck: installcheck-am
1.1 paf 248: install-strip:
1.10 paf 249: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.15 paf 250: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.10 paf 251: `test -z '$(STRIP)' || \
252: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 253: mostlyclean-generic:
254:
255: clean-generic:
256:
257: distclean-generic:
1.15 paf 258: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 259:
260: maintainer-clean-generic:
1.10 paf 261: @echo "This command is intended for maintainers to use"
262: @echo "it deletes files that may require special tools to rebuild."
263: clean: clean-am
264:
265: clean-am: clean-generic mostlyclean-am
266:
267: distclean: distclean-am
1.15 paf 268: -rm -f Makefile
1.12 paf 269: distclean-am: clean-am distclean-generic
1.10 paf 270:
271: dvi: dvi-am
272:
273: dvi-am:
1.1 paf 274:
1.15 paf 275: html: html-am
276:
1.10 paf 277: info: info-am
278:
279: info-am:
1.1 paf 280:
1.10 paf 281: install-data-am:
1.1 paf 282:
1.10 paf 283: install-exec-am:
1.1 paf 284:
1.10 paf 285: install-info: install-info-am
1.1 paf 286:
1.10 paf 287: install-man:
1.1 paf 288:
1.10 paf 289: installcheck-am:
1.1 paf 290:
291: maintainer-clean: maintainer-clean-am
1.15 paf 292: -rm -f Makefile
1.10 paf 293: maintainer-clean-am: distclean-am maintainer-clean-generic
294:
295: mostlyclean: mostlyclean-am
296:
297: mostlyclean-am: mostlyclean-generic
298:
299: pdf: pdf-am
300:
301: pdf-am:
302:
303: ps: ps-am
304:
305: ps-am:
306:
307: uninstall-am: uninstall-info-am
1.1 paf 308:
1.12 paf 309: .PHONY: all all-am check check-am clean clean-generic distclean \
1.15 paf 310: distclean-generic distdir dvi dvi-am html html-am info info-am \
311: install install-am install-data install-data-am install-exec \
1.12 paf 312: install-exec-am install-info install-info-am install-man \
313: install-strip installcheck installcheck-am installdirs \
314: maintainer-clean maintainer-clean-generic mostlyclean \
315: mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
316: uninstall-info-am
1.1 paf 317:
318: # Tell versions [3.59,3.63) of GNU make to not export all variables.
319: # Otherwise a system limit (for SysV at least) may be exceeded.
320: .NOEXPORT:
E-mail: