source: libcfa/src/Makefile.in@ f90d10f

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since f90d10f was c680a4b, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Added defines.hfa to the prelude

  • Property mode set to 100644
File size: 35.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 = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = src
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
97 $(top_srcdir)/automake/ltoptions.m4 \
98 $(top_srcdir)/automake/ltsugar.m4 \
99 $(top_srcdir)/automake/ltversion.m4 \
100 $(top_srcdir)/automake/lt~obsolete.m4 \
101 $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103 $(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am \
105 $(am__nobase_cfa_include_HEADERS_DIST) $(am__DIST_COMMON)
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/prelude/defines.hfa
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__libcfa_la_SOURCES_DIST = prelude.cfa startup.cfa interpose.cfa \
141 bits/debug.cfa assert.cfa exception.c virtual.c heap.cfa \
142 fstream.cfa iostream.cfa iterator.cfa limits.cfa rational.cfa \
143 time.cfa stdlib.cfa common.cfa containers/maybe.cfa \
144 containers/pair.cfa containers/result.cfa \
145 containers/vector.cfa
146am__dirstamp = $(am__leading_dot)dirstamp
147@BUILDLIB_TRUE@am__objects_1 = fstream.lo iostream.lo iterator.lo \
148@BUILDLIB_TRUE@ limits.lo rational.lo time.lo stdlib.lo \
149@BUILDLIB_TRUE@ common.lo containers/maybe.lo \
150@BUILDLIB_TRUE@ containers/pair.lo containers/result.lo \
151@BUILDLIB_TRUE@ containers/vector.lo
152@BUILDLIB_TRUE@am__objects_2 = startup.lo interpose.lo bits/debug.lo \
153@BUILDLIB_TRUE@ assert.lo exception.lo virtual.lo heap.lo \
154@BUILDLIB_TRUE@ $(am__objects_1)
155am_libcfa_la_OBJECTS = prelude.lo $(am__objects_2)
156libcfa_la_OBJECTS = $(am_libcfa_la_OBJECTS)
157AM_V_lt = $(am__v_lt_@AM_V@)
158am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159am__v_lt_0 = --silent
160am__v_lt_1 =
161libcfa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163 $(libcfa_la_LDFLAGS) $(LDFLAGS) -o $@
164libcfathread_la_LIBADD =
165am__libcfathread_la_SOURCES_DIST = \
166 concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa \
167 concurrency/invoke.c concurrency/io.cfa \
168 concurrency/preemption.cfa concurrency/coroutine.cfa \
169 concurrency/thread.cfa concurrency/kernel.cfa \
170 concurrency/monitor.cfa concurrency/mutex.cfa
171@BUILDLIB_TRUE@am__objects_3 = concurrency/coroutine.lo \
172@BUILDLIB_TRUE@ concurrency/thread.lo concurrency/kernel.lo \
173@BUILDLIB_TRUE@ concurrency/monitor.lo concurrency/mutex.lo
174@BUILDLIB_TRUE@am__objects_4 = \
175@BUILDLIB_TRUE@ concurrency/CtxSwitch-@ARCHITECTURE@.lo \
176@BUILDLIB_TRUE@ concurrency/alarm.lo concurrency/invoke.lo \
177@BUILDLIB_TRUE@ concurrency/io.lo concurrency/preemption.lo \
178@BUILDLIB_TRUE@ $(am__objects_3)
179am_libcfathread_la_OBJECTS = $(am__objects_4)
180libcfathread_la_OBJECTS = $(am_libcfathread_la_OBJECTS)
181libcfathread_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
182 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
183 $(AM_CFLAGS) $(CFLAGS) $(libcfathread_la_LDFLAGS) $(LDFLAGS) \
184 -o $@
185AM_V_P = $(am__v_P_@AM_V@)
186am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
187am__v_P_0 = false
188am__v_P_1 = :
189AM_V_GEN = $(am__v_GEN_@AM_V@)
190am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191am__v_GEN_0 = @echo " GEN " $@;
192am__v_GEN_1 =
193AM_V_at = $(am__v_at_@AM_V@)
194am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195am__v_at_0 = @
196am__v_at_1 =
197DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/prelude
198depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
199am__depfiles_maybe = depfiles
200am__mv = mv -f
201CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
202 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
203LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
204 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
205 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
206 $(AM_CCASFLAGS) $(CCASFLAGS)
207AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
208am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
209am__v_CPPAS_0 = @echo " CPPAS " $@;
210am__v_CPPAS_1 =
211COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
212 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
213LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
215 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
216 $(AM_CFLAGS) $(CFLAGS)
217AM_V_CC = $(am__v_CC_@AM_V@)
218am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
219am__v_CC_0 = @echo " CC " $@;
220am__v_CC_1 =
221CCLD = $(CC)
222LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
223 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
224 $(AM_LDFLAGS) $(LDFLAGS) -o $@
225AM_V_CCLD = $(am__v_CCLD_@AM_V@)
226am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
227am__v_CCLD_0 = @echo " CCLD " $@;
228am__v_CCLD_1 =
229SOURCES = $(libcfa_la_SOURCES) $(libcfathread_la_SOURCES)
230DIST_SOURCES = $(am__libcfa_la_SOURCES_DIST) \
231 $(am__libcfathread_la_SOURCES_DIST)
232am__can_run_installinfo = \
233 case $$AM_UPDATE_INFO_DIR in \
234 n|no|NO) false;; \
235 *) (install-info --version) >/dev/null 2>&1;; \
236 esac
237am__nobase_cfa_include_HEADERS_DIST = $(shell find $(srcdir)/stdhdr \
238 -type f -printf "%p ") fstream.hfa iostream.hfa iterator.hfa \
239 limits.hfa rational.hfa time.hfa stdlib.hfa common.hfa \
240 containers/maybe.hfa containers/pair.hfa containers/result.hfa \
241 containers/vector.hfa bitmanip.hfa math.hfa gmp.hfa time_t.hfa \
242 bits/align.hfa bits/containers.hfa bits/defs.hfa \
243 bits/debug.hfa bits/locks.hfa concurrency/coroutine.hfa \
244 concurrency/thread.hfa concurrency/kernel.hfa \
245 concurrency/monitor.hfa concurrency/mutex.hfa \
246 concurrency/invoke.h
247HEADERS = $(nobase_cfa_include_HEADERS)
248am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
249# Read a list of newline-separated strings from the standard input,
250# and print each of them once, without duplicates. Input order is
251# *not* preserved.
252am__uniquify_input = $(AWK) '\
253 BEGIN { nonempty = 0; } \
254 { items[$$0] = 1; nonempty = 1; } \
255 END { if (nonempty) { for (i in items) print i; }; } \
256'
257# Make sure the list of sources is unique. This is necessary because,
258# e.g., the same source file might be shared among _SOURCES variables
259# for different programs/libraries.
260am__define_uniq_tagged_files = \
261 list='$(am__tagged_files)'; \
262 unique=`for i in $$list; do \
263 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264 done | $(am__uniquify_input)`
265ETAGS = etags
266CTAGS = ctags
267am__DIST_COMMON = $(srcdir)/../../src/cfa.make $(srcdir)/Makefile.in \
268 $(top_srcdir)/automake/depcomp
269DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
270VPATH = @srcdir@ :../prelude
271ACLOCAL = @ACLOCAL@
272AMTAR = @AMTAR@
273AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
274AR = @AR@
275ARCHITECTURE = @ARCHITECTURE@
276ARCH_FLAGS = @ARCH_FLAGS@
277AUTOCONF = @AUTOCONF@
278AUTOHEADER = @AUTOHEADER@
279AUTOMAKE = @AUTOMAKE@
280AWK = @AWK@
281CC = @CC@
282CCAS = @CCAS@
283CCASDEPMODE = @CCASDEPMODE@
284CCASFLAGS = @CCASFLAGS@
285CCDEPMODE = @CCDEPMODE@
286CFACC = @CFACC@
287CFACPP = @CFACPP@
288CFADIR_HASH = @CFADIR_HASH@
289CFA_BINDIR = @CFA_BINDIR@
290CFA_INCDIR = @CFA_INCDIR@
291CFA_LIBDIR = @CFA_LIBDIR@
292CFA_NAME = @CFA_NAME@
293CFA_PREFIX = @CFA_PREFIX@
294CFA_VERSION = @CFA_VERSION@
295CFLAGS = @CFLAGS@
296CONFIGURATION = @CONFIGURATION@
297CONFIG_BUILDLIB = @CONFIG_BUILDLIB@
298CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@
299CONFIG_CFLAGS = @CONFIG_CFLAGS@
300CPP = @CPP@
301CPPFLAGS = @CPPFLAGS@
302CXX = @CXX@
303CXXCPP = @CXXCPP@
304CXXDEPMODE = @CXXDEPMODE@
305CXXFLAGS = @CXXFLAGS@
306CYGPATH_W = @CYGPATH_W@
307DEFS = @DEFS@
308DEPDIR = @DEPDIR@
309DLLTOOL = @DLLTOOL@
310DRIVER_DIR = @DRIVER_DIR@
311DSYMUTIL = @DSYMUTIL@
312DUMPBIN = @DUMPBIN@
313ECHO_C = @ECHO_C@
314ECHO_N = @ECHO_N@
315ECHO_T = @ECHO_T@
316EGREP = @EGREP@
317EXEEXT = @EXEEXT@
318FGREP = @FGREP@
319GREP = @GREP@
320INSTALL = @INSTALL@
321INSTALL_DATA = @INSTALL_DATA@
322INSTALL_PROGRAM = @INSTALL_PROGRAM@
323INSTALL_SCRIPT = @INSTALL_SCRIPT@
324INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
325LD = @LD@
326LDFLAGS = @LDFLAGS@
327LIBOBJS = @LIBOBJS@
328LIBS = @LIBS@
329LIBTOOL = @LIBTOOL@
330LIPO = @LIPO@
331LN_S = @LN_S@
332LOCAL_CC1 = @LOCAL_CC1@
333LOCAL_CFACC = @LOCAL_CFACC@
334LTLIBOBJS = @LTLIBOBJS@
335LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
336MAKEINFO = @MAKEINFO@
337MANIFEST_TOOL = @MANIFEST_TOOL@
338MKDIR_P = @MKDIR_P@
339NM = @NM@
340NMEDIT = @NMEDIT@
341OBJDUMP = @OBJDUMP@
342OBJEXT = @OBJEXT@
343OTOOL = @OTOOL@
344OTOOL64 = @OTOOL64@
345PACKAGE = @PACKAGE@
346PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
347PACKAGE_NAME = @PACKAGE_NAME@
348PACKAGE_STRING = @PACKAGE_STRING@
349PACKAGE_TARNAME = @PACKAGE_TARNAME@
350PACKAGE_URL = @PACKAGE_URL@
351PACKAGE_VERSION = @PACKAGE_VERSION@
352PATH_SEPARATOR = @PATH_SEPARATOR@
353RANLIB = @RANLIB@
354SED = @SED@
355SET_MAKE = @SET_MAKE@
356SHELL = @SHELL@
357STRIP = @STRIP@
358VERSION = @VERSION@
359abs_builddir = @abs_builddir@
360abs_srcdir = @abs_srcdir@
361abs_top_builddir = @abs_top_builddir@
362abs_top_srcdir = @abs_top_srcdir@
363ac_ct_AR = @ac_ct_AR@
364ac_ct_CC = @ac_ct_CC@
365ac_ct_CXX = @ac_ct_CXX@
366ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
367am__include = @am__include@
368am__leading_dot = @am__leading_dot@
369am__quote = @am__quote@
370am__tar = @am__tar@
371am__untar = @am__untar@
372bindir = @bindir@
373build = @build@
374build_alias = @build_alias@
375build_cpu = @build_cpu@
376build_os = @build_os@
377build_vendor = @build_vendor@
378builddir = @builddir@
379datadir = @datadir@
380datarootdir = @datarootdir@
381docdir = @docdir@
382dvidir = @dvidir@
383exec_prefix = @exec_prefix@
384host = @host@
385host_alias = @host_alias@
386host_cpu = @host_cpu@
387host_os = @host_os@
388host_vendor = @host_vendor@
389htmldir = @htmldir@
390includedir = @includedir@
391infodir = @infodir@
392install_sh = @install_sh@
393libdir = ${CFA_LIBDIR}
394libexecdir = @libexecdir@
395localedir = @localedir@
396localstatedir = @localstatedir@
397mandir = @mandir@
398mkdir_p = @mkdir_p@
399oldincludedir = @oldincludedir@
400pdfdir = @pdfdir@
401prefix = @prefix@
402program_transform_name = @program_transform_name@
403psdir = @psdir@
404runstatedir = @runstatedir@
405sbindir = @sbindir@
406sharedstatedir = @sharedstatedir@
407srcdir = @srcdir@
408sysconfdir = @sysconfdir@
409target_alias = @target_alias@
410top_build_prefix = @top_build_prefix@
411top_builddir = @top_builddir@
412top_srcdir = @top_srcdir@
413
414# create object files in directory with source files
415AUTOMAKE_OPTIONS = foreign subdir-objects
416ACLOCAL_AMFLAGS = -I automake
417CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
418LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
419 $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \
420 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(AM_CFLAGS) $(CFAFLAGS) $(CFLAGS)
421
422AM_V_CFA = $(am__v_CFA_@AM_V@)
423am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
424am__v_CFA_0 = @echo " CFA " $@;
425am__v_CFA_1 =
426UPPCC = u++
427UPPCOMPILE = $(UPPCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_UPPFLAGS) $(UPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_CFLAGS) $(CFLAGS)
428AM_V_UPP = $(am__v_UPP_@AM_V@)
429am__v_UPP_ = $(am__v_UPP_@AM_DEFAULT_V@)
430am__v_UPP_0 = @echo " UPP " $@;
431am__v_UPP_1 =
432AM_V_GOC = $(am__v_GOC_@AM_V@)
433am__v_GOC_ = $(am__v_GOC_@AM_DEFAULT_V@)
434am__v_GOC_0 = @echo " GOC " $@;
435am__v_GOC_1 =
436AM_V_PY = $(am__v_PY_@AM_V@)
437am__v_PY_ = $(am__v_PY_@AM_DEFAULT_V@)
438am__v_PY_0 = @echo " PYTHON " $@;
439am__v_PY_1 =
440AM_V_RUST = $(am__v_RUST_@AM_V@)
441am__v_RUST_ = $(am__v_RUST_@AM_DEFAULT_V@)
442am__v_RUST_0 = @echo " RUST " $@;
443am__v_RUST_1 =
444AM_V_NODEJS = $(am__v_NODEJS_@AM_V@)
445am__v_NODEJS_ = $(am__v_NODEJS_@AM_DEFAULT_V@)
446am__v_NODEJS_0 = @echo " NODEJS " $@;
447am__v_NODEJS_1 =
448AM_V_JAVAC = $(am__v_JAVAC_@AM_V@)
449am__v_JAVAC_ = $(am__v_JAVAC_@AM_DEFAULT_V@)
450am__v_JAVAC_0 = @echo " JAVAC " $@;
451am__v_JAVAC_1 =
452lib_LTLIBRARIES = libcfa.la libcfathread.la
453gdbwaittarget = ""
454
455# AM_CFLAGS for all cfa source
456# AM_CFAFLAGS for only cfa source
457# use -no-include-stdhdr to prevent rebuild cycles
458# The built sources must not depend on the installed headers
459AM_CFAFLAGS = -quiet -cfalib -I$(srcdir)/stdhdr $(if $(findstring ${gdbwaittarget}, ${@}), -XCFA --gdb) @CONFIG_CFAFLAGS@
460AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC -fexceptions -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@
461AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@
462@BUILDLIB_FALSE@headers_nosrc =
463
464#----------------------------------------------------------------------------------------------------------------
465@BUILDLIB_TRUE@headers_nosrc = bitmanip.hfa math.hfa gmp.hfa time_t.hfa bits/align.hfa bits/containers.hfa bits/defs.hfa bits/debug.hfa bits/locks.hfa
466@BUILDLIB_FALSE@headers =
467@BUILDLIB_TRUE@headers = fstream.hfa iostream.hfa iterator.hfa limits.hfa rational.hfa time.hfa stdlib.hfa common.hfa \
468@BUILDLIB_TRUE@ containers/maybe.hfa containers/pair.hfa containers/result.hfa containers/vector.hfa
469
470@BUILDLIB_FALSE@libsrc =
471@BUILDLIB_TRUE@libsrc = startup.cfa interpose.cfa bits/debug.cfa assert.cfa exception.c virtual.c heap.cfa ${headers:.hfa=.cfa}
472@BUILDLIB_FALSE@thread_headers_nosrc =
473
474# not all platforms support concurrency, add option do disable it
475@BUILDLIB_TRUE@thread_headers_nosrc = concurrency/invoke.h
476@BUILDLIB_FALSE@thread_headers =
477@BUILDLIB_TRUE@thread_headers = concurrency/coroutine.hfa concurrency/thread.hfa concurrency/kernel.hfa concurrency/monitor.hfa concurrency/mutex.hfa
478@BUILDLIB_TRUE@thread_libsrc = concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa concurrency/invoke.c concurrency/io.cfa concurrency/preemption.cfa ${thread_headers:.hfa=.cfa}
479
480#----------------------------------------------------------------------------------------------------------------
481# add dependency to cfa-cpp so all libraries are rebuilt with new translator
482#@CFACC@ @CFACPP@ prelude.cfa
483
484# add dependency of cfa files
485libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(libsrc))))
486thread_libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(thread_libsrc))))
487
488# .deps inclusion is not done automatically by automake for new languages
489libdeps = $(join \
490 $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \
491 $(notdir ${libobjs:.lo=.Plo}) \
492)
493
494thread_libdeps = $(join \
495 $(addsuffix $(DEPDIR)/ , $(dir $(thread_libobjs) ) ), \
496 $(notdir ${thread_libobjs:.lo=.Plo}) \
497)
498
499
500#----------------------------------------------------------------------------------------------------------------
501libcfa_la_SOURCES = prelude.cfa ${libsrc}
502libcfa_la_LDFLAGS = -version-info @CFA_VERSION@
503libcfathread_la_SOURCES = ${thread_libsrc}
504libcfathread_la_LDFLAGS = -version-info @CFA_VERSION@
505stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ")
506cfa_includedir = $(CFA_INCDIR)
507nobase_cfa_include_HEADERS = ${stdhdr} ${headers} ${headers_nosrc} ${thread_headers} ${thread_headers_nosrc}
508all: all-am
509
510.SUFFIXES:
511.SUFFIXES: .S .c .cfa .lo .o .obj
512$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../src/cfa.make $(am__configure_deps)
513 @for dep in $?; do \
514 case '$(am__configure_deps)' in \
515 *$$dep*) \
516 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
517 && { if test -f $@; then exit 0; else break; fi; }; \
518 exit 1;; \
519 esac; \
520 done; \
521 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
522 $(am__cd) $(top_srcdir) && \
523 $(AUTOMAKE) --foreign src/Makefile
524Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
525 @case '$?' in \
526 *config.status*) \
527 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
528 *) \
529 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
530 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
531 esac;
532$(srcdir)/../../src/cfa.make $(am__empty):
533
534$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
536
537$(top_srcdir)/configure: $(am__configure_deps)
538 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539$(ACLOCAL_M4): $(am__aclocal_m4_deps)
540 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
541$(am__aclocal_m4_deps):
542
543install-libLTLIBRARIES: $(lib_LTLIBRARIES)
544 @$(NORMAL_INSTALL)
545 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
546 list2=; for p in $$list; do \
547 if test -f $$p; then \
548 list2="$$list2 $$p"; \
549 else :; fi; \
550 done; \
551 test -z "$$list2" || { \
552 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
553 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
554 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
555 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
556 }
557
558uninstall-libLTLIBRARIES:
559 @$(NORMAL_UNINSTALL)
560 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
561 for p in $$list; do \
562 $(am__strip_dir) \
563 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
564 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
565 done
566
567clean-libLTLIBRARIES:
568 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
569 @list='$(lib_LTLIBRARIES)'; \
570 locs=`for p in $$list; do echo $$p; done | \
571 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
572 sort -u`; \
573 test -z "$$locs" || { \
574 echo rm -f $${locs}; \
575 rm -f $${locs}; \
576 }
577bits/$(am__dirstamp):
578 @$(MKDIR_P) bits
579 @: > bits/$(am__dirstamp)
580bits/$(DEPDIR)/$(am__dirstamp):
581 @$(MKDIR_P) bits/$(DEPDIR)
582 @: > bits/$(DEPDIR)/$(am__dirstamp)
583bits/debug.lo: bits/$(am__dirstamp) bits/$(DEPDIR)/$(am__dirstamp)
584containers/$(am__dirstamp):
585 @$(MKDIR_P) containers
586 @: > containers/$(am__dirstamp)
587containers/$(DEPDIR)/$(am__dirstamp):
588 @$(MKDIR_P) containers/$(DEPDIR)
589 @: > containers/$(DEPDIR)/$(am__dirstamp)
590containers/maybe.lo: containers/$(am__dirstamp) \
591 containers/$(DEPDIR)/$(am__dirstamp)
592containers/pair.lo: containers/$(am__dirstamp) \
593 containers/$(DEPDIR)/$(am__dirstamp)
594containers/result.lo: containers/$(am__dirstamp) \
595 containers/$(DEPDIR)/$(am__dirstamp)
596containers/vector.lo: containers/$(am__dirstamp) \
597 containers/$(DEPDIR)/$(am__dirstamp)
598
599libcfa.la: $(libcfa_la_OBJECTS) $(libcfa_la_DEPENDENCIES) $(EXTRA_libcfa_la_DEPENDENCIES)
600 $(AM_V_CCLD)$(libcfa_la_LINK) -rpath $(libdir) $(libcfa_la_OBJECTS) $(libcfa_la_LIBADD) $(LIBS)
601concurrency/$(am__dirstamp):
602 @$(MKDIR_P) concurrency
603 @: > concurrency/$(am__dirstamp)
604concurrency/$(DEPDIR)/$(am__dirstamp):
605 @$(MKDIR_P) concurrency/$(DEPDIR)
606 @: > concurrency/$(DEPDIR)/$(am__dirstamp)
607concurrency/CtxSwitch-@ARCHITECTURE@.lo: concurrency/$(am__dirstamp) \
608 concurrency/$(DEPDIR)/$(am__dirstamp)
609concurrency/alarm.lo: concurrency/$(am__dirstamp) \
610 concurrency/$(DEPDIR)/$(am__dirstamp)
611concurrency/invoke.lo: concurrency/$(am__dirstamp) \
612 concurrency/$(DEPDIR)/$(am__dirstamp)
613concurrency/io.lo: concurrency/$(am__dirstamp) \
614 concurrency/$(DEPDIR)/$(am__dirstamp)
615concurrency/preemption.lo: concurrency/$(am__dirstamp) \
616 concurrency/$(DEPDIR)/$(am__dirstamp)
617concurrency/coroutine.lo: concurrency/$(am__dirstamp) \
618 concurrency/$(DEPDIR)/$(am__dirstamp)
619concurrency/thread.lo: concurrency/$(am__dirstamp) \
620 concurrency/$(DEPDIR)/$(am__dirstamp)
621concurrency/kernel.lo: concurrency/$(am__dirstamp) \
622 concurrency/$(DEPDIR)/$(am__dirstamp)
623concurrency/monitor.lo: concurrency/$(am__dirstamp) \
624 concurrency/$(DEPDIR)/$(am__dirstamp)
625concurrency/mutex.lo: concurrency/$(am__dirstamp) \
626 concurrency/$(DEPDIR)/$(am__dirstamp)
627
628libcfathread.la: $(libcfathread_la_OBJECTS) $(libcfathread_la_DEPENDENCIES) $(EXTRA_libcfathread_la_DEPENDENCIES)
629 $(AM_V_CCLD)$(libcfathread_la_LINK) -rpath $(libdir) $(libcfathread_la_OBJECTS) $(libcfathread_la_LIBADD) $(LIBS)
630
631mostlyclean-compile:
632 -rm -f *.$(OBJEXT)
633 -rm -f bits/*.$(OBJEXT)
634 -rm -f bits/*.lo
635 -rm -f concurrency/*.$(OBJEXT)
636 -rm -f concurrency/*.lo
637 -rm -f containers/*.$(OBJEXT)
638 -rm -f containers/*.lo
639
640distclean-compile:
641 -rm -f *.tab.c
642
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Plo@am__quote@
645@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@ARCHITECTURE@.Plo@am__quote@
646@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/invoke.Plo@am__quote@
647
648.S.o:
649@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
650@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
651@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
652@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
653@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
655
656.S.obj:
657@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
658@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
659@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
660@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
661@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
663
664.S.lo:
665@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
666@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
667@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
668@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
669@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
671
672.c.o:
673@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
674@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
675@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
676@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
677@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
679
680.c.obj:
681@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
682@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
683@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
684@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
685@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
687
688.c.lo:
689@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
690@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
691@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
692@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
693@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
695
696mostlyclean-libtool:
697 -rm -f *.lo
698
699clean-libtool:
700 -rm -rf .libs _libs
701 -rm -rf bits/.libs bits/_libs
702 -rm -rf concurrency/.libs concurrency/_libs
703 -rm -rf containers/.libs containers/_libs
704install-nobase_cfa_includeHEADERS: $(nobase_cfa_include_HEADERS)
705 @$(NORMAL_INSTALL)
706 @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
707 if test -n "$$list"; then \
708 echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)'"; \
709 $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)" || exit 1; \
710 fi; \
711 $(am__nobase_list) | while read dir files; do \
712 xfiles=; for file in $$files; do \
713 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
714 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
715 test -z "$$xfiles" || { \
716 test "x$$dir" = x. || { \
717 echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
718 $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)/$$dir"; }; \
719 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
720 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(cfa_includedir)/$$dir" || exit $$?; }; \
721 done
722
723uninstall-nobase_cfa_includeHEADERS:
724 @$(NORMAL_UNINSTALL)
725 @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
726 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
727 dir='$(DESTDIR)$(cfa_includedir)'; $(am__uninstall_files_from_dir)
728
729ID: $(am__tagged_files)
730 $(am__define_uniq_tagged_files); mkid -fID $$unique
731tags: tags-am
732TAGS: tags
733
734tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
735 set x; \
736 here=`pwd`; \
737 $(am__define_uniq_tagged_files); \
738 shift; \
739 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
740 test -n "$$unique" || unique=$$empty_fix; \
741 if test $$# -gt 0; then \
742 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
743 "$$@" $$unique; \
744 else \
745 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
746 $$unique; \
747 fi; \
748 fi
749ctags: ctags-am
750
751CTAGS: ctags
752ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
753 $(am__define_uniq_tagged_files); \
754 test -z "$(CTAGS_ARGS)$$unique" \
755 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
756 $$unique
757
758GTAGS:
759 here=`$(am__cd) $(top_builddir) && pwd` \
760 && $(am__cd) $(top_srcdir) \
761 && gtags -i $(GTAGS_ARGS) "$$here"
762cscopelist: cscopelist-am
763
764cscopelist-am: $(am__tagged_files)
765 list='$(am__tagged_files)'; \
766 case "$(srcdir)" in \
767 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
768 *) sdir=$(subdir)/$(srcdir) ;; \
769 esac; \
770 for i in $$list; do \
771 if test -f "$$i"; then \
772 echo "$(subdir)/$$i"; \
773 else \
774 echo "$$sdir/$$i"; \
775 fi; \
776 done >> $(top_builddir)/cscope.files
777
778distclean-tags:
779 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
780
781distdir: $(DISTFILES)
782 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
783 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
784 list='$(DISTFILES)'; \
785 dist_files=`for file in $$list; do echo $$file; done | \
786 sed -e "s|^$$srcdirstrip/||;t" \
787 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
788 case $$dist_files in \
789 */*) $(MKDIR_P) `echo "$$dist_files" | \
790 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
791 sort -u` ;; \
792 esac; \
793 for file in $$dist_files; do \
794 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
795 if test -d $$d/$$file; then \
796 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
797 if test -d "$(distdir)/$$file"; then \
798 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
799 fi; \
800 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
801 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
802 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
803 fi; \
804 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
805 else \
806 test -f "$(distdir)/$$file" \
807 || cp -p $$d/$$file "$(distdir)/$$file" \
808 || exit 1; \
809 fi; \
810 done
811check-am: all-am
812check: check-am
813all-am: Makefile $(LTLIBRARIES) $(HEADERS)
814installdirs:
815 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"; do \
816 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
817 done
818install: install-am
819install-exec: install-exec-am
820install-data: install-data-am
821uninstall: uninstall-am
822
823install-am: all-am
824 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
825
826installcheck: installcheck-am
827install-strip:
828 if test -z '$(STRIP)'; then \
829 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
830 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831 install; \
832 else \
833 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
836 fi
837mostlyclean-generic:
838
839clean-generic:
840
841distclean-generic:
842 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
843 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
844 -rm -f bits/$(DEPDIR)/$(am__dirstamp)
845 -rm -f bits/$(am__dirstamp)
846 -rm -f concurrency/$(DEPDIR)/$(am__dirstamp)
847 -rm -f concurrency/$(am__dirstamp)
848 -rm -f containers/$(DEPDIR)/$(am__dirstamp)
849 -rm -f containers/$(am__dirstamp)
850
851maintainer-clean-generic:
852 @echo "This command is intended for maintainers to use"
853 @echo "it deletes files that may require special tools to rebuild."
854clean: clean-am
855
856clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
857 mostlyclean-am
858
859distclean: distclean-am
860 -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
861 -rm -f Makefile
862distclean-am: clean-am distclean-compile distclean-generic \
863 distclean-tags
864
865dvi: dvi-am
866
867dvi-am:
868
869html: html-am
870
871html-am:
872
873info: info-am
874
875info-am:
876
877install-data-am: install-nobase_cfa_includeHEADERS
878
879install-dvi: install-dvi-am
880
881install-dvi-am:
882
883install-exec-am: install-libLTLIBRARIES
884
885install-html: install-html-am
886
887install-html-am:
888
889install-info: install-info-am
890
891install-info-am:
892
893install-man:
894
895install-pdf: install-pdf-am
896
897install-pdf-am:
898
899install-ps: install-ps-am
900
901install-ps-am:
902
903installcheck-am:
904
905maintainer-clean: maintainer-clean-am
906 -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
907 -rm -f Makefile
908maintainer-clean-am: distclean-am maintainer-clean-generic \
909 maintainer-clean-local
910
911mostlyclean: mostlyclean-am
912
913mostlyclean-am: mostlyclean-compile mostlyclean-generic \
914 mostlyclean-libtool
915
916pdf: pdf-am
917
918pdf-am:
919
920ps: ps-am
921
922ps-am:
923
924uninstall-am: uninstall-libLTLIBRARIES \
925 uninstall-nobase_cfa_includeHEADERS
926
927.MAKE: install-am install-strip
928
929.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
930 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
931 ctags-am distclean distclean-compile distclean-generic \
932 distclean-libtool distclean-tags distdir dvi dvi-am html \
933 html-am info info-am install install-am install-data \
934 install-data-am install-dvi install-dvi-am install-exec \
935 install-exec-am install-html install-html-am install-info \
936 install-info-am install-libLTLIBRARIES install-man \
937 install-nobase_cfa_includeHEADERS install-pdf install-pdf-am \
938 install-ps install-ps-am install-strip installcheck \
939 installcheck-am installdirs maintainer-clean \
940 maintainer-clean-generic maintainer-clean-local mostlyclean \
941 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
942 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
943 uninstall-libLTLIBRARIES uninstall-nobase_cfa_includeHEADERS
944
945.PRECIOUS: Makefile
946
947
948.cfa.o:
949 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
950 $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
951 $(am__mv) $$depbase.Tpo $$depbase.Po
952
953.cfa.lo:
954 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
955 $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
956 $(am__mv) $$depbase.Tpo $$depbase.Plo
957$(libobjs) : @LOCAL_CFACC@ @CFACPP@ prelude.cfa
958$(thread_libobjs) : @LOCAL_CFACC@ @CFACPP@ prelude.cfa
959
960-include $(libdeps)
961
962-include $(thread_libdeps)
963
964@ENABLE_DISTCC_TRUE@../prelude/distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ ../prelude/gcc-builtins.cf ../prelude/builtins.cf ../prelude/extras.cf ../prelude/prelude.cfa ../prelude/bootloader.c $(srcdir)/../../tools/build/push2dist.sh
965@ENABLE_DISTCC_TRUE@ @+make -C ../prelude distribution
966
967@ENABLE_DISTCC_TRUE@prelude.o prelude.lo $(libobjs) $(thread_libobjs) : ../prelude/distribution
968
969prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@
970 ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA -l ${<} -c -o ${@}
971
972prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@
973 ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \
974 $(CFACOMPILE) -quiet -XCFA -l ${<} -c -o ${@}
975
976#----------------------------------------------------------------------------------------------------------------
977maintainer-clean-local:
978 -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR}
979
980# $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
981# $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
982# $(am__mv) $$depbase.Tpo $$depbase.Po
983
984# Tell versions [3.59,3.63) of GNU make to not export all variables.
985# Otherwise a system limit (for SysV at least) may be exceeded.
986.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.