source: libcfa/src/Makefile.in @ 954821df

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

Recreated makefile.in with automake from ubuntu 16.04

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