Annotation of parser3/www/Makefile.in, revision 1.1

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: AS = @AS@
        !            65: AWK = @AWK@
        !            66: CC = @CC@
        !            67: CXX = @CXX@
        !            68: DB2_INCLUDES = @DB2_INCLUDES@
        !            69: DB2_LIBS = @DB2_LIBS@
        !            70: DLLTOOL = @DLLTOOL@
        !            71: INCLTDL = @INCLTDL@
        !            72: LIBADD_DL = @LIBADD_DL@
        !            73: LIBLTDL = @LIBLTDL@
        !            74: LIBTOOL = @LIBTOOL@
        !            75: LIBTOOL_DEPS = @LIBTOOL_DEPS@
        !            76: LN_S = @LN_S@
        !            77: MAKEINFO = @MAKEINFO@
        !            78: OBJDUMP = @OBJDUMP@
        !            79: P3S = @P3S@
        !            80: PACKAGE = @PACKAGE@
        !            81: RANLIB = @RANLIB@
        !            82: VERSION = @VERSION@
        !            83: XML_INCLUDES = @XML_INCLUDES@
        !            84: XML_LIBS = @XML_LIBS@
        !            85: YACC = @YACC@
        !            86: host_os = @host_os@
        !            87: 
        !            88: sysconf_DATA = windows-1251.cfg koi8-r.cfg
        !            89: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            90: CONFIG_HEADER = ../include/pa_config_auto.h
        !            91: CONFIG_CLEAN_FILES = 
        !            92: DATA =  $(sysconf_DATA)
        !            93: 
        !            94: DIST_COMMON =  Makefile.am Makefile.in
        !            95: 
        !            96: 
        !            97: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
        !            98: 
        !            99: TAR = tar
        !           100: GZIP_ENV = --best
        !           101: all: all-redirect
        !           102: .SUFFIXES:
        !           103: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           104:        cd $(top_srcdir) && $(AUTOMAKE) --gnu www/Makefile
        !           105: 
        !           106: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        !           107:        cd $(top_builddir) \
        !           108:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           109: 
        !           110: 
        !           111: install-sysconfDATA: $(sysconf_DATA)
        !           112:        @$(NORMAL_INSTALL)
        !           113:        $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
        !           114:        @list='$(sysconf_DATA)'; for p in $$list; do \
        !           115:          if test -f $(srcdir)/$$p; then \
        !           116:            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
        !           117:            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
        !           118:          else if test -f $$p; then \
        !           119:            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
        !           120:            $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
        !           121:          fi; fi; \
        !           122:        done
        !           123: 
        !           124: uninstall-sysconfDATA:
        !           125:        @$(NORMAL_UNINSTALL)
        !           126:        list='$(sysconf_DATA)'; for p in $$list; do \
        !           127:          rm -f $(DESTDIR)$(sysconfdir)/$$p; \
        !           128:        done
        !           129: tags: TAGS
        !           130: TAGS:
        !           131: 
        !           132: 
        !           133: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           134: 
        !           135: subdir = www
        !           136: 
        !           137: distdir: $(DISTFILES)
        !           138:        here=`cd $(top_builddir) && pwd`; \
        !           139:        top_distdir=`cd $(top_distdir) && pwd`; \
        !           140:        distdir=`cd $(distdir) && pwd`; \
        !           141:        cd $(top_srcdir) \
        !           142:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu www/Makefile
        !           143:        @for file in $(DISTFILES); do \
        !           144:          d=$(srcdir); \
        !           145:          if test -d $$d/$$file; then \
        !           146:            cp -pr $$/$$file $(distdir)/$$file; \
        !           147:          else \
        !           148:            test -f $(distdir)/$$file \
        !           149:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        !           150:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           151:          fi; \
        !           152:        done
        !           153: info-am:
        !           154: info: info-am
        !           155: dvi-am:
        !           156: dvi: dvi-am
        !           157: check-am: all-am
        !           158: check: check-am
        !           159: installcheck-am:
        !           160: installcheck: installcheck-am
        !           161: install-exec-am: install-sysconfDATA
        !           162: install-exec: install-exec-am
        !           163: 
        !           164: install-data-am:
        !           165: install-data: install-data-am
        !           166: 
        !           167: install-am: all-am
        !           168:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           169: install: install-am
        !           170: uninstall-am: uninstall-sysconfDATA
        !           171: uninstall: uninstall-am
        !           172: all-am: Makefile $(DATA)
        !           173: all-redirect: all-am
        !           174: install-strip:
        !           175:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
        !           176: installdirs:
        !           177:        $(mkinstalldirs)  $(DESTDIR)$(sysconfdir)
        !           178: 
        !           179: 
        !           180: mostlyclean-generic:
        !           181: 
        !           182: clean-generic:
        !           183: 
        !           184: distclean-generic:
        !           185:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           186:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           187: 
        !           188: maintainer-clean-generic:
        !           189: mostlyclean-am:  mostlyclean-generic
        !           190: 
        !           191: mostlyclean: mostlyclean-am
        !           192: 
        !           193: clean-am:  clean-generic mostlyclean-am
        !           194: 
        !           195: clean: clean-am
        !           196: 
        !           197: distclean-am:  distclean-generic clean-am
        !           198:        -rm -f libtool
        !           199: 
        !           200: distclean: distclean-am
        !           201: 
        !           202: maintainer-clean-am:  maintainer-clean-generic distclean-am
        !           203:        @echo "This command is intended for maintainers to use;"
        !           204:        @echo "it deletes files that may require special tools to rebuild."
        !           205: 
        !           206: maintainer-clean: maintainer-clean-am
        !           207: 
        !           208: .PHONY: uninstall-sysconfDATA install-sysconfDATA tags distdir info-am \
        !           209: info dvi-am dvi check check-am installcheck-am installcheck \
        !           210: install-exec-am install-exec install-data-am install-data install-am \
        !           211: install uninstall-am uninstall all-redirect all-am all installdirs \
        !           212: mostlyclean-generic distclean-generic clean-generic \
        !           213: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
        !           214: 
        !           215: 
        !           216: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           217: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           218: .NOEXPORT:

E-mail: