source: libcfa/src/Makefile.in@ 0f9ceacb

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 0f9ceacb was 7768b8d, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

First step at adding the new ready queue to Cforall

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