source: libcfa/src/Makefile.in@ f441c88

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 f441c88 was e523b07, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Implemented the nolib configuration

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