Annotation of parser3/src/sql/mysql/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.1.2.1 2001/04/16 11:26:50 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: LIBTOOL = @LIBTOOL@
! 70: LN_S = @LN_S@
! 71: MAKEINFO = @MAKEINFO@
! 72: OBJDUMP = @OBJDUMP@
! 73: PACKAGE = @PACKAGE@
! 74: RANLIB = @RANLIB@
! 75: VERSION = @VERSION@
! 76: MYSQL_INC = @MYSQL_INC@
! 77: MYSQL_LIB = @MYSQL_LIB@
! 78: INCLUDES = -I .. -I$(MYSQL_INC)
! 79: lib_LTLIBRARIES = parser3mysql.la
! 80: parser3mysql_la_SOURCES = parser3mysql.C parser3mysql.h
! 81: parser3mysql_la_LDFLAGS = -module -avoid-version
! 82: parser3mysql_la_LDADD = $(MYSQL_LIB)/libmysqlclient.a
! 83: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 84: mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
! 85: CONFIG_HEADER = config_auto.h
! 86: CONFIG_CLEAN_FILES =
! 87: LTLIBRARIES = $(lib_LTLIBRARIES)
! 88:
! 89:
! 90: DEFS = @DEFS@ -I. -I$(srcdir) -I.
! 91: CPPFLAGS = @CPPFLAGS@
! 92: LDFLAGS = @LDFLAGS@
! 93: LIBS = @LIBS@
! 94: parser3mysql_la_LIBADD =
! 95: parser3mysql_la_OBJECTS = parser3mysql.lo
! 96: CXXFLAGS = @CXXFLAGS@
! 97: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 98: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 99: CXXLD = $(CXX)
! 100: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
! 101: CFLAGS = @CFLAGS@
! 102: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 103: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 104: CCLD = $(CC)
! 105: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! 106: DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
! 107: Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 config_auto.h.in \
! 108: configure configure.in
! 109:
! 110:
! 111: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 112:
! 113: TAR = tar
! 114: GZIP_ENV = --best
! 115: DEP_FILES = .deps/parser3mysql.P
! 116: SOURCES = $(parser3mysql_la_SOURCES)
! 117: OBJECTS = $(parser3mysql_la_OBJECTS)
! 118:
! 119: all: all-redirect
! 120: .SUFFIXES:
! 121: .SUFFIXES: .C .S .c .lo .o .s
! 122: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 123: cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
! 124:
! 125: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
! 126: cd $(top_builddir) \
! 127: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 128:
! 129: $(ACLOCAL_M4): configure.in acinclude.m4
! 130: cd $(srcdir) && $(ACLOCAL)
! 131:
! 132: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 133: $(SHELL) ./config.status --recheck
! 134: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
! 135: cd $(srcdir) && $(AUTOCONF)
! 136:
! 137: config_auto.h: stamp-h
! 138: @if test ! -f $@; then \
! 139: rm -f stamp-h; \
! 140: $(MAKE) stamp-h; \
! 141: else :; fi
! 142: stamp-h: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
! 143: cd $(top_builddir) \
! 144: && CONFIG_FILES= CONFIG_HEADERS=config_auto.h \
! 145: $(SHELL) ./config.status
! 146: @echo timestamp > stamp-h 2> /dev/null
! 147: $(srcdir)/config_auto.h.in: $(srcdir)/stamp-h.in
! 148: @if test ! -f $@; then \
! 149: rm -f $(srcdir)/stamp-h.in; \
! 150: $(MAKE) $(srcdir)/stamp-h.in; \
! 151: else :; fi
! 152: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 153: cd $(top_srcdir) && $(AUTOHEADER)
! 154: @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
! 155:
! 156: mostlyclean-hdr:
! 157:
! 158: clean-hdr:
! 159:
! 160: distclean-hdr:
! 161: -rm -f config_auto.h
! 162:
! 163: maintainer-clean-hdr:
! 164:
! 165: mostlyclean-libLTLIBRARIES:
! 166:
! 167: clean-libLTLIBRARIES:
! 168: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
! 169:
! 170: distclean-libLTLIBRARIES:
! 171:
! 172: maintainer-clean-libLTLIBRARIES:
! 173:
! 174: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
! 175: @$(NORMAL_INSTALL)
! 176: $(mkinstalldirs) $(DESTDIR)$(libdir)
! 177: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 178: if test -f $$p; then \
! 179: echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
! 180: $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
! 181: else :; fi; \
! 182: done
! 183:
! 184: uninstall-libLTLIBRARIES:
! 185: @$(NORMAL_UNINSTALL)
! 186: list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 187: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
! 188: done
! 189:
! 190: .s.o:
! 191: $(COMPILE) -c $<
! 192:
! 193: .S.o:
! 194: $(COMPILE) -c $<
! 195:
! 196: mostlyclean-compile:
! 197: -rm -f *.o core *.core
! 198:
! 199: clean-compile:
! 200:
! 201: distclean-compile:
! 202: -rm -f *.tab.c
! 203:
! 204: maintainer-clean-compile:
! 205:
! 206: .s.lo:
! 207: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 208:
! 209: .S.lo:
! 210: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 211:
! 212: mostlyclean-libtool:
! 213: -rm -f *.lo
! 214:
! 215: clean-libtool:
! 216: -rm -rf .libs _libs
! 217:
! 218: distclean-libtool:
! 219:
! 220: maintainer-clean-libtool:
! 221:
! 222: parser3mysql.la: $(parser3mysql_la_OBJECTS) $(parser3mysql_la_DEPENDENCIES)
! 223: $(CXXLINK) -rpath $(libdir) $(parser3mysql_la_LDFLAGS) $(parser3mysql_la_OBJECTS) $(parser3mysql_la_LIBADD) $(LIBS)
! 224: .C.o:
! 225: $(CXXCOMPILE) -c $<
! 226: .C.lo:
! 227: $(LTCXXCOMPILE) -c $<
! 228:
! 229: tags: TAGS
! 230:
! 231: ID: $(HEADERS) $(SOURCES) $(LISP)
! 232: list='$(SOURCES) $(HEADERS)'; \
! 233: unique=`for i in $$list; do echo $$i; done | \
! 234: awk ' { files[$$0] = 1; } \
! 235: END { for (i in files) print i; }'`; \
! 236: here=`pwd` && cd $(srcdir) \
! 237: && mkid -f$$here/ID $$unique $(LISP)
! 238:
! 239: TAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
! 240: tags=; \
! 241: here=`pwd`; \
! 242: list='$(SOURCES) $(HEADERS)'; \
! 243: unique=`for i in $$list; do echo $$i; done | \
! 244: awk ' { files[$$0] = 1; } \
! 245: END { for (i in files) print i; }'`; \
! 246: test -z "$(ETAGS_ARGS)config_auto.h.in$$unique$(LISP)$$tags" \
! 247: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
! 248:
! 249: mostlyclean-tags:
! 250:
! 251: clean-tags:
! 252:
! 253: distclean-tags:
! 254: -rm -f TAGS ID
! 255:
! 256: maintainer-clean-tags:
! 257:
! 258: distdir = $(PACKAGE)-$(VERSION)
! 259: top_distdir = $(distdir)
! 260:
! 261: # This target untars the dist file and tries a VPATH configuration. Then
! 262: # it guarantees that the distribution is self-contained by making another
! 263: # tarfile.
! 264: distcheck: dist
! 265: -rm -rf $(distdir)
! 266: GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
! 267: mkdir $(distdir)/=build
! 268: mkdir $(distdir)/=inst
! 269: dc_install_base=`cd $(distdir)/=inst && pwd`; \
! 270: cd $(distdir)/=build \
! 271: && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 272: && $(MAKE) $(AM_MAKEFLAGS) \
! 273: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 274: && $(MAKE) $(AM_MAKEFLAGS) check \
! 275: && $(MAKE) $(AM_MAKEFLAGS) install \
! 276: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 277: && $(MAKE) $(AM_MAKEFLAGS) dist
! 278: -rm -rf $(distdir)
! 279: @banner="$(distdir).tar.gz is ready for distribution"; \
! 280: dashes=`echo "$$banner" | sed s/./=/g`; \
! 281: echo "$$dashes"; \
! 282: echo "$$banner"; \
! 283: echo "$$dashes"
! 284: dist: distdir
! 285: -chmod -R a+r $(distdir)
! 286: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 287: -rm -rf $(distdir)
! 288: dist-all: distdir
! 289: -chmod -R a+r $(distdir)
! 290: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 291: -rm -rf $(distdir)
! 292: distdir: $(DISTFILES)
! 293: -rm -rf $(distdir)
! 294: mkdir $(distdir)
! 295: -chmod 777 $(distdir)
! 296: here=`cd $(top_builddir) && pwd`; \
! 297: top_distdir=`cd $(distdir) && pwd`; \
! 298: distdir=`cd $(distdir) && pwd`; \
! 299: cd $(top_srcdir) \
! 300: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
! 301: @for file in $(DISTFILES); do \
! 302: d=$(srcdir); \
! 303: if test -d $$d/$$file; then \
! 304: cp -pr $$/$$file $(distdir)/$$file; \
! 305: else \
! 306: test -f $(distdir)/$$file \
! 307: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 308: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 309: fi; \
! 310: done
! 311:
! 312: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
! 313:
! 314: -include $(DEP_FILES)
! 315:
! 316: mostlyclean-depend:
! 317:
! 318: clean-depend:
! 319:
! 320: distclean-depend:
! 321: -rm -rf .deps
! 322:
! 323: maintainer-clean-depend:
! 324:
! 325: %.o: %.c
! 326: @echo '$(COMPILE) -c $<'; \
! 327: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 328: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 329: tr ' ' '\012' < .deps/$(*F).pp \
! 330: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 331: >> .deps/$(*F).P; \
! 332: rm .deps/$(*F).pp
! 333:
! 334: %.lo: %.c
! 335: @echo '$(LTCOMPILE) -c $<'; \
! 336: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 337: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 338: < .deps/$(*F).pp > .deps/$(*F).P; \
! 339: tr ' ' '\012' < .deps/$(*F).pp \
! 340: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 341: >> .deps/$(*F).P; \
! 342: rm -f .deps/$(*F).pp
! 343:
! 344: %.o: %.C
! 345: @echo '$(CXXCOMPILE) -c $<'; \
! 346: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 347: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 348: tr ' ' '\012' < .deps/$(*F).pp \
! 349: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 350: >> .deps/$(*F).P; \
! 351: rm .deps/$(*F).pp
! 352:
! 353: %.lo: %.C
! 354: @echo '$(LTCXXCOMPILE) -c $<'; \
! 355: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 356: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 357: < .deps/$(*F).pp > .deps/$(*F).P; \
! 358: tr ' ' '\012' < .deps/$(*F).pp \
! 359: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 360: >> .deps/$(*F).P; \
! 361: rm -f .deps/$(*F).pp
! 362: info-am:
! 363: info: info-am
! 364: dvi-am:
! 365: dvi: dvi-am
! 366: check-am: all-am
! 367: check: check-am
! 368: installcheck-am:
! 369: installcheck: installcheck-am
! 370: all-recursive-am: config_auto.h
! 371: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 372:
! 373: install-exec-am: install-libLTLIBRARIES
! 374: install-exec: install-exec-am
! 375:
! 376: install-data-am:
! 377: install-data: install-data-am
! 378:
! 379: install-am: all-am
! 380: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 381: install: install-am
! 382: uninstall-am: uninstall-libLTLIBRARIES
! 383: uninstall: uninstall-am
! 384: all-am: Makefile $(LTLIBRARIES) config_auto.h
! 385: all-redirect: all-am
! 386: install-strip:
! 387: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 388: installdirs:
! 389: $(mkinstalldirs) $(DESTDIR)$(libdir)
! 390:
! 391:
! 392: mostlyclean-generic:
! 393:
! 394: clean-generic:
! 395:
! 396: distclean-generic:
! 397: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 398: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 399:
! 400: maintainer-clean-generic:
! 401: mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
! 402: mostlyclean-compile mostlyclean-libtool \
! 403: mostlyclean-tags mostlyclean-depend mostlyclean-generic
! 404:
! 405: mostlyclean: mostlyclean-am
! 406:
! 407: clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
! 408: clean-tags clean-depend clean-generic mostlyclean-am
! 409:
! 410: clean: clean-am
! 411:
! 412: distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
! 413: distclean-libtool distclean-tags distclean-depend \
! 414: distclean-generic clean-am
! 415: -rm -f libtool
! 416:
! 417: distclean: distclean-am
! 418: -rm -f config.status
! 419:
! 420: maintainer-clean-am: maintainer-clean-hdr \
! 421: maintainer-clean-libLTLIBRARIES \
! 422: maintainer-clean-compile maintainer-clean-libtool \
! 423: maintainer-clean-tags maintainer-clean-depend \
! 424: maintainer-clean-generic distclean-am
! 425: @echo "This command is intended for maintainers to use;"
! 426: @echo "it deletes files that may require special tools to rebuild."
! 427:
! 428: maintainer-clean: maintainer-clean-am
! 429: -rm -f config.status
! 430:
! 431: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
! 432: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
! 433: clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
! 434: uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
! 435: distclean-compile clean-compile maintainer-clean-compile \
! 436: mostlyclean-libtool distclean-libtool clean-libtool \
! 437: maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
! 438: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
! 439: distclean-depend clean-depend maintainer-clean-depend info-am info \
! 440: dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
! 441: install-exec-am install-exec install-data-am install-data install-am \
! 442: install uninstall-am uninstall all-redirect all-am all installdirs \
! 443: mostlyclean-generic distclean-generic clean-generic \
! 444: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 445:
! 446:
! 447:
! 448:
! 449:
! 450:
! 451: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 452: # Otherwise a system limit (for SysV at least) may be exceeded.
! 453: .NOEXPORT:
E-mail: