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

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

E-mail: