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

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

E-mail: