source: trunk/libs/newlib/src/newlib/libc/machine/mips/Makefile.in

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 14.8 KB
Line 
1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \   ]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56        $(top_srcdir)/configure $(am__configure_deps) \
57        $(srcdir)/../../../../mkinstalldirs
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
60        $(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62        $(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
66CONFIG_CLEAN_FILES =
67CONFIG_CLEAN_VPATH_FILES =
68LIBRARIES = $(noinst_LIBRARIES)
69ARFLAGS = cru
70lib_a_AR = $(AR) $(ARFLAGS)
71lib_a_LIBADD =
72am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT) lib_a-strlen.$(OBJEXT) \
73        lib_a-strcmp.$(OBJEXT) lib_a-strncpy.$(OBJEXT) \
74        lib_a-memset.$(OBJEXT) lib_a-memcpy.$(OBJEXT)
75lib_a_OBJECTS = $(am_lib_a_OBJECTS)
76DEFAULT_INCLUDES = -I.@am__isrc@
77depcomp =
78am__depfiles_maybe =
79CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
81COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85SOURCES = $(lib_a_SOURCES)
86am__can_run_installinfo = \
87  case $$AM_UPDATE_INFO_DIR in \
88    n|no|NO) false;; \
89    *) (install-info --version) >/dev/null 2>&1;; \
90  esac
91ETAGS = etags
92CTAGS = ctags
93ACLOCAL = @ACLOCAL@
94AMTAR = @AMTAR@
95AR = @AR@
96AS = @AS@
97AUTOCONF = @AUTOCONF@
98AUTOHEADER = @AUTOHEADER@
99AUTOMAKE = @AUTOMAKE@
100AWK = @AWK@
101CC = @CC@
102CCAS = @CCAS@
103CCASFLAGS = @CCASFLAGS@
104CCDEPMODE = @CCDEPMODE@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111INSTALL = @INSTALL@
112INSTALL_DATA = @INSTALL_DATA@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116LDFLAGS = @LDFLAGS@
117LIBOBJS = @LIBOBJS@
118LIBS = @LIBS@
119LTLIBOBJS = @LTLIBOBJS@
120MAINT = @MAINT@
121MAKEINFO = @MAKEINFO@
122MKDIR_P = @MKDIR_P@
123NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
124NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
125OBJEXT = @OBJEXT@
126PACKAGE = @PACKAGE@
127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128PACKAGE_NAME = @PACKAGE_NAME@
129PACKAGE_STRING = @PACKAGE_STRING@
130PACKAGE_TARNAME = @PACKAGE_TARNAME@
131PACKAGE_URL = @PACKAGE_URL@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135READELF = @READELF@
136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
139VERSION = @VERSION@
140abs_builddir = @abs_builddir@
141abs_srcdir = @abs_srcdir@
142abs_top_builddir = @abs_top_builddir@
143abs_top_srcdir = @abs_top_srcdir@
144aext = @aext@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156builddir = @builddir@
157datadir = @datadir@
158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167htmldir = @htmldir@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171libdir = @libdir@
172libexecdir = @libexecdir@
173libm_machine_dir = @libm_machine_dir@
174localedir = @localedir@
175localstatedir = @localstatedir@
176lpfx = @lpfx@
177machine_dir = @machine_dir@
178mandir = @mandir@
179mkdir_p = @mkdir_p@
180newlib_basedir = @newlib_basedir@
181oext = @oext@
182oldincludedir = @oldincludedir@
183pdfdir = @pdfdir@
184prefix = @prefix@
185program_transform_name = @program_transform_name@
186psdir = @psdir@
187sbindir = @sbindir@
188sharedstatedir = @sharedstatedir@
189srcdir = @srcdir@
190sys_dir = @sys_dir@
191sysconfdir = @sysconfdir@
192target_alias = @target_alias@
193top_build_prefix = @top_build_prefix@
194top_builddir = @top_builddir@
195top_srcdir = @top_srcdir@
196AUTOMAKE_OPTIONS = cygnus
197INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
198AM_CCASFLAGS = $(INCLUDES)
199noinst_LIBRARIES = lib.a
200lib_a_SOURCES = setjmp.S strlen.c strcmp.S strncpy.c memset.S memcpy.S
201lib_a_CCASFLAGS = $(AM_CCASFLAGS) -D_COMPILING_NEWLIB
202lib_a_CFLAGS = $(AM_CFLAGS) -D_COMPILING_NEWLIB
203ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
204CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
205all: all-am
206
207.SUFFIXES:
208.SUFFIXES: .S .c .o .obj
209am--refresh: Makefile
210        @:
211$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
212        @for dep in $?; do \
213          case '$(am__configure_deps)' in \
214            *$$dep*) \
215              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
216              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
217                && exit 0; \
218              exit 1;; \
219          esac; \
220        done; \
221        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
222        $(am__cd) $(top_srcdir) && \
223          $(AUTOMAKE) --cygnus Makefile
224.PRECIOUS: Makefile
225Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226        @case '$?' in \
227          *config.status*) \
228            echo ' $(SHELL) ./config.status'; \
229            $(SHELL) ./config.status;; \
230          *) \
231            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
232            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
233        esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236        $(SHELL) ./config.status --recheck
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239        $(am__cd) $(srcdir) && $(AUTOCONF)
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
242$(am__aclocal_m4_deps):
243
244clean-noinstLIBRARIES:
245        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
246lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
247        -rm -f lib.a
248        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
249        $(RANLIB) lib.a
250
251mostlyclean-compile:
252        -rm -f *.$(OBJEXT)
253
254distclean-compile:
255        -rm -f *.tab.c
256
257.S.o:
258        $(CPPASCOMPILE) -c -o $@ $<
259
260.S.obj:
261        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
262
263lib_a-setjmp.o: setjmp.S
264        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
265
266lib_a-setjmp.obj: setjmp.S
267        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
268
269lib_a-strcmp.o: strcmp.S
270        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcmp.o `test -f 'strcmp.S' || echo '$(srcdir)/'`strcmp.S
271
272lib_a-strcmp.obj: strcmp.S
273        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcmp.obj `if test -f 'strcmp.S'; then $(CYGPATH_W) 'strcmp.S'; else $(CYGPATH_W) '$(srcdir)/strcmp.S'; fi`
274
275lib_a-memset.o: memset.S
276        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memset.o `test -f 'memset.S' || echo '$(srcdir)/'`memset.S
277
278lib_a-memset.obj: memset.S
279        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memset.obj `if test -f 'memset.S'; then $(CYGPATH_W) 'memset.S'; else $(CYGPATH_W) '$(srcdir)/memset.S'; fi`
280
281lib_a-memcpy.o: memcpy.S
282        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memcpy.o `test -f 'memcpy.S' || echo '$(srcdir)/'`memcpy.S
283
284lib_a-memcpy.obj: memcpy.S
285        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memcpy.obj `if test -f 'memcpy.S'; then $(CYGPATH_W) 'memcpy.S'; else $(CYGPATH_W) '$(srcdir)/memcpy.S'; fi`
286
287.c.o:
288        $(COMPILE) -c $<
289
290.c.obj:
291        $(COMPILE) -c `$(CYGPATH_W) '$<'`
292
293lib_a-strlen.o: strlen.c
294        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strlen.o `test -f 'strlen.c' || echo '$(srcdir)/'`strlen.c
295
296lib_a-strlen.obj: strlen.c
297        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strlen.obj `if test -f 'strlen.c'; then $(CYGPATH_W) 'strlen.c'; else $(CYGPATH_W) '$(srcdir)/strlen.c'; fi`
298
299lib_a-strncpy.o: strncpy.c
300        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strncpy.o `test -f 'strncpy.c' || echo '$(srcdir)/'`strncpy.c
301
302lib_a-strncpy.obj: strncpy.c
303        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strncpy.obj `if test -f 'strncpy.c'; then $(CYGPATH_W) 'strncpy.c'; else $(CYGPATH_W) '$(srcdir)/strncpy.c'; fi`
304
305ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307        unique=`for i in $$list; do \
308            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309          done | \
310          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311              END { if (nonempty) { for (i in files) print i; }; }'`; \
312        mkid -fID $$unique
313tags: TAGS
314
315TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316                $(TAGS_FILES) $(LISP)
317        set x; \
318        here=`pwd`; \
319        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
320        unique=`for i in $$list; do \
321            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322          done | \
323          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324              END { if (nonempty) { for (i in files) print i; }; }'`; \
325        shift; \
326        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
327          test -n "$$unique" || unique=$$empty_fix; \
328          if test $$# -gt 0; then \
329            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330              "$$@" $$unique; \
331          else \
332            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333              $$unique; \
334          fi; \
335        fi
336ctags: CTAGS
337CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338                $(TAGS_FILES) $(LISP)
339        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
340        unique=`for i in $$list; do \
341            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342          done | \
343          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344              END { if (nonempty) { for (i in files) print i; }; }'`; \
345        test -z "$(CTAGS_ARGS)$$unique" \
346          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347             $$unique
348
349GTAGS:
350        here=`$(am__cd) $(top_builddir) && pwd` \
351          && $(am__cd) $(top_srcdir) \
352          && gtags -i $(GTAGS_ARGS) "$$here"
353
354distclean-tags:
355        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356check-am:
357check: check-am
358all-am: Makefile $(LIBRARIES)
359installdirs:
360install: install-am
361install-exec: install-exec-am
362install-data: install-data-am
363uninstall: uninstall-am
364
365install-am: all-am
366        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367
368installcheck: installcheck-am
369install-strip:
370        if test -z '$(STRIP)'; then \
371          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
373              install; \
374        else \
375          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
378        fi
379mostlyclean-generic:
380
381clean-generic:
382
383distclean-generic:
384        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
385        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
386
387maintainer-clean-generic:
388        @echo "This command is intended for maintainers to use"
389        @echo "it deletes files that may require special tools to rebuild."
390clean: clean-am
391
392clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
393
394distclean: distclean-am
395        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
396        -rm -f Makefile
397distclean-am: clean-am distclean-compile distclean-generic \
398        distclean-tags
399
400dvi: dvi-am
401
402dvi-am:
403
404html: html-am
405
406html-am:
407
408info: info-am
409
410info-am:
411
412install-data-am:
413
414install-dvi: install-dvi-am
415
416install-dvi-am:
417
418install-exec-am:
419
420install-html: install-html-am
421
422install-html-am:
423
424install-info: install-info-am
425
426install-info-am:
427
428install-man:
429
430install-pdf: install-pdf-am
431
432install-pdf-am:
433
434install-ps: install-ps-am
435
436install-ps-am:
437
438installcheck-am:
439
440maintainer-clean: maintainer-clean-am
441        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
442        -rm -rf $(top_srcdir)/autom4te.cache
443        -rm -f Makefile
444maintainer-clean-am: distclean-am maintainer-clean-generic
445
446mostlyclean: mostlyclean-am
447
448mostlyclean-am: mostlyclean-compile mostlyclean-generic
449
450pdf: pdf-am
451
452pdf-am:
453
454ps: ps-am
455
456ps-am:
457
458uninstall-am:
459
460.MAKE: install-am install-strip
461
462.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
463        clean-generic clean-noinstLIBRARIES ctags distclean \
464        distclean-compile distclean-generic distclean-tags dvi dvi-am \
465        html html-am info info-am install install-am install-data \
466        install-data-am install-dvi install-dvi-am install-exec \
467        install-exec-am install-html install-html-am install-info \
468        install-info-am install-man install-pdf install-pdf-am \
469        install-ps install-ps-am install-strip installcheck \
470        installcheck-am installdirs maintainer-clean \
471        maintainer-clean-generic mostlyclean mostlyclean-compile \
472        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
473        uninstall-am
474
475
476# Tell versions [3.59,3.63) of GNU make to not export all variables.
477# Otherwise a system limit (for SysV at least) may be exceeded.
478.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.