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

1.54      paf         1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
                      2: # @configure_input@
1.1       paf         3: 
1.54      paf         4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
                      5: # Free Software Foundation, Inc.
1.1       paf         6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
1.54      paf        15: @SET_MAKE@
1.1       paf        16: 
                     17: srcdir = @srcdir@
                     18: top_srcdir = @top_srcdir@
                     19: VPATH = @srcdir@
                     20: pkgdatadir = $(datadir)/@PACKAGE@
                     21: pkglibdir = $(libdir)/@PACKAGE@
                     22: pkgincludedir = $(includedir)/@PACKAGE@
1.41      paf        23: top_builddir = ..
1.1       paf        24: 
1.54      paf        25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        26: INSTALL = @INSTALL@
1.54      paf        27: install_sh_DATA = $(install_sh) -c -m 644
                     28: install_sh_PROGRAM = $(install_sh) -c
                     29: install_sh_SCRIPT = $(install_sh) -c
                     30: INSTALL_HEADER = $(INSTALL_DATA)
                     31: transform = $(program_transform_name)
1.1       paf        32: NORMAL_INSTALL = :
                     33: PRE_INSTALL = :
                     34: POST_INSTALL = :
                     35: NORMAL_UNINSTALL = :
                     36: PRE_UNINSTALL = :
                     37: POST_UNINSTALL = :
                     38: host_triplet = @host@
1.54      paf        39: ACLOCAL = @ACLOCAL@
                     40: AMDEP_FALSE = @AMDEP_FALSE@
                     41: AMDEP_TRUE = @AMDEP_TRUE@
                     42: AMTAR = @AMTAR@
1.25      parser     43: APACHE13 = @APACHE13@
1.31      paf        44: APACHE_LIBS = @APACHE_LIBS@
1.54      paf        45: AUTOCONF = @AUTOCONF@
                     46: AUTOHEADER = @AUTOHEADER@
                     47: AUTOMAKE = @AUTOMAKE@
1.1       paf        48: AWK = @AWK@
                     49: CC = @CC@
1.54      paf        50: CCDEPMODE = @CCDEPMODE@
                     51: CFLAGS = @CFLAGS@
                     52: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
                     53: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.55    ! paf        54: CPP = @CPP@
1.54      paf        55: CPPFLAGS = @CPPFLAGS@
1.1       paf        56: CXX = @CXX@
1.54      paf        57: CXXCPP = @CXXCPP@
                     58: CXXDEPMODE = @CXXDEPMODE@
                     59: CXXFLAGS = @CXXFLAGS@
                     60: CYGPATH_W = @CYGPATH_W@
                     61: DEFS = @DEFS@
                     62: DEPDIR = @DEPDIR@
                     63: DO_NOT_LINK_LIBSTDCPP_FALSE = @DO_NOT_LINK_LIBSTDCPP_FALSE@
                     64: DO_NOT_LINK_LIBSTDCPP_TRUE = @DO_NOT_LINK_LIBSTDCPP_TRUE@
                     65: ECHO_C = @ECHO_C@
                     66: ECHO_N = @ECHO_N@
                     67: ECHO_T = @ECHO_T@
                     68: EGREP = @EGREP@
                     69: EXEEXT = @EXEEXT@
1.1       paf        70: INCLTDL = @INCLTDL@
1.54      paf        71: INSTALL_DATA = @INSTALL_DATA@
                     72: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     73: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     74: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     75: LDFLAGS = @LDFLAGS@
1.1       paf        76: LIBADD_DL = @LIBADD_DL@
                     77: LIBLTDL = @LIBLTDL@
1.54      paf        78: LIBOBJS = @LIBOBJS@
                     79: LIBS = @LIBS@
                     80: LTLIBOBJS = @LTLIBOBJS@
1.1       paf        81: MAKEINFO = @MAKEINFO@
1.49      paf        82: MIME_INCLUDES = @MIME_INCLUDES@
                     83: MIME_LIBS = @MIME_LIBS@
1.54      paf        84: OBJEXT = @OBJEXT@
1.25      parser     85: P3S = @P3S@
1.1       paf        86: PACKAGE = @PACKAGE@
1.54      paf        87: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     88: PACKAGE_NAME = @PACKAGE_NAME@
                     89: PACKAGE_STRING = @PACKAGE_STRING@
                     90: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                     91: PACKAGE_VERSION = @PACKAGE_VERSION@
                     92: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       paf        93: RANLIB = @RANLIB@
1.54      paf        94: SET_MAKE = @SET_MAKE@
                     95: SHELL = @SHELL@
                     96: STRIP = @STRIP@
1.1       paf        97: VERSION = @VERSION@
1.20      parser     98: XML_INCLUDES = @XML_INCLUDES@
                     99: XML_LIBS = @XML_LIBS@
1.1       paf       100: YACC = @YACC@
1.54      paf       101: ac_ct_CC = @ac_ct_CC@
                    102: ac_ct_CXX = @ac_ct_CXX@
                    103: ac_ct_RANLIB = @ac_ct_RANLIB@
                    104: ac_ct_STRIP = @ac_ct_STRIP@
                    105: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    106: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    107: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    108: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    109: am__include = @am__include@
                    110: am__quote = @am__quote@
                    111: bindir = @bindir@
                    112: build = @build@
                    113: build_alias = @build_alias@
                    114: build_cpu = @build_cpu@
                    115: build_os = @build_os@
                    116: build_vendor = @build_vendor@
1.40      paf       117: charsetsdir = @charsetsdir@
1.54      paf       118: commentcharset_koi8r = @commentcharset_koi8r@
                    119: commentcharset_windows1250 = @commentcharset_windows1250@
                    120: commentcharset_windows1251 = @commentcharset_windows1251@
                    121: commentcharset_windows1257 = @commentcharset_windows1257@
                    122: datadir = @datadir@
1.51      paf       123: dll_extension = @dll_extension@
1.54      paf       124: exec_prefix = @exec_prefix@
                    125: host = @host@
                    126: host_alias = @host_alias@
                    127: host_cpu = @host_cpu@
1.1       paf       128: host_os = @host_os@
1.54      paf       129: host_vendor = @host_vendor@
                    130: includedir = @includedir@
                    131: infodir = @infodir@
                    132: install_sh = @install_sh@
                    133: libdir = @libdir@
                    134: libexecdir = @libexecdir@
                    135: localstatedir = @localstatedir@
                    136: mandir = @mandir@
1.46      paf       137: mysql_client = @mysql_client@
1.54      paf       138: oldincludedir = @oldincludedir@
1.46      paf       139: oracle_client = @oracle_client@
                    140: pgsql_client = @pgsql_client@
1.54      paf       141: prefix = @prefix@
                    142: program_transform_name = @program_transform_name@
                    143: sbindir = @sbindir@
                    144: sharedstatedir = @sharedstatedir@
1.41      paf       145: sqldriversdir = @sqldriversdir@
1.54      paf       146: subdirs = @subdirs@
                    147: sysconfdir = @sysconfdir@
                    148: target_alias = @target_alias@
1.48      paf       149: SUBDIRS = include main sql types classes lib targets
1.54      paf       150: subdir = src
1.1       paf       151: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.54      paf       152: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                    153: CONFIG_CLEAN_FILES =
                    154: DIST_SOURCES =
                    155: 
                    156: RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
                    157:        ps-recursive install-info-recursive uninstall-info-recursive \
                    158:        all-recursive install-data-recursive install-exec-recursive \
                    159:        installdirs-recursive install-recursive uninstall-recursive \
                    160:        check-recursive installcheck-recursive
                    161: DIST_COMMON = Makefile.am Makefile.in
                    162: DIST_SUBDIRS = $(SUBDIRS)
                    163: all: all-recursive
1.1       paf       164: 
                    165: .SUFFIXES:
1.54      paf       166: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    167:        cd $(top_srcdir) && \
                    168:          $(AUTOMAKE) --gnu  src/Makefile
                    169: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    170:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
                    171: uninstall-info-am:
1.1       paf       172: 
                    173: # This directory's subdirectories are mostly independent; you can cd
                    174: # into them and run `make' without going through this Makefile.
                    175: # To change the values of `make' variables: instead of editing Makefiles,
                    176: # (1) if the variable is set in `config.status', edit `config.status'
                    177: #     (which will cause the Makefiles to be regenerated when you run `make');
                    178: # (2) otherwise, pass the desired values on the `make' command line.
1.54      paf       179: $(RECURSIVE_TARGETS):
                    180:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       181:        dot_seen=no; \
                    182:        target=`echo $@ | sed s/-recursive//`; \
                    183:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    184:          echo "Making $$target in $$subdir"; \
                    185:          if test "$$subdir" = "."; then \
                    186:            dot_seen=yes; \
                    187:            local_target="$$target-am"; \
                    188:          else \
                    189:            local_target="$$target"; \
                    190:          fi; \
                    191:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    192:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    193:        done; \
                    194:        if test "$$dot_seen" = "no"; then \
                    195:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    196:        fi; test -z "$$fail"
                    197: 
                    198: mostlyclean-recursive clean-recursive distclean-recursive \
                    199: maintainer-clean-recursive:
1.54      paf       200:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       paf       201:        dot_seen=no; \
1.54      paf       202:        case "$@" in \
                    203:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    204:          *) list='$(SUBDIRS)' ;; \
                    205:        esac; \
                    206:        rev=''; for subdir in $$list; do \
                    207:          if test "$$subdir" = "."; then :; else \
                    208:            rev="$$subdir $$rev"; \
                    209:          fi; \
1.1       paf       210:        done; \
1.54      paf       211:        rev="$$rev ."; \
1.1       paf       212:        target=`echo $@ | sed s/-recursive//`; \
                    213:        for subdir in $$rev; do \
                    214:          echo "Making $$target in $$subdir"; \
                    215:          if test "$$subdir" = "."; then \
                    216:            local_target="$$target-am"; \
                    217:          else \
                    218:            local_target="$$target"; \
                    219:          fi; \
                    220:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    221:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    222:        done && test -z "$$fail"
                    223: tags-recursive:
                    224:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    225:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    226:        done
1.54      paf       227: ctags-recursive:
                    228:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    229:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    230:        done
                    231: 
                    232: ETAGS = etags
                    233: ETAGSFLAGS =
                    234: 
                    235: CTAGS = ctags
                    236: CTAGSFLAGS =
1.1       paf       237: 
                    238: tags: TAGS
                    239: 
1.54      paf       240: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    241:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    242:        unique=`for i in $$list; do \
                    243:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    244:          done | \
                    245:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       246:               END { for (i in files) print i; }'`; \
1.54      paf       247:        mkid -fID $$unique
1.1       paf       248: 
1.54      paf       249: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    250:                $(TAGS_FILES) $(LISP)
1.1       paf       251:        tags=; \
                    252:        here=`pwd`; \
                    253:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.54      paf       254:          if test "$$subdir" = .; then :; else \
1.1       paf       255:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1.54      paf       256:          fi; \
1.1       paf       257:        done; \
1.54      paf       258:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    259:        unique=`for i in $$list; do \
                    260:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    261:          done | \
                    262:          $(AWK) '    { files[$$0] = 1; } \
                    263:               END { for (i in files) print i; }'`; \
                    264:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    265:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    266:             $$tags $$unique
                    267: 
                    268: ctags: CTAGS
                    269: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    270:                $(TAGS_FILES) $(LISP)
                    271:        tags=; \
                    272:        here=`pwd`; \
                    273:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    274:        unique=`for i in $$list; do \
                    275:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    276:          done | \
                    277:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       278:               END { for (i in files) print i; }'`; \
1.54      paf       279:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    280:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    281:             $$tags $$unique
                    282: 
                    283: GTAGS:
                    284:        here=`$(am__cd) $(top_builddir) && pwd` \
                    285:          && cd $(top_srcdir) \
                    286:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       287: 
                    288: distclean-tags:
1.54      paf       289:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    290: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       paf       291: 
1.54      paf       292: top_distdir = ..
                    293: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       paf       294: 
                    295: distdir: $(DISTFILES)
1.54      paf       296:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    297:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    298:        list='$(DISTFILES)'; for file in $$list; do \
                    299:          case $$file in \
                    300:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    301:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    302:          esac; \
                    303:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    304:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    305:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    306:            dir="/$$dir"; \
                    307:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    308:          else \
                    309:            dir=''; \
                    310:          fi; \
1.1       paf       311:          if test -d $$d/$$file; then \
1.54      paf       312:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    313:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    314:            fi; \
                    315:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       316:          else \
                    317:            test -f $(distdir)/$$file \
1.54      paf       318:            || cp -p $$d/$$file $(distdir)/$$file \
                    319:            || exit 1; \
1.1       paf       320:          fi; \
                    321:        done
1.54      paf       322:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.1       paf       323:          if test "$$subdir" = .; then :; else \
                    324:            test -d $(distdir)/$$subdir \
                    325:            || mkdir $(distdir)/$$subdir \
                    326:            || exit 1; \
1.54      paf       327:            (cd $$subdir && \
                    328:              $(MAKE) $(AM_MAKEFLAGS) \
                    329:                top_distdir="$(top_distdir)" \
                    330:                distdir=../$(distdir)/$$subdir \
                    331:                distdir) \
1.1       paf       332:              || exit 1; \
                    333:          fi; \
                    334:        done
                    335: check-am: all-am
                    336: check: check-recursive
1.54      paf       337: all-am: Makefile
                    338: installdirs: installdirs-recursive
                    339: installdirs-am:
                    340: 
                    341: install: install-recursive
1.1       paf       342: install-exec: install-exec-recursive
                    343: install-data: install-data-recursive
1.54      paf       344: uninstall: uninstall-recursive
1.1       paf       345: 
                    346: install-am: all-am
                    347:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.54      paf       348: 
                    349: installcheck: installcheck-recursive
1.1       paf       350: install-strip:
1.54      paf       351:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    352:          INSTALL_STRIP_FLAG=-s \
                    353:          `test -z '$(STRIP)' || \
                    354:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       355: mostlyclean-generic:
                    356: 
                    357: clean-generic:
                    358: 
                    359: distclean-generic:
                    360:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    361: 
                    362: maintainer-clean-generic:
1.54      paf       363:        @echo "This command is intended for maintainers to use"
                    364:        @echo "it deletes files that may require special tools to rebuild."
                    365: clean: clean-recursive
                    366: 
                    367: clean-am: clean-generic mostlyclean-am
                    368: 
                    369: distclean: distclean-recursive
                    370: 
                    371: distclean-am: clean-am distclean-generic distclean-tags
                    372: 
                    373: dvi: dvi-recursive
                    374: 
                    375: dvi-am:
1.1       paf       376: 
1.54      paf       377: info: info-recursive
                    378: 
                    379: info-am:
1.1       paf       380: 
1.54      paf       381: install-data-am:
1.1       paf       382: 
1.54      paf       383: install-exec-am:
1.1       paf       384: 
1.54      paf       385: install-info: install-info-recursive
1.1       paf       386: 
1.54      paf       387: install-man:
1.1       paf       388: 
1.54      paf       389: installcheck-am:
1.1       paf       390: 
                    391: maintainer-clean: maintainer-clean-recursive
                    392: 
1.54      paf       393: maintainer-clean-am: distclean-am maintainer-clean-generic
                    394: 
                    395: mostlyclean: mostlyclean-recursive
                    396: 
                    397: mostlyclean-am: mostlyclean-generic
                    398: 
                    399: pdf: pdf-recursive
                    400: 
                    401: pdf-am:
                    402: 
                    403: ps: ps-recursive
1.40      paf       404: 
1.54      paf       405: ps-am:
                    406: 
                    407: uninstall-am: uninstall-info-am
                    408: 
                    409: uninstall-info: uninstall-info-recursive
                    410: 
                    411: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
                    412:        clean-generic clean-recursive ctags ctags-recursive distclean \
                    413:        distclean-generic distclean-recursive distclean-tags distdir \
                    414:        dvi dvi-am dvi-recursive info info-am info-recursive install \
                    415:        install-am install-data install-data-am install-data-recursive \
                    416:        install-exec install-exec-am install-exec-recursive \
                    417:        install-info install-info-am install-info-recursive install-man \
                    418:        install-recursive install-strip installcheck installcheck-am \
                    419:        installdirs installdirs-am installdirs-recursive \
                    420:        maintainer-clean maintainer-clean-generic \
                    421:        maintainer-clean-recursive mostlyclean mostlyclean-generic \
                    422:        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
                    423:        ps-recursive tags tags-recursive uninstall uninstall-am \
                    424:        uninstall-info-am uninstall-info-recursive uninstall-recursive
1.1       paf       425: 
                    426: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    427: # Otherwise a system limit (for SysV at least) may be exceeded.
                    428: .NOEXPORT:

E-mail: