Annotation of parser3/src/Makefile.in, revision 1.52

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.41      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.25      parser     62: APACHE13 = @APACHE13@
1.31      paf        63: APACHE_LIBS = @APACHE_LIBS@
1.52    ! paf        64: AS = @AS@
1.1       paf        65: AWK = @AWK@
                     66: CC = @CC@
                     67: CXX = @CXX@
1.52    ! paf        68: DLLTOOL = @DLLTOOL@
1.1       paf        69: INCLTDL = @INCLTDL@
                     70: LIBADD_DL = @LIBADD_DL@
                     71: LIBLTDL = @LIBLTDL@
1.52    ! paf        72: LIBTOOL = @LIBTOOL@
        !            73: LN_S = @LN_S@
1.1       paf        74: MAKEINFO = @MAKEINFO@
1.49      paf        75: MIME_INCLUDES = @MIME_INCLUDES@
                     76: MIME_LIBS = @MIME_LIBS@
1.52    ! paf        77: OBJDUMP = @OBJDUMP@
1.25      parser     78: P3S = @P3S@
1.1       paf        79: PACKAGE = @PACKAGE@
                     80: RANLIB = @RANLIB@
                     81: VERSION = @VERSION@
1.20      parser     82: XML_INCLUDES = @XML_INCLUDES@
                     83: XML_LIBS = @XML_LIBS@
1.1       paf        84: YACC = @YACC@
1.40      paf        85: charsetsdir = @charsetsdir@
1.46      paf        86: commentcharset_ = @commentcharset_@
1.51      paf        87: dll_extension = @dll_extension@
1.1       paf        88: host_os = @host_os@
1.46      paf        89: mysql_client = @mysql_client@
                     90: oracle_client = @oracle_client@
                     91: pgsql_client = @pgsql_client@
1.41      paf        92: sqldriversdir = @sqldriversdir@
1.2       paf        93: 
1.48      paf        94: SUBDIRS = include main sql types classes lib targets
1.1       paf        95: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.41      paf        96: CONFIG_HEADER = ../src/include/pa_config_auto.h
1.1       paf        97: CONFIG_CLEAN_FILES = 
1.41      paf        98: DIST_COMMON =  Makefile.am Makefile.in
1.1       paf        99: 
                    100: 
                    101: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    102: 
1.36      paf       103: TAR = tar
1.1       paf       104: GZIP_ENV = --best
                    105: all: all-redirect
                    106: .SUFFIXES:
                    107: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
1.41      paf       108:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
1.1       paf       109: 
                    110: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    111:        cd $(top_builddir) \
1.41      paf       112:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1.1       paf       113: 
                    114: 
                    115: # This directory's subdirectories are mostly independent; you can cd
                    116: # into them and run `make' without going through this Makefile.
                    117: # To change the values of `make' variables: instead of editing Makefiles,
                    118: # (1) if the variable is set in `config.status', edit `config.status'
                    119: #     (which will cause the Makefiles to be regenerated when you run `make');
                    120: # (2) otherwise, pass the desired values on the `make' command line.
                    121: 
                    122: @SET_MAKE@
                    123: 
                    124: all-recursive install-data-recursive install-exec-recursive \
                    125: installdirs-recursive install-recursive uninstall-recursive  \
                    126: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    127:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    128:        dot_seen=no; \
                    129:        target=`echo $@ | sed s/-recursive//`; \
                    130:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    131:          echo "Making $$target in $$subdir"; \
                    132:          if test "$$subdir" = "."; then \
                    133:            dot_seen=yes; \
                    134:            local_target="$$target-am"; \
                    135:          else \
                    136:            local_target="$$target"; \
                    137:          fi; \
                    138:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    139:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    140:        done; \
                    141:        if test "$$dot_seen" = "no"; then \
                    142:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    143:        fi; test -z "$$fail"
                    144: 
                    145: mostlyclean-recursive clean-recursive distclean-recursive \
                    146: maintainer-clean-recursive:
                    147:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    148:        dot_seen=no; \
                    149:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    150:          rev="$$subdir $$rev"; \
                    151:          test "$$subdir" = "." && dot_seen=yes; \
                    152:        done; \
                    153:        test "$$dot_seen" = "no" && rev=". $$rev"; \
                    154:        target=`echo $@ | sed s/-recursive//`; \
                    155:        for subdir in $$rev; do \
                    156:          echo "Making $$target in $$subdir"; \
                    157:          if test "$$subdir" = "."; then \
                    158:            local_target="$$target-am"; \
                    159:          else \
                    160:            local_target="$$target"; \
                    161:          fi; \
                    162:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    163:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    164:        done && test -z "$$fail"
                    165: tags-recursive:
                    166:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    167:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    168:        done
                    169: 
                    170: tags: TAGS
                    171: 
                    172: ID: $(HEADERS) $(SOURCES) $(LISP)
                    173:        list='$(SOURCES) $(HEADERS)'; \
                    174:        unique=`for i in $$list; do echo $$i; done | \
                    175:          awk '    { files[$$0] = 1; } \
                    176:               END { for (i in files) print i; }'`; \
                    177:        here=`pwd` && cd $(srcdir) \
                    178:          && mkid -f$$here/ID $$unique $(LISP)
                    179: 
                    180: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    181:        tags=; \
                    182:        here=`pwd`; \
                    183:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    184:    if test "$$subdir" = .; then :; else \
                    185:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    186:    fi; \
                    187:        done; \
                    188:        list='$(SOURCES) $(HEADERS)'; \
                    189:        unique=`for i in $$list; do echo $$i; done | \
                    190:          awk '    { files[$$0] = 1; } \
                    191:               END { for (i in files) print i; }'`; \
                    192:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    193:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    194: 
                    195: mostlyclean-tags:
                    196: 
                    197: clean-tags:
                    198: 
                    199: distclean-tags:
                    200:        -rm -f TAGS ID
                    201: 
                    202: maintainer-clean-tags:
                    203: 
1.41      paf       204: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    205: 
                    206: subdir = src
1.1       paf       207: 
                    208: distdir: $(DISTFILES)
                    209:        here=`cd $(top_builddir) && pwd`; \
1.41      paf       210:        top_distdir=`cd $(top_distdir) && pwd`; \
1.1       paf       211:        distdir=`cd $(distdir) && pwd`; \
                    212:        cd $(top_srcdir) \
1.41      paf       213:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
1.1       paf       214:        @for file in $(DISTFILES); do \
                    215:          d=$(srcdir); \
                    216:          if test -d $$d/$$file; then \
1.36      paf       217:            cp -pr $$/$$file $(distdir)/$$file; \
1.1       paf       218:          else \
                    219:            test -f $(distdir)/$$file \
                    220:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    221:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    222:          fi; \
                    223:        done
                    224:        for subdir in $(SUBDIRS); do \
                    225:          if test "$$subdir" = .; then :; else \
                    226:            test -d $(distdir)/$$subdir \
                    227:            || mkdir $(distdir)/$$subdir \
                    228:            || exit 1; \
                    229:            chmod 777 $(distdir)/$$subdir; \
1.41      paf       230:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
1.1       paf       231:              || exit 1; \
                    232:          fi; \
                    233:        done
                    234: info-am:
                    235: info: info-recursive
                    236: dvi-am:
                    237: dvi: dvi-recursive
                    238: check-am: all-am
                    239: check: check-recursive
                    240: installcheck-am:
                    241: installcheck: installcheck-recursive
                    242: install-exec-am:
                    243: install-exec: install-exec-recursive
                    244: 
                    245: install-data-am:
                    246: install-data: install-data-recursive
                    247: 
                    248: install-am: all-am
                    249:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    250: install: install-recursive
                    251: uninstall-am:
                    252: uninstall: uninstall-recursive
                    253: all-am: Makefile
                    254: all-redirect: all-recursive
                    255: install-strip:
                    256:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    257: installdirs: installdirs-recursive
                    258: installdirs-am:
                    259: 
                    260: 
                    261: mostlyclean-generic:
                    262: 
                    263: clean-generic:
                    264: 
                    265: distclean-generic:
                    266:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    267:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    268: 
                    269: maintainer-clean-generic:
1.41      paf       270: mostlyclean-am:  mostlyclean-tags mostlyclean-generic
1.1       paf       271: 
                    272: mostlyclean: mostlyclean-recursive
                    273: 
1.41      paf       274: clean-am:  clean-tags clean-generic mostlyclean-am
1.1       paf       275: 
                    276: clean: clean-recursive
                    277: 
1.41      paf       278: distclean-am:  distclean-tags distclean-generic clean-am
1.1       paf       279: 
                    280: distclean: distclean-recursive
                    281: 
1.41      paf       282: maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
                    283:                distclean-am
1.1       paf       284:        @echo "This command is intended for maintainers to use;"
                    285:        @echo "it deletes files that may require special tools to rebuild."
                    286: 
                    287: maintainer-clean: maintainer-clean-recursive
                    288: 
1.41      paf       289: .PHONY: install-data-recursive uninstall-data-recursive \
                    290: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
                    291: uninstalldirs-recursive all-recursive check-recursive \
                    292: installcheck-recursive info-recursive dvi-recursive \
                    293: mostlyclean-recursive distclean-recursive clean-recursive \
1.1       paf       294: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    295: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
                    296: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    297: install-exec install-data-am install-data install-am install \
                    298: uninstall-am uninstall all-redirect all-am all installdirs-am \
                    299: installdirs mostlyclean-generic distclean-generic clean-generic \
                    300: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.40      paf       301: 
1.1       paf       302: 
                    303: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    304: # Otherwise a system limit (for SysV at least) may be exceeded.
                    305: .NOEXPORT:

E-mail: