Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/Makefile.in @ 2636

Last change on this file since 2636 was 2636, checked in by patrick, 20 years ago
  • Added a GameLoader to the game. This enables orxonox to load a campaign consisting of multimple worlds and cinematics etc. However, cinematics are not yet implemented.

In the game you can jump from one level to the other by pressing x. Currently there are only two very simple levels defined. (DEBUG_LEVEL_0, DEBUG_LEVEL_1).

  • Added Error Handling structs to signal the error source and code
File size: 14.6 KB
Line 
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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 = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38ACLOCAL = @ACLOCAL@
39AMDEP_FALSE = @AMDEP_FALSE@
40AMDEP_TRUE = @AMDEP_TRUE@
41AMTAR = @AMTAR@
42AUTOCONF = @AUTOCONF@
43AUTOHEADER = @AUTOHEADER@
44AUTOMAKE = @AUTOMAKE@
45AWK = @AWK@
46CC = @CC@
47CCDEPMODE = @CCDEPMODE@
48CFLAGS = @CFLAGS@
49CPP = @CPP@
50CPPFLAGS = @CPPFLAGS@
51CXX = @CXX@
52CXXDEPMODE = @CXXDEPMODE@
53CXXFLAGS = @CXXFLAGS@
54CYGPATH_W = @CYGPATH_W@
55DEFS = @DEFS@
56DEPDIR = @DEPDIR@
57ECHO_C = @ECHO_C@
58ECHO_N = @ECHO_N@
59ECHO_T = @ECHO_T@
60EGREP = @EGREP@
61EXEEXT = @EXEEXT@
62INSTALL_DATA = @INSTALL_DATA@
63INSTALL_PROGRAM = @INSTALL_PROGRAM@
64INSTALL_SCRIPT = @INSTALL_SCRIPT@
65INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
66LDFLAGS = @LDFLAGS@
67LIBOBJS = @LIBOBJS@
68LIBS = @LIBS@
69LTLIBOBJS = @LTLIBOBJS@
70MAKEINFO = @MAKEINFO@
71MSBITFIELDS = @MSBITFIELDS@
72OBJEXT = @OBJEXT@
73PACKAGE = @PACKAGE@
74PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
75PACKAGE_NAME = @PACKAGE_NAME@
76PACKAGE_STRING = @PACKAGE_STRING@
77PACKAGE_TARNAME = @PACKAGE_TARNAME@
78PACKAGE_VERSION = @PACKAGE_VERSION@
79PATH_SEPARATOR = @PATH_SEPARATOR@
80SET_MAKE = @SET_MAKE@
81SHELL = @SHELL@
82STRIP = @STRIP@
83VERSION = @VERSION@
84ac_ct_CC = @ac_ct_CC@
85ac_ct_CXX = @ac_ct_CXX@
86ac_ct_STRIP = @ac_ct_STRIP@
87am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
88am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
89am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
90am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
91am__include = @am__include@
92am__leading_dot = @am__leading_dot@
93am__quote = @am__quote@
94bindir = @bindir@
95build_alias = @build_alias@
96datadir = @datadir@
97exec_prefix = @exec_prefix@
98host_alias = @host_alias@
99includedir = @includedir@
100infodir = @infodir@
101install_sh = @install_sh@
102libdir = @libdir@
103libexecdir = @libexecdir@
104localstatedir = @localstatedir@
105mandir = @mandir@
106oldincludedir = @oldincludedir@
107prefix = @prefix@
108program_transform_name = @program_transform_name@
109sbindir = @sbindir@
110sharedstatedir = @sharedstatedir@
111sysconfdir = @sysconfdir@
112target_alias = @target_alias@
113AM_CXXFLAGS = "-I/usr/X11R6/include"
114AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
115
116
117#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
118bin_PROGRAMS = orxonox
119orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc
120
121noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
122subdir = src
123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127bin_PROGRAMS = orxonox$(EXEEXT)
128PROGRAMS = $(bin_PROGRAMS)
129
130am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \
131        data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
132        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
133        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) \
134        base_entity.$(OBJEXT) game_loader.$(OBJEXT) campaign.$(OBJEXT) \
135        story_entity.$(OBJEXT)
136orxonox_OBJECTS = $(am_orxonox_OBJECTS)
137orxonox_LDADD = $(LDADD)
138orxonox_DEPENDENCIES =
139orxonox_LDFLAGS =
140
141DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
142depcomp = $(SHELL) $(top_srcdir)/depcomp
143am__depfiles_maybe = depfiles
144@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base_entity.Po ./$(DEPDIR)/camera.Po \
145@AMDEP_TRUE@    ./$(DEPDIR)/campaign.Po ./$(DEPDIR)/collision.Po \
146@AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
147@AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/game_loader.Po \
148@AMDEP_TRUE@    ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
149@AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \
150@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \
151@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
152@AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
153CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
154        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
155CXXLD = $(CXX)
156CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
157        -o $@
158DIST_SOURCES = $(orxonox_SOURCES)
159HEADERS = $(noinst_HEADERS)
160
161DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in ChangeLog INSTALL \
162        Makefile.am
163SOURCES = $(orxonox_SOURCES)
164
165all: all-am
166
167.SUFFIXES:
168.SUFFIXES: .cc .o .obj
169$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
170        cd $(top_srcdir) && \
171          $(AUTOMAKE) --gnu  src/Makefile
172Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
173        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
174binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
175install-binPROGRAMS: $(bin_PROGRAMS)
176        @$(NORMAL_INSTALL)
177        $(mkinstalldirs) $(DESTDIR)$(bindir)
178        @list='$(bin_PROGRAMS)'; for p in $$list; do \
179          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
180          if test -f $$p \
181          ; then \
182            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
183           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
184           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
185          else :; fi; \
186        done
187
188uninstall-binPROGRAMS:
189        @$(NORMAL_UNINSTALL)
190        @list='$(bin_PROGRAMS)'; for p in $$list; do \
191          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
192          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
193          rm -f $(DESTDIR)$(bindir)/$$f; \
194        done
195
196clean-binPROGRAMS:
197        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
198orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES)
199        @rm -f orxonox$(EXEEXT)
200        $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS)
201
202mostlyclean-compile:
203        -rm -f *.$(OBJEXT) core *.core
204
205distclean-compile:
206        -rm -f *.tab.c
207
208@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_entity.Po@am__quote@
209@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@
210@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/campaign.Po@am__quote@
211@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/collision.Po@am__quote@
212@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_node.Po@am__quote@
213@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_tank.Po@am__quote@
214@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@
215@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@
216@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@
217@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@
218@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
219@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
220@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Po@am__quote@
221@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
222@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world.Po@am__quote@
223@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@
224
225.cc.o:
226@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
227@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
228@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
229@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
230@am__fastdepCXX_TRUE@   fi
231@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
232@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
233@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
234@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
235
236.cc.obj:
237@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
238@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
239@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
240@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
241@am__fastdepCXX_TRUE@   fi
242@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
244@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
246uninstall-info-am:
247
248ETAGS = etags
249ETAGSFLAGS =
250
251CTAGS = ctags
252CTAGSFLAGS =
253
254tags: TAGS
255
256ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
257        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
258        unique=`for i in $$list; do \
259            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260          done | \
261          $(AWK) '    { files[$$0] = 1; } \
262               END { for (i in files) print i; }'`; \
263        mkid -fID $$unique
264
265TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
266                $(TAGS_FILES) $(LISP)
267        tags=; \
268        here=`pwd`; \
269        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
270        unique=`for i in $$list; do \
271            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272          done | \
273          $(AWK) '    { files[$$0] = 1; } \
274               END { for (i in files) print i; }'`; \
275        test -z "$(ETAGS_ARGS)$$tags$$unique" \
276          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277             $$tags $$unique
278
279ctags: CTAGS
280CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
281                $(TAGS_FILES) $(LISP)
282        tags=; \
283        here=`pwd`; \
284        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
285        unique=`for i in $$list; do \
286            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287          done | \
288          $(AWK) '    { files[$$0] = 1; } \
289               END { for (i in files) print i; }'`; \
290        test -z "$(CTAGS_ARGS)$$tags$$unique" \
291          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
292             $$tags $$unique
293
294GTAGS:
295        here=`$(am__cd) $(top_builddir) && pwd` \
296          && cd $(top_srcdir) \
297          && gtags -i $(GTAGS_ARGS) $$here
298
299distclean-tags:
300        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
301DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302
303top_distdir = ..
304distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
305
306distdir: $(DISTFILES)
307        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
308        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
309        list='$(DISTFILES)'; for file in $$list; do \
310          case $$file in \
311            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
312            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
313          esac; \
314          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
315          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
316          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
317            dir="/$$dir"; \
318            $(mkinstalldirs) "$(distdir)$$dir"; \
319          else \
320            dir=''; \
321          fi; \
322          if test -d $$d/$$file; then \
323            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
324              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
325            fi; \
326            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
327          else \
328            test -f $(distdir)/$$file \
329            || cp -p $$d/$$file $(distdir)/$$file \
330            || exit 1; \
331          fi; \
332        done
333check-am: all-am
334check: check-am
335all-am: Makefile $(PROGRAMS) $(HEADERS)
336
337installdirs:
338        $(mkinstalldirs) $(DESTDIR)$(bindir)
339install: install-am
340install-exec: install-exec-am
341install-data: install-data-am
342uninstall: uninstall-am
343
344install-am: all-am
345        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
346
347installcheck: installcheck-am
348install-strip:
349        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
350          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
351          `test -z '$(STRIP)' || \
352            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353mostlyclean-generic:
354
355clean-generic:
356
357distclean-generic:
358        -rm -f $(CONFIG_CLEAN_FILES)
359
360maintainer-clean-generic:
361        @echo "This command is intended for maintainers to use"
362        @echo "it deletes files that may require special tools to rebuild."
363clean: clean-am
364
365clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
366
367distclean: distclean-am
368        -rm -rf ./$(DEPDIR)
369        -rm -f Makefile
370distclean-am: clean-am distclean-compile distclean-generic \
371        distclean-tags
372
373dvi: dvi-am
374
375dvi-am:
376
377info: info-am
378
379info-am:
380
381install-data-am:
382
383install-exec-am: install-binPROGRAMS
384
385install-info: install-info-am
386
387install-man:
388
389installcheck-am:
390
391maintainer-clean: maintainer-clean-am
392        -rm -rf ./$(DEPDIR)
393        -rm -f Makefile
394maintainer-clean-am: distclean-am maintainer-clean-generic
395
396mostlyclean: mostlyclean-am
397
398mostlyclean-am: mostlyclean-compile mostlyclean-generic
399
400pdf: pdf-am
401
402pdf-am:
403
404ps: ps-am
405
406ps-am:
407
408uninstall-am: uninstall-binPROGRAMS uninstall-info-am
409
410.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
411        clean-generic ctags distclean distclean-compile \
412        distclean-generic distclean-tags distdir dvi dvi-am info \
413        info-am install install-am install-binPROGRAMS install-data \
414        install-data-am install-exec install-exec-am install-info \
415        install-info-am install-man install-strip installcheck \
416        installcheck-am installdirs maintainer-clean \
417        maintainer-clean-generic mostlyclean mostlyclean-compile \
418        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
419        uninstall-am uninstall-binPROGRAMS uninstall-info-am
420
421
422#  uncomment the following if bencoder requires the math library
423#orxonox_LDADD=-lm
424
425#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
426
427#  if you write a self-test script named `chk', uncomment the
428#  following and add `chk' to the EXTRA_DIST list
429#TESTS=chk
430
431#  build and install the .info pages
432#info_TEXINFOS = orxonox.texinfo
433#orxonox_TEXINFOS = gpl.texinfo
434
435#  install the man pages
436#man_MANS=orxonox.1
437# Tell versions [3.59,3.63) of GNU make to not export all variables.
438# Otherwise a system limit (for SysV at least) may be exceeded.
439.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.