Annotation of parser3/src/sql/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: 
        !            14: SHELL = @SHELL@
        !            15: 
        !            16: srcdir = @srcdir@
        !            17: top_srcdir = @top_srcdir@
        !            18: VPATH = @srcdir@
        !            19: prefix = @prefix@
        !            20: exec_prefix = @exec_prefix@
        !            21: 
        !            22: bindir = @bindir@
        !            23: sbindir = @sbindir@
        !            24: libexecdir = @libexecdir@
        !            25: datadir = @datadir@
        !            26: sysconfdir = @sysconfdir@
        !            27: sharedstatedir = @sharedstatedir@
        !            28: localstatedir = @localstatedir@
        !            29: libdir = @libdir@
        !            30: infodir = @infodir@
        !            31: mandir = @mandir@
        !            32: includedir = @includedir@
        !            33: oldincludedir = /usr/include
        !            34: 
        !            35: DESTDIR =
        !            36: 
        !            37: pkgdatadir = $(datadir)/@PACKAGE@
        !            38: pkglibdir = $(libdir)/@PACKAGE@
        !            39: pkgincludedir = $(includedir)/@PACKAGE@
        !            40: 
        !            41: top_builddir = ../..
        !            42: 
        !            43: ACLOCAL = @ACLOCAL@
        !            44: AUTOCONF = @AUTOCONF@
        !            45: AUTOMAKE = @AUTOMAKE@
        !            46: AUTOHEADER = @AUTOHEADER@
        !            47: 
        !            48: INSTALL = @INSTALL@
        !            49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
        !            50: INSTALL_DATA = @INSTALL_DATA@
        !            51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            52: transform = @program_transform_name@
        !            53: 
        !            54: NORMAL_INSTALL = :
        !            55: PRE_INSTALL = :
        !            56: POST_INSTALL = :
        !            57: NORMAL_UNINSTALL = :
        !            58: PRE_UNINSTALL = :
        !            59: POST_UNINSTALL = :
        !            60: host_alias = @host_alias@
        !            61: host_triplet = @host@
        !            62: APACHE13 = @APACHE13@
        !            63: APACHE_LIBS = @APACHE_LIBS@
        !            64: AS = @AS@
        !            65: AWK = @AWK@
        !            66: CC = @CC@
        !            67: CXX = @CXX@
        !            68: DB2_INCLUDES = @DB2_INCLUDES@
        !            69: DB2_LIBS = @DB2_LIBS@
        !            70: DLLTOOL = @DLLTOOL@
        !            71: INCLTDL = @INCLTDL@
        !            72: LIBADD_DL = @LIBADD_DL@
        !            73: LIBLTDL = @LIBLTDL@
        !            74: LIBTOOL = @LIBTOOL@
        !            75: LIBTOOL_DEPS = @LIBTOOL_DEPS@
        !            76: LN_S = @LN_S@
        !            77: MAKEINFO = @MAKEINFO@
        !            78: OBJDUMP = @OBJDUMP@
        !            79: P3S = @P3S@
        !            80: PACKAGE = @PACKAGE@
        !            81: RANLIB = @RANLIB@
        !            82: VERSION = @VERSION@
        !            83: XML_INCLUDES = @XML_INCLUDES@
        !            84: XML_LIBS = @XML_LIBS@
        !            85: YACC = @YACC@
        !            86: charsetsdir = @charsetsdir@
        !            87: host_os = @host_os@
        !            88: rootconfigdir = @rootconfigdir@
        !            89: sqldriversdir = @sqldriversdir@
        !            90: 
        !            91: noinst_HEADERS = pa_sql_driver.h
        !            92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            93: CONFIG_HEADER = ../../src/include/pa_config_auto.h
        !            94: CONFIG_CLEAN_FILES = 
        !            95: HEADERS =  $(noinst_HEADERS)
        !            96: 
        !            97: DIST_COMMON =  Makefile.am Makefile.in
        !            98: 
        !            99: 
        !           100: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
        !           101: 
        !           102: TAR = tar
        !           103: GZIP_ENV = --best
        !           104: all: all-redirect
        !           105: .SUFFIXES:
        !           106: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           107:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/sql/Makefile
        !           108: 
        !           109: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        !           110:        cd $(top_builddir) \
        !           111:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           112: 
        !           113: 
        !           114: tags: TAGS
        !           115: 
        !           116: ID: $(HEADERS) $(SOURCES) $(LISP)
        !           117:        list='$(SOURCES) $(HEADERS)'; \
        !           118:        unique=`for i in $$list; do echo $$i; done | \
        !           119:          awk '    { files[$$0] = 1; } \
        !           120:               END { for (i in files) print i; }'`; \
        !           121:        here=`pwd` && cd $(srcdir) \
        !           122:          && mkid -f$$here/ID $$unique $(LISP)
        !           123: 
        !           124: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
        !           125:        tags=; \
        !           126:        here=`pwd`; \
        !           127:        list='$(SOURCES) $(HEADERS)'; \
        !           128:        unique=`for i in $$list; do echo $$i; done | \
        !           129:          awk '    { files[$$0] = 1; } \
        !           130:               END { for (i in files) print i; }'`; \
        !           131:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           132:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
        !           133: 
        !           134: mostlyclean-tags:
        !           135: 
        !           136: clean-tags:
        !           137: 
        !           138: distclean-tags:
        !           139:        -rm -f TAGS ID
        !           140: 
        !           141: maintainer-clean-tags:
        !           142: 
        !           143: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           144: 
        !           145: subdir = src/sql
        !           146: 
        !           147: distdir: $(DISTFILES)
        !           148:        here=`cd $(top_builddir) && pwd`; \
        !           149:        top_distdir=`cd $(top_distdir) && pwd`; \
        !           150:        distdir=`cd $(distdir) && pwd`; \
        !           151:        cd $(top_srcdir) \
        !           152:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/sql/Makefile
        !           153:        @for file in $(DISTFILES); do \
        !           154:          d=$(srcdir); \
        !           155:          if test -d $$d/$$file; then \
        !           156:            cp -pr $$/$$file $(distdir)/$$file; \
        !           157:          else \
        !           158:            test -f $(distdir)/$$file \
        !           159:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        !           160:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           161:          fi; \
        !           162:        done
        !           163: info-am:
        !           164: info: info-am
        !           165: dvi-am:
        !           166: dvi: dvi-am
        !           167: check-am: all-am
        !           168: check: check-am
        !           169: installcheck-am:
        !           170: installcheck: installcheck-am
        !           171: install-exec-am:
        !           172: install-exec: install-exec-am
        !           173: 
        !           174: install-data-am:
        !           175: install-data: install-data-am
        !           176: 
        !           177: install-am: all-am
        !           178:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           179: install: install-am
        !           180: uninstall-am:
        !           181: uninstall: uninstall-am
        !           182: all-am: Makefile $(HEADERS)
        !           183: all-redirect: all-am
        !           184: install-strip:
        !           185:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
        !           186: installdirs:
        !           187: 
        !           188: 
        !           189: mostlyclean-generic:
        !           190: 
        !           191: clean-generic:
        !           192: 
        !           193: distclean-generic:
        !           194:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           195:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           196: 
        !           197: maintainer-clean-generic:
        !           198: mostlyclean-am:  mostlyclean-tags mostlyclean-generic
        !           199: 
        !           200: mostlyclean: mostlyclean-am
        !           201: 
        !           202: clean-am:  clean-tags clean-generic mostlyclean-am
        !           203: 
        !           204: clean: clean-am
        !           205: 
        !           206: distclean-am:  distclean-tags distclean-generic clean-am
        !           207:        -rm -f libtool
        !           208: 
        !           209: distclean: distclean-am
        !           210: 
        !           211: maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
        !           212:                distclean-am
        !           213:        @echo "This command is intended for maintainers to use;"
        !           214:        @echo "it deletes files that may require special tools to rebuild."
        !           215: 
        !           216: maintainer-clean: maintainer-clean-am
        !           217: 
        !           218: .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
        !           219: maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
        !           220: installcheck-am installcheck install-exec-am install-exec \
        !           221: install-data-am install-data install-am install uninstall-am uninstall \
        !           222: all-redirect all-am all installdirs mostlyclean-generic \
        !           223: distclean-generic clean-generic maintainer-clean-generic clean \
        !           224: mostlyclean distclean maintainer-clean
        !           225: 
        !           226: 
        !           227: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           228: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           229: .NOEXPORT:

E-mail: