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

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

E-mail: