source: libcfa/src/Makefile.in @ 2725882

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

Fixed shared library version number

  • Property mode set to 100644
File size: 32.7 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
399ARFLAGS = cr
400CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
401LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
402        $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \
403        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) \
404        $(AM_CFLAGS) $(CFLAGS)
405
406AM_V_CFA = $(am__v_CFA_@AM_V@)
407am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
408am__v_CFA_0 = @echo "  CFA     " $@;
409am__v_CFA_1 =
410lib_LTLIBRARIES = libcfa.la
411
412# AM_CFLAGS for all cfa source
413# AM_CFAFLAGS for only cfa source
414# use -no-include-stdhdr to prevent rebuild cycles
415# The built sources must not depend on the installed headers
416AM_CFAFLAGS = -quiet -in-tree -I$(srcdir)/stdhdr @CONFIG_CFAFLAGS@
417AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@
418AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@
419@BUILDLIB_FALSE@headers_nosrc =
420
421#----------------------------------------------------------------------------------------------------------------
422
423# not all platforms support concurrency, add option do disable it
424@BUILDLIB_TRUE@headers_nosrc = math.hfa gmp.hfa time_t.hfa \
425@BUILDLIB_TRUE@ bits/align.hfa bits/containers.hfa \
426@BUILDLIB_TRUE@ bits/defs.hfa bits/debug.hfa bits/locks.hfa \
427@BUILDLIB_TRUE@ concurrency/invoke.h
428@BUILDLIB_FALSE@headers =
429@BUILDLIB_TRUE@headers = fstream.hfa iostream.hfa iterator.hfa \
430@BUILDLIB_TRUE@ limits.hfa rational.hfa time.hfa stdlib.hfa \
431@BUILDLIB_TRUE@ common.hfa containers/maybe.hfa \
432@BUILDLIB_TRUE@ containers/pair.hfa containers/result.hfa \
433@BUILDLIB_TRUE@ containers/vector.hfa concurrency/coroutine.hfa \
434@BUILDLIB_TRUE@ concurrency/thread.hfa concurrency/kernel.hfa \
435@BUILDLIB_TRUE@ concurrency/monitor.hfa concurrency/mutex.hfa
436@BUILDLIB_FALSE@libsrc =
437
438# not all platforms support concurrency, add option do disable it
439@BUILDLIB_TRUE@libsrc = startup.cfa interpose.cfa bits/debug.cfa \
440@BUILDLIB_TRUE@ assert.cfa exception.c virtual.c heap.cfa \
441@BUILDLIB_TRUE@ ${headers:.hfa=.cfa} \
442@BUILDLIB_TRUE@ concurrency/CtxSwitch-@ARCHITECTURE@.S \
443@BUILDLIB_TRUE@ concurrency/alarm.cfa concurrency/invoke.c \
444@BUILDLIB_TRUE@ concurrency/preemption.cfa
445
446#----------------------------------------------------------------------------------------------------------------
447# add dependency to cfa-cpp so all libraries are rebuilt with new translator
448#@CFACC@ @CFACPP@ prelude.cfa
449
450# add dependency of cfa files
451libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(libsrc))))
452
453# .deps inclusion is not done automatically by automake for new languages
454libdeps = $(join \
455        $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \
456        $(notdir ${libobjs:.lo=.Po}) \
457)
458
459
460#----------------------------------------------------------------------------------------------------------------
461libcfa_la_SOURCES = prelude.cfa ${libsrc}
462libcfa_la_LDFLAGS = -version-info @CFA_VERSION@
463stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ")
464cfa_includedir = $(CFA_INCDIR)
465nobase_cfa_include_HEADERS = ${stdhdr} ${headers} ${headers_nosrc}
466all: all-am
467
468.SUFFIXES:
469.SUFFIXES: .S .c .cfa .lo .o .obj
470$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../src/cfa.make $(am__configure_deps)
471        @for dep in $?; do \
472          case '$(am__configure_deps)' in \
473            *$$dep*) \
474              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
475                && { if test -f $@; then exit 0; else break; fi; }; \
476              exit 1;; \
477          esac; \
478        done; \
479        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
480        $(am__cd) $(top_srcdir) && \
481          $(AUTOMAKE) --foreign src/Makefile
482Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
483        @case '$?' in \
484          *config.status*) \
485            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
486          *) \
487            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
488            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
489        esac;
490$(srcdir)/../../src/cfa.make $(am__empty):
491
492$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
493        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
494
495$(top_srcdir)/configure:  $(am__configure_deps)
496        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
498        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
499$(am__aclocal_m4_deps):
500
501install-libLTLIBRARIES: $(lib_LTLIBRARIES)
502        @$(NORMAL_INSTALL)
503        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
504        list2=; for p in $$list; do \
505          if test -f $$p; then \
506            list2="$$list2 $$p"; \
507          else :; fi; \
508        done; \
509        test -z "$$list2" || { \
510          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
511          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
512          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
513          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
514        }
515
516uninstall-libLTLIBRARIES:
517        @$(NORMAL_UNINSTALL)
518        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
519        for p in $$list; do \
520          $(am__strip_dir) \
521          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
522          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
523        done
524
525clean-libLTLIBRARIES:
526        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
527        @list='$(lib_LTLIBRARIES)'; \
528        locs=`for p in $$list; do echo $$p; done | \
529              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
530              sort -u`; \
531        test -z "$$locs" || { \
532          echo rm -f $${locs}; \
533          rm -f $${locs}; \
534        }
535bits/$(am__dirstamp):
536        @$(MKDIR_P) bits
537        @: > bits/$(am__dirstamp)
538bits/$(DEPDIR)/$(am__dirstamp):
539        @$(MKDIR_P) bits/$(DEPDIR)
540        @: > bits/$(DEPDIR)/$(am__dirstamp)
541bits/debug.lo: bits/$(am__dirstamp) bits/$(DEPDIR)/$(am__dirstamp)
542containers/$(am__dirstamp):
543        @$(MKDIR_P) containers
544        @: > containers/$(am__dirstamp)
545containers/$(DEPDIR)/$(am__dirstamp):
546        @$(MKDIR_P) containers/$(DEPDIR)
547        @: > containers/$(DEPDIR)/$(am__dirstamp)
548containers/maybe.lo: containers/$(am__dirstamp) \
549        containers/$(DEPDIR)/$(am__dirstamp)
550containers/pair.lo: containers/$(am__dirstamp) \
551        containers/$(DEPDIR)/$(am__dirstamp)
552containers/result.lo: containers/$(am__dirstamp) \
553        containers/$(DEPDIR)/$(am__dirstamp)
554containers/vector.lo: containers/$(am__dirstamp) \
555        containers/$(DEPDIR)/$(am__dirstamp)
556concurrency/$(am__dirstamp):
557        @$(MKDIR_P) concurrency
558        @: > concurrency/$(am__dirstamp)
559concurrency/$(DEPDIR)/$(am__dirstamp):
560        @$(MKDIR_P) concurrency/$(DEPDIR)
561        @: > concurrency/$(DEPDIR)/$(am__dirstamp)
562concurrency/coroutine.lo: concurrency/$(am__dirstamp) \
563        concurrency/$(DEPDIR)/$(am__dirstamp)
564concurrency/thread.lo: concurrency/$(am__dirstamp) \
565        concurrency/$(DEPDIR)/$(am__dirstamp)
566concurrency/kernel.lo: concurrency/$(am__dirstamp) \
567        concurrency/$(DEPDIR)/$(am__dirstamp)
568concurrency/monitor.lo: concurrency/$(am__dirstamp) \
569        concurrency/$(DEPDIR)/$(am__dirstamp)
570concurrency/mutex.lo: concurrency/$(am__dirstamp) \
571        concurrency/$(DEPDIR)/$(am__dirstamp)
572concurrency/CtxSwitch-@ARCHITECTURE@.lo: concurrency/$(am__dirstamp) \
573        concurrency/$(DEPDIR)/$(am__dirstamp)
574concurrency/alarm.lo: concurrency/$(am__dirstamp) \
575        concurrency/$(DEPDIR)/$(am__dirstamp)
576concurrency/invoke.lo: concurrency/$(am__dirstamp) \
577        concurrency/$(DEPDIR)/$(am__dirstamp)
578concurrency/preemption.lo: concurrency/$(am__dirstamp) \
579        concurrency/$(DEPDIR)/$(am__dirstamp)
580
581libcfa.la: $(libcfa_la_OBJECTS) $(libcfa_la_DEPENDENCIES) $(EXTRA_libcfa_la_DEPENDENCIES)
582        $(AM_V_CCLD)$(libcfa_la_LINK) -rpath $(libdir) $(libcfa_la_OBJECTS) $(libcfa_la_LIBADD) $(LIBS)
583
584mostlyclean-compile:
585        -rm -f *.$(OBJEXT)
586        -rm -f bits/*.$(OBJEXT)
587        -rm -f bits/*.lo
588        -rm -f concurrency/*.$(OBJEXT)
589        -rm -f concurrency/*.lo
590        -rm -f containers/*.$(OBJEXT)
591        -rm -f containers/*.lo
592
593distclean-compile:
594        -rm -f *.tab.c
595
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Plo@am__quote@
598@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@ARCHITECTURE@.Plo@am__quote@
599@AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/invoke.Plo@am__quote@
600
601.S.o:
602@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
603@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
604@am__fastdepCCAS_TRUE@  $(am__mv) $$depbase.Tpo $$depbase.Po
605@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
606@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
608
609.S.obj:
610@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
611@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
612@am__fastdepCCAS_TRUE@  $(am__mv) $$depbase.Tpo $$depbase.Po
613@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
616
617.S.lo:
618@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
619@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
620@am__fastdepCCAS_TRUE@  $(am__mv) $$depbase.Tpo $$depbase.Plo
621@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
624
625.c.o:
626@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
627@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
628@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
629@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
630@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
632
633.c.obj:
634@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
635@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
636@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
637@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
638@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
640
641.c.lo:
642@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
643@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
644@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
645@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
646@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
648
649mostlyclean-libtool:
650        -rm -f *.lo
651
652clean-libtool:
653        -rm -rf .libs _libs
654        -rm -rf bits/.libs bits/_libs
655        -rm -rf concurrency/.libs concurrency/_libs
656        -rm -rf containers/.libs containers/_libs
657install-nobase_cfa_includeHEADERS: $(nobase_cfa_include_HEADERS)
658        @$(NORMAL_INSTALL)
659        @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
660        if test -n "$$list"; then \
661          echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)'"; \
662          $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)" || exit 1; \
663        fi; \
664        $(am__nobase_list) | while read dir files; do \
665          xfiles=; for file in $$files; do \
666            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
667            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
668          test -z "$$xfiles" || { \
669            test "x$$dir" = x. || { \
670              echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
671              $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)/$$dir"; }; \
672            echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(cfa_includedir)/$$dir'"; \
673            $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(cfa_includedir)/$$dir" || exit $$?; }; \
674        done
675
676uninstall-nobase_cfa_includeHEADERS:
677        @$(NORMAL_UNINSTALL)
678        @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \
679        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
680        dir='$(DESTDIR)$(cfa_includedir)'; $(am__uninstall_files_from_dir)
681
682ID: $(am__tagged_files)
683        $(am__define_uniq_tagged_files); mkid -fID $$unique
684tags: tags-am
685TAGS: tags
686
687tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
688        set x; \
689        here=`pwd`; \
690        $(am__define_uniq_tagged_files); \
691        shift; \
692        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
693          test -n "$$unique" || unique=$$empty_fix; \
694          if test $$# -gt 0; then \
695            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
696              "$$@" $$unique; \
697          else \
698            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
699              $$unique; \
700          fi; \
701        fi
702ctags: ctags-am
703
704CTAGS: ctags
705ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
706        $(am__define_uniq_tagged_files); \
707        test -z "$(CTAGS_ARGS)$$unique" \
708          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
709             $$unique
710
711GTAGS:
712        here=`$(am__cd) $(top_builddir) && pwd` \
713          && $(am__cd) $(top_srcdir) \
714          && gtags -i $(GTAGS_ARGS) "$$here"
715cscopelist: cscopelist-am
716
717cscopelist-am: $(am__tagged_files)
718        list='$(am__tagged_files)'; \
719        case "$(srcdir)" in \
720          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
721          *) sdir=$(subdir)/$(srcdir) ;; \
722        esac; \
723        for i in $$list; do \
724          if test -f "$$i"; then \
725            echo "$(subdir)/$$i"; \
726          else \
727            echo "$$sdir/$$i"; \
728          fi; \
729        done >> $(top_builddir)/cscope.files
730
731distclean-tags:
732        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
733
734distdir: $(DISTFILES)
735        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
736        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
737        list='$(DISTFILES)'; \
738          dist_files=`for file in $$list; do echo $$file; done | \
739          sed -e "s|^$$srcdirstrip/||;t" \
740              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
741        case $$dist_files in \
742          */*) $(MKDIR_P) `echo "$$dist_files" | \
743                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
744                           sort -u` ;; \
745        esac; \
746        for file in $$dist_files; do \
747          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
748          if test -d $$d/$$file; then \
749            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
750            if test -d "$(distdir)/$$file"; then \
751              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
752            fi; \
753            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
754              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
755              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
756            fi; \
757            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
758          else \
759            test -f "$(distdir)/$$file" \
760            || cp -p $$d/$$file "$(distdir)/$$file" \
761            || exit 1; \
762          fi; \
763        done
764check-am: all-am
765check: check-am
766all-am: Makefile $(LTLIBRARIES) $(HEADERS)
767installdirs:
768        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"; do \
769          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
770        done
771install: install-am
772install-exec: install-exec-am
773install-data: install-data-am
774uninstall: uninstall-am
775
776install-am: all-am
777        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
778
779installcheck: installcheck-am
780install-strip:
781        if test -z '$(STRIP)'; then \
782          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784              install; \
785        else \
786          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
789        fi
790mostlyclean-generic:
791
792clean-generic:
793
794distclean-generic:
795        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
796        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
797        -rm -f bits/$(DEPDIR)/$(am__dirstamp)
798        -rm -f bits/$(am__dirstamp)
799        -rm -f concurrency/$(DEPDIR)/$(am__dirstamp)
800        -rm -f concurrency/$(am__dirstamp)
801        -rm -f containers/$(DEPDIR)/$(am__dirstamp)
802        -rm -f containers/$(am__dirstamp)
803
804maintainer-clean-generic:
805        @echo "This command is intended for maintainers to use"
806        @echo "it deletes files that may require special tools to rebuild."
807clean: clean-am
808
809clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
810        mostlyclean-am
811
812distclean: distclean-am
813        -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
814        -rm -f Makefile
815distclean-am: clean-am distclean-compile distclean-generic \
816        distclean-tags
817
818dvi: dvi-am
819
820dvi-am:
821
822html: html-am
823
824html-am:
825
826info: info-am
827
828info-am:
829
830install-data-am: install-nobase_cfa_includeHEADERS
831
832install-dvi: install-dvi-am
833
834install-dvi-am:
835
836install-exec-am: install-libLTLIBRARIES
837
838install-html: install-html-am
839
840install-html-am:
841
842install-info: install-info-am
843
844install-info-am:
845
846install-man:
847
848install-pdf: install-pdf-am
849
850install-pdf-am:
851
852install-ps: install-ps-am
853
854install-ps-am:
855
856installcheck-am:
857
858maintainer-clean: maintainer-clean-am
859        -rm -rf ./$(DEPDIR) concurrency/$(DEPDIR)
860        -rm -f Makefile
861maintainer-clean-am: distclean-am maintainer-clean-generic \
862        maintainer-clean-local
863
864mostlyclean: mostlyclean-am
865
866mostlyclean-am: mostlyclean-compile mostlyclean-generic \
867        mostlyclean-libtool
868
869pdf: pdf-am
870
871pdf-am:
872
873ps: ps-am
874
875ps-am:
876
877uninstall-am: uninstall-libLTLIBRARIES \
878        uninstall-nobase_cfa_includeHEADERS
879
880.MAKE: install-am install-strip
881
882.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
883        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
884        ctags-am distclean distclean-compile distclean-generic \
885        distclean-libtool distclean-tags distdir dvi dvi-am html \
886        html-am info info-am install install-am install-data \
887        install-data-am install-dvi install-dvi-am install-exec \
888        install-exec-am install-html install-html-am install-info \
889        install-info-am install-libLTLIBRARIES install-man \
890        install-nobase_cfa_includeHEADERS install-pdf install-pdf-am \
891        install-ps install-ps-am install-strip installcheck \
892        installcheck-am installdirs maintainer-clean \
893        maintainer-clean-generic maintainer-clean-local mostlyclean \
894        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
895        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
896        uninstall-libLTLIBRARIES uninstall-nobase_cfa_includeHEADERS
897
898.PRECIOUS: Makefile
899
900
901.cfa.o:
902        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
903        $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
904        $(am__mv) $$depbase.Tpo $$depbase.Po
905
906.cfa.lo:
907        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
908        $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
909        $(am__mv) $$depbase.Tpo $$depbase.Plo
910$(libobjs) : @CFACC@ @CFACPP@ prelude.cfa
911
912-include $(libdeps)
913
914prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
915        ${AM_V_GEN}@CFACC@ ${AM_CFLAGS} ${CFLAGS} -quiet -in-tree -XCFA -l ${<} -c -o ${@}
916
917prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
918        ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \
919        @CFACC@ ${AM_CFLAGS} ${CFLAGS} -quiet -in-tree -XCFA -l ${<} -c -o ${@}
920
921#----------------------------------------------------------------------------------------------------------------
922maintainer-clean-local:
923        -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR}
924
925# $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
926#       $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
927#       $(am__mv) $$depbase.Tpo $$depbase.Po
928
929# Tell versions [3.59,3.63) of GNU make to not export all variables.
930# Otherwise a system limit (for SysV at least) may be exceeded.
931.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.