Annotation of parser3/Makefile.in, revision 1.35

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: APACHE13 = @APACHE13@
                     63: APACHE_LIBS = @APACHE_LIBS@
                     64: AWK = @AWK@
                     65: CC = @CC@
                     66: CXX = @CXX@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: MAKEINFO = @MAKEINFO@
1.14      paf        71: MIME_INCLUDES = @MIME_INCLUDES@
                     72: MIME_LIBS = @MIME_LIBS@
1.1       paf        73: P3S = @P3S@
                     74: PACKAGE = @PACKAGE@
                     75: RANLIB = @RANLIB@
                     76: VERSION = @VERSION@
                     77: XML_INCLUDES = @XML_INCLUDES@
                     78: XML_LIBS = @XML_LIBS@
                     79: YACC = @YACC@
                     80: charsetsdir = @charsetsdir@
1.10      paf        81: commentcharset_ = @commentcharset_@
1.20      paf        82: dll_extension = @dll_extension@
1.1       paf        83: host_os = @host_os@
1.10      paf        84: mysql_client = @mysql_client@
                     85: oracle_client = @oracle_client@
                     86: pgsql_client = @pgsql_client@
1.1       paf        87: sqldriversdir = @sqldriversdir@
                     88: 
1.12      paf        89: SUBDIRS = src etc bin
1.3       paf        90: 
1.12      paf        91: EXTRA_DIST = operators.txt parser3.dsw 
1.1       paf        92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     93: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     94: CONFIG_HEADER = ./src/include/pa_config_auto.h
                     95: CONFIG_CLEAN_FILES = 
                     96: DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
1.35    ! paf        97: Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess config.sub \
        !            98: configure configure.in install-sh missing mkinstalldirs
1.1       paf        99: 
                    100: 
                    101: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    102: 
                    103: TAR = tar
                    104: GZIP_ENV = --best
                    105: all: all-redirect
                    106: .SUFFIXES:
                    107: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    108:        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
                    109: 
                    110: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    111:        cd $(top_builddir) \
                    112:          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    113: 
                    114: $(ACLOCAL_M4):  configure.in  acinclude.m4
                    115:        cd $(srcdir) && $(ACLOCAL)
                    116: 
                    117: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    118:        $(SHELL) ./config.status --recheck
                    119: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
                    120:        cd $(srcdir) && $(AUTOCONF)
                    121: 
                    122: # This directory's subdirectories are mostly independent; you can cd
                    123: # into them and run `make' without going through this Makefile.
                    124: # To change the values of `make' variables: instead of editing Makefiles,
                    125: # (1) if the variable is set in `config.status', edit `config.status'
                    126: #     (which will cause the Makefiles to be regenerated when you run `make');
                    127: # (2) otherwise, pass the desired values on the `make' command line.
                    128: 
                    129: @SET_MAKE@
                    130: 
                    131: all-recursive install-data-recursive install-exec-recursive \
                    132: installdirs-recursive install-recursive uninstall-recursive  \
                    133: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    134:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    135:        dot_seen=no; \
                    136:        target=`echo $@ | sed s/-recursive//`; \
                    137:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    138:          echo "Making $$target in $$subdir"; \
                    139:          if test "$$subdir" = "."; then \
                    140:            dot_seen=yes; \
                    141:            local_target="$$target-am"; \
                    142:          else \
                    143:            local_target="$$target"; \
                    144:          fi; \
                    145:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    146:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    147:        done; \
                    148:        if test "$$dot_seen" = "no"; then \
                    149:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    150:        fi; test -z "$$fail"
                    151: 
                    152: mostlyclean-recursive clean-recursive distclean-recursive \
                    153: maintainer-clean-recursive:
                    154:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    155:        dot_seen=no; \
                    156:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    157:          rev="$$subdir $$rev"; \
                    158:          test "$$subdir" = "." && dot_seen=yes; \
                    159:        done; \
                    160:        test "$$dot_seen" = "no" && rev=". $$rev"; \
                    161:        target=`echo $@ | sed s/-recursive//`; \
                    162:        for subdir in $$rev; do \
                    163:          echo "Making $$target in $$subdir"; \
                    164:          if test "$$subdir" = "."; then \
                    165:            local_target="$$target-am"; \
                    166:          else \
                    167:            local_target="$$target"; \
                    168:          fi; \
                    169:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    170:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    171:        done && test -z "$$fail"
                    172: tags-recursive:
                    173:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    174:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    175:        done
                    176: 
                    177: tags: TAGS
                    178: 
                    179: ID: $(HEADERS) $(SOURCES) $(LISP)
                    180:        list='$(SOURCES) $(HEADERS)'; \
                    181:        unique=`for i in $$list; do echo $$i; done | \
                    182:          awk '    { files[$$0] = 1; } \
                    183:               END { for (i in files) print i; }'`; \
                    184:        here=`pwd` && cd $(srcdir) \
                    185:          && mkid -f$$here/ID $$unique $(LISP)
                    186: 
                    187: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    188:        tags=; \
                    189:        here=`pwd`; \
                    190:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    191:    if test "$$subdir" = .; then :; else \
                    192:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    193:    fi; \
                    194:        done; \
                    195:        list='$(SOURCES) $(HEADERS)'; \
                    196:        unique=`for i in $$list; do echo $$i; done | \
                    197:          awk '    { files[$$0] = 1; } \
                    198:               END { for (i in files) print i; }'`; \
                    199:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    200:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    201: 
                    202: mostlyclean-tags:
                    203: 
                    204: clean-tags:
                    205: 
                    206: distclean-tags:
                    207:        -rm -f TAGS ID
                    208: 
                    209: maintainer-clean-tags:
                    210: 
                    211: distdir = $(PACKAGE)-$(VERSION)
                    212: top_distdir = $(distdir)
                    213: 
                    214: # This target untars the dist file and tries a VPATH configuration.  Then
                    215: # it guarantees that the distribution is self-contained by making another
                    216: # tarfile.
                    217: distcheck: dist
                    218:        -rm -rf $(distdir)
                    219:        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
                    220:        mkdir $(distdir)/=build
                    221:        mkdir $(distdir)/=inst
                    222:        dc_install_base=`cd $(distdir)/=inst && pwd`; \
                    223:        cd $(distdir)/=build \
                    224:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
                    225:          && $(MAKE) $(AM_MAKEFLAGS) \
                    226:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    227:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    228:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    229:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    230:          && $(MAKE) $(AM_MAKEFLAGS) dist
                    231:        -rm -rf $(distdir)
                    232:        @banner="$(distdir).tar.gz is ready for distribution"; \
                    233:        dashes=`echo "$$banner" | sed s/./=/g`; \
                    234:        echo "$$dashes"; \
                    235:        echo "$$banner"; \
                    236:        echo "$$dashes"
                    237: dist: distdir
                    238:        -chmod -R a+r $(distdir)
                    239:        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
                    240:        -rm -rf $(distdir)
                    241: dist-all: distdir
                    242:        -chmod -R a+r $(distdir)
                    243:        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
                    244:        -rm -rf $(distdir)
                    245: distdir: $(DISTFILES)
                    246:        -rm -rf $(distdir)
                    247:        mkdir $(distdir)
                    248:        -chmod 777 $(distdir)
                    249:        here=`cd $(top_builddir) && pwd`; \
                    250:        top_distdir=`cd $(distdir) && pwd`; \
                    251:        distdir=`cd $(distdir) && pwd`; \
                    252:        cd $(top_srcdir) \
                    253:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
                    254:        @for file in $(DISTFILES); do \
                    255:          d=$(srcdir); \
                    256:          if test -d $$d/$$file; then \
                    257:            cp -pr $$/$$file $(distdir)/$$file; \
                    258:          else \
                    259:            test -f $(distdir)/$$file \
                    260:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    261:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    262:          fi; \
                    263:        done
                    264:        for subdir in $(SUBDIRS); do \
                    265:          if test "$$subdir" = .; then :; else \
                    266:            test -d $(distdir)/$$subdir \
                    267:            || mkdir $(distdir)/$$subdir \
                    268:            || exit 1; \
                    269:            chmod 777 $(distdir)/$$subdir; \
                    270:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
                    271:              || exit 1; \
                    272:          fi; \
                    273:        done
                    274: info-am:
                    275: info: info-recursive
                    276: dvi-am:
                    277: dvi: dvi-recursive
                    278: check-am: all-am
                    279: check: check-recursive
                    280: installcheck-am:
                    281: installcheck: installcheck-recursive
                    282: install-exec-am:
                    283: install-exec: install-exec-recursive
                    284: 
                    285: install-data-am:
                    286: install-data: install-data-recursive
                    287: 
                    288: install-am: all-am
                    289:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    290: install: install-recursive
                    291: uninstall-am:
                    292: uninstall: uninstall-recursive
                    293: all-am: Makefile
                    294: all-redirect: all-recursive
                    295: install-strip:
                    296:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    297: installdirs: installdirs-recursive
                    298: installdirs-am:
                    299: 
                    300: 
                    301: mostlyclean-generic:
                    302: 
                    303: clean-generic:
                    304: 
                    305: distclean-generic:
                    306:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    307:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    308: 
                    309: maintainer-clean-generic:
1.35    ! paf       310: mostlyclean-am:  mostlyclean-tags mostlyclean-generic
1.1       paf       311: 
                    312: mostlyclean: mostlyclean-recursive
                    313: 
1.35    ! paf       314: clean-am:  clean-tags clean-generic mostlyclean-am
1.1       paf       315: 
                    316: clean: clean-recursive
                    317: 
1.35    ! paf       318: distclean-am:  distclean-tags distclean-generic clean-am
1.1       paf       319: 
                    320: distclean: distclean-recursive
                    321:        -rm -f config.status
                    322: 
1.35    ! paf       323: maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
        !           324:                distclean-am
1.1       paf       325:        @echo "This command is intended for maintainers to use;"
                    326:        @echo "it deletes files that may require special tools to rebuild."
                    327: 
                    328: maintainer-clean: maintainer-clean-recursive
                    329:        -rm -f config.status
                    330: 
1.35    ! paf       331: .PHONY: install-data-recursive uninstall-data-recursive \
        !           332: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
        !           333: uninstalldirs-recursive all-recursive check-recursive \
        !           334: installcheck-recursive info-recursive dvi-recursive \
        !           335: mostlyclean-recursive distclean-recursive clean-recursive \
1.1       paf       336: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    337: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
                    338: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    339: install-exec install-data-am install-data install-am install \
                    340: uninstall-am uninstall all-redirect all-am all installdirs-am \
                    341: installdirs mostlyclean-generic distclean-generic clean-generic \
                    342: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
                    343: 
                    344: 
                    345: libtool: $(LIBTOOL_DEPS)
                    346:        $(SHELL) ./config.status --recheck
                    347: 
1.9       paf       348: update:
1.6       paf       349:        cvs update
                    350:        $(MAKE)
                    351: 
1.21      paf       352: commit:
1.25      paf       353:        # trick to make 'make' happy at check out time
                    354:        # without this aclocal.m4 never updates
                    355:        # and becomes older than it's prerequisities
1.27      paf       356:        # thus causing redundant remaking:
1.25      paf       357:        # aclocal+autoconf+automake
                    358: 
1.27      paf       359:        cvs commit -m "no message" -f acinclude.m4
                    360:        cvs commit -m "no message" -f acconfig.h
1.28      paf       361:        cvs commit -m "no message" -f aclocal.m4
1.24      paf       362:        cvs commit -m "no message" -f Makefile.am
                    363:        cvs commit -m "no message" -f Makefile.in
                    364:        cvs commit -m "no message" -f configure
1.25      paf       365: 
1.21      paf       366:        cvs commit
                    367: 
1.18      paf       368: happy: update install-exec
1.17      paf       369: 
1.1       paf       370: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    371: # Otherwise a system limit (for SysV at least) may be exceeded.
                    372: .NOEXPORT:

E-mail: