Annotation of parser3/src/targets/Makefile.in, revision 1.50
1.45 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.41 paf 2: # @configure_input@
1.1 paf 3:
1.45 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.41 paf 15: @SET_MAKE@
1.1 paf 16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: pkgdatadir = $(datadir)/@PACKAGE@
20: pkglibdir = $(libdir)/@PACKAGE@
21: pkgincludedir = $(includedir)/@PACKAGE@
1.28 paf 22: top_builddir = ../..
1.41 paf 23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 24: INSTALL = @INSTALL@
1.41 paf 25: install_sh_DATA = $(install_sh) -c -m 644
26: install_sh_PROGRAM = $(install_sh) -c
27: install_sh_SCRIPT = $(install_sh) -c
28: INSTALL_HEADER = $(INSTALL_DATA)
29: transform = $(program_transform_name)
1.1 paf 30: NORMAL_INSTALL = :
31: PRE_INSTALL = :
32: POST_INSTALL = :
33: NORMAL_UNINSTALL = :
34: PRE_UNINSTALL = :
35: POST_UNINSTALL = :
36: host_triplet = @host@
1.45 paf 37: subdir = src/targets
38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41: $(top_srcdir)/configure.in
42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43: $(ACLOCAL_M4)
44: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
46: CONFIG_CLEAN_FILES =
47: SOURCES =
48: DIST_SOURCES =
49: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50: html-recursive info-recursive install-data-recursive \
51: install-exec-recursive install-info-recursive \
52: install-recursive installcheck-recursive installdirs-recursive \
53: pdf-recursive ps-recursive uninstall-info-recursive \
54: uninstall-recursive
55: ETAGS = etags
56: CTAGS = ctags
1.49 moko 57: DIST_SUBDIRS = cgi isapi apache
1.45 paf 58: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.41 paf 59: ACLOCAL = @ACLOCAL@
60: AMDEP_FALSE = @AMDEP_FALSE@
61: AMDEP_TRUE = @AMDEP_TRUE@
62: AMTAR = @AMTAR@
1.49 moko 63: APACHE = @APACHE@
64: APACHE_CFLAGS = @APACHE_CFLAGS@
65: APACHE_INC = @APACHE_INC@
1.41 paf 66: AUTOCONF = @AUTOCONF@
67: AUTOHEADER = @AUTOHEADER@
68: AUTOMAKE = @AUTOMAKE@
1.1 paf 69: AWK = @AWK@
70: CC = @CC@
1.41 paf 71: CCDEPMODE = @CCDEPMODE@
72: CFLAGS = @CFLAGS@
1.49 moko 73: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
74: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.42 paf 75: CPP = @CPP@
1.41 paf 76: CPPFLAGS = @CPPFLAGS@
1.43 paf 77: CPP_LIBS = @CPP_LIBS@
1.1 paf 78: CXX = @CXX@
1.41 paf 79: CXXDEPMODE = @CXXDEPMODE@
80: CXXFLAGS = @CXXFLAGS@
81: CYGPATH_W = @CYGPATH_W@
82: DEFS = @DEFS@
83: DEPDIR = @DEPDIR@
84: ECHO_C = @ECHO_C@
85: ECHO_N = @ECHO_N@
86: ECHO_T = @ECHO_T@
87: EGREP = @EGREP@
88: EXEEXT = @EXEEXT@
1.43 paf 89: GC_LIBS = @GC_LIBS@
1.1 paf 90: INCLTDL = @INCLTDL@
1.41 paf 91: INSTALL_DATA = @INSTALL_DATA@
92: INSTALL_PROGRAM = @INSTALL_PROGRAM@
93: INSTALL_SCRIPT = @INSTALL_SCRIPT@
94: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95: LDFLAGS = @LDFLAGS@
1.1 paf 96: LIBADD_DL = @LIBADD_DL@
97: LIBLTDL = @LIBLTDL@
1.41 paf 98: LIBOBJS = @LIBOBJS@
99: LIBS = @LIBS@
100: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 101: MAKEINFO = @MAKEINFO@
1.37 paf 102: MIME_INCLUDES = @MIME_INCLUDES@
103: MIME_LIBS = @MIME_LIBS@
1.41 paf 104: OBJEXT = @OBJEXT@
1.19 parser 105: P3S = @P3S@
1.1 paf 106: PACKAGE = @PACKAGE@
1.41 paf 107: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
108: PACKAGE_NAME = @PACKAGE_NAME@
109: PACKAGE_STRING = @PACKAGE_STRING@
110: PACKAGE_TARNAME = @PACKAGE_TARNAME@
111: PACKAGE_VERSION = @PACKAGE_VERSION@
112: PATH_SEPARATOR = @PATH_SEPARATOR@
1.47 misha 113: PCRE_INCLUDES = @PCRE_INCLUDES@
114: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 115: RANLIB = @RANLIB@
1.41 paf 116: SET_MAKE = @SET_MAKE@
117: SHELL = @SHELL@
118: STRIP = @STRIP@
1.1 paf 119: VERSION = @VERSION@
1.14 parser 120: XML_INCLUDES = @XML_INCLUDES@
121: XML_LIBS = @XML_LIBS@
1.1 paf 122: YACC = @YACC@
1.41 paf 123: ac_ct_CC = @ac_ct_CC@
124: ac_ct_CXX = @ac_ct_CXX@
125: ac_ct_RANLIB = @ac_ct_RANLIB@
126: ac_ct_STRIP = @ac_ct_STRIP@
127: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
128: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
129: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
130: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
131: am__include = @am__include@
1.45 paf 132: am__leading_dot = @am__leading_dot@
1.41 paf 133: am__quote = @am__quote@
1.45 paf 134: am__tar = @am__tar@
135: am__untar = @am__untar@
1.41 paf 136: bindir = @bindir@
137: build = @build@
138: build_alias = @build_alias@
139: build_cpu = @build_cpu@
140: build_os = @build_os@
141: build_vendor = @build_vendor@
142: commentcharset_koi8r = @commentcharset_koi8r@
143: commentcharset_windows1250 = @commentcharset_windows1250@
144: commentcharset_windows1251 = @commentcharset_windows1251@
145: commentcharset_windows1257 = @commentcharset_windows1257@
146: datadir = @datadir@
1.38 paf 147: dll_extension = @dll_extension@
1.41 paf 148: exec_prefix = @exec_prefix@
149: host = @host@
150: host_alias = @host_alias@
151: host_cpu = @host_cpu@
1.1 paf 152: host_os = @host_os@
1.41 paf 153: host_vendor = @host_vendor@
154: includedir = @includedir@
155: infodir = @infodir@
156: install_sh = @install_sh@
157: libdir = @libdir@
158: libexecdir = @libexecdir@
159: localstatedir = @localstatedir@
160: mandir = @mandir@
1.45 paf 161: mkdir_p = @mkdir_p@
1.35 paf 162: mysql_client = @mysql_client@
1.41 paf 163: oldincludedir = @oldincludedir@
1.35 paf 164: oracle_client = @oracle_client@
165: pgsql_client = @pgsql_client@
1.41 paf 166: prefix = @prefix@
167: program_transform_name = @program_transform_name@
168: sbindir = @sbindir@
169: sharedstatedir = @sharedstatedir@
1.46 misha 170: sqlite_client = @sqlite_client@
1.41 paf 171: subdirs = @subdirs@
172: sysconfdir = @sysconfdir@
173: target_alias = @target_alias@
1.15 parser 174: #don't compile apache
1.49 moko 175: @COMPILE_APACHE_MODULE_FALSE@SUBDIRS = cgi isapi
176: @COMPILE_APACHE_MODULE_TRUE@SUBDIRS = apache
1.41 paf 177: all: all-recursive
1.1 paf 178:
179: .SUFFIXES:
1.45 paf 180: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
181: @for dep in $?; do \
182: case '$(am__configure_deps)' in \
183: *$$dep*) \
184: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
185: && exit 0; \
186: exit 1;; \
187: esac; \
188: done; \
189: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/Makefile'; \
1.41 paf 190: cd $(top_srcdir) && \
191: $(AUTOMAKE) --gnu src/targets/Makefile
1.45 paf 192: .PRECIOUS: Makefile
193: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
194: @case '$?' in \
195: *config.status*) \
196: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
197: *) \
198: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
199: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
200: esac;
201:
202: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
203: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204:
205: $(top_srcdir)/configure: $(am__configure_deps)
206: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
208: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.41 paf 209: uninstall-info-am:
1.1 paf 210:
211: # This directory's subdirectories are mostly independent; you can cd
212: # into them and run `make' without going through this Makefile.
213: # To change the values of `make' variables: instead of editing Makefiles,
214: # (1) if the variable is set in `config.status', edit `config.status'
215: # (which will cause the Makefiles to be regenerated when you run `make');
216: # (2) otherwise, pass the desired values on the `make' command line.
1.41 paf 217: $(RECURSIVE_TARGETS):
218: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 219: dot_seen=no; \
220: target=`echo $@ | sed s/-recursive//`; \
221: list='$(SUBDIRS)'; for subdir in $$list; do \
222: echo "Making $$target in $$subdir"; \
223: if test "$$subdir" = "."; then \
224: dot_seen=yes; \
225: local_target="$$target-am"; \
226: else \
227: local_target="$$target"; \
228: fi; \
229: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
230: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
231: done; \
232: if test "$$dot_seen" = "no"; then \
233: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
234: fi; test -z "$$fail"
235:
236: mostlyclean-recursive clean-recursive distclean-recursive \
237: maintainer-clean-recursive:
1.41 paf 238: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 239: dot_seen=no; \
1.41 paf 240: case "$@" in \
241: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
242: *) list='$(SUBDIRS)' ;; \
243: esac; \
244: rev=''; for subdir in $$list; do \
245: if test "$$subdir" = "."; then :; else \
246: rev="$$subdir $$rev"; \
247: fi; \
1.1 paf 248: done; \
1.41 paf 249: rev="$$rev ."; \
1.1 paf 250: target=`echo $@ | sed s/-recursive//`; \
251: for subdir in $$rev; do \
252: echo "Making $$target in $$subdir"; \
253: if test "$$subdir" = "."; then \
254: local_target="$$target-am"; \
255: else \
256: local_target="$$target"; \
257: fi; \
258: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
259: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
260: done && test -z "$$fail"
261: tags-recursive:
262: list='$(SUBDIRS)'; for subdir in $$list; do \
263: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
264: done
1.41 paf 265: ctags-recursive:
266: list='$(SUBDIRS)'; for subdir in $$list; do \
267: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
268: done
269:
270: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
271: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
272: unique=`for i in $$list; do \
273: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274: done | \
275: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 276: END { for (i in files) print i; }'`; \
1.41 paf 277: mkid -fID $$unique
1.45 paf 278: tags: TAGS
1.1 paf 279:
1.41 paf 280: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
281: $(TAGS_FILES) $(LISP)
1.1 paf 282: tags=; \
283: here=`pwd`; \
1.45 paf 284: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
285: include_option=--etags-include; \
286: empty_fix=.; \
287: else \
288: include_option=--include; \
289: empty_fix=; \
290: fi; \
1.1 paf 291: list='$(SUBDIRS)'; for subdir in $$list; do \
1.41 paf 292: if test "$$subdir" = .; then :; else \
1.45 paf 293: test ! -f $$subdir/TAGS || \
294: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.41 paf 295: fi; \
1.1 paf 296: done; \
1.41 paf 297: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
298: unique=`for i in $$list; do \
299: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300: done | \
301: $(AWK) ' { files[$$0] = 1; } \
302: END { for (i in files) print i; }'`; \
1.45 paf 303: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
304: test -n "$$unique" || unique=$$empty_fix; \
305: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306: $$tags $$unique; \
307: fi
1.41 paf 308: ctags: CTAGS
309: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
310: $(TAGS_FILES) $(LISP)
311: tags=; \
312: here=`pwd`; \
313: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314: unique=`for i in $$list; do \
315: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316: done | \
317: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 318: END { for (i in files) print i; }'`; \
1.41 paf 319: test -z "$(CTAGS_ARGS)$$tags$$unique" \
320: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321: $$tags $$unique
322:
323: GTAGS:
324: here=`$(am__cd) $(top_builddir) && pwd` \
325: && cd $(top_srcdir) \
326: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 327:
328: distclean-tags:
1.41 paf 329: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 330:
331: distdir: $(DISTFILES)
1.41 paf 332: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
333: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
334: list='$(DISTFILES)'; for file in $$list; do \
335: case $$file in \
336: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
337: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
338: esac; \
339: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
341: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
342: dir="/$$dir"; \
1.45 paf 343: $(mkdir_p) "$(distdir)$$dir"; \
1.41 paf 344: else \
345: dir=''; \
346: fi; \
1.1 paf 347: if test -d $$d/$$file; then \
1.41 paf 348: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
349: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
350: fi; \
351: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 352: else \
353: test -f $(distdir)/$$file \
1.41 paf 354: || cp -p $$d/$$file $(distdir)/$$file \
355: || exit 1; \
1.1 paf 356: fi; \
357: done
1.41 paf 358: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 359: if test "$$subdir" = .; then :; else \
1.45 paf 360: test -d "$(distdir)/$$subdir" \
361: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 paf 362: || exit 1; \
1.45 paf 363: distdir=`$(am__cd) $(distdir) && pwd`; \
364: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.41 paf 365: (cd $$subdir && \
366: $(MAKE) $(AM_MAKEFLAGS) \
1.45 paf 367: top_distdir="$$top_distdir" \
368: distdir="$$distdir/$$subdir" \
1.41 paf 369: distdir) \
1.1 paf 370: || exit 1; \
371: fi; \
372: done
373: check-am: all-am
374: check: check-recursive
1.41 paf 375: all-am: Makefile
376: installdirs: installdirs-recursive
377: installdirs-am:
378: install: install-recursive
1.1 paf 379: install-exec: install-exec-recursive
380: install-data: install-data-recursive
1.41 paf 381: uninstall: uninstall-recursive
1.1 paf 382:
383: install-am: all-am
384: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.41 paf 385:
386: installcheck: installcheck-recursive
1.1 paf 387: install-strip:
1.41 paf 388: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.45 paf 389: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.41 paf 390: `test -z '$(STRIP)' || \
391: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 392: mostlyclean-generic:
393:
394: clean-generic:
395:
396: distclean-generic:
1.45 paf 397: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 398:
399: maintainer-clean-generic:
1.41 paf 400: @echo "This command is intended for maintainers to use"
401: @echo "it deletes files that may require special tools to rebuild."
402: clean: clean-recursive
403:
404: clean-am: clean-generic mostlyclean-am
405:
406: distclean: distclean-recursive
1.45 paf 407: -rm -f Makefile
1.41 paf 408: distclean-am: clean-am distclean-generic distclean-tags
409:
410: dvi: dvi-recursive
411:
412: dvi-am:
1.1 paf 413:
1.45 paf 414: html: html-recursive
415:
1.41 paf 416: info: info-recursive
417:
418: info-am:
1.1 paf 419:
1.41 paf 420: install-data-am:
1.1 paf 421:
1.41 paf 422: install-exec-am:
1.1 paf 423:
1.41 paf 424: install-info: install-info-recursive
1.1 paf 425:
1.41 paf 426: install-man:
1.1 paf 427:
1.41 paf 428: installcheck-am:
1.1 paf 429:
430: maintainer-clean: maintainer-clean-recursive
1.45 paf 431: -rm -f Makefile
1.41 paf 432: maintainer-clean-am: distclean-am maintainer-clean-generic
433:
434: mostlyclean: mostlyclean-recursive
435:
436: mostlyclean-am: mostlyclean-generic
437:
438: pdf: pdf-recursive
439:
440: pdf-am:
441:
442: ps: ps-recursive
1.1 paf 443:
1.41 paf 444: ps-am:
445:
446: uninstall-am: uninstall-info-am
447:
448: uninstall-info: uninstall-info-recursive
449:
1.45 paf 450: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
451: clean clean-generic clean-recursive ctags ctags-recursive \
452: distclean distclean-generic distclean-recursive distclean-tags \
453: distdir dvi dvi-am html html-am info info-am install \
454: install-am install-data install-data-am install-exec \
455: install-exec-am install-info install-info-am install-man \
456: install-strip installcheck installcheck-am installdirs \
457: installdirs-am maintainer-clean maintainer-clean-generic \
1.41 paf 458: maintainer-clean-recursive mostlyclean mostlyclean-generic \
1.45 paf 459: mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
460: uninstall uninstall-am uninstall-info-am
1.1 paf 461:
462: # Tell versions [3.59,3.63) of GNU make to not export all variables.
463: # Otherwise a system limit (for SysV at least) may be exceeded.
464: .NOEXPORT:
E-mail: