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

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

E-mail: