~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to libm/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-11-15 21:12:47 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115211247-b7qhgnb6o49v5zsg
Tags: 1:1.4.5-2
* Convertion to debheler fixed (closes: #398220)
* Reference to /usr/share/common-licenses in copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (c) 2004,  Theodore A. Roth
14
18
# All rights reserved.
15
19
#
16
20
# Redistribution and use in source and binary forms, with or without
37
41
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
38
42
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39
43
# POSSIBILITY OF SUCH DAMAGE.
40
 
 
41
 
 
42
 
SHELL = @SHELL@
43
 
 
 
44
#
 
45
# $Id: Makefile.am,v 1.2 2005/08/11 20:55:23 joerg_wunsch Exp $
 
46
#
44
47
srcdir = @srcdir@
45
48
top_srcdir = @top_srcdir@
46
49
VPATH = @srcdir@
47
 
prefix = @prefix@
48
 
exec_prefix = @exec_prefix@
49
 
 
50
 
bindir = @bindir@
51
 
sbindir = @sbindir@
52
 
libexecdir = @libexecdir@
53
 
datadir = @datadir@
54
 
sysconfdir = @sysconfdir@
55
 
sharedstatedir = @sharedstatedir@
56
 
localstatedir = @localstatedir@
57
 
libdir = @libdir@
58
 
infodir = @infodir@
59
 
mandir = @mandir@
60
 
includedir = @includedir@
61
 
oldincludedir = /usr/include
62
 
 
63
 
DESTDIR =
64
 
 
65
50
pkgdatadir = $(datadir)/@PACKAGE@
66
51
pkglibdir = $(libdir)/@PACKAGE@
67
52
pkgincludedir = $(includedir)/@PACKAGE@
68
 
 
69
53
top_builddir = ..
70
 
 
71
 
ACLOCAL = @ACLOCAL@
72
 
AUTOCONF = @AUTOCONF@
73
 
AUTOMAKE = @AUTOMAKE@
74
 
AUTOHEADER = @AUTOHEADER@
75
 
 
 
54
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76
55
INSTALL = @INSTALL@
77
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
78
 
INSTALL_DATA = @INSTALL_DATA@
79
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
80
 
transform = @program_transform_name@
81
 
 
 
56
install_sh_DATA = $(install_sh) -c -m 644
 
57
install_sh_PROGRAM = $(install_sh) -c
 
58
install_sh_SCRIPT = $(install_sh) -c
 
59
INSTALL_HEADER = $(INSTALL_DATA)
 
60
transform = $(program_transform_name)
82
61
NORMAL_INSTALL = :
83
62
PRE_INSTALL = :
84
63
POST_INSTALL = :
85
64
NORMAL_UNINSTALL = :
86
65
PRE_UNINSTALL = :
87
66
POST_UNINSTALL = :
88
 
build_alias = @build_alias@
89
67
build_triplet = @build@
90
 
host_alias = @host_alias@
91
68
host_triplet = @host@
92
 
target_alias = @target_alias@
93
 
target_triplet = @target@
 
69
subdir = libm
 
70
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
71
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
72
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
74
        $(ACLOCAL_M4)
 
75
mkinstalldirs = $(install_sh) -d
 
76
CONFIG_HEADER = $(top_builddir)/config.h
 
77
CONFIG_CLEAN_FILES =
 
78
SOURCES =
 
79
DIST_SOURCES =
 
80
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
81
        html-recursive info-recursive install-data-recursive \
 
82
        install-exec-recursive install-info-recursive \
 
83
        install-recursive installcheck-recursive installdirs-recursive \
 
84
        pdf-recursive ps-recursive uninstall-info-recursive \
 
85
        uninstall-recursive
 
86
ETAGS = etags
 
87
CTAGS = ctags
 
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
89
ACLOCAL = @ACLOCAL@
 
90
AMDEP_FALSE = @AMDEP_FALSE@
 
91
AMDEP_TRUE = @AMDEP_TRUE@
 
92
AMTAR = @AMTAR@
94
93
AR = @AR@
95
94
AS = @AS@
96
 
AVRLIB_ASFLAGS = @AVRLIB_ASFLAGS@
97
 
AVRLIB_CFLAGS = @AVRLIB_CFLAGS@
98
 
AVR_CRT_ASFLAGS = @AVR_CRT_ASFLAGS@
99
 
AVR_CRT_AT90 = @AVR_CRT_AT90@
100
 
AVR_CRT_MEGA = @AVR_CRT_MEGA@
101
 
AVR_CRT_OTHER = @AVR_CRT_OTHER@
102
 
AVR_CRT_TINY = @AVR_CRT_TINY@
 
95
AUTOCONF = @AUTOCONF@
 
96
AUTOHEADER = @AUTOHEADER@
 
97
AUTOMAKE = @AUTOMAKE@
 
98
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
 
99
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
 
100
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
 
101
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
103
102
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
 
103
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
 
104
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
 
105
AWK = @AWK@
104
106
CC = @CC@
 
107
CCAS = @CCAS@
 
108
CCASFLAGS = @CCASFLAGS@
 
109
CCDEPMODE = @CCDEPMODE@
 
110
CFLAGS = @CFLAGS@
 
111
CPPFLAGS = @CPPFLAGS@
 
112
CYGPATH_W = @CYGPATH_W@
 
113
DEFS = @DEFS@
 
114
DEPDIR = @DEPDIR@
105
115
DOCSDIR = @DOCSDIR@
106
116
DOC_INST_DIR = @DOC_INST_DIR@
107
 
INCLUDES = @INCLUDES@
 
117
ECHO_C = @ECHO_C@
 
118
ECHO_N = @ECHO_N@
 
119
ECHO_T = @ECHO_T@
 
120
EXEEXT = @EXEEXT@
 
121
HAS_at43usb320_FALSE = @HAS_at43usb320_FALSE@
 
122
HAS_at43usb320_TRUE = @HAS_at43usb320_TRUE@
 
123
HAS_at43usb355_FALSE = @HAS_at43usb355_FALSE@
 
124
HAS_at43usb355_TRUE = @HAS_at43usb355_TRUE@
 
125
HAS_at76c711_FALSE = @HAS_at76c711_FALSE@
 
126
HAS_at76c711_TRUE = @HAS_at76c711_TRUE@
 
127
HAS_at86rf401_FALSE = @HAS_at86rf401_FALSE@
 
128
HAS_at86rf401_TRUE = @HAS_at86rf401_TRUE@
 
129
HAS_at90c8534_FALSE = @HAS_at90c8534_FALSE@
 
130
HAS_at90c8534_TRUE = @HAS_at90c8534_TRUE@
 
131
HAS_at90can128_FALSE = @HAS_at90can128_FALSE@
 
132
HAS_at90can128_TRUE = @HAS_at90can128_TRUE@
 
133
HAS_at90can32_FALSE = @HAS_at90can32_FALSE@
 
134
HAS_at90can32_TRUE = @HAS_at90can32_TRUE@
 
135
HAS_at90can64_FALSE = @HAS_at90can64_FALSE@
 
136
HAS_at90can64_TRUE = @HAS_at90can64_TRUE@
 
137
HAS_at90pwm2_FALSE = @HAS_at90pwm2_FALSE@
 
138
HAS_at90pwm2_TRUE = @HAS_at90pwm2_TRUE@
 
139
HAS_at90pwm3_FALSE = @HAS_at90pwm3_FALSE@
 
140
HAS_at90pwm3_TRUE = @HAS_at90pwm3_TRUE@
 
141
HAS_at90s1200_FALSE = @HAS_at90s1200_FALSE@
 
142
HAS_at90s1200_TRUE = @HAS_at90s1200_TRUE@
 
143
HAS_at90s2313_FALSE = @HAS_at90s2313_FALSE@
 
144
HAS_at90s2313_TRUE = @HAS_at90s2313_TRUE@
 
145
HAS_at90s2323_FALSE = @HAS_at90s2323_FALSE@
 
146
HAS_at90s2323_TRUE = @HAS_at90s2323_TRUE@
 
147
HAS_at90s2333_FALSE = @HAS_at90s2333_FALSE@
 
148
HAS_at90s2333_TRUE = @HAS_at90s2333_TRUE@
 
149
HAS_at90s2343_FALSE = @HAS_at90s2343_FALSE@
 
150
HAS_at90s2343_TRUE = @HAS_at90s2343_TRUE@
 
151
HAS_at90s4414_FALSE = @HAS_at90s4414_FALSE@
 
152
HAS_at90s4414_TRUE = @HAS_at90s4414_TRUE@
 
153
HAS_at90s4433_FALSE = @HAS_at90s4433_FALSE@
 
154
HAS_at90s4433_TRUE = @HAS_at90s4433_TRUE@
 
155
HAS_at90s4434_FALSE = @HAS_at90s4434_FALSE@
 
156
HAS_at90s4434_TRUE = @HAS_at90s4434_TRUE@
 
157
HAS_at90s8515_FALSE = @HAS_at90s8515_FALSE@
 
158
HAS_at90s8515_TRUE = @HAS_at90s8515_TRUE@
 
159
HAS_at90s8535_FALSE = @HAS_at90s8535_FALSE@
 
160
HAS_at90s8535_TRUE = @HAS_at90s8535_TRUE@
 
161
HAS_at90usb1286_FALSE = @HAS_at90usb1286_FALSE@
 
162
HAS_at90usb1286_TRUE = @HAS_at90usb1286_TRUE@
 
163
HAS_at90usb1287_FALSE = @HAS_at90usb1287_FALSE@
 
164
HAS_at90usb1287_TRUE = @HAS_at90usb1287_TRUE@
 
165
HAS_at90usb646_FALSE = @HAS_at90usb646_FALSE@
 
166
HAS_at90usb646_TRUE = @HAS_at90usb646_TRUE@
 
167
HAS_at90usb647_FALSE = @HAS_at90usb647_FALSE@
 
168
HAS_at90usb647_TRUE = @HAS_at90usb647_TRUE@
 
169
HAS_at94k_FALSE = @HAS_at94k_FALSE@
 
170
HAS_at94k_TRUE = @HAS_at94k_TRUE@
 
171
HAS_atmega103_FALSE = @HAS_atmega103_FALSE@
 
172
HAS_atmega103_TRUE = @HAS_atmega103_TRUE@
 
173
HAS_atmega1280_FALSE = @HAS_atmega1280_FALSE@
 
174
HAS_atmega1280_TRUE = @HAS_atmega1280_TRUE@
 
175
HAS_atmega1281_FALSE = @HAS_atmega1281_FALSE@
 
176
HAS_atmega1281_TRUE = @HAS_atmega1281_TRUE@
 
177
HAS_atmega128_FALSE = @HAS_atmega128_FALSE@
 
178
HAS_atmega128_TRUE = @HAS_atmega128_TRUE@
 
179
HAS_atmega161_FALSE = @HAS_atmega161_FALSE@
 
180
HAS_atmega161_TRUE = @HAS_atmega161_TRUE@
 
181
HAS_atmega162_FALSE = @HAS_atmega162_FALSE@
 
182
HAS_atmega162_TRUE = @HAS_atmega162_TRUE@
 
183
HAS_atmega163_FALSE = @HAS_atmega163_FALSE@
 
184
HAS_atmega163_TRUE = @HAS_atmega163_TRUE@
 
185
HAS_atmega164p_FALSE = @HAS_atmega164p_FALSE@
 
186
HAS_atmega164p_TRUE = @HAS_atmega164p_TRUE@
 
187
HAS_atmega165_FALSE = @HAS_atmega165_FALSE@
 
188
HAS_atmega165_TRUE = @HAS_atmega165_TRUE@
 
189
HAS_atmega165p_FALSE = @HAS_atmega165p_FALSE@
 
190
HAS_atmega165p_TRUE = @HAS_atmega165p_TRUE@
 
191
HAS_atmega168_FALSE = @HAS_atmega168_FALSE@
 
192
HAS_atmega168_TRUE = @HAS_atmega168_TRUE@
 
193
HAS_atmega169_FALSE = @HAS_atmega169_FALSE@
 
194
HAS_atmega169_TRUE = @HAS_atmega169_TRUE@
 
195
HAS_atmega169p_FALSE = @HAS_atmega169p_FALSE@
 
196
HAS_atmega169p_TRUE = @HAS_atmega169p_TRUE@
 
197
HAS_atmega16_FALSE = @HAS_atmega16_FALSE@
 
198
HAS_atmega16_TRUE = @HAS_atmega16_TRUE@
 
199
HAS_atmega2560_FALSE = @HAS_atmega2560_FALSE@
 
200
HAS_atmega2560_TRUE = @HAS_atmega2560_TRUE@
 
201
HAS_atmega2561_FALSE = @HAS_atmega2561_FALSE@
 
202
HAS_atmega2561_TRUE = @HAS_atmega2561_TRUE@
 
203
HAS_atmega323_FALSE = @HAS_atmega323_FALSE@
 
204
HAS_atmega323_TRUE = @HAS_atmega323_TRUE@
 
205
HAS_atmega324p_FALSE = @HAS_atmega324p_FALSE@
 
206
HAS_atmega324p_TRUE = @HAS_atmega324p_TRUE@
 
207
HAS_atmega3250_FALSE = @HAS_atmega3250_FALSE@
 
208
HAS_atmega3250_TRUE = @HAS_atmega3250_TRUE@
 
209
HAS_atmega325_FALSE = @HAS_atmega325_FALSE@
 
210
HAS_atmega325_TRUE = @HAS_atmega325_TRUE@
 
211
HAS_atmega3290_FALSE = @HAS_atmega3290_FALSE@
 
212
HAS_atmega3290_TRUE = @HAS_atmega3290_TRUE@
 
213
HAS_atmega329_FALSE = @HAS_atmega329_FALSE@
 
214
HAS_atmega329_TRUE = @HAS_atmega329_TRUE@
 
215
HAS_atmega32_FALSE = @HAS_atmega32_FALSE@
 
216
HAS_atmega32_TRUE = @HAS_atmega32_TRUE@
 
217
HAS_atmega406_FALSE = @HAS_atmega406_FALSE@
 
218
HAS_atmega406_TRUE = @HAS_atmega406_TRUE@
 
219
HAS_atmega48_FALSE = @HAS_atmega48_FALSE@
 
220
HAS_atmega48_TRUE = @HAS_atmega48_TRUE@
 
221
HAS_atmega640_FALSE = @HAS_atmega640_FALSE@
 
222
HAS_atmega640_TRUE = @HAS_atmega640_TRUE@
 
223
HAS_atmega644_FALSE = @HAS_atmega644_FALSE@
 
224
HAS_atmega644_TRUE = @HAS_atmega644_TRUE@
 
225
HAS_atmega644p_FALSE = @HAS_atmega644p_FALSE@
 
226
HAS_atmega644p_TRUE = @HAS_atmega644p_TRUE@
 
227
HAS_atmega6450_FALSE = @HAS_atmega6450_FALSE@
 
228
HAS_atmega6450_TRUE = @HAS_atmega6450_TRUE@
 
229
HAS_atmega645_FALSE = @HAS_atmega645_FALSE@
 
230
HAS_atmega645_TRUE = @HAS_atmega645_TRUE@
 
231
HAS_atmega6490_FALSE = @HAS_atmega6490_FALSE@
 
232
HAS_atmega6490_TRUE = @HAS_atmega6490_TRUE@
 
233
HAS_atmega649_FALSE = @HAS_atmega649_FALSE@
 
234
HAS_atmega649_TRUE = @HAS_atmega649_TRUE@
 
235
HAS_atmega64_FALSE = @HAS_atmega64_FALSE@
 
236
HAS_atmega64_TRUE = @HAS_atmega64_TRUE@
 
237
HAS_atmega8515_FALSE = @HAS_atmega8515_FALSE@
 
238
HAS_atmega8515_TRUE = @HAS_atmega8515_TRUE@
 
239
HAS_atmega8535_FALSE = @HAS_atmega8535_FALSE@
 
240
HAS_atmega8535_TRUE = @HAS_atmega8535_TRUE@
 
241
HAS_atmega88_FALSE = @HAS_atmega88_FALSE@
 
242
HAS_atmega88_TRUE = @HAS_atmega88_TRUE@
 
243
HAS_atmega8_FALSE = @HAS_atmega8_FALSE@
 
244
HAS_atmega8_TRUE = @HAS_atmega8_TRUE@
 
245
HAS_attiny11_FALSE = @HAS_attiny11_FALSE@
 
246
HAS_attiny11_TRUE = @HAS_attiny11_TRUE@
 
247
HAS_attiny12_FALSE = @HAS_attiny12_FALSE@
 
248
HAS_attiny12_TRUE = @HAS_attiny12_TRUE@
 
249
HAS_attiny13_FALSE = @HAS_attiny13_FALSE@
 
250
HAS_attiny13_TRUE = @HAS_attiny13_TRUE@
 
251
HAS_attiny15_FALSE = @HAS_attiny15_FALSE@
 
252
HAS_attiny15_TRUE = @HAS_attiny15_TRUE@
 
253
HAS_attiny22_FALSE = @HAS_attiny22_FALSE@
 
254
HAS_attiny22_TRUE = @HAS_attiny22_TRUE@
 
255
HAS_attiny2313_FALSE = @HAS_attiny2313_FALSE@
 
256
HAS_attiny2313_TRUE = @HAS_attiny2313_TRUE@
 
257
HAS_attiny24_FALSE = @HAS_attiny24_FALSE@
 
258
HAS_attiny24_TRUE = @HAS_attiny24_TRUE@
 
259
HAS_attiny25_FALSE = @HAS_attiny25_FALSE@
 
260
HAS_attiny25_TRUE = @HAS_attiny25_TRUE@
 
261
HAS_attiny261_FALSE = @HAS_attiny261_FALSE@
 
262
HAS_attiny261_TRUE = @HAS_attiny261_TRUE@
 
263
HAS_attiny26_FALSE = @HAS_attiny26_FALSE@
 
264
HAS_attiny26_TRUE = @HAS_attiny26_TRUE@
 
265
HAS_attiny28_FALSE = @HAS_attiny28_FALSE@
 
266
HAS_attiny28_TRUE = @HAS_attiny28_TRUE@
 
267
HAS_attiny44_FALSE = @HAS_attiny44_FALSE@
 
268
HAS_attiny44_TRUE = @HAS_attiny44_TRUE@
 
269
HAS_attiny45_FALSE = @HAS_attiny45_FALSE@
 
270
HAS_attiny45_TRUE = @HAS_attiny45_TRUE@
 
271
HAS_attiny461_FALSE = @HAS_attiny461_FALSE@
 
272
HAS_attiny461_TRUE = @HAS_attiny461_TRUE@
 
273
HAS_attiny84_FALSE = @HAS_attiny84_FALSE@
 
274
HAS_attiny84_TRUE = @HAS_attiny84_TRUE@
 
275
HAS_attiny85_FALSE = @HAS_attiny85_FALSE@
 
276
HAS_attiny85_TRUE = @HAS_attiny85_TRUE@
 
277
HAS_attiny861_FALSE = @HAS_attiny861_FALSE@
 
278
HAS_attiny861_TRUE = @HAS_attiny861_TRUE@
 
279
HAS_avr2_FALSE = @HAS_avr2_FALSE@
 
280
HAS_avr2_TRUE = @HAS_avr2_TRUE@
 
281
HAS_avr3_FALSE = @HAS_avr3_FALSE@
 
282
HAS_avr3_TRUE = @HAS_avr3_TRUE@
 
283
HAS_avr4_FALSE = @HAS_avr4_FALSE@
 
284
HAS_avr4_TRUE = @HAS_avr4_TRUE@
 
285
HAS_avr5_FALSE = @HAS_avr5_FALSE@
 
286
HAS_avr5_TRUE = @HAS_avr5_TRUE@
 
287
HAS_avr6_FALSE = @HAS_avr6_FALSE@
 
288
HAS_avr6_TRUE = @HAS_avr6_TRUE@
 
289
INSTALL_DATA = @INSTALL_DATA@
108
290
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
109
291
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
110
292
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
111
293
INSTALL_DOX_PS = @INSTALL_DOX_PS@
 
294
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
295
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
296
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
297
LDFLAGS = @LDFLAGS@
 
298
LIBOBJS = @LIBOBJS@
 
299
LIBS = @LIBS@
 
300
LN_S = @LN_S@
 
301
LTLIBOBJS = @LTLIBOBJS@
112
302
MAKEINFO = @MAKEINFO@
 
303
OBJEXT = @OBJEXT@
113
304
PACKAGE = @PACKAGE@
 
305
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
306
PACKAGE_NAME = @PACKAGE_NAME@
 
307
PACKAGE_STRING = @PACKAGE_STRING@
 
308
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
309
PACKAGE_VERSION = @PACKAGE_VERSION@
 
310
PATH_SEPARATOR = @PATH_SEPARATOR@
114
311
PNGTOPNM = @PNGTOPNM@
115
312
PNMTOPNG = @PNMTOPNG@
116
313
RANLIB = @RANLIB@
 
314
SET_MAKE = @SET_MAKE@
 
315
SHELL = @SHELL@
 
316
STRIP = @STRIP@
117
317
TARGET_DOX_HTML = @TARGET_DOX_HTML@
118
318
TARGET_DOX_PDF = @TARGET_DOX_PDF@
119
319
TARGET_DOX_PS = @TARGET_DOX_PS@
120
320
VERSION = @VERSION@
121
 
avrlib_basedir = @avrlib_basedir@
122
 
 
123
 
SUBDIRS = fplib .
124
 
 
125
 
noinst_LIBRARIES = libm.a
126
 
 
127
 
# must be defined as empty, so that make dist will work
128
 
libm_a_SOURCES = 
129
 
 
130
 
SUBLIBS =       fplib/lib.a
131
 
 
132
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
133
 
CONFIG_CLEAN_FILES = 
134
 
LIBRARIES =  $(noinst_LIBRARIES)
135
 
 
136
 
 
137
 
DEFS = @DEFS@ -I. -I$(srcdir) 
138
 
CPPFLAGS = @CPPFLAGS@
139
 
LDFLAGS = @LDFLAGS@
140
 
LIBS = @LIBS@
141
 
libm_a_LIBADD = 
142
 
libm_a_OBJECTS = 
143
 
DIST_COMMON =  Makefile.am Makefile.in
144
 
 
145
 
 
146
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
147
 
 
148
 
TAR = gtar
149
 
GZIP_ENV = --best
150
 
SOURCES = $(libm_a_SOURCES)
151
 
OBJECTS = $(libm_a_OBJECTS)
152
 
 
153
 
all: all-redirect
 
321
ac_ct_AR = @ac_ct_AR@
 
322
ac_ct_AS = @ac_ct_AS@
 
323
ac_ct_CC = @ac_ct_CC@
 
324
ac_ct_RANLIB = @ac_ct_RANLIB@
 
325
ac_ct_STRIP = @ac_ct_STRIP@
 
326
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
327
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
328
am__include = @am__include@
 
329
am__leading_dot = @am__leading_dot@
 
330
am__quote = @am__quote@
 
331
am__tar = @am__tar@
 
332
am__untar = @am__untar@
 
333
bindir = @bindir@
 
334
build = @build@
 
335
build_alias = @build_alias@
 
336
build_cpu = @build_cpu@
 
337
build_os = @build_os@
 
338
build_vendor = @build_vendor@
 
339
datadir = @datadir@
 
340
exec_prefix = @exec_prefix@
 
341
host = @host@
 
342
host_alias = @host_alias@
 
343
host_cpu = @host_cpu@
 
344
host_os = @host_os@
 
345
host_vendor = @host_vendor@
 
346
includedir = @includedir@
 
347
infodir = @infodir@
 
348
install_sh = @install_sh@
 
349
libdir = @libdir@
 
350
libexecdir = @libexecdir@
 
351
localstatedir = @localstatedir@
 
352
mandir = @mandir@
 
353
mkdir_p = @mkdir_p@
 
354
oldincludedir = @oldincludedir@
 
355
prefix = @prefix@
 
356
program_transform_name = @program_transform_name@
 
357
sbindir = @sbindir@
 
358
sharedstatedir = @sharedstatedir@
 
359
sysconfdir = @sysconfdir@
 
360
target_alias = @target_alias@
 
361
SUBDIRS = fplib
 
362
DIST_SUBDIRS = fplib
 
363
all: all-recursive
 
364
 
154
365
.SUFFIXES:
155
 
.SUFFIXES: .S .c .o .s
156
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
157
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps libm/Makefile
158
 
 
159
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
160
 
        cd $(top_builddir) \
161
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162
 
 
163
 
 
164
 
mostlyclean-noinstLIBRARIES:
165
 
 
166
 
clean-noinstLIBRARIES:
167
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
168
 
 
169
 
distclean-noinstLIBRARIES:
170
 
 
171
 
maintainer-clean-noinstLIBRARIES:
172
 
 
173
 
.c.o:
174
 
        $(COMPILE) -c $<
175
 
 
176
 
.s.o:
177
 
        $(COMPILE) -c $<
178
 
 
179
 
.S.o:
180
 
        $(COMPILE) -c $<
181
 
 
182
 
mostlyclean-compile:
183
 
        -rm -f *.o core *.core
184
 
 
185
 
clean-compile:
186
 
 
187
 
distclean-compile:
188
 
        -rm -f *.tab.c
189
 
 
190
 
maintainer-clean-compile:
 
366
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
367
        @for dep in $?; do \
 
368
          case '$(am__configure_deps)' in \
 
369
            *$$dep*) \
 
370
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
371
                && exit 0; \
 
372
              exit 1;; \
 
373
          esac; \
 
374
        done; \
 
375
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libm/Makefile'; \
 
376
        cd $(top_srcdir) && \
 
377
          $(AUTOMAKE) --foreign  libm/Makefile
 
378
.PRECIOUS: Makefile
 
379
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
380
        @case '$?' in \
 
381
          *config.status*) \
 
382
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
383
          *) \
 
384
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
385
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
386
        esac;
 
387
 
 
388
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
389
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
390
 
 
391
$(top_srcdir)/configure:  $(am__configure_deps)
 
392
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
393
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
394
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
395
uninstall-info-am:
191
396
 
192
397
# This directory's subdirectories are mostly independent; you can cd
193
398
# into them and run `make' without going through this Makefile.
195
400
# (1) if the variable is set in `config.status', edit `config.status'
196
401
#     (which will cause the Makefiles to be regenerated when you run `make');
197
402
# (2) otherwise, pass the desired values on the `make' command line.
198
 
 
199
 
@SET_MAKE@
200
 
 
201
 
all-recursive install-data-recursive install-exec-recursive \
202
 
installdirs-recursive install-recursive uninstall-recursive  \
203
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
204
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
403
$(RECURSIVE_TARGETS):
 
404
        @set fnord $$MAKEFLAGS; amf=$$2; \
205
405
        dot_seen=no; \
206
406
        target=`echo $@ | sed s/-recursive//`; \
207
407
        list='$(SUBDIRS)'; for subdir in $$list; do \
221
421
 
222
422
mostlyclean-recursive clean-recursive distclean-recursive \
223
423
maintainer-clean-recursive:
224
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
424
        @set fnord $$MAKEFLAGS; amf=$$2; \
225
425
        dot_seen=no; \
226
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
227
 
          rev="$$subdir $$rev"; \
228
 
          test "$$subdir" != "." || dot_seen=yes; \
 
426
        case "$@" in \
 
427
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
428
          *) list='$(SUBDIRS)' ;; \
 
429
        esac; \
 
430
        rev=''; for subdir in $$list; do \
 
431
          if test "$$subdir" = "."; then :; else \
 
432
            rev="$$subdir $$rev"; \
 
433
          fi; \
229
434
        done; \
230
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
435
        rev="$$rev ."; \
231
436
        target=`echo $@ | sed s/-recursive//`; \
232
437
        for subdir in $$rev; do \
233
438
          echo "Making $$target in $$subdir"; \
243
448
        list='$(SUBDIRS)'; for subdir in $$list; do \
244
449
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
245
450
        done
 
451
ctags-recursive:
 
452
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
453
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
454
        done
246
455
 
 
456
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
457
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
458
        unique=`for i in $$list; do \
 
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
460
          done | \
 
461
          $(AWK) '    { files[$$0] = 1; } \
 
462
               END { for (i in files) print i; }'`; \
 
463
        mkid -fID $$unique
247
464
tags: TAGS
248
465
 
249
 
ID: $(HEADERS) $(SOURCES) $(LISP)
250
 
        list='$(SOURCES) $(HEADERS)'; \
251
 
        unique=`for i in $$list; do echo $$i; done | \
252
 
          awk '    { files[$$0] = 1; } \
253
 
               END { for (i in files) print i; }'`; \
254
 
        here=`pwd` && cd $(srcdir) \
255
 
          && mkid -f$$here/ID $$unique $(LISP)
256
 
 
257
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
466
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
467
                $(TAGS_FILES) $(LISP)
258
468
        tags=; \
259
469
        here=`pwd`; \
 
470
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
471
          include_option=--etags-include; \
 
472
          empty_fix=.; \
 
473
        else \
 
474
          include_option=--include; \
 
475
          empty_fix=; \
 
476
        fi; \
260
477
        list='$(SUBDIRS)'; for subdir in $$list; do \
261
 
   if test "$$subdir" = .; then :; else \
262
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
263
 
   fi; \
 
478
          if test "$$subdir" = .; then :; else \
 
479
            test ! -f $$subdir/TAGS || \
 
480
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
481
          fi; \
264
482
        done; \
265
 
        list='$(SOURCES) $(HEADERS)'; \
266
 
        unique=`for i in $$list; do echo $$i; done | \
267
 
          awk '    { files[$$0] = 1; } \
268
 
               END { for (i in files) print i; }'`; \
269
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
270
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
271
 
 
272
 
mostlyclean-tags:
273
 
 
274
 
clean-tags:
 
483
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
484
        unique=`for i in $$list; do \
 
485
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
486
          done | \
 
487
          $(AWK) '    { files[$$0] = 1; } \
 
488
               END { for (i in files) print i; }'`; \
 
489
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
490
          test -n "$$unique" || unique=$$empty_fix; \
 
491
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
            $$tags $$unique; \
 
493
        fi
 
494
ctags: CTAGS
 
495
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
496
                $(TAGS_FILES) $(LISP)
 
497
        tags=; \
 
498
        here=`pwd`; \
 
499
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
500
        unique=`for i in $$list; do \
 
501
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
502
          done | \
 
503
          $(AWK) '    { files[$$0] = 1; } \
 
504
               END { for (i in files) print i; }'`; \
 
505
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
506
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
507
             $$tags $$unique
 
508
 
 
509
GTAGS:
 
510
        here=`$(am__cd) $(top_builddir) && pwd` \
 
511
          && cd $(top_srcdir) \
 
512
          && gtags -i $(GTAGS_ARGS) $$here
275
513
 
276
514
distclean-tags:
277
 
        -rm -f TAGS ID
278
 
 
279
 
maintainer-clean-tags:
280
 
 
281
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
282
 
 
283
 
subdir = libm
 
515
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
284
516
 
285
517
distdir: $(DISTFILES)
286
 
        @for file in $(DISTFILES); do \
287
 
          d=$(srcdir); \
 
518
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
519
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
520
        list='$(DISTFILES)'; for file in $$list; do \
 
521
          case $$file in \
 
522
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
523
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
524
          esac; \
 
525
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
526
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
527
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
528
            dir="/$$dir"; \
 
529
            $(mkdir_p) "$(distdir)$$dir"; \
 
530
          else \
 
531
            dir=''; \
 
532
          fi; \
288
533
          if test -d $$d/$$file; then \
289
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
534
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
535
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
536
            fi; \
 
537
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
290
538
          else \
291
539
            test -f $(distdir)/$$file \
292
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
293
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
540
            || cp -p $$d/$$file $(distdir)/$$file \
 
541
            || exit 1; \
294
542
          fi; \
295
543
        done
296
 
        for subdir in $(SUBDIRS); do \
 
544
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
297
545
          if test "$$subdir" = .; then :; else \
298
 
            test -d $(distdir)/$$subdir \
299
 
            || mkdir $(distdir)/$$subdir \
 
546
            test -d "$(distdir)/$$subdir" \
 
547
            || $(mkdir_p) "$(distdir)/$$subdir" \
300
548
            || exit 1; \
301
 
            chmod 777 $(distdir)/$$subdir; \
302
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
549
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
550
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
551
            (cd $$subdir && \
 
552
              $(MAKE) $(AM_MAKEFLAGS) \
 
553
                top_distdir="$$top_distdir" \
 
554
                distdir="$$distdir/$$subdir" \
 
555
                distdir) \
303
556
              || exit 1; \
304
557
          fi; \
305
558
        done
306
 
info-am:
307
 
info: info-recursive
308
 
dvi-am:
309
 
dvi: dvi-recursive
310
559
check-am: all-am
311
560
check: check-recursive
312
 
installcheck-am:
313
 
installcheck: installcheck-recursive
314
 
install-exec-am:
 
561
all-am: Makefile
 
562
installdirs: installdirs-recursive
 
563
installdirs-am:
 
564
install: install-recursive
315
565
install-exec: install-exec-recursive
316
 
 
317
 
install-data-am:
318
566
install-data: install-data-recursive
 
567
uninstall: uninstall-recursive
319
568
 
320
569
install-am: all-am
321
570
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322
 
install: install-recursive
323
 
uninstall-am:
324
 
uninstall: uninstall-recursive
325
 
all-am: Makefile $(LIBRARIES)
326
 
all-redirect: all-recursive
 
571
 
 
572
installcheck: installcheck-recursive
327
573
install-strip:
328
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
329
 
installdirs: installdirs-recursive
330
 
installdirs-am:
331
 
 
332
 
 
 
574
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
575
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
576
          `test -z '$(STRIP)' || \
 
577
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
333
578
mostlyclean-generic:
334
579
 
335
580
clean-generic:
336
581
 
337
582
distclean-generic:
338
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
339
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
583
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
340
584
 
341
585
maintainer-clean-generic:
342
 
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
343
 
                mostlyclean-tags mostlyclean-generic
344
 
 
345
 
mostlyclean: mostlyclean-recursive
346
 
 
347
 
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
348
 
                mostlyclean-am
349
 
 
 
586
        @echo "This command is intended for maintainers to use"
 
587
        @echo "it deletes files that may require special tools to rebuild."
350
588
clean: clean-recursive
351
589
 
352
 
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
353
 
                distclean-tags distclean-generic clean-am
 
590
clean-am: clean-generic mostlyclean-am
354
591
 
355
592
distclean: distclean-recursive
356
 
 
357
 
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
358
 
                maintainer-clean-compile maintainer-clean-tags \
359
 
                maintainer-clean-generic distclean-am
360
 
        @echo "This command is intended for maintainers to use;"
361
 
        @echo "it deletes files that may require special tools to rebuild."
 
593
        -rm -f Makefile
 
594
distclean-am: clean-am distclean-generic distclean-tags
 
595
 
 
596
dvi: dvi-recursive
 
597
 
 
598
dvi-am:
 
599
 
 
600
html: html-recursive
 
601
 
 
602
info: info-recursive
 
603
 
 
604
info-am:
 
605
 
 
606
install-data-am:
 
607
 
 
608
install-exec-am:
 
609
 
 
610
install-info: install-info-recursive
 
611
 
 
612
install-man:
 
613
 
 
614
installcheck-am:
362
615
 
363
616
maintainer-clean: maintainer-clean-recursive
364
 
 
365
 
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
366
 
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
367
 
mostlyclean-compile distclean-compile clean-compile \
368
 
maintainer-clean-compile install-data-recursive \
369
 
uninstall-data-recursive install-exec-recursive \
370
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
371
 
all-recursive check-recursive installcheck-recursive info-recursive \
372
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
373
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
374
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
375
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
376
 
install-exec install-data-am install-data install-am install \
377
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
378
 
installdirs mostlyclean-generic distclean-generic clean-generic \
379
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
380
 
 
381
 
 
382
 
libm.a: $(SUBLIBS)
383
 
        rm -f $@
384
 
        rm -rf tmp
385
 
        mkdir tmp
386
 
        cd tmp; \
387
 
         for i in $(SUBLIBS); do \
388
 
           $(AR) x ../$$i; \
389
 
         done; \
390
 
        $(AR) $(AR_FLAGS) ../$@ *.o
391
 
        $(RANLIB) $@
392
 
        rm -rf tmp
393
 
 
394
 
$(SUBLIBS): ; @true
 
617
        -rm -f Makefile
 
618
maintainer-clean-am: distclean-am maintainer-clean-generic
 
619
 
 
620
mostlyclean: mostlyclean-recursive
 
621
 
 
622
mostlyclean-am: mostlyclean-generic
 
623
 
 
624
pdf: pdf-recursive
 
625
 
 
626
pdf-am:
 
627
 
 
628
ps: ps-recursive
 
629
 
 
630
ps-am:
 
631
 
 
632
uninstall-am: uninstall-info-am
 
633
 
 
634
uninstall-info: uninstall-info-recursive
 
635
 
 
636
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
637
        clean clean-generic clean-recursive ctags ctags-recursive \
 
638
        distclean distclean-generic distclean-recursive distclean-tags \
 
639
        distdir dvi dvi-am html html-am info info-am install \
 
640
        install-am install-data install-data-am install-exec \
 
641
        install-exec-am install-info install-info-am install-man \
 
642
        install-strip installcheck installcheck-am installdirs \
 
643
        installdirs-am maintainer-clean maintainer-clean-generic \
 
644
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
645
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
646
        uninstall uninstall-am uninstall-info-am
395
647
 
396
648
# Tell versions [3.59,3.63) of GNU make to not export all variables.
397
649
# Otherwise a system limit (for SysV at least) may be exceeded.