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

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

E-mail: