1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17
# Copyright (c) 2004, Theodore A. Roth
18
# Copyright (c) 2005, Anatoly Sokolov
19
# All rights reserved.
21
# Redistribution and use in source and binary forms, with or without
22
# modification, are permitted provided that the following conditions are met:
24
# * Redistributions of source code must retain the above copyright
25
# notice, this list of conditions and the following disclaimer.
26
# * Redistributions in binary form must reproduce the above copyright
27
# notice, this list of conditions and the following disclaimer in
28
# the documentation and/or other materials provided with the
30
# * Neither the name of the copyright holders nor the names of
31
# contributors may be used to endorse or promote products derived
32
# from this software without specific prior written permission.
34
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
38
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44
# POSSIBILITY OF SUCH DAMAGE.
49
# Copyright (c) 2004, Theodore A. Roth
50
# All rights reserved.
52
# Redistribution and use in source and binary forms, with or without
53
# modification, are permitted provided that the following conditions are met:
55
# * Redistributions of source code must retain the above copyright
56
# notice, this list of conditions and the following disclaimer.
57
# * Redistributions in binary form must reproduce the above copyright
58
# notice, this list of conditions and the following disclaimer in
59
# the documentation and/or other materials provided with the
61
# * Neither the name of the copyright holders nor the names of
62
# contributors may be used to endorse or promote products derived
63
# from this software without specific prior written permission.
65
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
66
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
67
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
68
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
69
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
70
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
71
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
72
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
73
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
74
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
75
# POSSIBILITY OF SUCH DAMAGE.
77
# $Id: AvrCommon.am,v 1.4.2.1 2008/08/20 16:08:39 arcanum Exp $
81
pkgdatadir = $(datadir)/@PACKAGE@
82
pkglibdir = $(libdir)/@PACKAGE@
83
pkgincludedir = $(includedir)/@PACKAGE@
84
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85
install_sh_DATA = $(install_sh) -c -m 644
86
install_sh_PROGRAM = $(install_sh) -c
87
install_sh_SCRIPT = $(install_sh) -c
88
INSTALL_HEADER = $(INSTALL_DATA)
89
transform = $(program_transform_name)
96
build_triplet = @build@
98
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
99
$(top_srcdir)/AvrCommon.am
100
subdir = avr/lib/avr25/attiny87
101
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
103
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105
mkinstalldirs = $(install_sh) -d
106
CONFIG_HEADER = $(top_builddir)/config.h
108
LIBRARIES = $(noinst_LIBRARIES)
110
libcrt_a_AR = $(AR) $(ARFLAGS)
112
@HAS_attiny87_TRUE@nodist_libcrt_a_OBJECTS = gcrt1.$(OBJEXT)
113
libcrt_a_OBJECTS = $(nodist_libcrt_a_OBJECTS)
114
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115
depcomp = $(SHELL) $(top_srcdir)/depcomp
116
am__depfiles_maybe = depfiles
117
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
119
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
120
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
123
SOURCES = $(nodist_libcrt_a_SOURCES)
125
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126
am__vpath_adj = case $$p in \
127
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
131
am__installdirs = "$(DESTDIR)$(avrdir)"
132
avrDATA_INSTALL = $(INSTALL_DATA)
136
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137
VPATH = $(top_srcdir)/crt1:$(top_srcdir)/libc/stdlib:$(top_srcdir)/libc/pmstring:$(top_srcdir)/libc/string:$(top_srcdir)/libc/misc:$(top_srcdir)/libc/stdio:$(top_srcdir)/libm/fplib
142
AUTOCONF = @AUTOCONF@
143
AUTOHEADER = @AUTOHEADER@
144
AUTOMAKE = @AUTOMAKE@
145
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
146
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
147
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
148
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
149
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
150
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
151
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
155
CCASDEPMODE = @CCASDEPMODE@
156
CCASFLAGS = @CCASFLAGS@
157
CCDEPMODE = @CCDEPMODE@
159
CPPFLAGS = @CPPFLAGS@
160
CYGPATH_W = @CYGPATH_W@
164
DOC_INST_DIR = @DOC_INST_DIR@
169
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
171
INSTALL_DATA = @INSTALL_DATA@
172
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
173
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
174
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
175
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
INSTALL_SCRIPT = @INSTALL_SCRIPT@
177
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182
LTLIBOBJS = @LTLIBOBJS@
183
MAKEINFO = @MAKEINFO@
187
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188
PACKAGE_NAME = @PACKAGE_NAME@
189
PACKAGE_STRING = @PACKAGE_STRING@
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
191
PACKAGE_VERSION = @PACKAGE_VERSION@
192
PATH_SEPARATOR = @PATH_SEPARATOR@
193
PNGTOPNM = @PNGTOPNM@
194
PNMTOPNG = @PNMTOPNG@
196
SET_MAKE = @SET_MAKE@
199
TARGET_DOX_HTML = @TARGET_DOX_HTML@
200
TARGET_DOX_PDF = @TARGET_DOX_PDF@
202
abs_builddir = @abs_builddir@
203
abs_srcdir = @abs_srcdir@
204
abs_top_builddir = @abs_top_builddir@
205
abs_top_srcdir = @abs_top_srcdir@
206
ac_ct_CC = @ac_ct_CC@
207
am__include = @am__include@
208
am__leading_dot = @am__leading_dot@
209
am__quote = @am__quote@
211
am__untar = @am__untar@
214
build_alias = @build_alias@
215
build_cpu = @build_cpu@
216
build_os = @build_os@
217
build_vendor = @build_vendor@
218
builddir = @builddir@
220
datarootdir = @datarootdir@
223
exec_prefix = @exec_prefix@
225
host_alias = @host_alias@
226
host_cpu = @host_cpu@
228
host_vendor = @host_vendor@
230
includedir = @includedir@
232
install_sh = @install_sh@
234
libexecdir = @libexecdir@
235
localedir = @localedir@
236
localstatedir = @localstatedir@
239
oldincludedir = @oldincludedir@
242
program_transform_name = @program_transform_name@
245
sharedstatedir = @sharedstatedir@
247
sysconfdir = @sysconfdir@
248
target_alias = @target_alias@
249
top_build_prefix = @top_build_prefix@
250
top_builddir = @top_builddir@
251
top_srcdir = @top_srcdir@
252
AVR_TARGET = attiny87
253
AVR_TARGET_CRT = crttn87.o
255
AVR_TARGET_CFLAGS = -mcall-prologues -Os
257
AVR_INSTALL_DIR = avr25
258
@HAS_attiny87_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
259
@HAS_attiny87_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
260
@HAS_attiny87_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
261
@HAS_attiny87_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
262
@HAS_attiny87_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
263
@HAS_attiny87_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
264
@HAS_attiny87_TRUE@avrdir = $(__install_dir)
265
@HAS_attiny87_TRUE@avrlibdir = $(__install_dir)
266
@HAS_attiny87_TRUE@noinst_LIBRARIES = libcrt.a
267
@HAS_attiny87_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
268
@HAS_attiny87_TRUE@avr_DATA = $(AVR_TARGET_CRT)
272
.SUFFIXES: .S .o .obj
273
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/AvrCommon.am $(am__configure_deps)
275
case '$(am__configure_deps)' in \
277
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
282
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr25/attiny87/Makefile'; \
283
cd $(top_srcdir) && \
284
$(AUTOMAKE) --foreign avr/lib/avr25/attiny87/Makefile
286
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
292
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
295
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
296
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
$(top_srcdir)/configure: $(am__configure_deps)
299
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
301
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
clean-noinstLIBRARIES:
304
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
305
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES)
307
$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcrt1.Po@am__quote@
319
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
@am__fastdepCCAS_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
326
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
327
@am__fastdepCCAS_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
331
install-avrDATA: $(avr_DATA)
333
test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
334
@list='$(avr_DATA)'; for p in $$list; do \
335
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
337
echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
338
$(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
343
@list='$(avr_DATA)'; for p in $$list; do \
345
echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
346
rm -f "$(DESTDIR)$(avrdir)/$$f"; \
349
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351
unique=`for i in $$list; do \
352
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
355
END { if (nonempty) { for (i in files) print i; }; }'`; \
359
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360
$(TAGS_FILES) $(LISP)
363
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364
unique=`for i in $$list; do \
365
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
END { if (nonempty) { for (i in files) print i; }; }'`; \
369
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370
test -n "$$unique" || unique=$$empty_fix; \
371
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
376
$(TAGS_FILES) $(LISP)
378
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379
unique=`for i in $$list; do \
380
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383
END { if (nonempty) { for (i in files) print i; }; }'`; \
384
test -z "$(CTAGS_ARGS)$$tags$$unique" \
385
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389
here=`$(am__cd) $(top_builddir) && pwd` \
390
&& cd $(top_srcdir) \
391
&& gtags -i $(GTAGS_ARGS) $$here
394
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
396
distdir: $(DISTFILES)
397
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399
list='$(DISTFILES)'; \
400
dist_files=`for file in $$list; do echo $$file; done | \
401
sed -e "s|^$$srcdirstrip/||;t" \
402
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403
case $$dist_files in \
404
*/*) $(MKDIR_P) `echo "$$dist_files" | \
405
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408
for file in $$dist_files; do \
409
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410
if test -d $$d/$$file; then \
411
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
412
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
415
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
417
test -f $(distdir)/$$file \
418
|| cp -p $$d/$$file $(distdir)/$$file \
424
all-am: Makefile $(LIBRARIES) $(DATA)
426
for dir in "$(DESTDIR)$(avrdir)"; do \
427
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
430
install-exec: install-exec-am
431
install-data: install-data-am
432
uninstall: uninstall-am
435
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
installcheck: installcheck-am
439
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
440
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
441
`test -z '$(STRIP)' || \
442
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
448
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
450
maintainer-clean-generic:
451
@echo "This command is intended for maintainers to use"
452
@echo "it deletes files that may require special tools to rebuild."
455
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
457
distclean: distclean-am
460
distclean-am: clean-am distclean-compile distclean-generic \
473
install-data-am: install-avrDATA
475
install-dvi: install-dvi-am
479
install-html: install-html-am
481
install-info: install-info-am
485
install-pdf: install-pdf-am
487
install-ps: install-ps-am
491
maintainer-clean: maintainer-clean-am
494
maintainer-clean-am: distclean-am maintainer-clean-generic
496
mostlyclean: mostlyclean-am
498
mostlyclean-am: mostlyclean-compile mostlyclean-generic
508
uninstall-am: uninstall-avrDATA
510
.MAKE: install-am install-strip
512
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
513
clean-noinstLIBRARIES ctags distclean distclean-compile \
514
distclean-generic distclean-tags distdir dvi dvi-am html \
515
html-am info info-am install install-am install-avrDATA \
516
install-data install-data-am install-dvi install-dvi-am \
517
install-exec install-exec-am install-html install-html-am \
518
install-info install-info-am install-man install-pdf \
519
install-pdf-am install-ps install-ps-am install-strip \
520
installcheck installcheck-am installdirs maintainer-clean \
521
maintainer-clean-generic mostlyclean mostlyclean-compile \
522
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
523
uninstall-am uninstall-avrDATA
526
@HAS_attiny87_TRUE@$(AVR_TARGET_CRT): gcrt1.o
527
@HAS_attiny87_TRUE@ rm -f $@
528
@HAS_attiny87_TRUE@ ln $< $@ || cp $< $@
530
# NOTE: Automake will be performing the following include, not GNU Make.
531
# Automake will also be scanning the included file.
533
@HAS_attiny87_FALSE@echo all distdir install installdirs clean distclean uninstall check:
534
# Tell versions [3.59,3.63) of GNU make to not export all variables.
535
# Otherwise a system limit (for SysV at least) may be exceeded.