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

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

E-mail: