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

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

E-mail: