]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile.in
release: 0.1.54
[lilypond.git] / flower / Makefile.in
1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 # Generated automatically by wild-perl 0.1
14 # project  FlowerSoft C++ library
15 # title    top level makefile for FlowerLib
16 # file     flower/Makefile.am.wild
17 #
18 # Copyright (c) 1997 by    
19 #       Jan Nieuwenhuizen <jan@digicash.com>
20 #       Han-Wen Nienhuys <hanwen@stack.nl>
21 #               ...your sort order here, or how to comment-out a comment
22
23
24 SHELL = /bin/sh
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 prefix = @prefix@
30 exec_prefix = @exec_prefix@
31
32 bindir = @bindir@
33 sbindir = @sbindir@
34 libexecdir = @libexecdir@
35 datadir = @datadir@
36 sysconfdir = @sysconfdir@
37 sharedstatedir = @sharedstatedir@
38 localstatedir = @localstatedir@
39 libdir = @libdir@
40 infodir = @infodir@
41 mandir = @mandir@
42 includedir = @includedir@
43 oldincludedir = /usr/include
44
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48
49 top_builddir = ..
50
51 ACLOCAL = @ACLOCAL@
52 AUTOCONF = @AUTOCONF@
53 AUTOMAKE = @AUTOMAKE@
54 AUTOHEADER = @AUTOHEADER@
55
56 INSTALL = @INSTALL@
57 INSTALL_PROGRAM = @INSTALL_PROGRAM@
58 INSTALL_DATA = @INSTALL_DATA@
59 INSTALL_SCRIPT = @INSTALL_SCRIPT@
60 transform = @program_transform_name@
61
62 NORMAL_INSTALL = :
63 PRE_INSTALL = :
64 POST_INSTALL = :
65 NORMAL_UNINSTALL = :
66 PRE_UNINSTALL = :
67 POST_UNINSTALL = :
68 host_alias = @host_alias@
69 host_triplet = @host@
70 AGE = @AGE@
71 AUTOGENERATE = @AUTOGENERATE@
72 BISON = @BISON@
73 CC = @CC@
74 COMPILEINFO = @COMPILEINFO@
75 CPPFLAGS = @CPPFLAGS@
76 CURRENT = @CURRENT@
77 CXX = @CXX@
78 CXXFLAGS = @CXXFLAGS@
79 DIR_DATADIR = @DIR_DATADIR@
80 EXTRA_LIBES = @EXTRA_LIBES@
81 FIND = @FIND@
82 FLEX = @FLEX@
83 ICFLAGS = @ICFLAGS@
84 ILDFLAGS = @ILDFLAGS@
85 LD = @LD@
86 LDFLAGS = @LDFLAGS@
87 LEX = @LEX@
88 LIBTOOL = @LIBTOOL@
89 LN = @LN@
90 LN_S = @LN_S@
91 MAKE = @MAKE@
92 MAKEINFO = @MAKEINFO@
93 MFDIR = @MFDIR@
94 NM = @NM@
95 PACKAGE = @PACKAGE@
96 PERL = @PERL@
97 POD2HTML = @POD2HTML@
98 POD2MAN = @POD2MAN@
99 PYTHON = @PYTHON@
100 RANLIB = @RANLIB@
101 REVISION = @REVISION@
102 TAR = @TAR@
103 TEXDIR = @TEXDIR@
104 TEXPREFIX = @TEXPREFIX@
105 VERSION = @VERSION@
106 YACC = @YACC@
107 ZIP = @ZIP@
108 absolute_builddir = @absolute_builddir@
109
110 SUBDIRS = include
111
112 lib_LTLIBRARIES = libflower.la
113
114 README_FILES = ONEWS NEWS README TODO VERSION
115 EXTRA_DIST = Makefile.am.wild GNUmakefile $(README_FILES)
116
117 libflower_la_SOURCES = choleski.cc cpu-timer.cc data-file.cc diagonal-storage.cc dictionary.cc directed-graph.cc dstream.cc flower-debug.cc flower-version.cc full-storage.cc interval.cc lgetopt.cc libc-extension.cc matrix-debug.cc matrix-storage.cc matrix.cc nscalar.cc path.cc rational.cc scalar.cc string-convert.cc string.cc stringutil.cc text-db.cc text-stream.cc unionfind.cc vector.cc
118
119 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
120
121 INCLUDES = -I$(top_srcdir)/flower/include
122 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123 CONFIG_HEADER = config.hh
124 CONFIG_CLEAN_FILES = 
125 LTLIBRARIES =  $(lib_LTLIBRARIES)
126
127
128 DEFS = @DEFS@ -I. -I$(srcdir) -I.
129 LIBS = @LIBS@
130 libflower_la_LIBADD = 
131 libflower_la_OBJECTS =  choleski.lo cpu-timer.lo data-file.lo \
132 diagonal-storage.lo dictionary.lo directed-graph.lo dstream.lo \
133 flower-debug.lo flower-version.lo full-storage.lo interval.lo \
134 lgetopt.lo libc-extension.lo matrix-debug.lo matrix-storage.lo \
135 matrix.lo nscalar.lo path.lo rational.lo scalar.lo string-convert.lo \
136 string.lo stringutil.lo text-db.lo text-stream.lo unionfind.lo \
137 vector.lo
138 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
139 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
140 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
141 DIST_COMMON =  README Makefile.am Makefile.in NEWS TODO
142
143
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
146 GZIP = --best
147 SOURCES = $(libflower_la_SOURCES)
148 OBJECTS = $(libflower_la_OBJECTS)
149
150 default: all
151
152 .SUFFIXES:
153 .SUFFIXES: .S .c .cc .lo .o .s
154 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
155         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps flower/Makefile
156
157 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
158         cd $(top_builddir) \
159           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
160
161
162 mostlyclean-libLTLIBRARIES:
163
164 clean-libLTLIBRARIES:
165         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
166
167 distclean-libLTLIBRARIES:
168
169 maintainer-clean-libLTLIBRARIES:
170
171 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
172         @$(NORMAL_INSTALL)
173         $(mkinstalldirs) $(libdir)
174         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
175           if test -f $$p; then \
176             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p"; \
177             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p; \
178           else :; fi; \
179         done
180
181 uninstall-libLTLIBRARIES:
182         @$(NORMAL_UNINSTALL)
183         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
184           $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
185         done
186
187 .c.o:
188         $(COMPILE) -c $<
189
190 .s.o:
191         $(COMPILE) -c $<
192
193 .S.o:
194         $(COMPILE) -c $<
195
196 mostlyclean-compile:
197         -rm -f *.o core *.core
198
199 clean-compile:
200
201 distclean-compile:
202         -rm -f *.tab.c
203
204 maintainer-clean-compile:
205
206 .c.lo:
207         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208
209 .s.lo:
210         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211
212 .S.lo:
213         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215 mostlyclean-libtool:
216         -rm -f *.lo
217
218 clean-libtool:
219         -rm -rf .libs _libs
220
221 distclean-libtool:
222
223 maintainer-clean-libtool:
224
225 libflower.la: $(libflower_la_OBJECTS) $(libflower_la_DEPENDENCIES)
226         $(CXXLINK) -rpath $(libdir) $(libflower_la_LDFLAGS) $(libflower_la_OBJECTS) $(libflower_la_LIBADD) $(LIBS)
227 .cc.o:
228         $(CXXCOMPILE) -c $<
229 .cc.lo:
230         $(LTCXXCOMPILE) -c $<
231
232 # This directory's subdirectories are mostly independent; you can cd
233 # into them and run `make' without going through this Makefile.
234 # To change the values of `make' variables: instead of editing Makefiles,
235 # (1) if the variable is set in `config.status', edit `config.status'
236 #     (which will cause the Makefiles to be regenerated when you run `make');
237 # (2) otherwise, pass the desired values on the `make' command line.
238
239 @SET_MAKE@
240
241 all-recursive install-data-recursive install-exec-recursive \
242 installdirs-recursive install-recursive uninstall-recursive  \
243 check-recursive installcheck-recursive info-recursive dvi-recursive:
244         @set fnord $(MAKEFLAGS); amf=$$2; \
245         list='$(SUBDIRS)'; for subdir in $$list; do \
246           target=`echo $@ | sed s/-recursive//`; \
247           echo "Making $$target in $$subdir"; \
248           (cd $$subdir && $(MAKE) $$target) \
249            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
250         done && test -z "$$fail"
251
252 mostlyclean-recursive clean-recursive distclean-recursive \
253 maintainer-clean-recursive:
254         @set fnord $(MAKEFLAGS); amf=$$2; \
255         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
256           rev="$$subdir $$rev"; \
257         done; \
258         for subdir in $$rev; do \
259           target=`echo $@ | sed s/-recursive//`; \
260           echo "Making $$target in $$subdir"; \
261           (cd $$subdir && $(MAKE) $$target) \
262            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
263         done && test -z "$$fail"
264 tags-recursive:
265         list='$(SUBDIRS)'; for subdir in $$list; do \
266           (cd $$subdir && $(MAKE) tags); \
267         done
268
269 tags: TAGS
270
271 ID: $(HEADERS) $(SOURCES) $(LISP)
272         here=`pwd` && cd $(srcdir) \
273           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
274
275 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
276         tags=; \
277         here=`pwd`; \
278         list='$(SUBDIRS)'; for subdir in $$list; do \
279           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
280         done; \
281         list='$(SOURCES) $(HEADERS)'; \
282         unique=`for i in $$list; do echo $$i; done | \
283           awk '    { files[$$0] = 1; } \
284                END { for (i in files) print i; }'`; \
285         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
286           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
287
288 mostlyclean-tags:
289
290 clean-tags:
291
292 distclean-tags:
293         -rm -f TAGS ID
294
295 maintainer-clean-tags:
296
297 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
298
299 subdir = flower
300
301 distdir: $(DISTFILES)
302         @for file in $(DISTFILES); do \
303           d=$(srcdir); \
304           test -f $(distdir)/$$file \
305           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
306           || cp -p $$d/$$file $(distdir)/$$file; \
307         done
308         for subdir in $(SUBDIRS); do \
309           test -d $(distdir)/$$subdir \
310           || mkdir $(distdir)/$$subdir \
311           || exit 1; \
312           chmod 777 $(distdir)/$$subdir; \
313           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
314             || exit 1; \
315         done
316 choleski.lo choleski.o: choleski.cc include/choleski.hh \
317         include/matrix.hh include/matrix-storage.hh include/varray.hh \
318         include/real.hh include/virtual-methods.hh include/vector.hh
319 cpu-timer.lo cpu-timer.o: cpu-timer.cc include/cpu-timer.hh \
320         include/real.hh
321 data-file.lo data-file.o: data-file.cc include/international.hh \
322         include/data-file.hh include/text-stream.hh include/string.hh \
323         include/arithmetic-operator.hh include/fproto.hh \
324         include/real.hh include/string-handle.hh include/compare.hh \
325         include/varray.hh
326 diagonal-storage.lo diagonal-storage.o: diagonal-storage.cc \
327         include/diagonal-storage.hh include/full-storage.hh \
328         include/varray.hh include/matrix-storage.hh include/real.hh \
329         include/virtual-methods.hh
330 dictionary.lo dictionary.o: dictionary.cc
331 directed-graph.lo directed-graph.o: directed-graph.cc \
332         include/directed-graph.hh include/parray.hh include/varray.hh
333 dstream.lo dstream.o: dstream.cc include/assoc.hh include/varray.hh \
334         include/dstream.hh include/string.hh \
335         include/arithmetic-operator.hh include/fproto.hh \
336         include/real.hh include/string-handle.hh \
337         include/international.hh include/compare.hh include/scalar.hh \
338         include/text-db.hh include/data-file.hh include/text-stream.hh \
339         include/string-convert.hh include/assoc-iter.hh
340 flower-debug.lo flower-debug.o: flower-debug.cc include/flower-debug.hh \
341         include/dstream.hh include/string.hh \
342         include/arithmetic-operator.hh include/fproto.hh \
343         include/real.hh include/string-handle.hh \
344         include/international.hh include/compare.hh
345 flower-version.lo flower-version.o: flower-version.cc config.hh
346 full-storage.lo full-storage.o: full-storage.cc include/full-storage.hh \
347         include/varray.hh include/matrix-storage.hh include/real.hh \
348         include/virtual-methods.hh include/full-storage.icc
349 interval.lo interval.o: interval.cc include/interval.hh \
350         include/fproto.hh include/real.hh include/compare.hh \
351         include/interval.tcc include/string.hh \
352         include/arithmetic-operator.hh include/string-handle.hh \
353         include/international.hh include/flower-debug.hh \
354         include/dstream.hh
355 lgetopt.lo lgetopt.o: lgetopt.cc include/lgetopt.hh \
356         include/international.hh
357 libc-extension.lo libc-extension.o: libc-extension.cc \
358         include/libc-extension.hh include/fproto.hh include/real.hh \
359         config.hh
360 matrix-debug.lo matrix-debug.o: matrix-debug.cc include/flower-debug.hh \
361         include/dstream.hh include/string.hh \
362         include/arithmetic-operator.hh include/fproto.hh \
363         include/real.hh include/string-handle.hh \
364         include/international.hh include/compare.hh include/matrix.hh \
365         include/matrix-storage.hh include/varray.hh \
366         include/virtual-methods.hh include/vector.hh
367 matrix-storage.lo matrix-storage.o: matrix-storage.cc \
368         include/full-storage.hh include/varray.hh \
369         include/matrix-storage.hh include/real.hh \
370         include/virtual-methods.hh include/diagonal-storage.hh
371 matrix.lo matrix.o: matrix.cc include/matrix.hh \
372         include/matrix-storage.hh include/varray.hh include/real.hh \
373         include/virtual-methods.hh include/vector.hh \
374         include/full-storage.hh include/diagonal-storage.hh
375 nscalar.lo nscalar.o: nscalar.cc
376 path.lo path.o: path.cc include/path.hh include/string.hh \
377         include/arithmetic-operator.hh include/fproto.hh \
378         include/real.hh include/string-handle.hh \
379         include/international.hh include/compare.hh include/varray.hh \
380         include/flower-debug.hh include/dstream.hh
381 rational.lo rational.o: rational.cc include/rational.hh \
382         include/compare.hh include/arithmetic-operator.hh \
383         include/fproto.hh include/real.hh include/string.hh \
384         include/string-handle.hh include/international.hh \
385         include/string-convert.hh include/libc-extension.hh config.hh
386 scalar.lo scalar.o: scalar.cc include/scalar.hh include/string.hh \
387         include/arithmetic-operator.hh include/fproto.hh \
388         include/real.hh include/string-handle.hh \
389         include/international.hh include/compare.hh include/rational.hh
390 string-convert.lo string-convert.o: string-convert.cc \
391         include/libc-extension.hh include/fproto.hh include/real.hh \
392         config.hh include/string.hh include/arithmetic-operator.hh \
393         include/string-handle.hh include/international.hh \
394         include/compare.hh include/string-convert.hh \
395         include/rational.hh
396 string.lo string.o: string.cc include/string.hh \
397         include/arithmetic-operator.hh include/fproto.hh \
398         include/real.hh include/string-handle.hh \
399         include/international.hh include/compare.hh \
400         include/libc-extension.hh config.hh include/string-convert.hh
401 stringutil.lo stringutil.o: stringutil.cc include/string-handle.hh \
402         include/fproto.hh include/real.hh include/string-data.hh \
403         include/string.hh include/arithmetic-operator.hh \
404         include/international.hh include/compare.hh \
405         include/string-data.icc include/string-handle.icc \
406         include/string.icc
407 text-db.lo text-db.o: text-db.cc include/text-db.hh include/data-file.hh \
408         include/text-stream.hh include/string.hh \
409         include/arithmetic-operator.hh include/fproto.hh \
410         include/real.hh include/string-handle.hh \
411         include/international.hh include/compare.hh include/varray.hh
412 text-stream.lo text-stream.o: text-stream.cc include/text-stream.hh \
413         include/string.hh include/arithmetic-operator.hh \
414         include/fproto.hh include/real.hh include/string-handle.hh \
415         include/international.hh include/compare.hh include/varray.hh
416 unionfind.lo unionfind.o: unionfind.cc include/unionfind.hh \
417         include/varray.hh
418 vector.lo vector.o: vector.cc include/vector.hh include/real.hh \
419         include/varray.hh
420
421 info: info-recursive
422 dvi: dvi-recursive
423 check: all-am
424         $(MAKE) check-recursive
425 installcheck: installcheck-recursive
426 all-recursive-am: config.hh
427         $(MAKE) all-recursive
428
429 all-am: Makefile $(LTLIBRARIES) config.hh
430
431 install-exec-am: install-libLTLIBRARIES
432
433 uninstall-am: uninstall-libLTLIBRARIES
434
435 install-exec: install-exec-recursive install-exec-am
436         @$(NORMAL_INSTALL)
437
438 install-data: install-data-recursive
439         @$(NORMAL_INSTALL)
440
441 install: install-recursive install-exec-am
442         @:
443
444 uninstall: uninstall-recursive uninstall-am
445
446 all: all-recursive-am all-am
447
448 install-strip:
449         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
450 installdirs: installdirs-recursive
451         $(mkinstalldirs)  $(libdir)
452
453
454 mostlyclean-generic:
455         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
456
457 clean-generic:
458         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
459
460 distclean-generic:
461         -rm -f Makefile $(DISTCLEANFILES)
462         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
463         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464
465 maintainer-clean-generic:
466         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
467         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
468 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
469                 mostlyclean-libtool mostlyclean-tags \
470                 mostlyclean-generic
471
472 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
473                 clean-generic mostlyclean-am
474
475 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
476                 distclean-libtool distclean-tags distclean-generic \
477                 clean-am
478
479 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
480                 maintainer-clean-compile maintainer-clean-libtool \
481                 maintainer-clean-tags maintainer-clean-generic \
482                 distclean-am
483
484 mostlyclean:  mostlyclean-recursive mostlyclean-am
485
486 clean:  clean-recursive clean-am
487
488 distclean:  distclean-recursive distclean-am distclean-local
489         -rm -f config.status
490         -rm -f libtool
491
492 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
493         @echo "This command is intended for maintainers to use;"
494         @echo "it deletes files that may require special tools to rebuild."
495
496 .PHONY: default mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
497 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
498 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
499 distclean-compile clean-compile maintainer-clean-compile \
500 mostlyclean-libtool distclean-libtool clean-libtool \
501 maintainer-clean-libtool install-data-recursive \
502 uninstall-data-recursive install-exec-recursive \
503 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
504 all-recursive check-recursive installcheck-recursive info-recursive \
505 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
506 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
507 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
508 installcheck all-recursive-am all-am install-exec-am uninstall-am \
509 install-exec install-data install uninstall all installdirs \
510 mostlyclean-generic distclean-generic clean-generic \
511 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
512
513
514 distclean-local:
515         -rm -rf .deps
516
517 # override default target for all-am: to get an extra dependency
518 all-am: Makefile $(PROGRAMS) wild-check
519
520 # dummy target for non-GNU makes; is overridden in GNUmakefile
521 wild-check:
522
523 # dummy target for non-GNU makes; is overridden in GNUmakefile
524 make-in-build:
525
526 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
527         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
528
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT: