r18848: Save the json library before I start hacking on it. I'm going to be
[samba.git] / source / lib / json / Makefile.in
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
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@
62 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 DLLTOOL = @DLLTOOL@
68 ECHO = @ECHO@
69 EGREP = @EGREP@
70 EXEEXT = @EXEEXT@
71 F77 = @F77@
72 GCJ = @GCJ@
73 GCJFLAGS = @GCJFLAGS@
74 HAVE_LIB = @HAVE_LIB@
75 LIB = @LIB@
76 LIBTOOL = @LIBTOOL@
77 LN_S = @LN_S@
78 LTLIB = @LTLIB@
79 MAKEINFO = @MAKEINFO@
80 OBJDUMP = @OBJDUMP@
81 OBJEXT = @OBJEXT@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 RC = @RC@
85 STRIP = @STRIP@
86 VERSION = @VERSION@
87
88 CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
89
90 lib_LTLIBRARIES = libjson.la
91
92 pkgconfigdir = $(libdir)/pkgconfig
93 pkgconfig_DATA = json.pc
94
95 libjsonincludedir = $(includedir)/json
96 libjsoninclude_HEADERS =          json.h        bits.h  debug.h         linkhash.h      arraylist.h     json_util.h     json_object.h   json_tokener.h
97
98
99 libjson_la_LDFLAGS = -version-info 0:1:0
100
101 libjson_la_SOURCES =    arraylist.c     debug.c         json_object.c   json_tokener.c  json_util.c     linkhash.c      printbuf.c
102
103
104 check_PROGRAMS = test1 test2
105
106 test1_SOURCES = test1.c
107 test1_LDADD = $(lib_LTLIBRARIES)
108
109 test2_SOURCES = test2.c
110 test2_LDADD = $(lib_LTLIBRARIES)
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
113 CONFIG_HEADER = config.h
114 CONFIG_CLEAN_FILES =  json.pc
115 LTLIBRARIES =  $(lib_LTLIBRARIES)
116
117
118 DEFS = @DEFS@ -I. -I$(srcdir) -I.
119 CPPFLAGS = @CPPFLAGS@
120 LDFLAGS = @LDFLAGS@
121 LIBS = @LIBS@
122 libjson_la_LIBADD = 
123 libjson_la_OBJECTS =  arraylist.lo debug.lo json_object.lo \
124 json_tokener.lo json_util.lo linkhash.lo printbuf.lo
125 check_PROGRAMS =  test1$(EXEEXT) test2$(EXEEXT)
126 test1_OBJECTS =  test1.$(OBJEXT)
127 test1_DEPENDENCIES =  libjson.la
128 test1_LDFLAGS = 
129 test2_OBJECTS =  test2.$(OBJEXT)
130 test2_DEPENDENCIES =  libjson.la
131 test2_LDFLAGS = 
132 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 CCLD = $(CC)
135 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
136 DATA =  $(pkgconfig_DATA)
137
138 HEADERS =  $(libjsoninclude_HEADERS)
139
140 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
141 Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
142 config.sub configure configure.in install-sh json.pc.in ltmain.sh \
143 missing mkinstalldirs
144
145
146 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
147
148 TAR = tar
149 GZIP_ENV = --best
150 DEP_FILES =  .deps/arraylist.P .deps/debug.P .deps/json_object.P \
151 .deps/json_tokener.P .deps/json_util.P .deps/linkhash.P \
152 .deps/printbuf.P .deps/test1.P .deps/test2.P
153 SOURCES = $(libjson_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES)
154 OBJECTS = $(libjson_la_OBJECTS) $(test1_OBJECTS) $(test2_OBJECTS)
155
156 all: all-redirect
157 .SUFFIXES:
158 .SUFFIXES: .S .c .lo .o .obj .s
159 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
160         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
161
162 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
163         cd $(top_builddir) \
164           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
165
166 $(ACLOCAL_M4):  configure.in 
167         cd $(srcdir) && $(ACLOCAL)
168
169 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
170         $(SHELL) ./config.status --recheck
171 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
172         cd $(srcdir) && $(AUTOCONF)
173
174 config.h: stamp-h
175         @if test ! -f $@; then \
176                 rm -f stamp-h; \
177                 $(MAKE) stamp-h; \
178         else :; fi
179 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
180         cd $(top_builddir) \
181           && CONFIG_FILES= CONFIG_HEADERS=config.h \
182              $(SHELL) ./config.status
183         @echo timestamp > stamp-h 2> /dev/null
184 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
185         @if test ! -f $@; then \
186                 rm -f $(srcdir)/stamp-h.in; \
187                 $(MAKE) $(srcdir)/stamp-h.in; \
188         else :; fi
189 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
190         cd $(top_srcdir) && $(AUTOHEADER)
191         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
192
193 mostlyclean-hdr:
194
195 clean-hdr:
196
197 distclean-hdr:
198         -rm -f config.h
199
200 maintainer-clean-hdr:
201 json.pc: $(top_builddir)/config.status json.pc.in
202         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
203
204 mostlyclean-libLTLIBRARIES:
205
206 clean-libLTLIBRARIES:
207         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
208
209 distclean-libLTLIBRARIES:
210
211 maintainer-clean-libLTLIBRARIES:
212
213 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
214         @$(NORMAL_INSTALL)
215         $(mkinstalldirs) $(DESTDIR)$(libdir)
216         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
217           if test -f $$p; then \
218             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
219             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
220           else :; fi; \
221         done
222
223 uninstall-libLTLIBRARIES:
224         @$(NORMAL_UNINSTALL)
225         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
226           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
227         done
228
229 # FIXME: We should only use cygpath when building on Windows,
230 # and only if it is available.
231 .c.obj:
232         $(COMPILE) -c `cygpath -w $<`
233
234 .s.o:
235         $(COMPILE) -c $<
236
237 .S.o:
238         $(COMPILE) -c $<
239
240 mostlyclean-compile:
241         -rm -f *.o core *.core
242         -rm -f *.$(OBJEXT)
243
244 clean-compile:
245
246 distclean-compile:
247         -rm -f *.tab.c
248
249 maintainer-clean-compile:
250
251 .s.lo:
252         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
253
254 .S.lo:
255         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
256
257 mostlyclean-libtool:
258         -rm -f *.lo
259
260 clean-libtool:
261         -rm -rf .libs _libs
262
263 distclean-libtool:
264
265 maintainer-clean-libtool:
266
267 libjson.la: $(libjson_la_OBJECTS) $(libjson_la_DEPENDENCIES)
268         $(LINK) -rpath $(libdir) $(libjson_la_LDFLAGS) $(libjson_la_OBJECTS) $(libjson_la_LIBADD) $(LIBS)
269
270 mostlyclean-checkPROGRAMS:
271
272 clean-checkPROGRAMS:
273         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
274
275 distclean-checkPROGRAMS:
276
277 maintainer-clean-checkPROGRAMS:
278
279 test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES)
280         @rm -f test1$(EXEEXT)
281         $(LINK) $(test1_LDFLAGS) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
282
283 test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES)
284         @rm -f test2$(EXEEXT)
285         $(LINK) $(test2_LDFLAGS) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
286
287 install-pkgconfigDATA: $(pkgconfig_DATA)
288         @$(NORMAL_INSTALL)
289         $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
290         @list='$(pkgconfig_DATA)'; for p in $$list; do \
291           if test -f $(srcdir)/$$p; then \
292             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
293             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
294           else if test -f $$p; then \
295             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
296             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
297           fi; fi; \
298         done
299
300 uninstall-pkgconfigDATA:
301         @$(NORMAL_UNINSTALL)
302         list='$(pkgconfig_DATA)'; for p in $$list; do \
303           rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
304         done
305
306 install-libjsonincludeHEADERS: $(libjsoninclude_HEADERS)
307         @$(NORMAL_INSTALL)
308         $(mkinstalldirs) $(DESTDIR)$(libjsonincludedir)
309         @list='$(libjsoninclude_HEADERS)'; for p in $$list; do \
310           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
311           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libjsonincludedir)/$$p"; \
312           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libjsonincludedir)/$$p; \
313         done
314
315 uninstall-libjsonincludeHEADERS:
316         @$(NORMAL_UNINSTALL)
317         list='$(libjsoninclude_HEADERS)'; for p in $$list; do \
318           rm -f $(DESTDIR)$(libjsonincludedir)/$$p; \
319         done
320
321 tags: TAGS
322
323 ID: $(HEADERS) $(SOURCES) $(LISP)
324         list='$(SOURCES) $(HEADERS)'; \
325         unique=`for i in $$list; do echo $$i; done | \
326           awk '    { files[$$0] = 1; } \
327                END { for (i in files) print i; }'`; \
328         here=`pwd` && cd $(srcdir) \
329           && mkid -f$$here/ID $$unique $(LISP)
330
331 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
332         tags=; \
333         here=`pwd`; \
334         list='$(SOURCES) $(HEADERS)'; \
335         unique=`for i in $$list; do echo $$i; done | \
336           awk '    { files[$$0] = 1; } \
337                END { for (i in files) print i; }'`; \
338         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
339           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
340
341 mostlyclean-tags:
342
343 clean-tags:
344
345 distclean-tags:
346         -rm -f TAGS ID
347
348 maintainer-clean-tags:
349
350 distdir = $(PACKAGE)-$(VERSION)
351 top_distdir = $(distdir)
352
353 # This target untars the dist file and tries a VPATH configuration.  Then
354 # it guarantees that the distribution is self-contained by making another
355 # tarfile.
356 distcheck: dist
357         -rm -rf $(distdir)
358         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
359         mkdir $(distdir)/=build
360         mkdir $(distdir)/=inst
361         dc_install_base=`cd $(distdir)/=inst && pwd`; \
362         cd $(distdir)/=build \
363           && ../configure --srcdir=.. --prefix=$$dc_install_base \
364           && $(MAKE) $(AM_MAKEFLAGS) \
365           && $(MAKE) $(AM_MAKEFLAGS) dvi \
366           && $(MAKE) $(AM_MAKEFLAGS) check \
367           && $(MAKE) $(AM_MAKEFLAGS) install \
368           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
369           && $(MAKE) $(AM_MAKEFLAGS) dist
370         -rm -rf $(distdir)
371         @banner="$(distdir).tar.gz is ready for distribution"; \
372         dashes=`echo "$$banner" | sed s/./=/g`; \
373         echo "$$dashes"; \
374         echo "$$banner"; \
375         echo "$$dashes"
376 dist: distdir
377         -chmod -R a+r $(distdir)
378         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
379         -rm -rf $(distdir)
380 dist-all: distdir
381         -chmod -R a+r $(distdir)
382         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
383         -rm -rf $(distdir)
384 distdir: $(DISTFILES)
385         -rm -rf $(distdir)
386         mkdir $(distdir)
387         -chmod 777 $(distdir)
388         here=`cd $(top_builddir) && pwd`; \
389         top_distdir=`cd $(distdir) && pwd`; \
390         distdir=`cd $(distdir) && pwd`; \
391         cd $(top_srcdir) \
392           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
393         @for file in $(DISTFILES); do \
394           d=$(srcdir); \
395           if test -d $$d/$$file; then \
396             cp -pr $$d/$$file $(distdir)/$$file; \
397           else \
398             test -f $(distdir)/$$file \
399             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
400             || cp -p $$d/$$file $(distdir)/$$file || :; \
401           fi; \
402         done
403
404 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
405
406 -include $(DEP_FILES)
407
408 mostlyclean-depend:
409
410 clean-depend:
411
412 distclean-depend:
413         -rm -rf .deps
414
415 maintainer-clean-depend:
416
417 %.o: %.c
418         @echo '$(COMPILE) -c $<'; \
419         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
420         @-cp .deps/$(*F).pp .deps/$(*F).P; \
421         tr ' ' '\012' < .deps/$(*F).pp \
422           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
423             >> .deps/$(*F).P; \
424         rm .deps/$(*F).pp
425
426 %.lo: %.c
427         @echo '$(LTCOMPILE) -c $<'; \
428         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
429         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
430           < .deps/$(*F).pp > .deps/$(*F).P; \
431         tr ' ' '\012' < .deps/$(*F).pp \
432           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
433             >> .deps/$(*F).P; \
434         rm -f .deps/$(*F).pp
435 info-am:
436 info: info-am
437 dvi-am:
438 dvi: dvi-am
439 check-am: all-am
440         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
441 check: check-am
442 installcheck-am:
443 installcheck: installcheck-am
444 all-recursive-am: config.h
445         $(MAKE) $(AM_MAKEFLAGS) all-recursive
446
447 install-exec-am: install-libLTLIBRARIES
448 install-exec: install-exec-am
449
450 install-data-am: install-pkgconfigDATA install-libjsonincludeHEADERS
451 install-data: install-data-am
452
453 install-am: all-am
454         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455 install: install-am
456 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
457                 uninstall-libjsonincludeHEADERS
458 uninstall: uninstall-am
459 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h
460 all-redirect: all-am
461 install-strip:
462         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
463 installdirs:
464         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(pkgconfigdir) \
465                 $(DESTDIR)$(libjsonincludedir)
466
467
468 mostlyclean-generic:
469
470 clean-generic:
471
472 distclean-generic:
473         -rm -f Makefile $(CONFIG_CLEAN_FILES)
474         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
475
476 maintainer-clean-generic:
477 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
478                 mostlyclean-compile mostlyclean-libtool \
479                 mostlyclean-checkPROGRAMS mostlyclean-tags \
480                 mostlyclean-depend mostlyclean-generic
481
482 mostlyclean: mostlyclean-am
483
484 clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
485                 clean-checkPROGRAMS clean-tags clean-depend \
486                 clean-generic mostlyclean-am
487
488 clean: clean-am
489
490 distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
491                 distclean-libtool distclean-checkPROGRAMS \
492                 distclean-tags distclean-depend distclean-generic \
493                 clean-am
494         -rm -f libtool
495
496 distclean: distclean-am
497         -rm -f config.status
498
499 maintainer-clean-am:  maintainer-clean-hdr \
500                 maintainer-clean-libLTLIBRARIES \
501                 maintainer-clean-compile maintainer-clean-libtool \
502                 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
503                 maintainer-clean-depend maintainer-clean-generic \
504                 distclean-am
505         @echo "This command is intended for maintainers to use;"
506         @echo "it deletes files that may require special tools to rebuild."
507
508 maintainer-clean: maintainer-clean-am
509         -rm -f config.status
510
511 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
512 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
513 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
514 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
515 distclean-compile clean-compile maintainer-clean-compile \
516 mostlyclean-libtool distclean-libtool clean-libtool \
517 maintainer-clean-libtool mostlyclean-checkPROGRAMS \
518 distclean-checkPROGRAMS clean-checkPROGRAMS \
519 maintainer-clean-checkPROGRAMS uninstall-pkgconfigDATA \
520 install-pkgconfigDATA uninstall-libjsonincludeHEADERS \
521 install-libjsonincludeHEADERS tags mostlyclean-tags distclean-tags \
522 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
523 distclean-depend clean-depend maintainer-clean-depend info-am info \
524 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
525 install-exec-am install-exec install-data-am install-data install-am \
526 install uninstall-am uninstall all-redirect all-am all installdirs \
527 mostlyclean-generic distclean-generic clean-generic \
528 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
529
530
531 # Tell versions [3.59,3.63) of GNU make to not export all variables.
532 # Otherwise a system limit (for SysV at least) may be exceeded.
533 .NOEXPORT: