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

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@
                     62: AS = @AS@
                     63: AWK = @AWK@
                     64: CC = @CC@
                     65: CXX = @CXX@
                     66: DLLTOOL = @DLLTOOL@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: LIBTOOL = @LIBTOOL@
                     71: LIBTOOL_DEPS = @LIBTOOL_DEPS@
                     72: LN_S = @LN_S@
                     73: MAKEINFO = @MAKEINFO@
                     74: OBJDUMP = @OBJDUMP@
                     75: PACKAGE = @PACKAGE@
                     76: RANLIB = @RANLIB@
                     77: VERSION = @VERSION@
1.2       paf        78: WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@
1.1       paf        79: YACC = @YACC@
                     80: host_os = @host_os@
1.3       parser     81: 
1.2       paf        82: INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre -I../libltdl
1.3       parser     83: 
1.1       paf        84: noinst_LIBRARIES = libmain.a
1.8     ! parser     85: 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
1.1       paf        86: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     87: CONFIG_HEADER = ../include/pa_config_auto.h
                     88: CONFIG_CLEAN_FILES = 
                     89: LIBRARIES =  $(noinst_LIBRARIES)
                     90: 
                     91: 
                     92: DEFS = @DEFS@ -I. -I$(srcdir) -I../include
                     93: CPPFLAGS = @CPPFLAGS@
                     94: LDFLAGS = @LDFLAGS@
                     95: LIBS = @LIBS@
                     96: libmain_a_LIBADD = 
                     97: libmain_a_OBJECTS =  compile.o compile.tab.o compile_tools.o execute.o \
                     98: pa_array.o pa_common.o pa_exception.o pa_globals.o pa_hash.o pa_pool.o \
                     99: pa_request.o pa_string.o pa_table.o untaint.o pa_dir.o pa_exec.o \
1.8     ! parser    100: pa_socks.o pa_sql_driver_manager.o pa_dictionary.o
1.1       paf       101: AR = ar
                    102: CXXFLAGS = @CXXFLAGS@
                    103: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    104: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    105: CXXLD = $(CXX)
                    106: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
                    107: DIST_COMMON =  Makefile.am Makefile.in
                    108: 
                    109: 
                    110: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    111: 
1.8     ! parser    112: TAR = tar
1.1       paf       113: GZIP_ENV = --best
                    114: DEP_FILES =  .deps/compile.P .deps/compile.tab.P .deps/compile_tools.P \
1.8     ! parser    115: .deps/execute.P .deps/pa_array.P .deps/pa_common.P \
        !           116: .deps/pa_dictionary.P .deps/pa_dir.P .deps/pa_exception.P \
        !           117: .deps/pa_exec.P .deps/pa_globals.P .deps/pa_hash.P .deps/pa_pool.P \
        !           118: .deps/pa_request.P .deps/pa_socks.P .deps/pa_sql_driver_manager.P \
        !           119: .deps/pa_string.P .deps/pa_table.P .deps/untaint.P
1.1       paf       120: SOURCES = $(libmain_a_SOURCES)
                    121: OBJECTS = $(libmain_a_OBJECTS)
                    122: 
                    123: all: all-redirect
                    124: .SUFFIXES:
                    125: .SUFFIXES: .C .S .c .lo .o .s
                    126: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    127:        cd $(top_srcdir) && $(AUTOMAKE) --gnu main/Makefile
                    128: 
                    129: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    130:        cd $(top_builddir) \
                    131:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    132: 
                    133: 
                    134: mostlyclean-noinstLIBRARIES:
                    135: 
                    136: clean-noinstLIBRARIES:
                    137:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    138: 
                    139: distclean-noinstLIBRARIES:
                    140: 
                    141: maintainer-clean-noinstLIBRARIES:
                    142: 
                    143: .s.o:
                    144:        $(COMPILE) -c $<
                    145: 
                    146: .S.o:
                    147:        $(COMPILE) -c $<
                    148: 
                    149: mostlyclean-compile:
                    150:        -rm -f *.o core *.core
                    151: 
                    152: clean-compile:
                    153: 
                    154: distclean-compile:
                    155:        -rm -f *.tab.c
                    156: 
                    157: maintainer-clean-compile:
                    158: 
                    159: .s.lo:
                    160:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    161: 
                    162: .S.lo:
                    163:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    164: 
                    165: mostlyclean-libtool:
                    166:        -rm -f *.lo
                    167: 
                    168: clean-libtool:
                    169:        -rm -rf .libs _libs
                    170: 
                    171: distclean-libtool:
                    172: 
                    173: maintainer-clean-libtool:
                    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: .C.lo:
                    182:        $(LTCXXCOMPILE) -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: 
                    215: subdir = main
                    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) \
                    222:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu main/Makefile
                    223:        @for file in $(DISTFILES); do \
                    224:          d=$(srcdir); \
                    225:          if test -d $$d/$$file; then \
1.8     ! parser    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
                    303: all-am: Makefile $(LIBRARIES)
                    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 \
                    320:                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
                    321:                mostlyclean-generic
                    322: 
                    323: mostlyclean: mostlyclean-am
                    324: 
                    325: clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
                    326:                clean-depend clean-generic mostlyclean-am
                    327: 
                    328: clean: clean-am
                    329: 
                    330: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                    331:                distclean-libtool distclean-tags distclean-depend \
                    332:                distclean-generic clean-am
                    333:        -rm -f libtool
                    334: 
                    335: distclean: distclean-am
                    336: 
                    337: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    338:                maintainer-clean-compile maintainer-clean-libtool \
                    339:                maintainer-clean-tags maintainer-clean-depend \
                    340:                maintainer-clean-generic distclean-am
                    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 \
                    349: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    350: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
                    351: distclean-tags clean-tags maintainer-clean-tags distdir \
                    352: mostlyclean-depend distclean-depend clean-depend \
                    353: maintainer-clean-depend info-am info dvi-am dvi check check-am \
                    354: installcheck-am installcheck install-exec-am install-exec \
                    355: install-data-am install-data install-am install uninstall-am uninstall \
                    356: all-redirect all-am all installdirs mostlyclean-generic \
                    357: distclean-generic clean-generic maintainer-clean-generic clean \
                    358: mostlyclean distclean maintainer-clean
                    359: 
                    360: 
                    361: compile.tab.C: compile.y
                    362:        bison -v $< -o $@
                    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: