source: libcfa/src/Makefile.in @ 69f15c7

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 69f15c7 was 69f15c7, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

clock.hfa is now properly installed

  • Property mode set to 100644
File size: 35.5 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        clock.hfa bits/align.hfa bits/containers.hfa bits/defs.hfa \
243        bits/debug.hfa bits/locks.hfa containers/list.hfa \
244        concurrency/coroutine.hfa concurrency/thread.hfa \
245        concurrency/kernel.hfa concurrency/monitor.hfa \
246        concurrency/mutex.hfa 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@
309DIST_BWLIMIT = @DIST_BWLIMIT@
310DLLTOOL = @DLLTOOL@
311DRIVER_DIR = @DRIVER_DIR@
312DSYMUTIL = @DSYMUTIL@
313DUMPBIN = @DUMPBIN@
314ECHO_C = @ECHO_C@
315ECHO_N = @ECHO_N@
316ECHO_T = @ECHO_T@
317EGREP = @EGREP@
318EXEEXT = @EXEEXT@
319FGREP = @FGREP@
320GREP = @GREP@
321INSTALL = @INSTALL@
322INSTALL_DATA = @INSTALL_DATA@
323INSTALL_PROGRAM = @INSTALL_PROGRAM@
324INSTALL_SCRIPT = @INSTALL_SCRIPT@
325INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
326LD = @LD@
327LDFLAGS = @LDFLAGS@
328LIBOBJS = @LIBOBJS@
329LIBS = @LIBS@
330LIBTOOL = @LIBTOOL@
331LIPO = @LIPO@
332LN_S = @LN_S@
333LOCAL_CC1 = @LOCAL_CC1@
334LOCAL_CFACC = @LOCAL_CFACC@
335LTLIBOBJS = @LTLIBOBJS@
336LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
337MAKEINFO = @MAKEINFO@
338MANIFEST_TOOL = @MANIFEST_TOOL@
339MKDIR_P = @MKDIR_P@
340NM = @NM@
341NMEDIT = @NMEDIT@
342OBJDUMP = @OBJDUMP@
343OBJEXT = @OBJEXT@
344OTOOL = @OTOOL@
345OTOOL64 = @OTOOL64@
346PACKAGE = @PACKAGE@
347PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
348PACKAGE_NAME = @PACKAGE_NAME@
349PACKAGE_STRING = @PACKAGE_STRING@
350PACKAGE_TARNAME = @PACKAGE_TARNAME@
351PACKAGE_URL = @PACKAGE_URL@
352PACKAGE_VERSION = @PACKAGE_VERSION@
353PATH_SEPARATOR = @PATH_SEPARATOR@
354RANLIB = @RANLIB@
355SED = @SED@
356SET_MAKE = @SET_MAKE@
357SHELL = @SHELL@
358STRIP = @STRIP@
359VERSION = @VERSION@
360abs_builddir = @abs_builddir@
361abs_srcdir = @abs_srcdir@
362abs_top_builddir = @abs_top_builddir@
363abs_top_srcdir = @abs_top_srcdir@
364ac_ct_AR = @ac_ct_AR@
365ac_ct_CC = @ac_ct_CC@
366ac_ct_CXX = @ac_ct_CXX@
367ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
368am__include = @am__include@
369am__leading_dot = @am__leading_dot@
370am__quote = @am__quote@
371am__tar = @am__tar@
372am__untar = @am__untar@
373bindir = @bindir@
374build = @build@
375build_alias = @build_alias@
376build_cpu = @build_cpu@
377build_os = @build_os@
378build_vendor = @build_vendor@
379builddir = @builddir@
380datadir = @datadir@
381datarootdir = @datarootdir@
382docdir = @docdir@
383dvidir = @dvidir@
384exec_prefix = @exec_prefix@
385host = @host@
386host_alias = @host_alias@
387host_cpu = @host_cpu@
388host_os = @host_os@
389host_vendor = @host_vendor@
390htmldir = @htmldir@
391includedir = @includedir@
392infodir = @infodir@
393install_sh = @install_sh@
394libdir = ${CFA_LIBDIR}
395libexecdir = @libexecdir@
396localedir = @localedir@
397localstatedir = @localstatedir@
398mandir = @mandir@
399mkdir_p = @mkdir_p@
400oldincludedir = @oldincludedir@
401pdfdir = @pdfdir@
402prefix = @prefix@
403program_transform_name = @program_transform_name@
404psdir = @psdir@
405runstatedir = @runstatedir@
406sbindir = @sbindir@
407sharedstatedir = @sharedstatedir@
408srcdir = @srcdir@
409sysconfdir = @sysconfdir@
410target_alias = @target_alias@
411top_build_prefix = @top_build_prefix@
412top_builddir = @top_builddir@
413top_srcdir = @top_srcdir@
414
415# create object files in directory with source files
416AUTOMAKE_OPTIONS = foreign subdir-objects
417ACLOCAL_AMFLAGS = -I automake
418CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
419LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
420        $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \
421        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(AM_CFLAGS) $(CFAFLAGS) $(CFLAGS)
422
423AM_V_CFA = $(am__v_CFA_@AM_V@)
424am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
425am__v_CFA_0 = @echo "  CFA     " $@;
426am__v_CFA_1 =
427UPPCC = u++
428UPPCOMPILE = $(UPPCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_UPPFLAGS) $(UPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_CFLAGS) $(CFLAGS)
429AM_V_UPP = $(am__v_UPP_@AM_V@)
430am__v_UPP_ = $(am__v_UPP_@AM_DEFAULT_V@)
431am__v_UPP_0 = @echo "  UPP     " $@;
432am__v_UPP_1 =
433AM_V_GOC = $(am__v_GOC_@AM_V@)
434am__v_GOC_ = $(am__v_GOC_@AM_DEFAULT_V@)
435am__v_GOC_0 = @echo "  GOC     " $@;
436am__v_GOC_1 =
437AM_V_PY = $(am__v_PY_@AM_V@)
438am__v_PY_ = $(am__v_PY_@AM_DEFAULT_V@)
439am__v_PY_0 = @echo "  PYTHON  " $@;
440am__v_PY_1 =
441AM_V_RUST = $(am__v_RUST_@AM_V@)
442am__v_RUST_ = $(am__v_RUST_@AM_DEFAULT_V@)
443am__v_RUST_0 = @echo "  RUST    " $@;
444am__v_RUST_1 =
445AM_V_NODEJS = $(am__v_NODEJS_@AM_V@)
446am__v_NODEJS_ = $(am__v_NODEJS_@AM_DEFAULT_V@)
447am__v_NODEJS_0 = @echo "  NODEJS  " $@;
448am__v_NODEJS_1 =
449AM_V_JAVAC = $(am__v_JAVAC_@AM_V@)
450am__v_JAVAC_ = $(am__v_JAVAC_@AM_DEFAULT_V@)
451am__v_JAVAC_0 = @echo "  JAVAC   " $@;
452am__v_JAVAC_1 =
453lib_LTLIBRARIES = libcfa.la libcfathread.la
454gdbwaittarget = ""
455
456# AM_CFLAGS for all cfa source
457# AM_CFAFLAGS for only cfa source
458# use -no-include-stdhdr to prevent rebuild cycles
459# The built sources must not depend on the installed headers
460AM_CFAFLAGS = -quiet -cfalib -I$(srcdir)/stdhdr $(if $(findstring ${gdbwaittarget}, ${@}), -XCFA --gdb) @CONFIG_CFAFLAGS@
461AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC -fexceptions -pthread @ARCH_FLAGS@ @CONFIG_CFLAGS@
462AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@
463@BUILDLIB_FALSE@headers_nosrc =
464
465#----------------------------------------------------------------------------------------------------------------
466@BUILDLIB_TRUE@headers_nosrc = bitmanip.hfa math.hfa gmp.hfa time_t.hfa clock.hfa \
467@BUILDLIB_TRUE@         bits/align.hfa bits/containers.hfa bits/defs.hfa bits/debug.hfa bits/locks.hfa containers/list.hfa
468
469@BUILDLIB_FALSE@headers =
470@BUILDLIB_TRUE@headers = fstream.hfa iostream.hfa iterator.hfa limits.hfa rational.hfa time.hfa stdlib.hfa common.hfa \
471@BUILDLIB_TRUE@         containers/maybe.hfa containers/pair.hfa containers/result.hfa containers/vector.hfa
472
473@BUILDLIB_FALSE@libsrc =
474@BUILDLIB_TRUE@libsrc = startup.cfa interpose.cfa bits/debug.cfa assert.cfa exception.c virtual.c heap.cfa ${headers:.hfa=.cfa}
475@BUILDLIB_FALSE@thread_headers_nosrc =
476
477# not all platforms support concurrency, add option do disable it
478@BUILDLIB_TRUE@thread_headers_nosrc = concurrency/invoke.h
479@BUILDLIB_FALSE@thread_headers =
480@BUILDLIB_TRUE@thread_headers = concurrency/coroutine.hfa concurrency/thread.hfa concurrency/kernel.hfa concurrency/monitor.hfa concurrency/mutex.hfa
481@BUILDLIB_TRUE@thread_libsrc = concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa concurrency/invoke.c concurrency/io.cfa concurrency/preemption.cfa ${thread_headers:.hfa=.cfa}
482
483#----------------------------------------------------------------------------------------------------------------
484# add dependency to cfa-cpp so all libraries are rebuilt with new translator
485#@CFACC@ @CFACPP@ prelude.cfa
486
487# add dependency of cfa files
488libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(libsrc))))
489thread_libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(thread_libsrc))))
490
491# .deps inclusion is not done automatically by automake for new languages
492libdeps = $(join \
493        $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \
494        $(notdir ${libobjs:.lo=.Plo}) \
495)
496
497thread_libdeps = $(join \
498        $(addsuffix $(DEPDIR)/ , $(dir $(thread_libobjs) ) ), \
499        $(notdir ${thread_libobjs:.lo=.Plo}) \
500)
501
502
503#----------------------------------------------------------------------------------------------------------------
504libcfa_la_SOURCES = prelude.cfa ${libsrc}
505libcfa_la_LDFLAGS = -version-info @CFA_VERSION@
506libcfathread_la_SOURCES = ${thread_libsrc}
507libcfathread_la_LDFLAGS = -version-info @CFA_VERSION@
508stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ")
509cfa_includedir = $(CFA_INCDIR)
510nobase_cfa_include_HEADERS = ${stdhdr} ${headers} ${headers_nosrc} ${thread_headers} ${thread_headers_nosrc}
511all: all-am
512
513.SUFFIXES:
514.SUFFIXES: .S .c .cfa .lo .o .obj
515$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../src/cfa.make $(am__configure_deps)
516        @for dep in $?; do \
517          case '$(am__configure_deps)' in \
518            *$$dep*) \
519              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
520                && { if test -f $@; then exit 0; else break; fi; }; \
521              exit 1;; \
522          esac; \
523        done; \
524        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
525        $(am__cd) $(top_srcdir) && \
526          $(AUTOMAKE) --foreign src/Makefile
527Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
528        @case '$?' in \
529          *config.status*) \
530            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
531          *) \
532            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
533            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
534        esac;
535$(srcdir)/../../src/cfa.make $(am__empty):
536
537$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
538        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539
540$(top_srcdir)/configure:  $(am__configure_deps)
541        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
543        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
544$(am__aclocal_m4_deps):
545
546install-libLTLIBRARIES: $(lib_LTLIBRARIES)
547        @$(NORMAL_INSTALL)
548        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
549        list2=; for p in $$list; do \
550          if test -f $$p; then \
551            list2="$$list2 $$p"; \
552          else :; fi; \
553        done; \
554        test -z "$$list2" || { \
555          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
556          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
557          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
558          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
559        }
560
561uninstall-libLTLIBRARIES:
562        @$(NORMAL_UNINSTALL)
563        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
564        for p in $$list; do \
565          $(am__strip_dir) \
566          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
567          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
568        done
569
570clean-libLTLIBRARIES:
571        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
572        @list='$(lib_LTLIBRARIES)'; \
573        locs=`for p in $$list; do echo $$p; done | \
574              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
575              sort -u`; \
576        test -z "$$locs" || { \
577          echo rm -f $${locs}; \
578          rm -f $${locs}; \
579        }
580bits/$(am__dirstamp):
581        @$(MKDIR_P) bits
582        @: > bits/$(am__dirstamp)
583bits/$(DEPDIR)/$(am__dirstamp):
584        @$(MKDIR_P) bits/$(DEPDIR)
585        @: > bits/$(DEPDIR)/$(am__dirstamp)
586bits/debug.lo: bits/$(am__dirstamp) bits/$(DEPDIR)/$(am__dirstamp)
587containers/$(am__dirstamp):
588        @$(MKDIR_P) containers
589        @: > containers/$(am__dirstamp)
590containers/$(DEPDIR)/$(am__dirstamp):
591        @$(MKDIR_P) containers/$(DEPDIR)
592        @: > containers/$(DEPDIR)/$(am__dirstamp)
593containers/maybe.lo: containers/$(am__dirstamp) \
594        containers/$(DEPDIR)/$(am__dirstamp)
595containers/pair.lo: containers/$(am__dirstamp) \
596        containers/$(DEPDIR)/$(am__dirstamp)
597containers/result.lo: containers/$(am__dirstamp) \
598        containers/$(DEPDIR)/$(am__dirstamp)
599containers/vector.lo: containers/$(am__dirstamp) \
600        containers/$(DEPDIR)/$(am__dirstamp)
601
602libcfa.la: $(libcfa_la_OBJECTS) $(libcfa_la_DEPENDENCIES) $(EXTRA_libcfa_la_DEPENDENCIES)
603        $(AM_V_CCLD)$(libcfa_la_LINK) -rpath $(libdir) $(libcfa_la_OBJECTS) $(libcfa_la_LIBADD) $(LIBS)
604concurrency/$(am__dirstamp):
605        @$(MKDIR_P) concurrency
606        @: > concurrency/$(am__dirstamp)
607concurrency/$(DEPDIR)/$(am__dirstamp):
608        @$(MKDIR_P) concurrency/$(DEPDIR)
609        @: > concurrency/$(DEPDIR)/$(am__dirstamp)
610concurrency/CtxSwitch-@ARCHITECTURE@.lo: concurrency/$(am__dirstamp) \
611        concurrency/$(DEPDIR)/$(am__dirstamp)
612concurrency/alarm.lo: concurrency/$(am__dirstamp) \
613        concurrency/$(DEPDIR)/$(am__dirstamp)
614concurrency/invoke.lo: concurrency/$(am__dirstamp) \
615        concurrency/$(DEPDIR)/$(am__dirstamp)
616concurrency/io.lo: concurrency/$(am__dirstamp) \
617        concurrency/$(DEPDIR)/$(am__dirstamp)
618concurrency/preemption.lo: concurrency/$(am__dirstamp) \
619        concurrency/$(DEPDIR)/$(am__dirstamp)
620concurrency/coroutine.lo: concurrency/$(am__dirstamp) \
621        concurrency/$(DEPDIR)/$(am__dirstamp)
622concurrency/thread.lo: concurrency/$(am__dirstamp) \
623        concurrency/$(DEPDIR)/$(am__dirstamp)
624concurrency/kernel.lo: concurrency/$(am__dirstamp) \
625        concurrency/$(DEPDIR)/$(am__dirstamp)
626concurrency/monitor.lo: concurrency/$(am__dirstamp) \
627        concurrency/$(DEPDIR)/$(am__dirstamp)
628concurrency/mutex.lo: concurrency/$(am__dirstamp) \
629        concurrency/$(DEPDIR)/$(am__dirstamp)
630
631libcfathread.la: $(libcfathread_la_OBJECTS) $(libcfathread_la_DEPENDENCIES) $(EXTRA_libcfathread_la_DEPENDENCIES)
632        $(AM_V_CCLD)$(libcfathread_la_LINK) -rpath $(libdir) $(libcfathread_la_OBJECTS) $(libcfathread_la_LIBADD) $(LIBS)
633
634mostlyclean-compile:
635        -rm -f *.$(OBJEXT)
636        -rm -f bits/*.$(OBJEXT)
637        -rm -f bits/*.lo
638        -rm -f concurrency/*.$(OBJEXT)
639        -rm -f concurrency/*.lo
640        -rm -f containers/*.$(OBJEXT)
641        -rm -f containers/*.lo
642
643distclean-compile:
644        -rm -f *.tab.c
645
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Plo@am__quote@
648@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@ARCHITECTURE@.Plo@am__quote@
649@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/invoke.Plo@am__quote@
650
651.S.o:
652@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
653@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
654@am__fastdepCCAS_TRUE@  $(am__mv) $$depbase.Tpo $$depbase.Po
655@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
656@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
658
659.S.obj:
660@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
661@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
662@am__fastdepCCAS_TRUE@  $(am__mv) $$depbase.Tpo $$depbase.Po
663@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
664@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
666
667.S.lo:
668@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
669@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
670@am__fastdepCCAS_TRUE@  $(am__mv) $$depbase.Tpo $$depbase.Plo
671@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
672@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
674
675.c.o:
676@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
677@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
678@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
679@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
680@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
682
683.c.obj:
684@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
685@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
686@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
687@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
688@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
690
691.c.lo:
692@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
693@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
694@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
695@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
696@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
698
699mostlyclean-libtool:
700        -rm -f *.lo
701
702clean-libtool:
703        -rm -rf .libs _libs
704        -rm -rf bits/.libs bits/_libs
705        -rm -rf concurrency/.libs concurrency/_libs
706        -rm -rf containers/.libs containers/_libs
707install-nobase_cfa_includeHEADERS: $(nobase_cfa_include_HEADERS)
708        @$(NORMAL_INSTALL)
709        @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
710        if test -n "$$list"; then \
711          echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)'"; \
712          $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)" || exit 1; \
713        fi; \
714        $(am__nobase_list) | while read dir files; do \
715          xfiles=; for file in $$files; do \
716            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
717            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
718          test -z "$$xfiles" || { \
719            test "x$$dir" = x. || { \
720              echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
721              $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)/$$dir"; }; \
722            echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
723            $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(cfa_includedir)/$$dir" || exit $$?; }; \
724        done
725
726uninstall-nobase_cfa_includeHEADERS:
727        @$(NORMAL_UNINSTALL)
728        @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
729        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
730        dir='$(DESTDIR)$(cfa_includedir)'; $(am__uninstall_files_from_dir)
731
732ID: $(am__tagged_files)
733        $(am__define_uniq_tagged_files); mkid -fID $$unique
734tags: tags-am
735TAGS: tags
736
737tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
738        set x; \
739        here=`pwd`; \
740        $(am__define_uniq_tagged_files); \
741        shift; \
742        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
743          test -n "$$unique" || unique=$$empty_fix; \
744          if test $$# -gt 0; then \
745            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
746              "$$@" $$unique; \
747          else \
748            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
749              $$unique; \
750          fi; \
751        fi
752ctags: ctags-am
753
754CTAGS: ctags
755ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
756        $(am__define_uniq_tagged_files); \
757        test -z "$(CTAGS_ARGS)$$unique" \
758          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
759             $$unique
760
761GTAGS:
762        here=`$(am__cd) $(top_builddir) && pwd` \
763          && $(am__cd) $(top_srcdir) \
764          && gtags -i $(GTAGS_ARGS) "$$here"
765cscopelist: cscopelist-am
766
767cscopelist-am: $(am__tagged_files)
768        list='$(am__tagged_files)'; \
769        case "$(srcdir)" in \
770          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
771          *) sdir=$(subdir)/$(srcdir) ;; \
772        esac; \
773        for i in $$list; do \
774          if test -f "$$i"; then \
775            echo "$(subdir)/$$i"; \
776          else \
777            echo "$$sdir/$$i"; \
778          fi; \
779        done >> $(top_builddir)/cscope.files
780
781distclean-tags:
782        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
783
784distdir: $(DISTFILES)
785        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
787        list='$(DISTFILES)'; \
788          dist_files=`for file in $$list; do echo $$file; done | \
789          sed -e "s|^$$srcdirstrip/||;t" \
790              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
791        case $$dist_files in \
792          */*) $(MKDIR_P) `echo "$$dist_files" | \
793                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
794                           sort -u` ;; \
795        esac; \
796        for file in $$dist_files; do \
797          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
798          if test -d $$d/$$file; then \
799            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
800            if test -d "$(distdir)/$$file"; then \
801              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
802            fi; \
803            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
804              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
805              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
806            fi; \
807            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
808          else \
809            test -f "$(distdir)/$$file" \
810            || cp -p $$d/$$file "$(distdir)/$$file" \
811            || exit 1; \
812          fi; \
813        done
814check-am: all-am
815check: check-am
816all-am: Makefile $(LTLIBRARIES) $(HEADERS)
817installdirs:
818        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"; do \
819          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
820        done
821install: install-am
822install-exec: install-exec-am
823install-data: install-data-am
824uninstall: uninstall-am
825
826install-am: all-am
827        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
828
829installcheck: installcheck-am
830install-strip:
831        if test -z '$(STRIP)'; then \
832          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
833            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
834              install; \
835        else \
836          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
837            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
838            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
839        fi
840mostlyclean-generic:
841
842clean-generic:
843
844distclean-generic:
845        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
846        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
847        -rm -f bits/$(DEPDIR)/$(am__dirstamp)
848        -rm -f bits/$(am__dirstamp)
849        -rm -f concurrency/$(DEPDIR)/$(am__dirstamp)
850        -rm -f concurrency/$(am__dirstamp)
851        -rm -f containers/$(DEPDIR)/$(am__dirstamp)
852        -rm -f containers/$(am__dirstamp)
853
854maintainer-clean-generic:
855        @echo "This command is intended for maintainers to use"
856        @echo "it deletes files that may require special tools to rebuild."
857clean: clean-am
858
859clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
860        mostlyclean-am
861
862distclean: distclean-am
863        -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
864        -rm -f Makefile
865distclean-am: clean-am distclean-compile distclean-generic \
866        distclean-tags
867
868dvi: dvi-am
869
870dvi-am:
871
872html: html-am
873
874html-am:
875
876info: info-am
877
878info-am:
879
880install-data-am: install-nobase_cfa_includeHEADERS
881
882install-dvi: install-dvi-am
883
884install-dvi-am:
885
886install-exec-am: install-libLTLIBRARIES
887
888install-html: install-html-am
889
890install-html-am:
891
892install-info: install-info-am
893
894install-info-am:
895
896install-man:
897
898install-pdf: install-pdf-am
899
900install-pdf-am:
901
902install-ps: install-ps-am
903
904install-ps-am:
905
906installcheck-am:
907
908maintainer-clean: maintainer-clean-am
909        -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
910        -rm -f Makefile
911maintainer-clean-am: distclean-am maintainer-clean-generic \
912        maintainer-clean-local
913
914mostlyclean: mostlyclean-am
915
916mostlyclean-am: mostlyclean-compile mostlyclean-generic \
917        mostlyclean-libtool
918
919pdf: pdf-am
920
921pdf-am:
922
923ps: ps-am
924
925ps-am:
926
927uninstall-am: uninstall-libLTLIBRARIES \
928        uninstall-nobase_cfa_includeHEADERS
929
930.MAKE: install-am install-strip
931
932.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
933        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
934        ctags-am distclean distclean-compile distclean-generic \
935        distclean-libtool distclean-tags distdir dvi dvi-am html \
936        html-am info info-am install install-am install-data \
937        install-data-am install-dvi install-dvi-am install-exec \
938        install-exec-am install-html install-html-am install-info \
939        install-info-am install-libLTLIBRARIES install-man \
940        install-nobase_cfa_includeHEADERS install-pdf install-pdf-am \
941        install-ps install-ps-am install-strip installcheck \
942        installcheck-am installdirs maintainer-clean \
943        maintainer-clean-generic maintainer-clean-local mostlyclean \
944        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
945        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
946        uninstall-libLTLIBRARIES uninstall-nobase_cfa_includeHEADERS
947
948.PRECIOUS: Makefile
949
950
951.cfa.o:
952        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
953        $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
954        $(am__mv) $$depbase.Tpo $$depbase.Po
955
956.cfa.lo:
957        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
958        $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
959        $(am__mv) $$depbase.Tpo $$depbase.Plo
960$(libobjs) : @LOCAL_CFACC@ @CFACPP@ prelude.cfa
961$(thread_libobjs) : @LOCAL_CFACC@ @CFACPP@ prelude.cfa
962
963-include $(libdeps)
964
965-include $(thread_libdeps)
966
967@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
968@ENABLE_DISTCC_TRUE@    @+make -C ../prelude distribution
969
970@ENABLE_DISTCC_TRUE@prelude.o prelude.lo $(libobjs) $(thread_libobjs) : ../prelude/distribution
971
972prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@
973        ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA -l ${<} -c -o ${@}
974
975prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@
976        ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \
977        $(CFACOMPILE) -quiet -XCFA -l ${<} -c -o ${@}
978
979#----------------------------------------------------------------------------------------------------------------
980maintainer-clean-local:
981        -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR}
982
983# $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
984#       $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
985#       $(am__mv) $$depbase.Tpo $$depbase.Po
986
987# Tell versions [3.59,3.63) of GNU make to not export all variables.
988# Otherwise a system limit (for SysV at least) may be exceeded.
989.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.