OSDN Git Service

2000-11-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libsupc++ / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CSHADOW_FLAGS = @CSHADOW_FLAGS@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXX_libstdcxx = @CXX_libstdcxx@
74 DEBUG_FLAGS = @DEBUG_FLAGS@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
78 GCJ = @GCJ@
79 GCJFLAGS = @GCJFLAGS@
80 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
81 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
82 LIBMATHOBJS = @LIBMATHOBJS@
83 LIBSTRINGOBJS = @LIBSTRINGOBJS@
84 LN_S = @LN_S@
85 MAINT = @MAINT@
86 MAKEINFO = @MAKEINFO@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 OPT_LDFLAGS = @OPT_LDFLAGS@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 SECTION_FLAGS = @SECTION_FLAGS@
93 SECTION_LDFLAGS = @SECTION_LDFLAGS@
94 STRIP = @STRIP@
95 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
96 VERSION = @VERSION@
97 WARN_FLAGS = @WARN_FLAGS@
98 WERROR = @WERROR@
99 WFMT_FLAGS = @WFMT_FLAGS@
100 enable_shared = @enable_shared@
101 enable_static = @enable_static@
102 glibcpp_basedir = @glibcpp_basedir@
103 gxx_include_dir = @gxx_include_dir@
104 ifGNUmake = @ifGNUmake@
105 libinst_wstring_la = @libinst_wstring_la@
106 libstdcxx_interface = @libstdcxx_interface@
107
108 AUTOMAKE_OPTIONS = 1.3 cygnus
109 MAINT_CHARSET = latin1
110
111 # Cross compiler and multilib support.
112 # Install a library built with a cross compiler in tooldir, not libdir.
113 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@gcc_version = @gcc_version@
114 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@toolexecdir = $(libdir)/gcc-lib/$(target_alias)
115 @USE_LIBDIR_FALSE@toolexecdir = $(exec_prefix)/$(target_alias)
116 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@toolexeclibdir = $(toolexecdir)/$(gcc_version)
117 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_FALSE@toolexeclibdir = $(libdir)$(MULTISUBDIR)
118 @USE_LIBDIR_FALSE@toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
119
120 # Need this library to both be part of libstdc++.a, and installed
121 # separately too.
122 # 1) separate libsupc++.la 
123 toolexeclib_LTLIBRARIES = libsupc++.la
124 # 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
125 noinst_LTLIBRARIES = libsupc++convenience.la
126
127 # Compile flags that should be constant throughout the build, both for
128 # SUBDIRS and for libstdc++-v3 in general.
129 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
130
131 # These bits are all figured out from configure. Look in acinclude.m4
132 # or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
133 # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
134 CONFIG_CXXFLAGS =       @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@ 
135
136
137 # Warning flags to use.
138 WARN_CXXFLAGS =         @WARN_FLAGS@ $(WERROR) @WFMT_FLAGS@
139
140
141 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
142 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
143 C_INCLUDE_DIR = @C_INCLUDE_DIR@
144 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
145 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
146 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
147 LIBIO_INCLUDES = @LIBIO_INCLUDES@
148 CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
149
150 INCLUDES =      -I$(top_srcdir)/../gcc -I$(top_srcdir)/../include       $(CSHADOW_INCLUDES)  $(LIBSUPCXX_INCLUDES) -I$(GLIBCPP_INCLUDE_DIR)     $(CONFIG_INCLUDES) -I$(top_builddir)/include
151
152
153 headers =       cxxabi.h exception new new.h typeinfo
154
155
156 sources =       del_op.cc       del_opnt.cc     del_opv.cc      del_opvnt.cc    exception_support.cc    new_handler.cc  new_op.cc       new_opnt.cc     new_opv.cc      new_opvnt.cc    pure.cc         tinfo.cc        tinfo2.cc       vec.cc
157
158
159 libsupc___la_SOURCES = $(sources)
160 libsupc__convenience_la_SOURCES = $(sources)
161 @GXX_INCLUDE_DIR_TRUE@glibcppinstalldir = @gxx_include_dir@
162 @GXX_INCLUDE_DIR_FALSE@@VERSION_SPECIFIC_LIBS_TRUE@glibcppinstalldir = $(libdir)/gcc-lib/$(target_alias)/@gcc_version@/include/g++
163 @GXX_INCLUDE_DIR_FALSE@@VERSION_SPECIFIC_LIBS_FALSE@glibcppinstalldir = $(prefix)/include/g++-@libstdcxx_interface@
164
165 glibcppinstall_HEADERS = $(headers)
166
167 # Flags to force separate libtool library to be static only.
168 LIBTOOL = @LIBTOOL@ --tag disable-shared
169 LIBSUPCXX_CXXFLAGS = -prefer-pic
170
171 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
172 # modified in a per-library or per-sub-library way.  Need to manually
173 # set this option because CONFIG_CXXFLAGS has to be after
174 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
175 # as the occasion call for it. (ie, --enable-debug)
176 AM_CXXFLAGS =   -fno-implicit-templates         $(LIBSUPCXX_CXXFLAGS)   $(WARN_CXXFLAGS)        $(OPTIMIZE_CXXFLAGS)    $(CONFIG_CXXFLAGS) 
177
178
179 # libstdc++ libtool notes
180
181 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
182 # last. (That way, things like -O2 passed down from the toplevel can
183 # be overridden by --enable-debug.)
184
185 # 2) In general, libtool expects an argument such as `--tag=CXX' when
186 # using the C++ compiler, because that will enable the settings
187 # detected when C++ support was being configured.  However, when no
188 # such flag is given in the command line, libtool attempts to figure
189 # it out by matching the compiler name in each configuration section
190 # against a prefix of the command line.  The problem is that, if the
191 # compiler name and its initial flags stored in the libtool
192 # configuration file don't match those in the command line, libtool
193 # can't decide which configuration to use, and it gives up.  The
194 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
195 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
196 # attempt to infer which configuration to use
197 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES)          $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
198
199
200 # 3) We have a problem when building the shared libstdc++ object if
201 # the rules automake generates would be used.  We cannot allow CXX to
202 # be used in libtool since this would add -lstdc++ to the link line
203 # which of course is problematic at this point.
204 CXXLINK = $(LIBTOOL) --mode=link "$(CC)"          @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
205
206 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
207 CONFIG_HEADER = ../config.h
208 CONFIG_CLEAN_FILES = 
209 LTLIBRARIES =  $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
210
211
212 DEFS = @DEFS@ -I. -I$(srcdir) -I..
213 CPPFLAGS = @CPPFLAGS@
214 LDFLAGS = @LDFLAGS@
215 LIBS = @LIBS@
216 libsupc__convenience_la_LDFLAGS = 
217 libsupc__convenience_la_LIBADD = 
218 libsupc__convenience_la_OBJECTS =  del_op.lo del_opnt.lo del_opv.lo \
219 del_opvnt.lo exception_support.lo new_handler.lo new_op.lo new_opnt.lo \
220 new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
221 libsupc___la_LDFLAGS = 
222 libsupc___la_LIBADD = 
223 libsupc___la_OBJECTS =  del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
224 exception_support.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo \
225 new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
226 CXXFLAGS = @CXXFLAGS@
227 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
228 CXXLD = $(CXX)
229 HEADERS =  $(glibcppinstall_HEADERS)
230
231 DIST_COMMON =  Makefile.am Makefile.in configure configure.in
232
233
234 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
235
236 TAR = gtar
237 GZIP_ENV = --best
238 SOURCES = $(libsupc__convenience_la_SOURCES) $(libsupc___la_SOURCES)
239 OBJECTS = $(libsupc__convenience_la_OBJECTS) $(libsupc___la_OBJECTS)
240
241 all: all-redirect
242 .SUFFIXES:
243 .SUFFIXES: .S .c .cc .lo .o .obj .s
244 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
245         cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile
246
247 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
248         cd $(top_builddir) \
249           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
250
251
252 mostlyclean-noinstLTLIBRARIES:
253
254 clean-noinstLTLIBRARIES:
255         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
256
257 distclean-noinstLTLIBRARIES:
258
259 maintainer-clean-noinstLTLIBRARIES:
260
261 mostlyclean-toolexeclibLTLIBRARIES:
262
263 clean-toolexeclibLTLIBRARIES:
264         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
265
266 distclean-toolexeclibLTLIBRARIES:
267
268 maintainer-clean-toolexeclibLTLIBRARIES:
269
270 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
271         @$(NORMAL_INSTALL)
272         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
273         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
274           if test -f $$p; then \
275             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
276             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
277           else :; fi; \
278         done
279
280 uninstall-toolexeclibLTLIBRARIES:
281         @$(NORMAL_UNINSTALL)
282         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
283           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
284         done
285
286 .c.o:
287         $(COMPILE) -c $<
288
289 # FIXME: We should only use cygpath when building on Windows,
290 # and only if it is available.
291 .c.obj:
292         $(COMPILE) -c `cygpath -w $<`
293
294 .s.o:
295         $(COMPILE) -c $<
296
297 .S.o:
298         $(COMPILE) -c $<
299
300 mostlyclean-compile:
301         -rm -f *.o core *.core
302         -rm -f *.$(OBJEXT)
303
304 clean-compile:
305
306 distclean-compile:
307         -rm -f *.tab.c
308
309 maintainer-clean-compile:
310
311 .c.lo:
312         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
313
314 .s.lo:
315         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
316
317 .S.lo:
318         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
319
320 mostlyclean-libtool:
321         -rm -f *.lo
322
323 clean-libtool:
324         -rm -rf .libs _libs
325
326 distclean-libtool:
327
328 maintainer-clean-libtool:
329
330 libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
331         $(CXXLINK)  $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
332
333 libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
334         $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
335 .cc.o:
336         $(CXXCOMPILE) -c $<
337 .cc.obj:
338         $(CXXCOMPILE) -c `cygpath -w $<`
339 .cc.lo:
340         $(LTCXXCOMPILE) -c $<
341
342 install-glibcppinstallHEADERS: $(glibcppinstall_HEADERS)
343         @$(NORMAL_INSTALL)
344         $(mkinstalldirs) $(DESTDIR)$(glibcppinstalldir)
345         @list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
346           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
347           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p"; \
348           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p; \
349         done
350
351 uninstall-glibcppinstallHEADERS:
352         @$(NORMAL_UNINSTALL)
353         list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
354           rm -f $(DESTDIR)$(glibcppinstalldir)/$$p; \
355         done
356
357 tags: TAGS
358
359 ID: $(HEADERS) $(SOURCES) $(LISP)
360         list='$(SOURCES) $(HEADERS)'; \
361         unique=`for i in $$list; do echo $$i; done | \
362           awk '    { files[$$0] = 1; } \
363                END { for (i in files) print i; }'`; \
364         here=`pwd` && cd $(srcdir) \
365           && mkid -f$$here/ID $$unique $(LISP)
366
367 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
368         tags=; \
369         here=`pwd`; \
370         list='$(SOURCES) $(HEADERS)'; \
371         unique=`for i in $$list; do echo $$i; done | \
372           awk '    { files[$$0] = 1; } \
373                END { for (i in files) print i; }'`; \
374         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
375           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
376
377 mostlyclean-tags:
378
379 clean-tags:
380
381 distclean-tags:
382         -rm -f TAGS ID
383
384 maintainer-clean-tags:
385
386 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
387
388 subdir = libsupc++
389
390 distdir: $(DISTFILES)
391         @for file in $(DISTFILES); do \
392           if test -f $$file; then d=.; else d=$(srcdir); fi; \
393           if test -d $$d/$$file; then \
394             cp -pr $$d/$$file $(distdir)/$$file; \
395           else \
396             test -f $(distdir)/$$file \
397             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
398             || cp -p $$d/$$file $(distdir)/$$file || :; \
399           fi; \
400         done
401 info-am:
402 info: info-am
403 dvi-am:
404 dvi: dvi-am
405 check-am:
406 check: check-am
407 installcheck-am:
408 installcheck: installcheck-am
409 install-info-am: 
410 install-info: install-info-am
411 install-exec-am: install-toolexeclibLTLIBRARIES
412 install-exec: install-exec-am
413
414 install-data-am: install-glibcppinstallHEADERS
415 install-data: install-data-am
416
417 install-am: all-am
418         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
419 install: install-am
420 uninstall-am: uninstall-toolexeclibLTLIBRARIES \
421                 uninstall-glibcppinstallHEADERS
422 uninstall: uninstall-am
423 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
424 all-redirect: all-am
425 install-strip:
426         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
427 installdirs:
428         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir) \
429                 $(DESTDIR)$(glibcppinstalldir)
430
431
432 mostlyclean-generic:
433
434 clean-generic:
435
436 distclean-generic:
437         -rm -f Makefile $(CONFIG_CLEAN_FILES)
438         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
439
440 maintainer-clean-generic:
441 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES \
442                 mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
443                 mostlyclean-libtool mostlyclean-tags \
444                 mostlyclean-generic
445
446 mostlyclean: mostlyclean-am
447
448 clean-am:  clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES \
449                 clean-compile clean-libtool clean-tags clean-generic \
450                 mostlyclean-am
451
452 clean: clean-am
453
454 distclean-am:  distclean-noinstLTLIBRARIES \
455                 distclean-toolexeclibLTLIBRARIES distclean-compile \
456                 distclean-libtool distclean-tags distclean-generic \
457                 clean-am
458         -rm -f libtool
459
460 distclean: distclean-am
461
462 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
463                 maintainer-clean-toolexeclibLTLIBRARIES \
464                 maintainer-clean-compile maintainer-clean-libtool \
465                 maintainer-clean-tags maintainer-clean-generic \
466                 distclean-am
467         @echo "This command is intended for maintainers to use;"
468         @echo "it deletes files that may require special tools to rebuild."
469
470 maintainer-clean: maintainer-clean-am
471
472 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
473 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
474 mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
475 clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
476 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
477 mostlyclean-compile distclean-compile clean-compile \
478 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
479 clean-libtool maintainer-clean-libtool uninstall-glibcppinstallHEADERS \
480 install-glibcppinstallHEADERS tags mostlyclean-tags distclean-tags \
481 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
482 check-am installcheck-am installcheck install-info-am install-info \
483 install-exec-am install-exec install-data-am install-data install-am \
484 install uninstall-am uninstall all-redirect all-am all installdirs \
485 mostlyclean-generic distclean-generic clean-generic \
486 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
487
488
489 # Tell versions [3.59,3.63) of GNU make to not export all variables.
490 # Otherwise a system limit (for SysV at least) may be exceeded.
491 .NOEXPORT: