Annotation of parser3/src/types/Makefile.in, revision 1.28

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

E-mail: