Annotation of parser3/src/classes/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.2.2.1 2001/04/16 11:26:33 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: YACC = @YACC@
! 81: host_os = @host_os@
! 82: mysql = @mysql@
! 83: INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre
! 84: noinst_LIBRARIES = libclasses.a
! 85: libclasses_a_SOURCES = double.C exec.C file.C form.C image.C int.C mail.C op.C random.C response.C string.C table.C unknown.C
! 86: SUBDIRS = gd
! 87: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 88: CONFIG_HEADER = ../include/pa_config_auto.h
! 89: CONFIG_CLEAN_FILES =
! 90: LIBRARIES = $(noinst_LIBRARIES)
! 91:
! 92:
! 93: DEFS = @DEFS@ -I. -I$(srcdir) -I../include
! 94: CPPFLAGS = @CPPFLAGS@
! 95: LDFLAGS = @LDFLAGS@
! 96: LIBS = @LIBS@
! 97: libclasses_a_LIBADD =
! 98: libclasses_a_OBJECTS = double.o exec.o file.o form.o image.o int.o \
! 99: mail.o op.o random.o response.o string.o table.o unknown.o
! 100: AR = ar
! 101: CXXFLAGS = @CXXFLAGS@
! 102: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 103: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 104: CXXLD = $(CXX)
! 105: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
! 106: DIST_COMMON = Makefile.am Makefile.in
! 107:
! 108:
! 109: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 110:
! 111: TAR = tar
! 112: GZIP_ENV = --best
! 113: DEP_FILES = .deps/double.P .deps/exec.P .deps/file.P .deps/form.P \
! 114: .deps/image.P .deps/int.P .deps/mail.P .deps/op.P .deps/random.P \
! 115: .deps/response.P .deps/string.P .deps/table.P .deps/unknown.P
! 116: SOURCES = $(libclasses_a_SOURCES)
! 117: OBJECTS = $(libclasses_a_OBJECTS)
! 118:
! 119: all: all-redirect
! 120: .SUFFIXES:
! 121: .SUFFIXES: .C .S .c .lo .o .s
! 122: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 123: cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/Makefile
! 124:
! 125: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
! 126: cd $(top_builddir) \
! 127: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 128:
! 129:
! 130: mostlyclean-noinstLIBRARIES:
! 131:
! 132: clean-noinstLIBRARIES:
! 133: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! 134:
! 135: distclean-noinstLIBRARIES:
! 136:
! 137: maintainer-clean-noinstLIBRARIES:
! 138:
! 139: .s.o:
! 140: $(COMPILE) -c $<
! 141:
! 142: .S.o:
! 143: $(COMPILE) -c $<
! 144:
! 145: mostlyclean-compile:
! 146: -rm -f *.o core *.core
! 147:
! 148: clean-compile:
! 149:
! 150: distclean-compile:
! 151: -rm -f *.tab.c
! 152:
! 153: maintainer-clean-compile:
! 154:
! 155: .s.lo:
! 156: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 157:
! 158: .S.lo:
! 159: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 160:
! 161: mostlyclean-libtool:
! 162: -rm -f *.lo
! 163:
! 164: clean-libtool:
! 165: -rm -rf .libs _libs
! 166:
! 167: distclean-libtool:
! 168:
! 169: maintainer-clean-libtool:
! 170:
! 171: libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES)
! 172: -rm -f libclasses.a
! 173: $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD)
! 174: $(RANLIB) libclasses.a
! 175: .C.o:
! 176: $(CXXCOMPILE) -c $<
! 177: .C.lo:
! 178: $(LTCXXCOMPILE) -c $<
! 179:
! 180: # This directory's subdirectories are mostly independent; you can cd
! 181: # into them and run `make' without going through this Makefile.
! 182: # To change the values of `make' variables: instead of editing Makefiles,
! 183: # (1) if the variable is set in `config.status', edit `config.status'
! 184: # (which will cause the Makefiles to be regenerated when you run `make');
! 185: # (2) otherwise, pass the desired values on the `make' command line.
! 186:
! 187: @SET_MAKE@
! 188:
! 189: all-recursive install-data-recursive install-exec-recursive \
! 190: installdirs-recursive install-recursive uninstall-recursive \
! 191: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 192: @set fnord $(MAKEFLAGS); amf=$$2; \
! 193: dot_seen=no; \
! 194: target=`echo $@ | sed s/-recursive//`; \
! 195: list='$(SUBDIRS)'; for subdir in $$list; do \
! 196: echo "Making $$target in $$subdir"; \
! 197: if test "$$subdir" = "."; then \
! 198: dot_seen=yes; \
! 199: local_target="$$target-am"; \
! 200: else \
! 201: local_target="$$target"; \
! 202: fi; \
! 203: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 204: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 205: done; \
! 206: if test "$$dot_seen" = "no"; then \
! 207: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 208: fi; test -z "$$fail"
! 209:
! 210: mostlyclean-recursive clean-recursive distclean-recursive \
! 211: maintainer-clean-recursive:
! 212: @set fnord $(MAKEFLAGS); amf=$$2; \
! 213: dot_seen=no; \
! 214: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 215: rev="$$subdir $$rev"; \
! 216: test "$$subdir" = "." && dot_seen=yes; \
! 217: done; \
! 218: test "$$dot_seen" = "no" && rev=". $$rev"; \
! 219: target=`echo $@ | sed s/-recursive//`; \
! 220: for subdir in $$rev; do \
! 221: echo "Making $$target in $$subdir"; \
! 222: if test "$$subdir" = "."; then \
! 223: local_target="$$target-am"; \
! 224: else \
! 225: local_target="$$target"; \
! 226: fi; \
! 227: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 228: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 229: done && test -z "$$fail"
! 230: tags-recursive:
! 231: list='$(SUBDIRS)'; for subdir in $$list; do \
! 232: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 233: done
! 234:
! 235: tags: TAGS
! 236:
! 237: ID: $(HEADERS) $(SOURCES) $(LISP)
! 238: list='$(SOURCES) $(HEADERS)'; \
! 239: unique=`for i in $$list; do echo $$i; done | \
! 240: awk ' { files[$$0] = 1; } \
! 241: END { for (i in files) print i; }'`; \
! 242: here=`pwd` && cd $(srcdir) \
! 243: && mkid -f$$here/ID $$unique $(LISP)
! 244:
! 245: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 246: tags=; \
! 247: here=`pwd`; \
! 248: list='$(SUBDIRS)'; for subdir in $$list; do \
! 249: if test "$$subdir" = .; then :; else \
! 250: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 251: fi; \
! 252: done; \
! 253: list='$(SOURCES) $(HEADERS)'; \
! 254: unique=`for i in $$list; do echo $$i; done | \
! 255: awk ' { files[$$0] = 1; } \
! 256: END { for (i in files) print i; }'`; \
! 257: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 258: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 259:
! 260: mostlyclean-tags:
! 261:
! 262: clean-tags:
! 263:
! 264: distclean-tags:
! 265: -rm -f TAGS ID
! 266:
! 267: maintainer-clean-tags:
! 268:
! 269: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 270:
! 271: subdir = classes
! 272:
! 273: distdir: $(DISTFILES)
! 274: here=`cd $(top_builddir) && pwd`; \
! 275: top_distdir=`cd $(top_distdir) && pwd`; \
! 276: distdir=`cd $(distdir) && pwd`; \
! 277: cd $(top_srcdir) \
! 278: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu classes/Makefile
! 279: @for file in $(DISTFILES); do \
! 280: d=$(srcdir); \
! 281: if test -d $$d/$$file; then \
! 282: cp -pr $$/$$file $(distdir)/$$file; \
! 283: else \
! 284: test -f $(distdir)/$$file \
! 285: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 286: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 287: fi; \
! 288: done
! 289: for subdir in $(SUBDIRS); do \
! 290: if test "$$subdir" = .; then :; else \
! 291: test -d $(distdir)/$$subdir \
! 292: || mkdir $(distdir)/$$subdir \
! 293: || exit 1; \
! 294: chmod 777 $(distdir)/$$subdir; \
! 295: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
! 296: || exit 1; \
! 297: fi; \
! 298: done
! 299:
! 300: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
! 301:
! 302: -include $(DEP_FILES)
! 303:
! 304: mostlyclean-depend:
! 305:
! 306: clean-depend:
! 307:
! 308: distclean-depend:
! 309: -rm -rf .deps
! 310:
! 311: maintainer-clean-depend:
! 312:
! 313: %.o: %.c
! 314: @echo '$(COMPILE) -c $<'; \
! 315: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 316: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 317: tr ' ' '\012' < .deps/$(*F).pp \
! 318: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 319: >> .deps/$(*F).P; \
! 320: rm .deps/$(*F).pp
! 321:
! 322: %.lo: %.c
! 323: @echo '$(LTCOMPILE) -c $<'; \
! 324: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 325: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 326: < .deps/$(*F).pp > .deps/$(*F).P; \
! 327: tr ' ' '\012' < .deps/$(*F).pp \
! 328: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 329: >> .deps/$(*F).P; \
! 330: rm -f .deps/$(*F).pp
! 331:
! 332: %.o: %.C
! 333: @echo '$(CXXCOMPILE) -c $<'; \
! 334: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 335: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 336: tr ' ' '\012' < .deps/$(*F).pp \
! 337: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 338: >> .deps/$(*F).P; \
! 339: rm .deps/$(*F).pp
! 340:
! 341: %.lo: %.C
! 342: @echo '$(LTCXXCOMPILE) -c $<'; \
! 343: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 344: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 345: < .deps/$(*F).pp > .deps/$(*F).P; \
! 346: tr ' ' '\012' < .deps/$(*F).pp \
! 347: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 348: >> .deps/$(*F).P; \
! 349: rm -f .deps/$(*F).pp
! 350: info-am:
! 351: info: info-recursive
! 352: dvi-am:
! 353: dvi: dvi-recursive
! 354: check-am: all-am
! 355: check: check-recursive
! 356: installcheck-am:
! 357: installcheck: installcheck-recursive
! 358: install-exec-am:
! 359: install-exec: install-exec-recursive
! 360:
! 361: install-data-am:
! 362: install-data: install-data-recursive
! 363:
! 364: install-am: all-am
! 365: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 366: install: install-recursive
! 367: uninstall-am:
! 368: uninstall: uninstall-recursive
! 369: all-am: Makefile $(LIBRARIES)
! 370: all-redirect: all-recursive
! 371: install-strip:
! 372: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 373: installdirs: installdirs-recursive
! 374: installdirs-am:
! 375:
! 376:
! 377: mostlyclean-generic:
! 378:
! 379: clean-generic:
! 380:
! 381: distclean-generic:
! 382: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 383: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 384:
! 385: maintainer-clean-generic:
! 386: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
! 387: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
! 388: mostlyclean-generic
! 389:
! 390: mostlyclean: mostlyclean-recursive
! 391:
! 392: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
! 393: clean-depend clean-generic mostlyclean-am
! 394:
! 395: clean: clean-recursive
! 396:
! 397: distclean-am: distclean-noinstLIBRARIES distclean-compile \
! 398: distclean-libtool distclean-tags distclean-depend \
! 399: distclean-generic clean-am
! 400: -rm -f libtool
! 401:
! 402: distclean: distclean-recursive
! 403:
! 404: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
! 405: maintainer-clean-compile maintainer-clean-libtool \
! 406: maintainer-clean-tags maintainer-clean-depend \
! 407: maintainer-clean-generic distclean-am
! 408: @echo "This command is intended for maintainers to use;"
! 409: @echo "it deletes files that may require special tools to rebuild."
! 410:
! 411: maintainer-clean: maintainer-clean-recursive
! 412:
! 413: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
! 414: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
! 415: mostlyclean-compile distclean-compile clean-compile \
! 416: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! 417: clean-libtool maintainer-clean-libtool install-data-recursive \
! 418: uninstall-data-recursive install-exec-recursive \
! 419: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
! 420: all-recursive check-recursive installcheck-recursive info-recursive \
! 421: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
! 422: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 423: distclean-tags clean-tags maintainer-clean-tags distdir \
! 424: mostlyclean-depend distclean-depend clean-depend \
! 425: maintainer-clean-depend info-am info dvi-am dvi check check-am \
! 426: installcheck-am installcheck install-exec-am install-exec \
! 427: install-data-am install-data install-am install uninstall-am uninstall \
! 428: all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
! 429: distclean-generic clean-generic maintainer-clean-generic clean \
! 430: mostlyclean distclean maintainer-clean
! 431:
! 432:
! 433:
! 434:
! 435:
! 436:
! 437: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 438: # Otherwise a system limit (for SysV at least) may be exceeded.
! 439: .NOEXPORT:
E-mail: