source: libcfa/src/Makefile.in@ 6b9daf1

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since 6b9daf1 was 38d12e7, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Adjusted makefiles to use libtool

  • Property mode set to 100644
File size: 30.1 KB
Line 
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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######################## -*- Mode: Makefile-Automake -*- ######################
18###############################################################################
19
20
21VPATH = @srcdir@
22am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32}
33am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 esac; \
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95subdir = src
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
98 $(top_srcdir)/automake/ltoptions.m4 \
99 $(top_srcdir)/automake/ltsugar.m4 \
100 $(top_srcdir)/automake/ltversion.m4 \
101 $(top_srcdir)/automake/lt~obsolete.m4 \
102 $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(nobase_cfa_include_HEADERS) \
106 $(am__DIST_COMMON)
107mkinstalldirs = $(install_sh) -d
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113 *) f=$$p;; \
114 esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122 for p in $$list; do echo "$$p $$p"; done | \
123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125 if (++n[$$2] == $(am__install_max)) \
126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127 END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132 test -z "$$files" \
133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135 $(am__cd) "$$dir" && rm -f $$files; }; \
136 }
137am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"
138LTLIBRARIES = $(lib_LTLIBRARIES)
139libcfa_la_LIBADD =
140am__dirstamp = $(am__leading_dot)dirstamp
141am__objects_1 = fstream.lo iostream.lo iterator.lo limits.lo \
142 rational.lo time.lo stdlib.lo common.lo containers/maybe.lo \
143 containers/pair.lo containers/result.lo containers/vector.lo \
144 concurrency/coroutine.lo concurrency/thread.lo \
145 concurrency/kernel.lo concurrency/monitor.lo \
146 concurrency/mutex.lo
147am__objects_2 = prelude.lo startup.lo interpose.lo bits/debug.lo \
148 assert.lo exception.lo virtual.lo heap.lo $(am__objects_1) \
149 concurrency/CtxSwitch-@ARCHITECTURE@.lo concurrency/alarm.lo \
150 concurrency/invoke.lo concurrency/preemption.lo
151am_libcfa_la_OBJECTS = $(am__objects_2)
152libcfa_la_OBJECTS = $(am_libcfa_la_OBJECTS)
153AM_V_lt = $(am__v_lt_@AM_V@)
154am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155am__v_lt_0 = --silent
156am__v_lt_1 =
157AM_V_P = $(am__v_P_@AM_V@)
158am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159am__v_P_0 = false
160am__v_P_1 = :
161AM_V_GEN = $(am__v_GEN_@AM_V@)
162am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163am__v_GEN_0 = @echo " GEN " $@;
164am__v_GEN_1 =
165AM_V_at = $(am__v_at_@AM_V@)
166am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167am__v_at_0 = @
168am__v_at_1 =
169DEFAULT_INCLUDES = -I.@am__isrc@
170depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
171am__depfiles_maybe = depfiles
172am__mv = mv -f
173CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
174 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
175LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
176 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
177 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178 $(AM_CCASFLAGS) $(CCASFLAGS)
179AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
180am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
181am__v_CPPAS_0 = @echo " CPPAS " $@;
182am__v_CPPAS_1 =
183COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
184 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
187 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
188 $(AM_CFLAGS) $(CFLAGS)
189AM_V_CC = $(am__v_CC_@AM_V@)
190am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
191am__v_CC_0 = @echo " CC " $@;
192am__v_CC_1 =
193CCLD = $(CC)
194LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196 $(AM_LDFLAGS) $(LDFLAGS) -o $@
197AM_V_CCLD = $(am__v_CCLD_@AM_V@)
198am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
199am__v_CCLD_0 = @echo " CCLD " $@;
200am__v_CCLD_1 =
201SOURCES = $(libcfa_la_SOURCES)
202DIST_SOURCES = $(libcfa_la_SOURCES)
203am__can_run_installinfo = \
204 case $$AM_UPDATE_INFO_DIR in \
205 n|no|NO) false;; \
206 *) (install-info --version) >/dev/null 2>&1;; \
207 esac
208HEADERS = $(nobase_cfa_include_HEADERS)
209am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210# Read a list of newline-separated strings from the standard input,
211# and print each of them once, without duplicates. Input order is
212# *not* preserved.
213am__uniquify_input = $(AWK) '\
214 BEGIN { nonempty = 0; } \
215 { items[$$0] = 1; nonempty = 1; } \
216 END { if (nonempty) { for (i in items) print i; }; } \
217'
218# Make sure the list of sources is unique. This is necessary because,
219# e.g., the same source file might be shared among _SOURCES variables
220# for different programs/libraries.
221am__define_uniq_tagged_files = \
222 list='$(am__tagged_files)'; \
223 unique=`for i in $$list; do \
224 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225 done | $(am__uniquify_input)`
226ETAGS = etags
227CTAGS = ctags
228am__DIST_COMMON = $(srcdir)/../../src/cfa.make $(srcdir)/Makefile.in \
229 $(top_srcdir)/automake/depcomp
230DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231ACLOCAL = @ACLOCAL@
232AMTAR = @AMTAR@
233AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234AR = @AR@
235ARCHITECTURE = @ARCHITECTURE@
236ARCH_FLAGS = @ARCH_FLAGS@
237AUTOCONF = @AUTOCONF@
238AUTOHEADER = @AUTOHEADER@
239AUTOMAKE = @AUTOMAKE@
240AWK = @AWK@
241CC = @CC@
242CCAS = @CCAS@
243CCASDEPMODE = @CCASDEPMODE@
244CCASFLAGS = @CCASFLAGS@
245CCDEPMODE = @CCDEPMODE@
246CFACC = @CFACC@
247CFACPP = @CFACPP@
248CFA_BINDIR = @CFA_BINDIR@
249CFA_INCDIR = @CFA_INCDIR@
250CFA_LIBDIR = @CFA_LIBDIR@
251CFA_NAME = @CFA_NAME@
252CFA_PREFIX = @CFA_PREFIX@
253CFLAGS = @CFLAGS@
254CONFIGURATION = @CONFIGURATION@
255CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@
256CONFIG_CFLAGS = @CONFIG_CFLAGS@
257CPP = @CPP@
258CPPFLAGS = @CPPFLAGS@
259CXX = @CXX@
260CXXCPP = @CXXCPP@
261CXXDEPMODE = @CXXDEPMODE@
262CXXFLAGS = @CXXFLAGS@
263CYGPATH_W = @CYGPATH_W@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DRIVER_DIR = @DRIVER_DIR@
268DSYMUTIL = @DSYMUTIL@
269DUMPBIN = @DUMPBIN@
270ECHO_C = @ECHO_C@
271ECHO_N = @ECHO_N@
272ECHO_T = @ECHO_T@
273EGREP = @EGREP@
274EXEEXT = @EXEEXT@
275FGREP = @FGREP@
276GREP = @GREP@
277INSTALL = @INSTALL@
278INSTALL_DATA = @INSTALL_DATA@
279INSTALL_PROGRAM = @INSTALL_PROGRAM@
280INSTALL_SCRIPT = @INSTALL_SCRIPT@
281INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282LD = @LD@
283LDFLAGS = @LDFLAGS@
284LIBOBJS = @LIBOBJS@
285LIBS = @LIBS@
286LIBTOOL = @LIBTOOL@
287LIPO = @LIPO@
288LN_S = @LN_S@
289LTLIBOBJS = @LTLIBOBJS@
290LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
291MAKEINFO = @MAKEINFO@
292MANIFEST_TOOL = @MANIFEST_TOOL@
293MKDIR_P = @MKDIR_P@
294NM = @NM@
295NMEDIT = @NMEDIT@
296OBJDUMP = @OBJDUMP@
297OBJEXT = @OBJEXT@
298OTOOL = @OTOOL@
299OTOOL64 = @OTOOL64@
300PACKAGE = @PACKAGE@
301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302PACKAGE_NAME = @PACKAGE_NAME@
303PACKAGE_STRING = @PACKAGE_STRING@
304PACKAGE_TARNAME = @PACKAGE_TARNAME@
305PACKAGE_URL = @PACKAGE_URL@
306PACKAGE_VERSION = @PACKAGE_VERSION@
307PATH_SEPARATOR = @PATH_SEPARATOR@
308RANLIB = @RANLIB@
309SED = @SED@
310SET_MAKE = @SET_MAKE@
311SHELL = @SHELL@
312STRIP = @STRIP@
313VERSION = @VERSION@
314abs_builddir = @abs_builddir@
315abs_srcdir = @abs_srcdir@
316abs_top_builddir = @abs_top_builddir@
317abs_top_srcdir = @abs_top_srcdir@
318ac_ct_AR = @ac_ct_AR@
319ac_ct_CC = @ac_ct_CC@
320ac_ct_CXX = @ac_ct_CXX@
321ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
322am__include = @am__include@
323am__leading_dot = @am__leading_dot@
324am__quote = @am__quote@
325am__tar = @am__tar@
326am__untar = @am__untar@
327bindir = @bindir@
328build = @build@
329build_alias = @build_alias@
330build_cpu = @build_cpu@
331build_os = @build_os@
332build_vendor = @build_vendor@
333builddir = @builddir@
334datadir = @datadir@
335datarootdir = @datarootdir@
336docdir = @docdir@
337dvidir = @dvidir@
338exec_prefix = @exec_prefix@
339host = @host@
340host_alias = @host_alias@
341host_cpu = @host_cpu@
342host_os = @host_os@
343host_vendor = @host_vendor@
344htmldir = @htmldir@
345includedir = @includedir@
346infodir = @infodir@
347install_sh = @install_sh@
348libdir = ${CFA_LIBDIR}
349libexecdir = @libexecdir@
350localedir = @localedir@
351localstatedir = @localstatedir@
352mandir = @mandir@
353mkdir_p = @mkdir_p@
354oldincludedir = @oldincludedir@
355pdfdir = @pdfdir@
356prefix = @prefix@
357program_transform_name = @program_transform_name@
358psdir = @psdir@
359runstatedir = @runstatedir@
360sbindir = @sbindir@
361sharedstatedir = @sharedstatedir@
362srcdir = @srcdir@
363sysconfdir = @sysconfdir@
364target_alias = @target_alias@
365top_build_prefix = @top_build_prefix@
366top_builddir = @top_builddir@
367top_srcdir = @top_srcdir@
368
369# create object files in directory with source files
370AUTOMAKE_OPTIONS = foreign subdir-objects
371ACLOCAL_AMFLAGS = -I automake
372ARFLAGS = cr
373CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
374LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
375 $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \
376 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) \
377 $(AM_CFLAGS) $(CFLAGS)
378
379AM_V_CFA = $(am__v_CFA_@AM_V@)
380am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
381am__v_CFA_0 = @echo " CFA " $@;
382am__v_CFA_1 =
383lib_LTLIBRARIES = libcfa.la
384
385# AM_CFLAGS for all cfa source
386# AM_CFAFLAGS for only cfa source
387# use -no-include-stdhdr to prevent rebuild cycles
388# The built sources must not depend on the installed headers
389AM_CFAFLAGS = -quiet -in-tree -imacros prelude.c -I$(srcdir)/stdhdr @CONFIG_CFAFLAGS@
390AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@
391AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@
392
393#----------------------------------------------------------------------------------------------------------------
394
395# not all platforms support concurrency, add option do disable it
396headers = fstream.hfa iostream.hfa iterator.hfa limits.hfa \
397 rational.hfa time.hfa stdlib.hfa common.hfa \
398 containers/maybe.hfa containers/pair.hfa containers/result.hfa \
399 containers/vector.hfa concurrency/coroutine.hfa \
400 concurrency/thread.hfa concurrency/kernel.hfa \
401 concurrency/monitor.hfa concurrency/mutex.hfa
402libobjs = ${headers:.hfa=.lo}
403
404# not all platforms support concurrency, add option do disable it
405libsrc = prelude.c startup.cfa interpose.cfa bits/debug.cfa assert.cfa \
406 exception.c virtual.c heap.cfa ${headers:.hfa=.cfa} \
407 concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa \
408 concurrency/invoke.c concurrency/preemption.cfa
409libcfa_la_SOURCES = ${libsrc}
410stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ")
411cfa_includedir = $(CFA_INCDIR)
412nobase_cfa_include_HEADERS = \
413 ${headers} \
414 ${stdhdr} \
415 math.hfa \
416 gmp.hfa \
417 time_t.hfa \
418 bits/align.hfa \
419 bits/containers.hfa \
420 bits/defs.hfa \
421 bits/debug.hfa \
422 bits/locks.hfa \
423 concurrency/invoke.h
424
425MOSTLYCLEANFILES = prelude.c
426all: all-am
427
428.SUFFIXES:
429.SUFFIXES: .S .c .cfa .lo .o .obj
430$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../src/cfa.make $(am__configure_deps)
431 @for dep in $?; do \
432 case '$(am__configure_deps)' in \
433 *$$dep*) \
434 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
435 && { if test -f $@; then exit 0; else break; fi; }; \
436 exit 1;; \
437 esac; \
438 done; \
439 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
440 $(am__cd) $(top_srcdir) && \
441 $(AUTOMAKE) --foreign src/Makefile
442Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
443 @case '$?' in \
444 *config.status*) \
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
446 *) \
447 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
448 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
449 esac;
450$(srcdir)/../../src/cfa.make $(am__empty):
451
452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
455$(top_srcdir)/configure: $(am__configure_deps)
456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457$(ACLOCAL_M4): $(am__aclocal_m4_deps)
458 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459$(am__aclocal_m4_deps):
460
461install-libLTLIBRARIES: $(lib_LTLIBRARIES)
462 @$(NORMAL_INSTALL)
463 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
464 list2=; for p in $$list; do \
465 if test -f $$p; then \
466 list2="$$list2 $$p"; \
467 else :; fi; \
468 done; \
469 test -z "$$list2" || { \
470 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
471 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
472 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
473 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
474 }
475
476uninstall-libLTLIBRARIES:
477 @$(NORMAL_UNINSTALL)
478 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
479 for p in $$list; do \
480 $(am__strip_dir) \
481 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
482 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
483 done
484
485clean-libLTLIBRARIES:
486 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
487 @list='$(lib_LTLIBRARIES)'; \
488 locs=`for p in $$list; do echo $$p; done | \
489 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
490 sort -u`; \
491 test -z "$$locs" || { \
492 echo rm -f $${locs}; \
493 rm -f $${locs}; \
494 }
495bits/$(am__dirstamp):
496 @$(MKDIR_P) bits
497 @: > bits/$(am__dirstamp)
498bits/$(DEPDIR)/$(am__dirstamp):
499 @$(MKDIR_P) bits/$(DEPDIR)
500 @: > bits/$(DEPDIR)/$(am__dirstamp)
501bits/debug.lo: bits/$(am__dirstamp) bits/$(DEPDIR)/$(am__dirstamp)
502containers/$(am__dirstamp):
503 @$(MKDIR_P) containers
504 @: > containers/$(am__dirstamp)
505containers/$(DEPDIR)/$(am__dirstamp):
506 @$(MKDIR_P) containers/$(DEPDIR)
507 @: > containers/$(DEPDIR)/$(am__dirstamp)
508containers/maybe.lo: containers/$(am__dirstamp) \
509 containers/$(DEPDIR)/$(am__dirstamp)
510containers/pair.lo: containers/$(am__dirstamp) \
511 containers/$(DEPDIR)/$(am__dirstamp)
512containers/result.lo: containers/$(am__dirstamp) \
513 containers/$(DEPDIR)/$(am__dirstamp)
514containers/vector.lo: containers/$(am__dirstamp) \
515 containers/$(DEPDIR)/$(am__dirstamp)
516concurrency/$(am__dirstamp):
517 @$(MKDIR_P) concurrency
518 @: > concurrency/$(am__dirstamp)
519concurrency/$(DEPDIR)/$(am__dirstamp):
520 @$(MKDIR_P) concurrency/$(DEPDIR)
521 @: > concurrency/$(DEPDIR)/$(am__dirstamp)
522concurrency/coroutine.lo: concurrency/$(am__dirstamp) \
523 concurrency/$(DEPDIR)/$(am__dirstamp)
524concurrency/thread.lo: concurrency/$(am__dirstamp) \
525 concurrency/$(DEPDIR)/$(am__dirstamp)
526concurrency/kernel.lo: concurrency/$(am__dirstamp) \
527 concurrency/$(DEPDIR)/$(am__dirstamp)
528concurrency/monitor.lo: concurrency/$(am__dirstamp) \
529 concurrency/$(DEPDIR)/$(am__dirstamp)
530concurrency/mutex.lo: concurrency/$(am__dirstamp) \
531 concurrency/$(DEPDIR)/$(am__dirstamp)
532concurrency/CtxSwitch-@ARCHITECTURE@.lo: concurrency/$(am__dirstamp) \
533 concurrency/$(DEPDIR)/$(am__dirstamp)
534concurrency/alarm.lo: concurrency/$(am__dirstamp) \
535 concurrency/$(DEPDIR)/$(am__dirstamp)
536concurrency/invoke.lo: concurrency/$(am__dirstamp) \
537 concurrency/$(DEPDIR)/$(am__dirstamp)
538concurrency/preemption.lo: concurrency/$(am__dirstamp) \
539 concurrency/$(DEPDIR)/$(am__dirstamp)
540
541libcfa.la: $(libcfa_la_OBJECTS) $(libcfa_la_DEPENDENCIES) $(EXTRA_libcfa_la_DEPENDENCIES)
542 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libcfa_la_OBJECTS) $(libcfa_la_LIBADD) $(LIBS)
543
544mostlyclean-compile:
545 -rm -f *.$(OBJEXT)
546 -rm -f bits/*.$(OBJEXT)
547 -rm -f bits/*.lo
548 -rm -f concurrency/*.$(OBJEXT)
549 -rm -f concurrency/*.lo
550 -rm -f containers/*.$(OBJEXT)
551 -rm -f containers/*.lo
552
553distclean-compile:
554 -rm -f *.tab.c
555
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prelude.Plo@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Plo@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@ARCHITECTURE@.Plo@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/invoke.Plo@am__quote@
561
562.S.o:
563@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
564@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
565@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
566@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
569
570.S.obj:
571@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
572@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
573@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
574@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
575@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
577
578.S.lo:
579@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
580@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
581@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
582@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
583@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
585
586.c.o:
587@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
588@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
589@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
590@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
591@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
593
594.c.obj:
595@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
596@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
597@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
598@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
599@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
601
602.c.lo:
603@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
604@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
605@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
606@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
607@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
609
610mostlyclean-libtool:
611 -rm -f *.lo
612
613clean-libtool:
614 -rm -rf .libs _libs
615 -rm -rf bits/.libs bits/_libs
616 -rm -rf concurrency/.libs concurrency/_libs
617 -rm -rf containers/.libs containers/_libs
618install-nobase_cfa_includeHEADERS: $(nobase_cfa_include_HEADERS)
619 @$(NORMAL_INSTALL)
620 @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
621 if test -n "$$list"; then \
622 echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)'"; \
623 $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)" || exit 1; \
624 fi; \
625 $(am__nobase_list) | while read dir files; do \
626 xfiles=; for file in $$files; do \
627 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
628 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
629 test -z "$$xfiles" || { \
630 test "x$$dir" = x. || { \
631 echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
632 $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)/$$dir"; }; \
633 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
634 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(cfa_includedir)/$$dir" || exit $$?; }; \
635 done
636
637uninstall-nobase_cfa_includeHEADERS:
638 @$(NORMAL_UNINSTALL)
639 @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
640 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
641 dir='$(DESTDIR)$(cfa_includedir)'; $(am__uninstall_files_from_dir)
642
643ID: $(am__tagged_files)
644 $(am__define_uniq_tagged_files); mkid -fID $$unique
645tags: tags-am
646TAGS: tags
647
648tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649 set x; \
650 here=`pwd`; \
651 $(am__define_uniq_tagged_files); \
652 shift; \
653 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
654 test -n "$$unique" || unique=$$empty_fix; \
655 if test $$# -gt 0; then \
656 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
657 "$$@" $$unique; \
658 else \
659 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
660 $$unique; \
661 fi; \
662 fi
663ctags: ctags-am
664
665CTAGS: ctags
666ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
667 $(am__define_uniq_tagged_files); \
668 test -z "$(CTAGS_ARGS)$$unique" \
669 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
670 $$unique
671
672GTAGS:
673 here=`$(am__cd) $(top_builddir) && pwd` \
674 && $(am__cd) $(top_srcdir) \
675 && gtags -i $(GTAGS_ARGS) "$$here"
676cscopelist: cscopelist-am
677
678cscopelist-am: $(am__tagged_files)
679 list='$(am__tagged_files)'; \
680 case "$(srcdir)" in \
681 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
682 *) sdir=$(subdir)/$(srcdir) ;; \
683 esac; \
684 for i in $$list; do \
685 if test -f "$$i"; then \
686 echo "$(subdir)/$$i"; \
687 else \
688 echo "$$sdir/$$i"; \
689 fi; \
690 done >> $(top_builddir)/cscope.files
691
692distclean-tags:
693 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
694
695distdir: $(DISTFILES)
696 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
697 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
698 list='$(DISTFILES)'; \
699 dist_files=`for file in $$list; do echo $$file; done | \
700 sed -e "s|^$$srcdirstrip/||;t" \
701 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
702 case $$dist_files in \
703 */*) $(MKDIR_P) `echo "$$dist_files" | \
704 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
705 sort -u` ;; \
706 esac; \
707 for file in $$dist_files; do \
708 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
709 if test -d $$d/$$file; then \
710 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
711 if test -d "$(distdir)/$$file"; then \
712 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
713 fi; \
714 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
715 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
716 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
717 fi; \
718 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
719 else \
720 test -f "$(distdir)/$$file" \
721 || cp -p $$d/$$file "$(distdir)/$$file" \
722 || exit 1; \
723 fi; \
724 done
725check-am: all-am
726check: check-am
727all-am: Makefile $(LTLIBRARIES) $(HEADERS)
728installdirs:
729 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"; do \
730 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
731 done
732install: install-am
733install-exec: install-exec-am
734install-data: install-data-am
735uninstall: uninstall-am
736
737install-am: all-am
738 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
739
740installcheck: installcheck-am
741install-strip:
742 if test -z '$(STRIP)'; then \
743 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
744 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
745 install; \
746 else \
747 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
748 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
749 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
750 fi
751mostlyclean-generic:
752 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
753
754clean-generic:
755
756distclean-generic:
757 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
758 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
759 -rm -f bits/$(DEPDIR)/$(am__dirstamp)
760 -rm -f bits/$(am__dirstamp)
761 -rm -f concurrency/$(DEPDIR)/$(am__dirstamp)
762 -rm -f concurrency/$(am__dirstamp)
763 -rm -f containers/$(DEPDIR)/$(am__dirstamp)
764 -rm -f containers/$(am__dirstamp)
765
766maintainer-clean-generic:
767 @echo "This command is intended for maintainers to use"
768 @echo "it deletes files that may require special tools to rebuild."
769clean: clean-am
770
771clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
772 mostlyclean-am
773
774distclean: distclean-am
775 -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
776 -rm -f Makefile
777distclean-am: clean-am distclean-compile distclean-generic \
778 distclean-tags
779
780dvi: dvi-am
781
782dvi-am:
783
784html: html-am
785
786html-am:
787
788info: info-am
789
790info-am:
791
792install-data-am: install-nobase_cfa_includeHEADERS
793
794install-dvi: install-dvi-am
795
796install-dvi-am:
797
798install-exec-am: install-libLTLIBRARIES
799
800install-html: install-html-am
801
802install-html-am:
803
804install-info: install-info-am
805
806install-info-am:
807
808install-man:
809
810install-pdf: install-pdf-am
811
812install-pdf-am:
813
814install-ps: install-ps-am
815
816install-ps-am:
817
818installcheck-am:
819
820maintainer-clean: maintainer-clean-am
821 -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
822 -rm -f Makefile
823maintainer-clean-am: distclean-am maintainer-clean-generic \
824 maintainer-clean-local
825
826mostlyclean: mostlyclean-am
827
828mostlyclean-am: mostlyclean-compile mostlyclean-generic \
829 mostlyclean-libtool
830
831pdf: pdf-am
832
833pdf-am:
834
835ps: ps-am
836
837ps-am:
838
839uninstall-am: uninstall-libLTLIBRARIES \
840 uninstall-nobase_cfa_includeHEADERS
841
842.MAKE: install-am install-strip
843
844.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
845 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
846 ctags-am distclean distclean-compile distclean-generic \
847 distclean-libtool distclean-tags distdir dvi dvi-am html \
848 html-am info info-am install install-am install-data \
849 install-data-am install-dvi install-dvi-am install-exec \
850 install-exec-am install-html install-html-am install-info \
851 install-info-am install-libLTLIBRARIES install-man \
852 install-nobase_cfa_includeHEADERS install-pdf install-pdf-am \
853 install-ps install-ps-am install-strip installcheck \
854 installcheck-am installdirs maintainer-clean \
855 maintainer-clean-generic maintainer-clean-local mostlyclean \
856 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
857 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
858 uninstall-libLTLIBRARIES uninstall-nobase_cfa_includeHEADERS
859
860.PRECIOUS: Makefile
861
862
863.cfa.o: $(CFACC) $(CFACPP)
864 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
865 $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
866 $(am__mv) $$depbase.Tpo $$depbase.Po
867
868.cfa.lo:
869 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
870 $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
871 $(am__mv) $$depbase.Tpo $$depbase.Plo
872
873#----------------------------------------------------------------------------------------------------------------
874# add dependency to cfa-cpp so all libraries are rebuilt with new translator
875${libobjs} : ${cfalib_DATA}
876
877#----------------------------------------------------------------------------------------------------------------
878maintainer-clean-local:
879 -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR}
880
881# Tell versions [3.59,3.63) of GNU make to not export all variables.
882# Otherwise a system limit (for SysV at least) may be exceeded.
883.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.