Annotation of parser3/src/classes/Makefile.in, revision 1.2

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

E-mail: