source: trunk/packages/libyaml/src/Makefile.in @ 898

Last change on this file since 898 was 898, checked in by hartmans, 16 years ago

Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.

File size: 14.8 KB
Line 
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = src
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54am__installdirs = "$(DESTDIR)$(libdir)"
55libLTLIBRARIES_INSTALL = $(INSTALL)
56LTLIBRARIES = $(lib_LTLIBRARIES)
57libyaml_la_LIBADD =
58am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
59        loader.lo writer.lo emitter.lo dumper.lo
60libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
61DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
62depcomp = $(SHELL) $(top_srcdir)/config/depcomp
63am__depfiles_maybe = depfiles
64COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
67        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68        $(AM_CFLAGS) $(CFLAGS)
69CCLD = $(CC)
70LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71        $(AM_LDFLAGS) $(LDFLAGS) -o $@
72SOURCES = $(libyaml_la_SOURCES)
73DIST_SOURCES = $(libyaml_la_SOURCES)
74ETAGS = etags
75CTAGS = ctags
76DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77ACLOCAL = @ACLOCAL@
78AMDEP_FALSE = @AMDEP_FALSE@
79AMDEP_TRUE = @AMDEP_TRUE@
80AMTAR = @AMTAR@
81AR = @AR@
82AUTOCONF = @AUTOCONF@
83AUTOHEADER = @AUTOHEADER@
84AUTOMAKE = @AUTOMAKE@
85AWK = @AWK@
86CC = @CC@
87CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
89CPP = @CPP@
90CPPFLAGS = @CPPFLAGS@
91CXX = @CXX@
92CXXCPP = @CXXCPP@
93CXXDEPMODE = @CXXDEPMODE@
94CXXFLAGS = @CXXFLAGS@
95CYGPATH_W = @CYGPATH_W@
96DEFS = @DEFS@
97DEPDIR = @DEPDIR@
98DOXYGEN = @DOXYGEN@
99DOXYGEN_FALSE = @DOXYGEN_FALSE@
100DOXYGEN_TRUE = @DOXYGEN_TRUE@
101ECHO = @ECHO@
102ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@
105EGREP = @EGREP@
106EXEEXT = @EXEEXT@
107F77 = @F77@
108FFLAGS = @FFLAGS@
109GREP = @GREP@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LDFLAGS = @LDFLAGS@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
117LIBTOOL = @LIBTOOL@
118LN_S = @LN_S@
119LTLIBOBJS = @LTLIBOBJS@
120MAKEINFO = @MAKEINFO@
121OBJEXT = @OBJEXT@
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129RANLIB = @RANLIB@
130SET_MAKE = @SET_MAKE@
131SHELL = @SHELL@
132STRIP = @STRIP@
133VERSION = @VERSION@
134YAML_LT_AGE = @YAML_LT_AGE@
135YAML_LT_CURRENT = @YAML_LT_CURRENT@
136YAML_LT_RELEASE = @YAML_LT_RELEASE@
137YAML_LT_REVISION = @YAML_LT_REVISION@
138ac_ct_CC = @ac_ct_CC@
139ac_ct_CXX = @ac_ct_CXX@
140ac_ct_F77 = @ac_ct_F77@
141am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
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@
156datadir = @datadir@
157datarootdir = @datarootdir@
158docdir = @docdir@
159dvidir = @dvidir@
160exec_prefix = @exec_prefix@
161host = @host@
162host_alias = @host_alias@
163host_cpu = @host_cpu@
164host_os = @host_os@
165host_vendor = @host_vendor@
166htmldir = @htmldir@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172localedir = @localedir@
173localstatedir = @localstatedir@
174mandir = @mandir@
175mkdir_p = @mkdir_p@
176oldincludedir = @oldincludedir@
177pdfdir = @pdfdir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180psdir = @psdir@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183sysconfdir = @sysconfdir@
184target_alias = @target_alias@
185AM_CPPFLAGS = -I$(top_srcdir)/include
186lib_LTLIBRARIES = libyaml.la
187libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
188libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
189all: all-am
190
191.SUFFIXES:
192.SUFFIXES: .c .lo .o .obj
193$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
194        @for dep in $?; do \
195          case '$(am__configure_deps)' in \
196            *$$dep*) \
197              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
198                && exit 0; \
199              exit 1;; \
200          esac; \
201        done; \
202        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
203        cd $(top_srcdir) && \
204          $(AUTOMAKE) --foreign  src/Makefile
205.PRECIOUS: Makefile
206Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207        @case '$?' in \
208          *config.status*) \
209            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
210          *) \
211            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
212            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
213        esac;
214
215$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
218$(top_srcdir)/configure:  $(am__configure_deps)
219        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
221        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222install-libLTLIBRARIES: $(lib_LTLIBRARIES)
223        @$(NORMAL_INSTALL)
224        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
225        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
226          if test -f $$p; then \
227            f=$(am__strip_dir) \
228            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
229            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
230          else :; fi; \
231        done
232
233uninstall-libLTLIBRARIES:
234        @$(NORMAL_UNINSTALL)
235        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
236          p=$(am__strip_dir) \
237          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
238          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
239        done
240
241clean-libLTLIBRARIES:
242        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
243        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
244          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
245          test "$$dir" != "$$p" || dir=.; \
246          echo "rm -f \"$${dir}/so_locations\""; \
247          rm -f "$${dir}/so_locations"; \
248        done
249libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES)
250        $(LINK) -rpath $(libdir) $(libyaml_la_LDFLAGS) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
251
252mostlyclean-compile:
253        -rm -f *.$(OBJEXT)
254
255distclean-compile:
256        -rm -f *.tab.c
257
258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumper.Plo@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emitter.Plo@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Plo@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reader.Plo@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Plo@am__quote@
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Plo@am__quote@
266
267.c.o:
268@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
269@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
270@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272@am__fastdepCC_FALSE@   $(COMPILE) -c $<
273
274.c.obj:
275@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
276@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
280
281.c.lo:
282@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
283@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
284@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
285@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
287
288mostlyclean-libtool:
289        -rm -f *.lo
290
291clean-libtool:
292        -rm -rf .libs _libs
293
294distclean-libtool:
295        -rm -f libtool
296uninstall-info-am:
297
298ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300        unique=`for i in $$list; do \
301            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302          done | \
303          $(AWK) '    { files[$$0] = 1; } \
304               END { for (i in files) print i; }'`; \
305        mkid -fID $$unique
306tags: TAGS
307
308TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309                $(TAGS_FILES) $(LISP)
310        tags=; \
311        here=`pwd`; \
312        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313        unique=`for i in $$list; do \
314            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315          done | \
316          $(AWK) '    { files[$$0] = 1; } \
317               END { for (i in files) print i; }'`; \
318        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319          test -n "$$unique" || unique=$$empty_fix; \
320          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321            $$tags $$unique; \
322        fi
323ctags: CTAGS
324CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325                $(TAGS_FILES) $(LISP)
326        tags=; \
327        here=`pwd`; \
328        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329        unique=`for i in $$list; do \
330            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331          done | \
332          $(AWK) '    { files[$$0] = 1; } \
333               END { for (i in files) print i; }'`; \
334        test -z "$(CTAGS_ARGS)$$tags$$unique" \
335          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336             $$tags $$unique
337
338GTAGS:
339        here=`$(am__cd) $(top_builddir) && pwd` \
340          && cd $(top_srcdir) \
341          && gtags -i $(GTAGS_ARGS) $$here
342
343distclean-tags:
344        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345
346distdir: $(DISTFILES)
347        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
348        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
349        list='$(DISTFILES)'; for file in $$list; do \
350          case $$file in \
351            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
352            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
353          esac; \
354          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
356          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
357            dir="/$$dir"; \
358            $(mkdir_p) "$(distdir)$$dir"; \
359          else \
360            dir=''; \
361          fi; \
362          if test -d $$d/$$file; then \
363            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365            fi; \
366            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367          else \
368            test -f $(distdir)/$$file \
369            || cp -p $$d/$$file $(distdir)/$$file \
370            || exit 1; \
371          fi; \
372        done
373check-am: all-am
374check: check-am
375all-am: Makefile $(LTLIBRARIES)
376installdirs:
377        for dir in "$(DESTDIR)$(libdir)"; do \
378          test -z "$$dir" || $(mkdir_p) "$$dir"; \
379        done
380install: install-am
381install-exec: install-exec-am
382install-data: install-data-am
383uninstall: uninstall-am
384
385install-am: all-am
386        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
388installcheck: installcheck-am
389install-strip:
390        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
392          `test -z '$(STRIP)' || \
393            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
394mostlyclean-generic:
395
396clean-generic:
397
398distclean-generic:
399        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
400
401maintainer-clean-generic:
402        @echo "This command is intended for maintainers to use"
403        @echo "it deletes files that may require special tools to rebuild."
404clean: clean-am
405
406clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
407        mostlyclean-am
408
409distclean: distclean-am
410        -rm -rf ./$(DEPDIR)
411        -rm -f Makefile
412distclean-am: clean-am distclean-compile distclean-generic \
413        distclean-libtool distclean-tags
414
415dvi: dvi-am
416
417dvi-am:
418
419html: html-am
420
421info: info-am
422
423info-am:
424
425install-data-am:
426
427install-exec-am: install-libLTLIBRARIES
428
429install-info: install-info-am
430
431install-man:
432
433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
436        -rm -rf ./$(DEPDIR)
437        -rm -f Makefile
438maintainer-clean-am: distclean-am maintainer-clean-generic
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-compile mostlyclean-generic \
443        mostlyclean-libtool
444
445pdf: pdf-am
446
447pdf-am:
448
449ps: ps-am
450
451ps-am:
452
453uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
454
455.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
456        clean-libLTLIBRARIES clean-libtool ctags distclean \
457        distclean-compile distclean-generic distclean-libtool \
458        distclean-tags distdir dvi dvi-am html html-am info info-am \
459        install install-am install-data install-data-am install-exec \
460        install-exec-am install-info install-info-am \
461        install-libLTLIBRARIES install-man install-strip installcheck \
462        installcheck-am installdirs maintainer-clean \
463        maintainer-clean-generic mostlyclean mostlyclean-compile \
464        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
465        tags uninstall uninstall-am uninstall-info-am \
466        uninstall-libLTLIBRARIES
467
468# Tell versions [3.59,3.63) of GNU make to not export all variables.
469# Otherwise a system limit (for SysV at least) may be exceeded.
470.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.