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