source: libcfa/src/Makefile.in @ 5806745

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

Fixed problem where the prelude would be compiled with different flags

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