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

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

E-mail: