source: libcfa/src/Makefile.in@ 2ea0a8a

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since 2ea0a8a was 575a6e5, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Cross compilation appears to be working

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