Annotation of parser3/src/Makefile.in, revision 1.1
1.1 ! paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
! 2:
! 3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
! 4: # This Makefile.in is free software; the Free Software Foundation
! 5: # gives unlimited permission to copy and/or distribute it,
! 6: # with or without modifications, as long as this notice is preserved.
! 7:
! 8: # This program is distributed in the hope that it will be useful,
! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 11: # PARTICULAR PURPOSE.
! 12:
! 13: # $Id: Makefile.am,v 1.4.2.2 2001/04/16 16:20:22 paf Exp $
! 14:
! 15:
! 16: SHELL = @SHELL@
! 17:
! 18: srcdir = @srcdir@
! 19: top_srcdir = @top_srcdir@
! 20: VPATH = @srcdir@
! 21: prefix = @prefix@
! 22: exec_prefix = @exec_prefix@
! 23:
! 24: bindir = @bindir@
! 25: sbindir = @sbindir@
! 26: libexecdir = @libexecdir@
! 27: datadir = @datadir@
! 28: sysconfdir = @sysconfdir@
! 29: sharedstatedir = @sharedstatedir@
! 30: localstatedir = @localstatedir@
! 31: libdir = @libdir@
! 32: infodir = @infodir@
! 33: mandir = @mandir@
! 34: includedir = @includedir@
! 35: oldincludedir = /usr/include
! 36:
! 37: DESTDIR =
! 38:
! 39: pkgdatadir = $(datadir)/@PACKAGE@
! 40: pkglibdir = $(libdir)/@PACKAGE@
! 41: pkgincludedir = $(includedir)/@PACKAGE@
! 42:
! 43: top_builddir = .
! 44:
! 45: ACLOCAL = @ACLOCAL@
! 46: AUTOCONF = @AUTOCONF@
! 47: AUTOMAKE = @AUTOMAKE@
! 48: AUTOHEADER = @AUTOHEADER@
! 49:
! 50: INSTALL = @INSTALL@
! 51: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
! 52: INSTALL_DATA = @INSTALL_DATA@
! 53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 54: transform = @program_transform_name@
! 55:
! 56: NORMAL_INSTALL = :
! 57: PRE_INSTALL = :
! 58: POST_INSTALL = :
! 59: NORMAL_UNINSTALL = :
! 60: PRE_UNINSTALL = :
! 61: POST_UNINSTALL = :
! 62: host_alias = @host_alias@
! 63: host_triplet = @host@
! 64: AS = @AS@
! 65: AWK = @AWK@
! 66: CC = @CC@
! 67: CXX = @CXX@
! 68: DLLTOOL = @DLLTOOL@
! 69: INCLTDL = @INCLTDL@
! 70: LIBADD_DL = @LIBADD_DL@
! 71: LIBLTDL = @LIBLTDL@
! 72: LIBTOOL = @LIBTOOL@
! 73: LN_S = @LN_S@
! 74: MAKEINFO = @MAKEINFO@
! 75: OBJDUMP = @OBJDUMP@
! 76: PACKAGE = @PACKAGE@
! 77: RANLIB = @RANLIB@
! 78: VERSION = @VERSION@
! 79: YACC = @YACC@
! 80: host_os = @host_os@
! 81: mysql = @mysql@
! 82: SUBDIRS = classes types main libltdl pcre targets
! 83: LIBTOOL_DEPS = @LIBTOOL_DEPS@
! 84: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 85: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 86: CONFIG_HEADER = ./include/pa_config_auto.h
! 87: CONFIG_CLEAN_FILES =
! 88: DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
! 89: Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess config.sub \
! 90: configure configure.in include/pa_config_auto.h.in include/stamp-h.in \
! 91: install-sh ltconfig ltmain.sh missing mkinstalldirs
! 92:
! 93:
! 94: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 95:
! 96: TAR = tar
! 97: GZIP_ENV = --best
! 98: all: all-redirect
! 99: .SUFFIXES:
! 100: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 101: cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
! 102:
! 103: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
! 104: cd $(top_builddir) \
! 105: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 106:
! 107: $(ACLOCAL_M4): configure.in acinclude.m4
! 108: cd $(srcdir) && $(ACLOCAL)
! 109:
! 110: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 111: $(SHELL) ./config.status --recheck
! 112: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
! 113: cd $(srcdir) && $(AUTOCONF)
! 114:
! 115: include/pa_config_auto.h: include/stamp-h
! 116: @if test ! -f $@; then \
! 117: rm -f include/stamp-h; \
! 118: $(MAKE) include/stamp-h; \
! 119: else :; fi
! 120: include/stamp-h: $(srcdir)/include/pa_config_auto.h.in $(top_builddir)/config.status
! 121: cd $(top_builddir) \
! 122: && CONFIG_FILES= CONFIG_HEADERS=include/pa_config_auto.h \
! 123: $(SHELL) ./config.status
! 124: @echo timestamp > include/stamp-h 2> /dev/null
! 125: $(srcdir)/include/pa_config_auto.h.in: $(srcdir)/include/stamp-h.in
! 126: @if test ! -f $@; then \
! 127: rm -f $(srcdir)/include/stamp-h.in; \
! 128: $(MAKE) $(srcdir)/include/stamp-h.in; \
! 129: else :; fi
! 130: $(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 131: cd $(top_srcdir) && $(AUTOHEADER)
! 132: @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
! 133:
! 134: mostlyclean-hdr:
! 135:
! 136: clean-hdr:
! 137:
! 138: distclean-hdr:
! 139: -rm -f include/pa_config_auto.h
! 140:
! 141: maintainer-clean-hdr:
! 142:
! 143: # This directory's subdirectories are mostly independent; you can cd
! 144: # into them and run `make' without going through this Makefile.
! 145: # To change the values of `make' variables: instead of editing Makefiles,
! 146: # (1) if the variable is set in `config.status', edit `config.status'
! 147: # (which will cause the Makefiles to be regenerated when you run `make');
! 148: # (2) otherwise, pass the desired values on the `make' command line.
! 149:
! 150: @SET_MAKE@
! 151:
! 152: all-recursive install-data-recursive install-exec-recursive \
! 153: installdirs-recursive install-recursive uninstall-recursive \
! 154: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 155: @set fnord $(MAKEFLAGS); amf=$$2; \
! 156: dot_seen=no; \
! 157: target=`echo $@ | sed s/-recursive//`; \
! 158: list='$(SUBDIRS)'; for subdir in $$list; do \
! 159: echo "Making $$target in $$subdir"; \
! 160: if test "$$subdir" = "."; then \
! 161: dot_seen=yes; \
! 162: local_target="$$target-am"; \
! 163: else \
! 164: local_target="$$target"; \
! 165: fi; \
! 166: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 167: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 168: done; \
! 169: if test "$$dot_seen" = "no"; then \
! 170: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 171: fi; test -z "$$fail"
! 172:
! 173: mostlyclean-recursive clean-recursive distclean-recursive \
! 174: maintainer-clean-recursive:
! 175: @set fnord $(MAKEFLAGS); amf=$$2; \
! 176: dot_seen=no; \
! 177: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 178: rev="$$subdir $$rev"; \
! 179: test "$$subdir" = "." && dot_seen=yes; \
! 180: done; \
! 181: test "$$dot_seen" = "no" && rev=". $$rev"; \
! 182: target=`echo $@ | sed s/-recursive//`; \
! 183: for subdir in $$rev; do \
! 184: echo "Making $$target in $$subdir"; \
! 185: if test "$$subdir" = "."; then \
! 186: local_target="$$target-am"; \
! 187: else \
! 188: local_target="$$target"; \
! 189: fi; \
! 190: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 191: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 192: done && test -z "$$fail"
! 193: tags-recursive:
! 194: list='$(SUBDIRS)'; for subdir in $$list; do \
! 195: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 196: done
! 197:
! 198: tags: TAGS
! 199:
! 200: ID: $(HEADERS) $(SOURCES) $(LISP)
! 201: list='$(SOURCES) $(HEADERS)'; \
! 202: unique=`for i in $$list; do echo $$i; done | \
! 203: awk ' { files[$$0] = 1; } \
! 204: END { for (i in files) print i; }'`; \
! 205: here=`pwd` && cd $(srcdir) \
! 206: && mkid -f$$here/ID $$unique $(LISP)
! 207:
! 208: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 209: tags=; \
! 210: here=`pwd`; \
! 211: list='$(SUBDIRS)'; for subdir in $$list; do \
! 212: if test "$$subdir" = .; then :; else \
! 213: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 214: fi; \
! 215: done; \
! 216: list='$(SOURCES) $(HEADERS)'; \
! 217: unique=`for i in $$list; do echo $$i; done | \
! 218: awk ' { files[$$0] = 1; } \
! 219: END { for (i in files) print i; }'`; \
! 220: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 221: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 222:
! 223: mostlyclean-tags:
! 224:
! 225: clean-tags:
! 226:
! 227: distclean-tags:
! 228: -rm -f TAGS ID
! 229:
! 230: maintainer-clean-tags:
! 231:
! 232: distdir = $(PACKAGE)-$(VERSION)
! 233: top_distdir = $(distdir)
! 234:
! 235: # This target untars the dist file and tries a VPATH configuration. Then
! 236: # it guarantees that the distribution is self-contained by making another
! 237: # tarfile.
! 238: distcheck: dist
! 239: -rm -rf $(distdir)
! 240: GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
! 241: mkdir $(distdir)/=build
! 242: mkdir $(distdir)/=inst
! 243: dc_install_base=`cd $(distdir)/=inst && pwd`; \
! 244: cd $(distdir)/=build \
! 245: && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 246: && $(MAKE) $(AM_MAKEFLAGS) \
! 247: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 248: && $(MAKE) $(AM_MAKEFLAGS) check \
! 249: && $(MAKE) $(AM_MAKEFLAGS) install \
! 250: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 251: && $(MAKE) $(AM_MAKEFLAGS) dist
! 252: -rm -rf $(distdir)
! 253: @banner="$(distdir).tar.gz is ready for distribution"; \
! 254: dashes=`echo "$$banner" | sed s/./=/g`; \
! 255: echo "$$dashes"; \
! 256: echo "$$banner"; \
! 257: echo "$$dashes"
! 258: dist: distdir
! 259: -chmod -R a+r $(distdir)
! 260: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 261: -rm -rf $(distdir)
! 262: dist-all: distdir
! 263: -chmod -R a+r $(distdir)
! 264: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 265: -rm -rf $(distdir)
! 266: distdir: $(DISTFILES)
! 267: -rm -rf $(distdir)
! 268: mkdir $(distdir)
! 269: -chmod 777 $(distdir)
! 270: here=`cd $(top_builddir) && pwd`; \
! 271: top_distdir=`cd $(distdir) && pwd`; \
! 272: distdir=`cd $(distdir) && pwd`; \
! 273: cd $(top_srcdir) \
! 274: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
! 275: @for file in $(DISTFILES); do \
! 276: d=$(srcdir); \
! 277: if test -d $$d/$$file; then \
! 278: cp -pr $$/$$file $(distdir)/$$file; \
! 279: else \
! 280: test -f $(distdir)/$$file \
! 281: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 282: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 283: fi; \
! 284: done
! 285: for subdir in $(SUBDIRS); do \
! 286: if test "$$subdir" = .; then :; else \
! 287: test -d $(distdir)/$$subdir \
! 288: || mkdir $(distdir)/$$subdir \
! 289: || exit 1; \
! 290: chmod 777 $(distdir)/$$subdir; \
! 291: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
! 292: || exit 1; \
! 293: fi; \
! 294: done
! 295: info-am:
! 296: info: info-recursive
! 297: dvi-am:
! 298: dvi: dvi-recursive
! 299: check-am: all-am
! 300: check: check-recursive
! 301: installcheck-am:
! 302: installcheck: installcheck-recursive
! 303: install-exec-am:
! 304: install-exec: install-exec-recursive
! 305:
! 306: install-data-am:
! 307: install-data: install-data-recursive
! 308:
! 309: install-am: all-am
! 310: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 311: install: install-recursive
! 312: uninstall-am:
! 313: uninstall: uninstall-recursive
! 314: all-am: Makefile
! 315: all-redirect: all-recursive
! 316: install-strip:
! 317: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 318: installdirs: installdirs-recursive
! 319: installdirs-am:
! 320:
! 321:
! 322: mostlyclean-generic:
! 323:
! 324: clean-generic:
! 325:
! 326: distclean-generic:
! 327: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 328: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 329:
! 330: maintainer-clean-generic:
! 331: mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
! 332:
! 333: mostlyclean: mostlyclean-recursive
! 334:
! 335: clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
! 336:
! 337: clean: clean-recursive
! 338:
! 339: distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
! 340: -rm -f libtool
! 341:
! 342: distclean: distclean-recursive
! 343: -rm -f config.status
! 344:
! 345: maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
! 346: maintainer-clean-generic distclean-am
! 347: @echo "This command is intended for maintainers to use;"
! 348: @echo "it deletes files that may require special tools to rebuild."
! 349:
! 350: maintainer-clean: maintainer-clean-recursive
! 351: -rm -f config.status
! 352:
! 353: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
! 354: install-data-recursive uninstall-data-recursive install-exec-recursive \
! 355: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
! 356: all-recursive check-recursive installcheck-recursive info-recursive \
! 357: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
! 358: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 359: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! 360: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 361: install-exec install-data-am install-data install-am install \
! 362: uninstall-am uninstall all-redirect all-am all installdirs-am \
! 363: installdirs mostlyclean-generic distclean-generic clean-generic \
! 364: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 365:
! 366:
! 367:
! 368:
! 369: libtool: $(LIBTOOL_DEPS)
! 370: $(SHELL) ./config.status --recheck
! 371:
! 372:
! 373: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 374: # Otherwise a system limit (for SysV at least) may be exceeded.
! 375: .NOEXPORT:
E-mail: