source: libcfa/src/Makefile.in @ 2026bb6

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 2026bb6 was 2026bb6, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

More robust fix for optionally linking threads

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