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