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

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

E-mail: