source: libcfa/src/Makefile.in @ 72b0573

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

Fixed libcfa dependencies

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