Annotation of parser3/src/sql/mysql/Makefile, revision 1.1

1.1     ! paf         1: # Generated automatically from Makefile.in by configure.
        !             2: # Makefile.in generated automatically by automake 1.4 from Makefile.am
        !             3: 
        !             4: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
        !             5: # This Makefile.in is free software; the Free Software Foundation
        !             6: # gives unlimited permission to copy and/or distribute it,
        !             7: # with or without modifications, as long as this notice is preserved.
        !             8: 
        !             9: # This program is distributed in the hope that it will be useful,
        !            10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            12: # PARTICULAR PURPOSE.
        !            13: 
        !            14: #  $Id: Makefile.am,v 1.1.2.1 2001/04/16 11:26:50 paf Exp $
        !            15: 
        !            16: 
        !            17: SHELL = /bin/sh
        !            18: 
        !            19: srcdir = .
        !            20: top_srcdir = .
        !            21: prefix = /usr/local
        !            22: exec_prefix = ${prefix}
        !            23: 
        !            24: bindir = ${exec_prefix}/bin
        !            25: sbindir = ${exec_prefix}/sbin
        !            26: libexecdir = ${exec_prefix}/libexec
        !            27: datadir = ${prefix}/share
        !            28: sysconfdir = ${prefix}/etc
        !            29: sharedstatedir = ${prefix}/com
        !            30: localstatedir = ${prefix}/var
        !            31: libdir = ${exec_prefix}/lib
        !            32: infodir = ${prefix}/info
        !            33: mandir = ${prefix}/man
        !            34: includedir = ${prefix}/include
        !            35: oldincludedir = /usr/include
        !            36: 
        !            37: DESTDIR =
        !            38: 
        !            39: pkgdatadir = $(datadir)/parser3mysqlclient
        !            40: pkglibdir = $(libdir)/parser3mysqlclient
        !            41: pkgincludedir = $(includedir)/parser3mysqlclient
        !            42: 
        !            43: top_builddir = .
        !            44: 
        !            45: ACLOCAL = aclocal
        !            46: AUTOCONF = autoconf
        !            47: AUTOMAKE = automake
        !            48: AUTOHEADER = autoheader
        !            49: 
        !            50: INSTALL = /usr/bin/install -c
        !            51: INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
        !            52: INSTALL_DATA = ${INSTALL} -m 644
        !            53: INSTALL_SCRIPT = ${INSTALL_PROGRAM}
        !            54: transform = s,x,x,
        !            55: 
        !            56: NORMAL_INSTALL = :
        !            57: PRE_INSTALL = :
        !            58: POST_INSTALL = :
        !            59: NORMAL_UNINSTALL = :
        !            60: PRE_UNINSTALL = :
        !            61: POST_UNINSTALL = :
        !            62: host_alias = i686-pc-cygwin
        !            63: host_triplet = i686-pc-cygwin
        !            64: AS = as
        !            65: AWK = gawk
        !            66: CC = gcc
        !            67: CXX = c++
        !            68: DLLTOOL = dlltool
        !            69: LIBTOOL = $(SHELL) $(top_builddir)/libtool
        !            70: LN_S = ln -s
        !            71: MAKEINFO = makeinfo
        !            72: OBJDUMP = objdump
        !            73: PACKAGE = parser3mysqlclient
        !            74: RANLIB = ranlib
        !            75: VERSION = 3.0g
        !            76: MYSQL_INC = mySQL32/include
        !            77: MYSQL_LIB = mySQL32/lib
        !            78: INCLUDES = -I .. -I$(MYSQL_INC)
        !            79: lib_LTLIBRARIES = parser3mysql.la
        !            80: parser3mysql_la_SOURCES = parser3mysql.C parser3mysql.h
        !            81: parser3mysql_la_LDFLAGS = -module -avoid-version
        !            82: LIBS = libmysqlclient.a
        !            83: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            84: mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
        !            85: CONFIG_HEADER = config_auto.h
        !            86: CONFIG_CLEAN_FILES = 
        !            87: LTLIBRARIES =  $(lib_LTLIBRARIES)
        !            88: 
        !            89: 
        !            90: DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
        !            91: CPPFLAGS = 
        !            92: LDFLAGS = 
        !            93: parser3mysql_la_LIBADD = 
        !            94: parser3mysql_la_OBJECTS =  parser3mysql.lo
        !            95: CXXFLAGS = -g -O2
        !            96: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
        !            97: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
        !            98: CXXLD = $(CXX)
        !            99: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
        !           100: CFLAGS = -g -O2
        !           101: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           102: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           103: CCLD = $(CC)
        !           104: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
        !           105: DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
        !           106: Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 config_auto.h.in \
        !           107: configure configure.in
        !           108: 
        !           109: 
        !           110: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
        !           111: 
        !           112: TAR = tar
        !           113: GZIP_ENV = --best
        !           114: DEP_FILES =  .deps/parser3mysql.P
        !           115: SOURCES = $(parser3mysql_la_SOURCES)
        !           116: OBJECTS = $(parser3mysql_la_OBJECTS)
        !           117: 
        !           118: all: all-redirect
        !           119: .SUFFIXES:
        !           120: .SUFFIXES: .C .S .c .lo .o .s
        !           121: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           122:        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
        !           123: 
        !           124: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        !           125:        cd $(top_builddir) \
        !           126:          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           127: 
        !           128: $(ACLOCAL_M4):  configure.in  acinclude.m4
        !           129:        cd $(srcdir) && $(ACLOCAL)
        !           130: 
        !           131: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           132:        $(SHELL) ./config.status --recheck
        !           133: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        !           134:        cd $(srcdir) && $(AUTOCONF)
        !           135: 
        !           136: config_auto.h: stamp-h
        !           137:        @if test ! -f $@; then \
        !           138:                rm -f stamp-h; \
        !           139:                $(MAKE) stamp-h; \
        !           140:        else :; fi
        !           141: stamp-h: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
        !           142:        cd $(top_builddir) \
        !           143:          && CONFIG_FILES= CONFIG_HEADERS=config_auto.h \
        !           144:             $(SHELL) ./config.status
        !           145:        @echo timestamp > stamp-h 2> /dev/null
        !           146: $(srcdir)/config_auto.h.in: $(srcdir)/stamp-h.in
        !           147:        @if test ! -f $@; then \
        !           148:                rm -f $(srcdir)/stamp-h.in; \
        !           149:                $(MAKE) $(srcdir)/stamp-h.in; \
        !           150:        else :; fi
        !           151: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           152:        cd $(top_srcdir) && $(AUTOHEADER)
        !           153:        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
        !           154: 
        !           155: mostlyclean-hdr:
        !           156: 
        !           157: clean-hdr:
        !           158: 
        !           159: distclean-hdr:
        !           160:        -rm -f config_auto.h
        !           161: 
        !           162: maintainer-clean-hdr:
        !           163: 
        !           164: mostlyclean-libLTLIBRARIES:
        !           165: 
        !           166: clean-libLTLIBRARIES:
        !           167:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
        !           168: 
        !           169: distclean-libLTLIBRARIES:
        !           170: 
        !           171: maintainer-clean-libLTLIBRARIES:
        !           172: 
        !           173: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
        !           174:        @$(NORMAL_INSTALL)
        !           175:        $(mkinstalldirs) $(DESTDIR)$(libdir)
        !           176:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
        !           177:          if test -f $$p; then \
        !           178:            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
        !           179:            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
        !           180:          else :; fi; \
        !           181:        done
        !           182: 
        !           183: uninstall-libLTLIBRARIES:
        !           184:        @$(NORMAL_UNINSTALL)
        !           185:        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
        !           186:          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
        !           187:        done
        !           188: 
        !           189: .s.o:
        !           190:        $(COMPILE) -c $<
        !           191: 
        !           192: .S.o:
        !           193:        $(COMPILE) -c $<
        !           194: 
        !           195: mostlyclean-compile:
        !           196:        -rm -f *.o core *.core
        !           197: 
        !           198: clean-compile:
        !           199: 
        !           200: distclean-compile:
        !           201:        -rm -f *.tab.c
        !           202: 
        !           203: maintainer-clean-compile:
        !           204: 
        !           205: .s.lo:
        !           206:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
        !           207: 
        !           208: .S.lo:
        !           209:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
        !           210: 
        !           211: mostlyclean-libtool:
        !           212:        -rm -f *.lo
        !           213: 
        !           214: clean-libtool:
        !           215:        -rm -rf .libs _libs
        !           216: 
        !           217: distclean-libtool:
        !           218: 
        !           219: maintainer-clean-libtool:
        !           220: 
        !           221: parser3mysql.la: $(parser3mysql_la_OBJECTS) $(parser3mysql_la_DEPENDENCIES)
        !           222:        $(CXXLINK) -rpath $(libdir) $(parser3mysql_la_LDFLAGS) $(parser3mysql_la_OBJECTS) $(parser3mysql_la_LIBADD) $(LIBS)
        !           223: .C.o:
        !           224:        $(CXXCOMPILE) -c $<
        !           225: .C.lo:
        !           226:        $(LTCXXCOMPILE) -c $<
        !           227: 
        !           228: tags: TAGS
        !           229: 
        !           230: ID: $(HEADERS) $(SOURCES) $(LISP)
        !           231:        list='$(SOURCES) $(HEADERS)'; \
        !           232:        unique=`for i in $$list; do echo $$i; done | \
        !           233:          awk '    { files[$$0] = 1; } \
        !           234:               END { for (i in files) print i; }'`; \
        !           235:        here=`pwd` && cd $(srcdir) \
        !           236:          && mkid -f$$here/ID $$unique $(LISP)
        !           237: 
        !           238: TAGS:  $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
        !           239:        tags=; \
        !           240:        here=`pwd`; \
        !           241:        list='$(SOURCES) $(HEADERS)'; \
        !           242:        unique=`for i in $$list; do echo $$i; done | \
        !           243:          awk '    { files[$$0] = 1; } \
        !           244:               END { for (i in files) print i; }'`; \
        !           245:        test -z "$(ETAGS_ARGS)config_auto.h.in$$unique$(LISP)$$tags" \
        !           246:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
        !           247: 
        !           248: mostlyclean-tags:
        !           249: 
        !           250: clean-tags:
        !           251: 
        !           252: distclean-tags:
        !           253:        -rm -f TAGS ID
        !           254: 
        !           255: maintainer-clean-tags:
        !           256: 
        !           257: distdir = $(PACKAGE)-$(VERSION)
        !           258: top_distdir = $(distdir)
        !           259: 
        !           260: # This target untars the dist file and tries a VPATH configuration.  Then
        !           261: # it guarantees that the distribution is self-contained by making another
        !           262: # tarfile.
        !           263: distcheck: dist
        !           264:        -rm -rf $(distdir)
        !           265:        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
        !           266:        mkdir $(distdir)/=build
        !           267:        mkdir $(distdir)/=inst
        !           268:        dc_install_base=`cd $(distdir)/=inst && pwd`; \
        !           269:        cd $(distdir)/=build \
        !           270:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
        !           271:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           272:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           273:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           274:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           275:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           276:          && $(MAKE) $(AM_MAKEFLAGS) dist
        !           277:        -rm -rf $(distdir)
        !           278:        @banner="$(distdir).tar.gz is ready for distribution"; \
        !           279:        dashes=`echo "$$banner" | sed s/./=/g`; \
        !           280:        echo "$$dashes"; \
        !           281:        echo "$$banner"; \
        !           282:        echo "$$dashes"
        !           283: dist: distdir
        !           284:        -chmod -R a+r $(distdir)
        !           285:        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
        !           286:        -rm -rf $(distdir)
        !           287: dist-all: distdir
        !           288:        -chmod -R a+r $(distdir)
        !           289:        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
        !           290:        -rm -rf $(distdir)
        !           291: distdir: $(DISTFILES)
        !           292:        -rm -rf $(distdir)
        !           293:        mkdir $(distdir)
        !           294:        -chmod 777 $(distdir)
        !           295:        here=`cd $(top_builddir) && pwd`; \
        !           296:        top_distdir=`cd $(distdir) && pwd`; \
        !           297:        distdir=`cd $(distdir) && pwd`; \
        !           298:        cd $(top_srcdir) \
        !           299:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
        !           300:        @for file in $(DISTFILES); do \
        !           301:          d=$(srcdir); \
        !           302:          if test -d $$d/$$file; then \
        !           303:            cp -pr $$/$$file $(distdir)/$$file; \
        !           304:          else \
        !           305:            test -f $(distdir)/$$file \
        !           306:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        !           307:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           308:          fi; \
        !           309:        done
        !           310: 
        !           311: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
        !           312: 
        !           313: -include $(DEP_FILES)
        !           314: 
        !           315: mostlyclean-depend:
        !           316: 
        !           317: clean-depend:
        !           318: 
        !           319: distclean-depend:
        !           320:        -rm -rf .deps
        !           321: 
        !           322: maintainer-clean-depend:
        !           323: 
        !           324: %.o: %.c
        !           325:        @echo '$(COMPILE) -c $<'; \
        !           326:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           327:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
        !           328:        tr ' ' '\012' < .deps/$(*F).pp \
        !           329:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           330:            >> .deps/$(*F).P; \
        !           331:        rm .deps/$(*F).pp
        !           332: 
        !           333: %.lo: %.c
        !           334:        @echo '$(LTCOMPILE) -c $<'; \
        !           335:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           336:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
        !           337:          < .deps/$(*F).pp > .deps/$(*F).P; \
        !           338:        tr ' ' '\012' < .deps/$(*F).pp \
        !           339:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           340:            >> .deps/$(*F).P; \
        !           341:        rm -f .deps/$(*F).pp
        !           342: 
        !           343: %.o: %.C
        !           344:        @echo '$(CXXCOMPILE) -c $<'; \
        !           345:        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           346:        @-cp .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 .deps/$(*F).pp
        !           351: 
        !           352: %.lo: %.C
        !           353:        @echo '$(LTCXXCOMPILE) -c $<'; \
        !           354:        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           355:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
        !           356:          < .deps/$(*F).pp > .deps/$(*F).P; \
        !           357:        tr ' ' '\012' < .deps/$(*F).pp \
        !           358:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           359:            >> .deps/$(*F).P; \
        !           360:        rm -f .deps/$(*F).pp
        !           361: info-am:
        !           362: info: info-am
        !           363: dvi-am:
        !           364: dvi: dvi-am
        !           365: check-am: all-am
        !           366: check: check-am
        !           367: installcheck-am:
        !           368: installcheck: installcheck-am
        !           369: all-recursive-am: config_auto.h
        !           370:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
        !           371: 
        !           372: install-exec-am: install-libLTLIBRARIES
        !           373: install-exec: install-exec-am
        !           374: 
        !           375: install-data-am:
        !           376: install-data: install-data-am
        !           377: 
        !           378: install-am: all-am
        !           379:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           380: install: install-am
        !           381: uninstall-am: uninstall-libLTLIBRARIES
        !           382: uninstall: uninstall-am
        !           383: all-am: Makefile $(LTLIBRARIES) config_auto.h
        !           384: all-redirect: all-am
        !           385: install-strip:
        !           386:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
        !           387: installdirs:
        !           388:        $(mkinstalldirs)  $(DESTDIR)$(libdir)
        !           389: 
        !           390: 
        !           391: mostlyclean-generic:
        !           392: 
        !           393: clean-generic:
        !           394: 
        !           395: distclean-generic:
        !           396:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           397:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           398: 
        !           399: maintainer-clean-generic:
        !           400: mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
        !           401:                mostlyclean-compile mostlyclean-libtool \
        !           402:                mostlyclean-tags mostlyclean-depend mostlyclean-generic
        !           403: 
        !           404: mostlyclean: mostlyclean-am
        !           405: 
        !           406: clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
        !           407:                clean-tags clean-depend clean-generic mostlyclean-am
        !           408: 
        !           409: clean: clean-am
        !           410: 
        !           411: distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
        !           412:                distclean-libtool distclean-tags distclean-depend \
        !           413:                distclean-generic clean-am
        !           414:        -rm -f libtool
        !           415: 
        !           416: distclean: distclean-am
        !           417:        -rm -f config.status
        !           418: 
        !           419: maintainer-clean-am:  maintainer-clean-hdr \
        !           420:                maintainer-clean-libLTLIBRARIES \
        !           421:                maintainer-clean-compile maintainer-clean-libtool \
        !           422:                maintainer-clean-tags maintainer-clean-depend \
        !           423:                maintainer-clean-generic distclean-am
        !           424:        @echo "This command is intended for maintainers to use;"
        !           425:        @echo "it deletes files that may require special tools to rebuild."
        !           426: 
        !           427: maintainer-clean: maintainer-clean-am
        !           428:        -rm -f config.status
        !           429: 
        !           430: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
        !           431: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
        !           432: clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
        !           433: uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
        !           434: distclean-compile clean-compile maintainer-clean-compile \
        !           435: mostlyclean-libtool distclean-libtool clean-libtool \
        !           436: maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
        !           437: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
        !           438: distclean-depend clean-depend maintainer-clean-depend info-am info \
        !           439: dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
        !           440: install-exec-am install-exec install-data-am install-data install-am \
        !           441: install uninstall-am uninstall all-redirect all-am all installdirs \
        !           442: mostlyclean-generic distclean-generic clean-generic \
        !           443: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
        !           444: 
        !           445: 
        !           446: 
        !           447: 
        !           448: 
        !           449: 
        !           450: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           451: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           452: .NOEXPORT:

E-mail: