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

E-mail: