version 3.1 checkin
[TestXSLT.git] / libxslt / python / Makefile
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 # Makefile for libxml2 python library
14
15
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = ..
20
21 prefix = 
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)/libxslt
40 pkglibdir = $(libdir)/libxslt
41 pkgincludedir = $(includedir)/libxslt
42
43 top_builddir = ..
44
45 ACLOCAL = /Users/liyanage/cvs/entropy/TestXSLT/libxslt/missing aclocal-1.4
46 AUTOCONF = autoconf
47 AUTOMAKE = /Users/liyanage/cvs/entropy/TestXSLT/libxslt/missing automake-1.4
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}
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 = 
63 host_triplet = powerpc-apple-darwin7.8.0
64 AS = @AS@
65 CC = gcc
66 CFLAGS = -g -O2 -Wall
67 CPPFLAGS = 
68 DLLTOOL = @DLLTOOL@
69 ECHO = echo
70 EXEEXT = 
71 EXTRA_LIBS =  -L/Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle/lib -lxml2 -lz -lpthread -L/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/lib -liconv -lm 
72 HTML_DIR = $(prefix)/doc
73 INSTALLED_XSLT_LIB = 
74 LDFLAGS = 
75 LIBEXSLT_MAJOR_VERSION = 0
76 LIBEXSLT_MICRO_VERSION = 18
77 LIBEXSLT_MINOR_VERSION = 7
78 LIBEXSLT_VERSION = 0.7.18
79 LIBEXSLT_VERSION_INFO = 7:18:7
80 LIBEXSLT_VERSION_NUMBER = 718
81 LIBTOOL = $(SHELL) $(top_builddir)/libtool
82 LIBXML_CFLAGS =  -I/Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle/include/libxml2 -I/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/include
83 LIBXML_LIBS =  -L/Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle/lib -lxml2 -lz -lpthread -L/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/lib -liconv -lm
84 LIBXML_REQUIRED_VERSION = 2.5.2
85 LIBXSLTBREAK_MAJOR_VERSION = 1
86 LIBXSLTBREAK_MICRO_VERSION = 8
87 LIBXSLTBREAK_MINOR_VERSION = 0
88 LIBXSLTBREAK_VERSION = 1.0.8
89 LIBXSLTBREAK_VERSION_INFO = 1:8:0
90 LIBXSLTBREAK_VERSION_NUMBER = 10008
91 LIBXSLT_MAJOR_VERSION = 1
92 LIBXSLT_MICRO_VERSION = 27
93 LIBXSLT_MINOR_VERSION = 0
94 LIBXSLT_VERSION = 1.0.27
95 LIBXSLT_VERSION_INFO = 1:27:0
96 LIBXSLT_VERSION_NUMBER = 10027
97 LN_S = ln -s
98 MAINT = #
99 MAKEINFO = makeinfo
100 M_LIBS = 
101 OBJDUMP = @OBJDUMP@
102 OBJEXT = o
103 PACKAGE = libxslt
104 PERL = perl
105 PYTHON = 
106 PYTHONSODV = 
107 PYTHON_INCLUDES = 
108 PYTHON_SITE_PACKAGES = 
109 PYTHON_SUBDIR = 
110 PYTHON_VERSION = 
111 RANLIB = ranlib
112 RELDATE = Sun Feb 20 2005
113 STRIP = strip
114 VERSION = 1.0.27
115 WITH_DEBUGGER = 1
116 WITH_MEM_DEBUG = 0
117 WITH_TRIO = 0
118 WITH_XSLT_DEBUG = 1
119 XML_CONFIG = /Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle/bin/xml2-config
120 XSLTPROCDV = 
121 XSLT_INCLUDEDIR = -I${includedir}
122 XSLT_LIBDIR = -L${libdir}
123 XSLT_LIBS = -lxslt  -L/Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle/lib -lxml2 -lz -lpthread -L/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/lib -liconv -lm 
124
125 AUTOMAKE_OPTIONS = 1.4 foreign
126
127 SUBDIRS = . tests
128
129 INCLUDES = \
130         -I$(PYTHON_INCLUDES) \
131          $(LIBXML_CFLAGS) \
132         -I$(top_srcdir)
133
134
135 DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
136 # libxsltclass.txt is generated
137 DOCS = TODO
138
139 EXTRA_DIST = \
140         libxslt.c               \
141         types.c                 \
142         generator.py            \
143         libxml_wrap.h           \
144         libxslt_wrap.h          \
145         libxsl.py               \
146         libxslt-python-api.xml  \
147         $(DOCS)
148
149
150 libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \
151                         -L$(top_builddir)/libexslt/.libs
152
153
154 #mylibs = #\
155 #       $(top_builddir)/libxslt/libxslt.la \
156 #       $(top_builddir)/libexslt/libexslt.la
157
158 #pythondir = #$(libdir)/python${PYTHON_VERSION}/site-packages
159 #python_LTLIBRARIES = #libxsltmod.la
160
161 #libxsltmod_la_SOURCES = #libxslt.c types.c libxslt-py.c
162 #libxsltmod_la_LIBADD = #$(mylibs) 
163
164 #GENERATE = #generator.py
165 #API_DESC = #$(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml
166 #GENERATED = #$(srcdir)/libxsltclass.py \
167 #           $(srcdir)/libxslt-export.c \
168 #          $(srcdir)/libxslt-py.c \
169 #          $(srcdir)/libxslt-py.h
170 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
171 CONFIG_HEADER = ../config.h
172 CONFIG_CLEAN_FILES = 
173 LTLIBRARIES =  $(python_LTLIBRARIES)
174
175
176 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
177 LIBS = 
178 #libxsltmod_la_DEPENDENCIES =  \
179 #$(top_builddir)/libxslt/libxslt.la \
180 #$(top_builddir)/libexslt/libexslt.la
181 #libxsltmod_la_OBJECTS =  libxslt.lo types.lo \
182 #libxslt-py.lo
183 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185 CCLD = $(CC)
186 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
187 DIST_COMMON =  Makefile.am Makefile.in TODO
188
189
190 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
191
192 TAR = gtar
193 GZIP_ENV = --best
194 SOURCES = $(libxsltmod_la_SOURCES)
195 OBJECTS = $(libxsltmod_la_OBJECTS)
196
197 all: all-redirect
198 .SUFFIXES:
199 .SUFFIXES: .S .c .lo .o .obj .s
200 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
201         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps python/Makefile
202
203 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
204         cd $(top_builddir) \
205           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
206
207
208 mostlyclean-pythonLTLIBRARIES:
209
210 clean-pythonLTLIBRARIES:
211         -test -z "$(python_LTLIBRARIES)" || rm -f $(python_LTLIBRARIES)
212
213 distclean-pythonLTLIBRARIES:
214
215 maintainer-clean-pythonLTLIBRARIES:
216
217 install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
218         @$(NORMAL_INSTALL)
219         $(mkinstalldirs) $(DESTDIR)$(pythondir)
220         @list='$(python_LTLIBRARIES)'; for p in $$list; do \
221           if test -f $$p; then \
222             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pythondir)/$$p"; \
223             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pythondir)/$$p; \
224           else :; fi; \
225         done
226
227 uninstall-pythonLTLIBRARIES:
228         @$(NORMAL_UNINSTALL)
229         list='$(python_LTLIBRARIES)'; for p in $$list; do \
230           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pythondir)/$$p; \
231         done
232
233 .c.o:
234         $(COMPILE) -c $<
235
236 # FIXME: We should only use cygpath when building on Windows,
237 # and only if it is available.
238 .c.obj:
239         $(COMPILE) -c `cygpath -w $<`
240
241 .s.o:
242         $(COMPILE) -c $<
243
244 .S.o:
245         $(COMPILE) -c $<
246
247 mostlyclean-compile:
248         -rm -f *.o core *.core
249         -rm -f *.$(OBJEXT)
250
251 clean-compile:
252
253 distclean-compile:
254         -rm -f *.tab.c
255
256 maintainer-clean-compile:
257
258 .c.lo:
259         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
260
261 .s.lo:
262         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
263
264 .S.lo:
265         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
266
267 mostlyclean-libtool:
268         -rm -f *.lo
269
270 clean-libtool:
271         -rm -rf .libs _libs
272
273 distclean-libtool:
274
275 maintainer-clean-libtool:
276
277 libxsltmod.la: $(libxsltmod_la_OBJECTS) $(libxsltmod_la_DEPENDENCIES)
278         $(LINK) -rpath $(pythondir) $(libxsltmod_la_LDFLAGS) $(libxsltmod_la_OBJECTS) $(libxsltmod_la_LIBADD) $(LIBS)
279
280 # This directory's subdirectories are mostly independent; you can cd
281 # into them and run `make' without going through this Makefile.
282 # To change the values of `make' variables: instead of editing Makefiles,
283 # (1) if the variable is set in `config.status', edit `config.status'
284 #     (which will cause the Makefiles to be regenerated when you run `make');
285 # (2) otherwise, pass the desired values on the `make' command line.
286
287
288
289 all-recursive install-data-recursive install-exec-recursive \
290 installdirs-recursive install-recursive uninstall-recursive  \
291 check-recursive installcheck-recursive info-recursive dvi-recursive:
292         @set fnord $(MAKEFLAGS); amf=$$2; \
293         dot_seen=no; \
294         target=`echo $@ | sed s/-recursive//`; \
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           echo "Making $$target in $$subdir"; \
297           if test "$$subdir" = "."; then \
298             dot_seen=yes; \
299             local_target="$$target-am"; \
300           else \
301             local_target="$$target"; \
302           fi; \
303           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305         done; \
306         if test "$$dot_seen" = "no"; then \
307           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
308         fi; test -z "$$fail"
309
310 mostlyclean-recursive clean-recursive distclean-recursive \
311 maintainer-clean-recursive:
312         @set fnord $(MAKEFLAGS); amf=$$2; \
313         dot_seen=no; \
314         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
315           rev="$$subdir $$rev"; \
316           test "$$subdir" != "." || dot_seen=yes; \
317         done; \
318         test "$$dot_seen" = "no" && rev=". $$rev"; \
319         target=`echo $@ | sed s/-recursive//`; \
320         for subdir in $$rev; do \
321           echo "Making $$target in $$subdir"; \
322           if test "$$subdir" = "."; then \
323             local_target="$$target-am"; \
324           else \
325             local_target="$$target"; \
326           fi; \
327           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
329         done && test -z "$$fail"
330 tags-recursive:
331         list='$(SUBDIRS)'; for subdir in $$list; do \
332           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
333         done
334
335 tags: TAGS
336
337 ID: $(HEADERS) $(SOURCES) $(LISP)
338         list='$(SOURCES) $(HEADERS)'; \
339         unique=`for i in $$list; do echo $$i; done | \
340           awk '    { files[$$0] = 1; } \
341                END { for (i in files) print i; }'`; \
342         here=`pwd` && cd $(srcdir) \
343           && mkid -f$$here/ID $$unique $(LISP)
344
345 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
346         tags=; \
347         here=`pwd`; \
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349    if test "$$subdir" = .; then :; else \
350             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
351    fi; \
352         done; \
353         list='$(SOURCES) $(HEADERS)'; \
354         unique=`for i in $$list; do echo $$i; done | \
355           awk '    { files[$$0] = 1; } \
356                END { for (i in files) print i; }'`; \
357         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
358           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
359
360 mostlyclean-tags:
361
362 clean-tags:
363
364 distclean-tags:
365         -rm -f TAGS ID
366
367 maintainer-clean-tags:
368
369 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
370
371 subdir = python
372
373 distdir: $(DISTFILES)
374         @for file in $(DISTFILES); do \
375           d=$(srcdir); \
376           if test -d $$d/$$file; then \
377             cp -pr $$d/$$file $(distdir)/$$file; \
378           else \
379             test -f $(distdir)/$$file \
380             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
381             || cp -p $$d/$$file $(distdir)/$$file || :; \
382           fi; \
383         done
384         for subdir in $(SUBDIRS); do \
385           if test "$$subdir" = .; then :; else \
386             test -d $(distdir)/$$subdir \
387             || mkdir $(distdir)/$$subdir \
388             || exit 1; \
389             chmod 777 $(distdir)/$$subdir; \
390             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
391               || exit 1; \
392           fi; \
393         done
394 libxslt-py.lo libxslt-py.o : libxslt-py.c ../libxslt/xsltconfig.h \
395         libxslt_wrap.h libxml_wrap.h ../libxslt/xslt.h \
396         ../libxslt/xsltInternals.h ../libxslt/numbersInternals.h \
397         ../libxslt/xsltutils.h ../libxslt/attributes.h \
398         ../libxslt/documents.h ../libxslt/extensions.h \
399         ../libxslt/extra.h ../libxslt/functions.h ../libxslt/imports.h \
400         ../libxslt/keys.h ../libxslt/namespaces.h ../libxslt/pattern.h \
401         ../libxslt/preproc.h ../libxslt/templates.h \
402         ../libxslt/transform.h ../libxslt/variables.h libxslt-py.h
403 libxslt.lo libxslt.o : libxslt.c libxslt_wrap.h libxml_wrap.h \
404         ../libxslt/xslt.h ../libxslt/xsltInternals.h \
405         ../libxslt/numbersInternals.h ../libxslt/xsltutils.h \
406         ../libxslt/xsltconfig.h ../libxslt/attributes.h \
407         ../libxslt/documents.h ../libxslt/extensions.h \
408         ../libxslt/extra.h ../libxslt/functions.h ../libxslt/imports.h \
409         ../libxslt/keys.h ../libxslt/namespaces.h ../libxslt/pattern.h \
410         ../libxslt/preproc.h ../libxslt/templates.h \
411         ../libxslt/transform.h ../libxslt/variables.h libxslt-py.h \
412         libxslt-export.c
413 types.lo types.o : types.c libxml_wrap.h
414
415 info-am:
416 info: info-recursive
417 dvi-am:
418 dvi: dvi-recursive
419 check-am: all-am
420 check: check-recursive
421 installcheck-am:
422 installcheck: installcheck-recursive
423 install-exec-am:
424 install-exec: install-exec-recursive
425
426 install-data-am: install-pythonLTLIBRARIES install-data-local
427 install-data: install-data-recursive
428
429 install-am: all-am
430         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
431 install: install-recursive
432 uninstall-am: uninstall-pythonLTLIBRARIES
433 uninstall: uninstall-recursive
434 all-am: Makefile $(LTLIBRARIES) all-local
435 all-redirect: all-recursive
436 install-strip:
437         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
438 installdirs: installdirs-recursive
439 installdirs-am:
440         $(mkinstalldirs)  $(DESTDIR)$(pythondir)
441
442
443 mostlyclean-generic:
444
445 clean-generic:
446
447 distclean-generic:
448         -rm -f Makefile $(CONFIG_CLEAN_FILES)
449         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
450
451 maintainer-clean-generic:
452 mostlyclean-am:  mostlyclean-pythonLTLIBRARIES mostlyclean-compile \
453                 mostlyclean-libtool mostlyclean-tags \
454                 mostlyclean-generic
455
456 mostlyclean: mostlyclean-recursive
457
458 clean-am:  clean-pythonLTLIBRARIES clean-compile clean-libtool \
459                 clean-tags clean-generic mostlyclean-am
460
461 clean: clean-recursive
462
463 distclean-am:  distclean-pythonLTLIBRARIES distclean-compile \
464                 distclean-libtool distclean-tags distclean-generic \
465                 clean-am
466         -rm -f libtool
467
468 distclean: distclean-recursive
469
470 maintainer-clean-am:  maintainer-clean-pythonLTLIBRARIES \
471                 maintainer-clean-compile maintainer-clean-libtool \
472                 maintainer-clean-tags maintainer-clean-generic \
473                 distclean-am
474         @echo "This command is intended for maintainers to use;"
475         @echo "it deletes files that may require special tools to rebuild."
476
477 maintainer-clean: maintainer-clean-recursive
478
479 .PHONY: mostlyclean-pythonLTLIBRARIES distclean-pythonLTLIBRARIES \
480 clean-pythonLTLIBRARIES maintainer-clean-pythonLTLIBRARIES \
481 uninstall-pythonLTLIBRARIES install-pythonLTLIBRARIES \
482 mostlyclean-compile distclean-compile clean-compile \
483 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
484 clean-libtool maintainer-clean-libtool install-data-recursive \
485 uninstall-data-recursive install-exec-recursive \
486 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
487 all-recursive check-recursive installcheck-recursive info-recursive \
488 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
489 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
490 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
491 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
492 install-exec install-data-local install-data-am install-data install-am \
493 install uninstall-am uninstall all-local all-redirect all-am all \
494 installdirs-am installdirs mostlyclean-generic distclean-generic \
495 clean-generic maintainer-clean-generic clean mostlyclean distclean \
496 maintainer-clean
497
498
499 #all-local: libxslt.py
500
501 #libxslt.py: $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py
502 #       cat $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py > libxslt.py
503
504 #install-data-local:
505 #       $(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
506 #       /usr/bin/install -c -m 0644 libxslt.py $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
507 #       $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
508 #       @(for doc in $(DOCS) ; \
509 #          do /usr/bin/install -c -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
510
511 #$(GENERATED): gen_prog
512
513 #gen_prog:  $(srcdir)/$(GENERATE) $(API_DESC)
514 #       cd $(srcdir) && $(PYTHON) $(GENERATE)
515 #       touch gen_prog
516
517 #$(libxsltmod_la_OBJECTS): $(GENERATED)
518
519 all: 
520 tests test: all
521         cd tests && $(MAKE) tests
522
523 clean:
524         rm -f $(GENERATED) *.o libxslt.so *.pyc libxslt.py gen_prog
525
526 # Tell versions [3.59,3.63) of GNU make to not export all variables.
527 # Otherwise a system limit (for SysV at least) may be exceeded.
528 .NOEXPORT: