source: libcfa/src/Makefile.in @ 6d44da1

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 6d44da1 was 6d44da1, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Merge branch 'master' into shared_library

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