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

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

E-mail: