Annotation of parser3/src/main/Makefile.in, revision 1.35

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: 
1.33      paf        41: top_builddir = ../..
1.1       paf        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@
1.20      parser     62: APACHE13 = @APACHE13@
1.24      paf        63: APACHE_LIBS = @APACHE_LIBS@
1.1       paf        64: AS = @AS@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: CXX = @CXX@
1.25      paf        68: DB2_INCLUDES = @DB2_INCLUDES@
                     69: DB2_LIBS = @DB2_LIBS@
1.1       paf        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@
1.20      parser     79: P3S = @P3S@
1.1       paf        80: PACKAGE = @PACKAGE@
                     81: RANLIB = @RANLIB@
                     82: VERSION = @VERSION@
1.14      parser     83: XML_INCLUDES = @XML_INCLUDES@
                     84: XML_LIBS = @XML_LIBS@
1.1       paf        85: YACC = @YACC@
1.32      paf        86: charsetsdir = @charsetsdir@
1.1       paf        87: host_os = @host_os@
1.34      paf        88: rootconfigdir = @rootconfigdir@
1.33      paf        89: sqldriversdir = @sqldriversdir@
1.3       parser     90: 
1.33      paf        91: INCLUDES = -I../types -I../classes -I../sql -I../pcre $(INCLTDL) @XML_INCLUDES@ @DB2_INCLUDES@
1.1       paf        92: noinst_LIBRARIES = libmain.a
1.31      paf        93: libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C pa_dictionary.C pa_stylesheet_manager.C pa_db_connection.C pa_db_manager.C pa_db_table.C pa_cache_managers.C pa_charset.C pa_charsets.C ident.C
1.34      paf        94: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.15      parser     95: IDENT_DEPS = *.h *.C
1.1       paf        96: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.33      paf        97: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1       paf        98: CONFIG_CLEAN_FILES = 
                     99: LIBRARIES =  $(noinst_LIBRARIES)
                    100: 
                    101: 
1.33      paf       102: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1       paf       103: CPPFLAGS = @CPPFLAGS@
                    104: LDFLAGS = @LDFLAGS@
                    105: LIBS = @LIBS@
                    106: libmain_a_LIBADD = 
                    107: libmain_a_OBJECTS =  compile.o compile.tab.o compile_tools.o execute.o \
                    108: pa_array.o pa_common.o pa_exception.o pa_globals.o pa_hash.o pa_pool.o \
                    109: pa_request.o pa_string.o pa_table.o untaint.o pa_dir.o pa_exec.o \
1.14      parser    110: pa_socks.o pa_sql_driver_manager.o pa_dictionary.o \
1.31      paf       111: pa_stylesheet_manager.o pa_db_connection.o pa_db_manager.o \
                    112: pa_db_table.o pa_cache_managers.o pa_charset.o pa_charsets.o ident.o
1.1       paf       113: AR = ar
                    114: CXXFLAGS = @CXXFLAGS@
                    115: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    116: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    117: CXXLD = $(CXX)
                    118: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
                    119: DIST_COMMON =  Makefile.am Makefile.in
                    120: 
                    121: 
                    122: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    123: 
1.28      paf       124: TAR = tar
1.1       paf       125: GZIP_ENV = --best
                    126: DEP_FILES =  .deps/compile.P .deps/compile.tab.P .deps/compile_tools.P \
1.16      parser    127: .deps/execute.P .deps/ident.P .deps/pa_array.P \
1.31      paf       128: .deps/pa_cache_managers.P .deps/pa_charset.P .deps/pa_charsets.P \
                    129: .deps/pa_common.P .deps/pa_db_connection.P .deps/pa_db_manager.P \
                    130: .deps/pa_db_table.P .deps/pa_dictionary.P .deps/pa_dir.P \
                    131: .deps/pa_exception.P .deps/pa_exec.P .deps/pa_globals.P .deps/pa_hash.P \
                    132: .deps/pa_pool.P .deps/pa_request.P .deps/pa_socks.P \
1.23      parser    133: .deps/pa_sql_driver_manager.P .deps/pa_string.P \
                    134: .deps/pa_stylesheet_manager.P .deps/pa_table.P .deps/untaint.P
1.1       paf       135: SOURCES = $(libmain_a_SOURCES)
                    136: OBJECTS = $(libmain_a_OBJECTS)
                    137: 
                    138: all: all-redirect
                    139: .SUFFIXES:
                    140: .SUFFIXES: .C .S .c .lo .o .s
                    141: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
1.33      paf       142:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/main/Makefile
1.1       paf       143: 
                    144: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    145:        cd $(top_builddir) \
                    146:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    147: 
                    148: 
                    149: mostlyclean-noinstLIBRARIES:
                    150: 
                    151: clean-noinstLIBRARIES:
                    152:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    153: 
                    154: distclean-noinstLIBRARIES:
                    155: 
                    156: maintainer-clean-noinstLIBRARIES:
                    157: 
                    158: .s.o:
                    159:        $(COMPILE) -c $<
                    160: 
                    161: .S.o:
                    162:        $(COMPILE) -c $<
                    163: 
                    164: mostlyclean-compile:
                    165:        -rm -f *.o core *.core
                    166: 
                    167: clean-compile:
                    168: 
                    169: distclean-compile:
                    170:        -rm -f *.tab.c
                    171: 
                    172: maintainer-clean-compile:
                    173: 
                    174: .s.lo:
                    175:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    176: 
                    177: .S.lo:
                    178:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    179: 
                    180: mostlyclean-libtool:
                    181:        -rm -f *.lo
                    182: 
                    183: clean-libtool:
                    184:        -rm -rf .libs _libs
                    185: 
                    186: distclean-libtool:
                    187: 
                    188: maintainer-clean-libtool:
                    189: 
                    190: libmain.a: $(libmain_a_OBJECTS) $(libmain_a_DEPENDENCIES)
                    191:        -rm -f libmain.a
                    192:        $(AR) cru libmain.a $(libmain_a_OBJECTS) $(libmain_a_LIBADD)
                    193:        $(RANLIB) libmain.a
                    194: .C.o:
                    195:        $(CXXCOMPILE) -c $<
                    196: .C.lo:
                    197:        $(LTCXXCOMPILE) -c $<
                    198: 
                    199: tags: TAGS
                    200: 
                    201: ID: $(HEADERS) $(SOURCES) $(LISP)
                    202:        list='$(SOURCES) $(HEADERS)'; \
                    203:        unique=`for i in $$list; do echo $$i; done | \
                    204:          awk '    { files[$$0] = 1; } \
                    205:               END { for (i in files) print i; }'`; \
                    206:        here=`pwd` && cd $(srcdir) \
                    207:          && mkid -f$$here/ID $$unique $(LISP)
                    208: 
                    209: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    210:        tags=; \
                    211:        here=`pwd`; \
                    212:        list='$(SOURCES) $(HEADERS)'; \
                    213:        unique=`for i in $$list; do echo $$i; done | \
                    214:          awk '    { files[$$0] = 1; } \
                    215:               END { for (i in files) print i; }'`; \
                    216:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    217:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    218: 
                    219: mostlyclean-tags:
                    220: 
                    221: clean-tags:
                    222: 
                    223: distclean-tags:
                    224:        -rm -f TAGS ID
                    225: 
                    226: maintainer-clean-tags:
                    227: 
                    228: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    229: 
1.33      paf       230: subdir = src/main
1.1       paf       231: 
                    232: distdir: $(DISTFILES)
                    233:        here=`cd $(top_builddir) && pwd`; \
                    234:        top_distdir=`cd $(top_distdir) && pwd`; \
                    235:        distdir=`cd $(distdir) && pwd`; \
                    236:        cd $(top_srcdir) \
1.33      paf       237:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/main/Makefile
1.1       paf       238:        @for file in $(DISTFILES); do \
                    239:          d=$(srcdir); \
                    240:          if test -d $$d/$$file; then \
1.28      paf       241:            cp -pr $$/$$file $(distdir)/$$file; \
1.1       paf       242:          else \
                    243:            test -f $(distdir)/$$file \
                    244:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    245:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    246:          fi; \
                    247:        done
                    248: 
                    249: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
                    250: 
                    251: -include $(DEP_FILES)
                    252: 
                    253: mostlyclean-depend:
                    254: 
                    255: clean-depend:
                    256: 
                    257: distclean-depend:
                    258:        -rm -rf .deps
                    259: 
                    260: maintainer-clean-depend:
                    261: 
                    262: %.o: %.c
                    263:        @echo '$(COMPILE) -c $<'; \
                    264:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    265:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    266:        tr ' ' '\012' < .deps/$(*F).pp \
                    267:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    268:            >> .deps/$(*F).P; \
                    269:        rm .deps/$(*F).pp
                    270: 
                    271: %.lo: %.c
                    272:        @echo '$(LTCOMPILE) -c $<'; \
                    273:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    274:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    275:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    276:        tr ' ' '\012' < .deps/$(*F).pp \
                    277:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    278:            >> .deps/$(*F).P; \
                    279:        rm -f .deps/$(*F).pp
                    280: 
                    281: %.o: %.C
                    282:        @echo '$(CXXCOMPILE) -c $<'; \
                    283:        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    284:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    285:        tr ' ' '\012' < .deps/$(*F).pp \
                    286:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    287:            >> .deps/$(*F).P; \
                    288:        rm .deps/$(*F).pp
                    289: 
                    290: %.lo: %.C
                    291:        @echo '$(LTCXXCOMPILE) -c $<'; \
                    292:        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    293:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    294:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    295:        tr ' ' '\012' < .deps/$(*F).pp \
                    296:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    297:            >> .deps/$(*F).P; \
                    298:        rm -f .deps/$(*F).pp
                    299: info-am:
                    300: info: info-am
                    301: dvi-am:
                    302: dvi: dvi-am
                    303: check-am: all-am
                    304: check: check-am
                    305: installcheck-am:
                    306: installcheck: installcheck-am
                    307: install-exec-am:
                    308: install-exec: install-exec-am
                    309: 
                    310: install-data-am:
                    311: install-data: install-data-am
                    312: 
                    313: install-am: all-am
                    314:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    315: install: install-am
                    316: uninstall-am:
                    317: uninstall: uninstall-am
                    318: all-am: Makefile $(LIBRARIES)
                    319: all-redirect: all-am
                    320: install-strip:
                    321:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    322: installdirs:
                    323: 
                    324: 
                    325: mostlyclean-generic:
                    326: 
                    327: clean-generic:
                    328: 
                    329: distclean-generic:
                    330:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    331:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    332: 
                    333: maintainer-clean-generic:
                    334: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                    335:                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
                    336:                mostlyclean-generic
                    337: 
                    338: mostlyclean: mostlyclean-am
                    339: 
                    340: clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
                    341:                clean-depend clean-generic mostlyclean-am
                    342: 
                    343: clean: clean-am
                    344: 
                    345: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                    346:                distclean-libtool distclean-tags distclean-depend \
                    347:                distclean-generic clean-am
                    348:        -rm -f libtool
                    349: 
                    350: distclean: distclean-am
                    351: 
                    352: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    353:                maintainer-clean-compile maintainer-clean-libtool \
                    354:                maintainer-clean-tags maintainer-clean-depend \
                    355:                maintainer-clean-generic distclean-am
                    356:        @echo "This command is intended for maintainers to use;"
                    357:        @echo "it deletes files that may require special tools to rebuild."
                    358: 
                    359: maintainer-clean: maintainer-clean-am
                    360: 
                    361: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    362: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    363: mostlyclean-compile distclean-compile clean-compile \
                    364: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    365: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
                    366: distclean-tags clean-tags maintainer-clean-tags distdir \
                    367: mostlyclean-depend distclean-depend clean-depend \
                    368: maintainer-clean-depend info-am info dvi-am dvi check check-am \
                    369: installcheck-am installcheck install-exec-am install-exec \
                    370: install-data-am install-data install-am install uninstall-am uninstall \
                    371: all-redirect all-am all installdirs mostlyclean-generic \
                    372: distclean-generic clean-generic maintainer-clean-generic clean \
                    373: mostlyclean distclean maintainer-clean
                    374: 
                    375: 
1.35    ! paf       376: 
1.1       paf       377: compile.tab.C: compile.y
                    378:        bison -v $< -o $@
1.35    ! paf       379: 
        !           380: 
1.15      parser    381: 
                    382: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                    383:        rm -f ident.C 
                    384:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                    385:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=main >> ident.C.new 
                    386:        mv ident.C.new ident.C 
1.1       paf       387: 
                    388: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    389: # Otherwise a system limit (for SysV at least) may be exceeded.
                    390: .NOEXPORT:

E-mail: