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

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

E-mail: