Annotation of parser3/src/targets/apache13/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: # $Id: Makefile.am,v 1.1 2001/04/24 14:41:37 paf Exp $
! 14:
! 15:
! 16: SHELL = @SHELL@
! 17:
! 18: srcdir = @srcdir@
! 19: top_srcdir = @top_srcdir@
! 20: VPATH = @srcdir@
! 21: prefix = @prefix@
! 22: exec_prefix = @exec_prefix@
! 23:
! 24: bindir = @bindir@
! 25: sbindir = @sbindir@
! 26: libexecdir = @libexecdir@
! 27: datadir = @datadir@
! 28: sysconfdir = @sysconfdir@
! 29: sharedstatedir = @sharedstatedir@
! 30: localstatedir = @localstatedir@
! 31: libdir = @libdir@
! 32: infodir = @infodir@
! 33: mandir = @mandir@
! 34: includedir = @includedir@
! 35: oldincludedir = /usr/include
! 36:
! 37: DESTDIR =
! 38:
! 39: pkgdatadir = $(datadir)/@PACKAGE@
! 40: pkglibdir = $(libdir)/@PACKAGE@
! 41: pkgincludedir = $(includedir)/@PACKAGE@
! 42:
! 43: top_builddir = ../..
! 44:
! 45: ACLOCAL = @ACLOCAL@
! 46: AUTOCONF = @AUTOCONF@
! 47: AUTOMAKE = @AUTOMAKE@
! 48: AUTOHEADER = @AUTOHEADER@
! 49:
! 50: INSTALL = @INSTALL@
! 51: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
! 52: INSTALL_DATA = @INSTALL_DATA@
! 53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 54: transform = @program_transform_name@
! 55:
! 56: NORMAL_INSTALL = :
! 57: PRE_INSTALL = :
! 58: POST_INSTALL = :
! 59: NORMAL_UNINSTALL = :
! 60: PRE_UNINSTALL = :
! 61: POST_UNINSTALL = :
! 62: host_alias = @host_alias@
! 63: host_triplet = @host@
! 64: AS = @AS@
! 65: AWK = @AWK@
! 66: CC = @CC@
! 67: CXX = @CXX@
! 68: DLLTOOL = @DLLTOOL@
! 69: INCLTDL = @INCLTDL@
! 70: LIBADD_DL = @LIBADD_DL@
! 71: LIBLTDL = @LIBLTDL@
! 72: LIBTOOL = @LIBTOOL@
! 73: LIBTOOL_DEPS = @LIBTOOL_DEPS@
! 74: LN_S = @LN_S@
! 75: MAKEINFO = @MAKEINFO@
! 76: OBJDUMP = @OBJDUMP@
! 77: PACKAGE = @PACKAGE@
! 78: RANLIB = @RANLIB@
! 79: VERSION = @VERSION@
! 80: WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@
! 81: YACC = @YACC@
! 82: host_os = @host_os@
! 83:
! 84: SUBDIRS = modules
! 85: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 86: CONFIG_HEADER = ../../include/pa_config_auto.h
! 87: CONFIG_CLEAN_FILES =
! 88: DIST_COMMON = Makefile.am Makefile.in
! 89:
! 90:
! 91: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 92:
! 93: TAR = gtar
! 94: GZIP_ENV = --best
! 95: all: all-redirect
! 96: .SUFFIXES:
! 97: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 98: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/apache13/Makefile
! 99:
! 100: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
! 101: cd $(top_builddir) \
! 102: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 103:
! 104:
! 105: # This directory's subdirectories are mostly independent; you can cd
! 106: # into them and run `make' without going through this Makefile.
! 107: # To change the values of `make' variables: instead of editing Makefiles,
! 108: # (1) if the variable is set in `config.status', edit `config.status'
! 109: # (which will cause the Makefiles to be regenerated when you run `make');
! 110: # (2) otherwise, pass the desired values on the `make' command line.
! 111:
! 112: @SET_MAKE@
! 113:
! 114: all-recursive install-data-recursive install-exec-recursive \
! 115: installdirs-recursive install-recursive uninstall-recursive \
! 116: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 117: @set fnord $(MAKEFLAGS); amf=$$2; \
! 118: dot_seen=no; \
! 119: target=`echo $@ | sed s/-recursive//`; \
! 120: list='$(SUBDIRS)'; for subdir in $$list; do \
! 121: echo "Making $$target in $$subdir"; \
! 122: if test "$$subdir" = "."; then \
! 123: dot_seen=yes; \
! 124: local_target="$$target-am"; \
! 125: else \
! 126: local_target="$$target"; \
! 127: fi; \
! 128: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 129: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 130: done; \
! 131: if test "$$dot_seen" = "no"; then \
! 132: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 133: fi; test -z "$$fail"
! 134:
! 135: mostlyclean-recursive clean-recursive distclean-recursive \
! 136: maintainer-clean-recursive:
! 137: @set fnord $(MAKEFLAGS); amf=$$2; \
! 138: dot_seen=no; \
! 139: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 140: rev="$$subdir $$rev"; \
! 141: test "$$subdir" = "." && dot_seen=yes; \
! 142: done; \
! 143: test "$$dot_seen" = "no" && rev=". $$rev"; \
! 144: target=`echo $@ | sed s/-recursive//`; \
! 145: for subdir in $$rev; do \
! 146: echo "Making $$target in $$subdir"; \
! 147: if test "$$subdir" = "."; then \
! 148: local_target="$$target-am"; \
! 149: else \
! 150: local_target="$$target"; \
! 151: fi; \
! 152: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 153: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 154: done && test -z "$$fail"
! 155: tags-recursive:
! 156: list='$(SUBDIRS)'; for subdir in $$list; do \
! 157: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 158: done
! 159:
! 160: tags: TAGS
! 161:
! 162: ID: $(HEADERS) $(SOURCES) $(LISP)
! 163: list='$(SOURCES) $(HEADERS)'; \
! 164: unique=`for i in $$list; do echo $$i; done | \
! 165: awk ' { files[$$0] = 1; } \
! 166: END { for (i in files) print i; }'`; \
! 167: here=`pwd` && cd $(srcdir) \
! 168: && mkid -f$$here/ID $$unique $(LISP)
! 169:
! 170: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 171: tags=; \
! 172: here=`pwd`; \
! 173: list='$(SUBDIRS)'; for subdir in $$list; do \
! 174: if test "$$subdir" = .; then :; else \
! 175: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 176: fi; \
! 177: done; \
! 178: list='$(SOURCES) $(HEADERS)'; \
! 179: unique=`for i in $$list; do echo $$i; done | \
! 180: awk ' { files[$$0] = 1; } \
! 181: END { for (i in files) print i; }'`; \
! 182: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 183: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 184:
! 185: mostlyclean-tags:
! 186:
! 187: clean-tags:
! 188:
! 189: distclean-tags:
! 190: -rm -f TAGS ID
! 191:
! 192: maintainer-clean-tags:
! 193:
! 194: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 195:
! 196: subdir = targets/apache13
! 197:
! 198: distdir: $(DISTFILES)
! 199: here=`cd $(top_builddir) && pwd`; \
! 200: top_distdir=`cd $(top_distdir) && pwd`; \
! 201: distdir=`cd $(distdir) && pwd`; \
! 202: cd $(top_srcdir) \
! 203: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/apache13/Makefile
! 204: @for file in $(DISTFILES); do \
! 205: d=$(srcdir); \
! 206: if test -d $$d/$$file; then \
! 207: cp -pr $$d/$$file $(distdir)/$$file; \
! 208: else \
! 209: test -f $(distdir)/$$file \
! 210: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 211: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 212: fi; \
! 213: done
! 214: for subdir in $(SUBDIRS); do \
! 215: if test "$$subdir" = .; then :; else \
! 216: test -d $(distdir)/$$subdir \
! 217: || mkdir $(distdir)/$$subdir \
! 218: || exit 1; \
! 219: chmod 777 $(distdir)/$$subdir; \
! 220: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
! 221: || exit 1; \
! 222: fi; \
! 223: done
! 224: info-am:
! 225: info: info-recursive
! 226: dvi-am:
! 227: dvi: dvi-recursive
! 228: check-am: all-am
! 229: check: check-recursive
! 230: installcheck-am:
! 231: installcheck: installcheck-recursive
! 232: install-exec-am:
! 233: install-exec: install-exec-recursive
! 234:
! 235: install-data-am:
! 236: install-data: install-data-recursive
! 237:
! 238: install-am: all-am
! 239: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 240: install: install-recursive
! 241: uninstall-am:
! 242: uninstall: uninstall-recursive
! 243: all-am: Makefile
! 244: all-redirect: all-recursive
! 245: install-strip:
! 246: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 247: installdirs: installdirs-recursive
! 248: installdirs-am:
! 249:
! 250:
! 251: mostlyclean-generic:
! 252:
! 253: clean-generic:
! 254:
! 255: distclean-generic:
! 256: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 257: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 258:
! 259: maintainer-clean-generic:
! 260: mostlyclean-am: mostlyclean-tags mostlyclean-generic
! 261:
! 262: mostlyclean: mostlyclean-recursive
! 263:
! 264: clean-am: clean-tags clean-generic mostlyclean-am
! 265:
! 266: clean: clean-recursive
! 267:
! 268: distclean-am: distclean-tags distclean-generic clean-am
! 269: -rm -f libtool
! 270:
! 271: distclean: distclean-recursive
! 272:
! 273: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
! 274: distclean-am
! 275: @echo "This command is intended for maintainers to use;"
! 276: @echo "it deletes files that may require special tools to rebuild."
! 277:
! 278: maintainer-clean: maintainer-clean-recursive
! 279:
! 280: .PHONY: install-data-recursive uninstall-data-recursive \
! 281: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
! 282: uninstalldirs-recursive all-recursive check-recursive \
! 283: installcheck-recursive info-recursive dvi-recursive \
! 284: mostlyclean-recursive distclean-recursive clean-recursive \
! 285: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 286: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! 287: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 288: install-exec install-data-am install-data install-am install \
! 289: uninstall-am uninstall all-redirect all-am all installdirs-am \
! 290: installdirs mostlyclean-generic distclean-generic clean-generic \
! 291: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 292:
! 293:
! 294: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 295: # Otherwise a system limit (for SysV at least) may be exceeded.
! 296: .NOEXPORT:
E-mail: