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