Annotation of parser3/src/include/Makefile.in, revision 1.9

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.6       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.4       paf        81: commentcharset_ = @commentcharset_@
1.7       paf        82: dll_extension = @dll_extension@
1.1       paf        83: host_os = @host_os@
1.4       paf        84: mysql_client = @mysql_client@
                     85: oracle_client = @oracle_client@
                     86: pgsql_client = @pgsql_client@
1.1       paf        87: sqldriversdir = @sqldriversdir@
                     88: 
1.6       paf        89: noinst_HEADERS = pa_version.h pa_array.h pa_cache_managers.h pa_charset.h pa_charsets.h pa_common.h pa_config_auto.h pa_config_fixed.h pa_config_includes.h pa_dictionary.h pa_dir.h pa_exception.h pa_exec.h pa_globals.h pa_hash.h pa_opcode.h pa_pool.h pa_pragma_pack_begin.h pa_pragma_pack_end.h pa_request.h pa_sapi.h pa_socks.h pa_sql_connection.h pa_sql_driver_manager.h pa_stack.h pa_string.h pa_stylesheet_connection.h pa_stylesheet_manager.h pa_table.h pa_threads.h pa_types.h pa_uue.h
1.1       paf        90: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     91: CONFIG_HEADER = pa_config_auto.h
                     92: CONFIG_CLEAN_FILES = 
                     93: HEADERS =  $(noinst_HEADERS)
                     94: 
                     95: DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in pa_config_auto.h.in
                     96: 
                     97: 
                     98: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                     99: 
                    100: TAR = tar
                    101: GZIP_ENV = --best
                    102: all: all-redirect
                    103: .SUFFIXES:
                    104: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    105:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile
                    106: 
                    107: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    108:        cd $(top_builddir) \
                    109:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    110: 
                    111: 
                    112: pa_config_auto.h: stamp-h
                    113:        @if test ! -f $@; then \
                    114:                rm -f stamp-h; \
                    115:                $(MAKE) stamp-h; \
                    116:        else :; fi
                    117: stamp-h: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
                    118:        cd $(top_builddir) \
                    119:          && CONFIG_FILES= CONFIG_HEADERS=src/include/pa_config_auto.h \
                    120:             $(SHELL) ./config.status
                    121:        @echo timestamp > stamp-h 2> /dev/null
                    122: $(srcdir)/pa_config_auto.h.in: $(srcdir)/stamp-h.in
                    123:        @if test ! -f $@; then \
                    124:                rm -f $(srcdir)/stamp-h.in; \
                    125:                $(MAKE) $(srcdir)/stamp-h.in; \
                    126:        else :; fi
                    127: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    128:        cd $(top_srcdir) && $(AUTOHEADER)
                    129:        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
                    130: 
                    131: mostlyclean-hdr:
                    132: 
                    133: clean-hdr:
                    134: 
                    135: distclean-hdr:
                    136:        -rm -f pa_config_auto.h
                    137: 
                    138: maintainer-clean-hdr:
                    139: 
                    140: tags: TAGS
                    141: 
                    142: ID: $(HEADERS) $(SOURCES) $(LISP)
                    143:        list='$(SOURCES) $(HEADERS)'; \
                    144:        unique=`for i in $$list; do echo $$i; done | \
                    145:          awk '    { files[$$0] = 1; } \
                    146:               END { for (i in files) print i; }'`; \
                    147:        here=`pwd` && cd $(srcdir) \
                    148:          && mkid -f$$here/ID $$unique $(LISP)
                    149: 
                    150: TAGS:  $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
                    151:        tags=; \
                    152:        here=`pwd`; \
                    153:        list='$(SOURCES) $(HEADERS)'; \
                    154:        unique=`for i in $$list; do echo $$i; done | \
                    155:          awk '    { files[$$0] = 1; } \
                    156:               END { for (i in files) print i; }'`; \
                    157:        test -z "$(ETAGS_ARGS)pa_config_auto.h.in$$unique$(LISP)$$tags" \
                    158:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags pa_config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
                    159: 
                    160: mostlyclean-tags:
                    161: 
                    162: clean-tags:
                    163: 
                    164: distclean-tags:
                    165:        -rm -f TAGS ID
                    166: 
                    167: maintainer-clean-tags:
                    168: 
                    169: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    170: 
                    171: subdir = src/include
                    172: 
                    173: distdir: $(DISTFILES)
                    174:        here=`cd $(top_builddir) && pwd`; \
                    175:        top_distdir=`cd $(top_distdir) && pwd`; \
                    176:        distdir=`cd $(distdir) && pwd`; \
                    177:        cd $(top_srcdir) \
                    178:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/include/Makefile
                    179:        @for file in $(DISTFILES); do \
                    180:          d=$(srcdir); \
                    181:          if test -d $$d/$$file; then \
                    182:            cp -pr $$/$$file $(distdir)/$$file; \
                    183:          else \
                    184:            test -f $(distdir)/$$file \
                    185:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    186:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    187:          fi; \
                    188:        done
                    189: info-am:
                    190: info: info-am
                    191: dvi-am:
                    192: dvi: dvi-am
                    193: check-am: all-am
                    194: check: check-am
                    195: installcheck-am:
                    196: installcheck: installcheck-am
                    197: all-recursive-am: pa_config_auto.h
                    198:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    199: 
                    200: install-exec-am:
                    201: install-exec: install-exec-am
                    202: 
                    203: install-data-am:
                    204: install-data: install-data-am
                    205: 
                    206: install-am: all-am
                    207:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    208: install: install-am
                    209: uninstall-am:
                    210: uninstall: uninstall-am
                    211: all-am: Makefile $(HEADERS) pa_config_auto.h
                    212: all-redirect: all-am
                    213: install-strip:
                    214:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    215: installdirs:
                    216: 
                    217: 
                    218: mostlyclean-generic:
                    219: 
                    220: clean-generic:
                    221: 
                    222: distclean-generic:
                    223:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    224:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    225: 
                    226: maintainer-clean-generic:
                    227: mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
                    228: 
                    229: mostlyclean: mostlyclean-am
                    230: 
                    231: clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
                    232: 
                    233: clean: clean-am
                    234: 
                    235: distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
                    236: 
                    237: distclean: distclean-am
                    238: 
                    239: maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
                    240:                maintainer-clean-generic distclean-am
                    241:        @echo "This command is intended for maintainers to use;"
                    242:        @echo "it deletes files that may require special tools to rebuild."
                    243: 
                    244: maintainer-clean: maintainer-clean-am
                    245: 
                    246: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
                    247: tags mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
                    248: distdir info-am info dvi-am dvi check check-am installcheck-am \
                    249: installcheck all-recursive-am install-exec-am install-exec \
                    250: install-data-am install-data install-am install uninstall-am uninstall \
                    251: all-redirect all-am all installdirs mostlyclean-generic \
                    252: distclean-generic clean-generic maintainer-clean-generic clean \
                    253: mostlyclean distclean maintainer-clean
                    254: 
                    255: 
                    256: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    257: # Otherwise a system limit (for SysV at least) may be exceeded.
                    258: .NOEXPORT:

E-mail: