~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric-security

« back to all changes in this revision

Viewing changes to dst/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-09-02 22:34:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090902223425-nypo7bkftxffq41m
Tags: upstream-4.1.0
ImportĀ upstreamĀ versionĀ 4.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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.
 
9
 
 
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
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
subdir = dst
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/includes/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__installdirs = "$(DESTDIR)$(libdir)"
 
53
libLIBRARIES_INSTALL = $(INSTALL_DATA)
 
54
LIBRARIES = $(lib_LIBRARIES)
 
55
AR = ar
 
56
ARFLAGS = cru
 
57
libdst_a_AR = $(AR) $(ARFLAGS)
 
58
libdst_a_LIBADD =
 
59
am_libdst_a_OBJECTS = dst_support.$(OBJEXT) dst_api.$(OBJEXT) \
 
60
        hmac_link.$(OBJEXT) md5_dgst.$(OBJEXT) base64.$(OBJEXT) \
 
61
        prandom.$(OBJEXT)
 
62
libdst_a_OBJECTS = $(am_libdst_a_OBJECTS)
 
63
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/includes
 
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
65
am__depfiles_maybe = depfiles
 
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
CCLD = $(CC)
 
69
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
70
SOURCES = $(libdst_a_SOURCES)
 
71
DIST_SOURCES = $(libdst_a_SOURCES)
 
72
ETAGS = etags
 
73
CTAGS = ctags
 
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
75
ACLOCAL = @ACLOCAL@
 
76
AMDEP_FALSE = @AMDEP_FALSE@
 
77
AMDEP_TRUE = @AMDEP_TRUE@
 
78
AMTAR = @AMTAR@
 
79
AUTOCONF = @AUTOCONF@
 
80
AUTOHEADER = @AUTOHEADER@
 
81
AUTOMAKE = @AUTOMAKE@
 
82
AWK = @AWK@
 
83
CC = @CC@
 
84
CCDEPMODE = @CCDEPMODE@
 
85
CFLAGS = @CFLAGS@
 
86
CPP = @CPP@
 
87
CPPFLAGS = @CPPFLAGS@
 
88
CYGPATH_W = @CYGPATH_W@
 
89
DEFS = @DEFS@
 
90
DEPDIR = @DEPDIR@
 
91
ECHO_C = @ECHO_C@
 
92
ECHO_N = @ECHO_N@
 
93
ECHO_T = @ECHO_T@
 
94
EGREP = @EGREP@
 
95
EXEEXT = @EXEEXT@
 
96
INSTALL_DATA = @INSTALL_DATA@
 
97
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
98
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
99
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
100
LDFLAGS = @LDFLAGS@
 
101
LIBOBJS = @LIBOBJS@
 
102
LIBS = @LIBS@
 
103
LTLIBOBJS = @LTLIBOBJS@
 
104
MAKEINFO = @MAKEINFO@
 
105
OBJEXT = @OBJEXT@
 
106
PACKAGE = @PACKAGE@
 
107
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
108
PACKAGE_NAME = @PACKAGE_NAME@
 
109
PACKAGE_STRING = @PACKAGE_STRING@
 
110
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
111
PACKAGE_VERSION = @PACKAGE_VERSION@
 
112
PATH_SEPARATOR = @PATH_SEPARATOR@
 
113
RANLIB = @RANLIB@
 
114
SET_MAKE = @SET_MAKE@
 
115
SHELL = @SHELL@
 
116
STRIP = @STRIP@
 
117
VERSION = @VERSION@
 
118
ac_ct_CC = @ac_ct_CC@
 
119
ac_ct_RANLIB = @ac_ct_RANLIB@
 
120
ac_ct_STRIP = @ac_ct_STRIP@
 
121
ac_prefix_program = @ac_prefix_program@
 
122
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
123
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
124
am__include = @am__include@
 
125
am__leading_dot = @am__leading_dot@
 
126
am__quote = @am__quote@
 
127
am__tar = @am__tar@
 
128
am__untar = @am__untar@
 
129
bindir = @bindir@
 
130
build_alias = @build_alias@
 
131
byte_order = @byte_order@
 
132
datadir = @datadir@
 
133
exec_prefix = @exec_prefix@
 
134
host_alias = @host_alias@
 
135
includedir = @includedir@
 
136
infodir = @infodir@
 
137
install_sh = @install_sh@
 
138
libdir = @libdir@
 
139
libexecdir = @libexecdir@
 
140
localstatedir = @localstatedir@
 
141
mandir = @mandir@
 
142
mkdir_p = @mkdir_p@
 
143
oldincludedir = @oldincludedir@
 
144
prefix = @prefix@
 
145
program_transform_name = @program_transform_name@
 
146
sbindir = @sbindir@
 
147
sharedstatedir = @sharedstatedir@
 
148
sysconfdir = @sysconfdir@
 
149
target_alias = @target_alias@
 
150
AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
 
151
lib_LIBRARIES = libdst.a
 
152
libdst_a_SOURCES = dst_support.c dst_api.c hmac_link.c md5_dgst.c \
 
153
                   base64.c prandom.c
 
154
 
 
155
EXTRA_DIST = dst_internal.h md5.h md5_locl.h
 
156
all: all-am
 
157
 
 
158
.SUFFIXES:
 
159
.SUFFIXES: .c .o .obj
 
160
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
161
        @for dep in $?; do \
 
162
          case '$(am__configure_deps)' in \
 
163
            *$$dep*) \
 
164
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
165
                && exit 0; \
 
166
              exit 1;; \
 
167
          esac; \
 
168
        done; \
 
169
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  dst/Makefile'; \
 
170
        cd $(top_srcdir) && \
 
171
          $(AUTOMAKE) --foreign  dst/Makefile
 
172
.PRECIOUS: Makefile
 
173
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
174
        @case '$?' in \
 
175
          *config.status*) \
 
176
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
177
          *) \
 
178
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
179
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
180
        esac;
 
181
 
 
182
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
183
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
184
 
 
185
$(top_srcdir)/configure:  $(am__configure_deps)
 
186
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
187
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
188
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
189
install-libLIBRARIES: $(lib_LIBRARIES)
 
190
        @$(NORMAL_INSTALL)
 
191
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
192
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
193
          if test -f $$p; then \
 
194
            f=$(am__strip_dir) \
 
195
            echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
196
            $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
197
          else :; fi; \
 
198
        done
 
199
        @$(POST_INSTALL)
 
200
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
201
          if test -f $$p; then \
 
202
            p=$(am__strip_dir) \
 
203
            echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
 
204
            $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
 
205
          else :; fi; \
 
206
        done
 
207
 
 
208
uninstall-libLIBRARIES:
 
209
        @$(NORMAL_UNINSTALL)
 
210
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
211
          p=$(am__strip_dir) \
 
212
          echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
213
          rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
214
        done
 
215
 
 
216
clean-libLIBRARIES:
 
217
        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
 
218
libdst.a: $(libdst_a_OBJECTS) $(libdst_a_DEPENDENCIES) 
 
219
        -rm -f libdst.a
 
220
        $(libdst_a_AR) libdst.a $(libdst_a_OBJECTS) $(libdst_a_LIBADD)
 
221
        $(RANLIB) libdst.a
 
222
 
 
223
mostlyclean-compile:
 
224
        -rm -f *.$(OBJEXT)
 
225
 
 
226
distclean-compile:
 
227
        -rm -f *.tab.c
 
228
 
 
229
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
 
230
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dst_api.Po@am__quote@
 
231
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dst_support.Po@am__quote@
 
232
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_link.Po@am__quote@
 
233
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_dgst.Po@am__quote@
 
234
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prandom.Po@am__quote@
 
235
 
 
236
.c.o:
 
237
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
238
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
239
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
240
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
241
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
242
 
 
243
.c.obj:
 
244
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
245
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
246
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
247
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
248
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
249
uninstall-info-am:
 
250
 
 
251
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
252
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
253
        unique=`for i in $$list; do \
 
254
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
255
          done | \
 
256
          $(AWK) '    { files[$$0] = 1; } \
 
257
               END { for (i in files) print i; }'`; \
 
258
        mkid -fID $$unique
 
259
tags: TAGS
 
260
 
 
261
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
262
                $(TAGS_FILES) $(LISP)
 
263
        tags=; \
 
264
        here=`pwd`; \
 
265
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
266
        unique=`for i in $$list; do \
 
267
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
268
          done | \
 
269
          $(AWK) '    { files[$$0] = 1; } \
 
270
               END { for (i in files) print i; }'`; \
 
271
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
272
          test -n "$$unique" || unique=$$empty_fix; \
 
273
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
274
            $$tags $$unique; \
 
275
        fi
 
276
ctags: CTAGS
 
277
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
278
                $(TAGS_FILES) $(LISP)
 
279
        tags=; \
 
280
        here=`pwd`; \
 
281
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
282
        unique=`for i in $$list; do \
 
283
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
284
          done | \
 
285
          $(AWK) '    { files[$$0] = 1; } \
 
286
               END { for (i in files) print i; }'`; \
 
287
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
288
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
289
             $$tags $$unique
 
290
 
 
291
GTAGS:
 
292
        here=`$(am__cd) $(top_builddir) && pwd` \
 
293
          && cd $(top_srcdir) \
 
294
          && gtags -i $(GTAGS_ARGS) $$here
 
295
 
 
296
distclean-tags:
 
297
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
298
 
 
299
distdir: $(DISTFILES)
 
300
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
301
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
302
        list='$(DISTFILES)'; for file in $$list; do \
 
303
          case $$file in \
 
304
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
305
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
306
          esac; \
 
307
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
308
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
309
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
310
            dir="/$$dir"; \
 
311
            $(mkdir_p) "$(distdir)$$dir"; \
 
312
          else \
 
313
            dir=''; \
 
314
          fi; \
 
315
          if test -d $$d/$$file; then \
 
316
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
317
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
318
            fi; \
 
319
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
320
          else \
 
321
            test -f $(distdir)/$$file \
 
322
            || cp -p $$d/$$file $(distdir)/$$file \
 
323
            || exit 1; \
 
324
          fi; \
 
325
        done
 
326
check-am: all-am
 
327
check: check-am
 
328
all-am: Makefile $(LIBRARIES)
 
329
installdirs:
 
330
        for dir in "$(DESTDIR)$(libdir)"; do \
 
331
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
332
        done
 
333
install: install-am
 
334
install-exec: install-exec-am
 
335
install-data: install-data-am
 
336
uninstall: uninstall-am
 
337
 
 
338
install-am: all-am
 
339
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
340
 
 
341
installcheck: installcheck-am
 
342
install-strip:
 
343
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
344
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
345
          `test -z '$(STRIP)' || \
 
346
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
347
mostlyclean-generic:
 
348
 
 
349
clean-generic:
 
350
 
 
351
distclean-generic:
 
352
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
353
 
 
354
maintainer-clean-generic:
 
355
        @echo "This command is intended for maintainers to use"
 
356
        @echo "it deletes files that may require special tools to rebuild."
 
357
clean: clean-am
 
358
 
 
359
clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
 
360
 
 
361
distclean: distclean-am
 
362
        -rm -rf ./$(DEPDIR)
 
363
        -rm -f Makefile
 
364
distclean-am: clean-am distclean-compile distclean-generic \
 
365
        distclean-tags
 
366
 
 
367
dvi: dvi-am
 
368
 
 
369
dvi-am:
 
370
 
 
371
html: html-am
 
372
 
 
373
info: info-am
 
374
 
 
375
info-am:
 
376
 
 
377
install-data-am:
 
378
 
 
379
install-exec-am: install-libLIBRARIES
 
380
 
 
381
install-info: install-info-am
 
382
 
 
383
install-man:
 
384
 
 
385
installcheck-am:
 
386
 
 
387
maintainer-clean: maintainer-clean-am
 
388
        -rm -rf ./$(DEPDIR)
 
389
        -rm -f Makefile
 
390
maintainer-clean-am: distclean-am maintainer-clean-generic
 
391
 
 
392
mostlyclean: mostlyclean-am
 
393
 
 
394
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
395
 
 
396
pdf: pdf-am
 
397
 
 
398
pdf-am:
 
399
 
 
400
ps: ps-am
 
401
 
 
402
ps-am:
 
403
 
 
404
uninstall-am: uninstall-info-am uninstall-libLIBRARIES
 
405
 
 
406
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
407
        clean-libLIBRARIES ctags distclean distclean-compile \
 
408
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
409
        html-am info info-am install install-am install-data \
 
410
        install-data-am install-exec install-exec-am install-info \
 
411
        install-info-am install-libLIBRARIES install-man install-strip \
 
412
        installcheck installcheck-am installdirs maintainer-clean \
 
413
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
414
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
415
        uninstall-am uninstall-info-am uninstall-libLIBRARIES
 
416
 
 
417
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
418
# Otherwise a system limit (for SysV at least) may be exceeded.
 
419
.NOEXPORT: