1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#  @copyright
19#  Copyright (C) 2011, 2013, Intel Corporation
20#  All rights reserved.
21#  
22#  @copyright
23#  Redistribution and use in source and binary forms, with or without
24#  modification, are permitted provided that the following conditions
25#  are met:
26#  
27#    * Redistributions of source code must retain the above copyright
28#      notice, this list of conditions and the following disclaimer.
29#    * Redistributions in binary form must reproduce the above copyright
30#      notice, this list of conditions and the following disclaimer in
31#      the documentation and/or other materials provided with the
32#      distribution.
33#    * Neither the name of Intel Corporation nor the names of its
34#      contributors may be used to endorse or promote products derived
35#      from this software without specific prior written permission.
36#  
37#  @copyright
38#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
39#  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
40#  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
41#  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
42#  HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
43#  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
44#  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
45#  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
46#  AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47#  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
48#  WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
49#  POSSIBILITY OF SUCH DAMAGE.
50
51#########################################################################
52#
53#  @copyright
54#  Copyright (C) 2011-2013, Intel Corporation
55#  All rights reserved.
56#  
57#  @copyright
58#  Redistribution and use in source and binary forms, with or without
59#  modification, are permitted provided that the following conditions
60#  are met:
61#  
62#    * Redistributions of source code must retain the above copyright
63#      notice, this list of conditions and the following disclaimer.
64#    * Redistributions in binary form must reproduce the above copyright
65#      notice, this list of conditions and the following disclaimer in
66#      the documentation and/or other materials provided with the
67#      distribution.
68#    * Neither the name of Intel Corporation nor the names of its
69#      contributors may be used to endorse or promote products derived
70#      from this software without specific prior written permission.
71#  
72#  @copyright
73#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
74#  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
75#  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
76#  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
77#  HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
78#  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
79#  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
80#  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
81#  AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
82#  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
83#  WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
84#  POSSIBILITY OF SUCH DAMAGE.
85###########################################################################
86
87# DO NOT EDIT THIS FILE!
88#
89# It was automatically generated by cilkrts/include/internal/Makefile
90
91
92VPATH = @srcdir@
93pkgdatadir = $(datadir)/@PACKAGE@
94pkgincludedir = $(includedir)/@PACKAGE@
95pkglibdir = $(libdir)/@PACKAGE@
96pkglibexecdir = $(libexecdir)/@PACKAGE@
97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98install_sh_DATA = $(install_sh) -c -m 644
99install_sh_PROGRAM = $(install_sh) -c
100install_sh_SCRIPT = $(install_sh) -c
101INSTALL_HEADER = $(INSTALL_DATA)
102transform = $(program_transform_name)
103NORMAL_INSTALL = :
104PRE_INSTALL = :
105POST_INSTALL = :
106NORMAL_UNINSTALL = :
107PRE_UNINSTALL = :
108POST_UNINSTALL = :
109build_triplet = @build@
110host_triplet = @host@
111target_triplet = @target@
112DIST_COMMON = $(srcdir)/include/internal/rev.mk README ChangeLog \
113	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
114	$(top_srcdir)/configure $(am__configure_deps) \
115	$(srcdir)/../mkinstalldirs $(srcdir)/libcilkrts.spec.in \
116	$(srcdir)/../depcomp
117
118# If we're building on Linux, use the Linux version script
119@LINUX_LINKER_SCRIPT_TRUE@am__append_1 = -Wl,--version-script,$(srcdir)/runtime/linux-symbols.ver
120
121# If we're building on MacOS, use the Mac versioning
122@MAC_LINKER_SCRIPT_TRUE@am__append_2 = -Wl,-exported_symbols_list,$(srcdir)/runtime/mac-symbols.txt
123subdir = .
124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
126	$(top_srcdir)/../config/lead-dot.m4 \
127	$(top_srcdir)/../config/multi.m4 \
128	$(top_srcdir)/../config/override.m4 \
129	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
130	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
131	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133	$(ACLOCAL_M4)
134am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
135 configure.lineno config.status.lineno
136mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
137CONFIG_CLEAN_FILES = libcilkrts.spec
138CONFIG_CLEAN_VPATH_FILES =
139am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140am__vpath_adj = case $$p in \
141    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142    *) f=$$p;; \
143  esac;
144am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145am__install_max = 40
146am__nobase_strip_setup = \
147  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148am__nobase_strip = \
149  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150am__nobase_list = $(am__nobase_strip_setup); \
151  for p in $$list; do echo "$$p $$p"; done | \
152  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
153  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154    if (++n[$$2] == $(am__install_max)) \
155      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
156    END { for (dir in files) print dir, files[dir] }'
157am__base_list = \
158  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
161	"$(DESTDIR)$(cilkincludedir)" "$(DESTDIR)$(toolexeclibdir)"
162LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
163libcilkrts_la_LIBADD =
164am_libcilkrts_la_OBJECTS = cilk-abi-vla.lo os-unix-sysdep.lo bug.lo \
165	cilk-abi.lo cilk-abi-cilk-for.lo cilk-abi-vla-internal.lo \
166	cilk_api.lo cilk_fiber.lo cilk_fiber-unix.lo cilk_malloc.lo \
167	c_reducers.lo except-gcc.lo frame_malloc.lo full_frame.lo \
168	global_state.lo jmpbuf.lo local_state.lo metacall_impl.lo \
169	os_mutex-unix.lo os-unix.lo pedigrees.lo record-replay.lo \
170	reducer_impl.lo scheduler.lo signal_node.lo spin_mutex.lo \
171	stats.lo symbol_test.lo sysdep-unix.lo worker_mutex.lo
172libcilkrts_la_OBJECTS = $(am_libcilkrts_la_OBJECTS)
173libcilkrts_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
175	$(CXXFLAGS) $(libcilkrts_la_LDFLAGS) $(LDFLAGS) -o $@
176DEFAULT_INCLUDES = -I.@am__isrc@
177depcomp = $(SHELL) $(top_srcdir)/../depcomp
178am__depfiles_maybe = depfiles
179am__mv = mv -f
180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
183	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
184	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185CCLD = $(CC)
186LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
187	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
188	$(LDFLAGS) -o $@
189CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
190	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
191LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
192	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
193	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
194CXXLD = $(CXX)
195CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
196	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
197	$(LDFLAGS) -o $@
198SOURCES = $(libcilkrts_la_SOURCES)
199MULTISRCTOP = 
200MULTIBUILDTOP = 
201MULTIDIRS = 
202MULTISUBDIR = 
203MULTIDO = true
204MULTICLEAN = true
205HEADERS = $(nodist_cilkinclude_HEADERS) $(nodist_toolexeclib_HEADERS)
206ETAGS = etags
207CTAGS = ctags
208ACLOCAL = @ACLOCAL@
209ALLOCA = @ALLOCA@
210AMTAR = @AMTAR@
211AR = @AR@
212AUTOCONF = @AUTOCONF@
213AUTOHEADER = @AUTOHEADER@
214AUTOMAKE = @AUTOMAKE@
215AWK = @AWK@
216CC = @CC@
217CCDEPMODE = @CCDEPMODE@
218CFLAGS = @CFLAGS@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CXX = @CXX@
222CXXCPP = @CXXCPP@
223CXXDEPMODE = @CXXDEPMODE@
224CXXFLAGS = @CXXFLAGS@
225CYGPATH_W = @CYGPATH_W@
226DEFS = @DEFS@
227DEPDIR = @DEPDIR@
228DSYMUTIL = @DSYMUTIL@
229DUMPBIN = @DUMPBIN@
230ECHO_C = @ECHO_C@
231ECHO_N = @ECHO_N@
232ECHO_T = @ECHO_T@
233EGREP = @EGREP@
234EXEEXT = @EXEEXT@
235FGREP = @FGREP@
236GREP = @GREP@
237INSTALL = @INSTALL@
238INSTALL_DATA = @INSTALL_DATA@
239INSTALL_PROGRAM = @INSTALL_PROGRAM@
240INSTALL_SCRIPT = @INSTALL_SCRIPT@
241INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242LD = @LD@
243LDFLAGS = @LDFLAGS@
244LIBOBJS = @LIBOBJS@
245LIBS = @LIBS@
246LIBTOOL = @LIBTOOL@
247LIPO = @LIPO@
248LN_S = @LN_S@
249LTLIBOBJS = @LTLIBOBJS@
250MAINT = @MAINT@
251MAKEINFO = @MAKEINFO@
252MKDIR_P = @MKDIR_P@
253NM = @NM@
254NMEDIT = @NMEDIT@
255OBJDUMP = @OBJDUMP@
256OBJEXT = @OBJEXT@
257OTOOL = @OTOOL@
258OTOOL64 = @OTOOL64@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267RANLIB = @RANLIB@
268SED = @SED@
269SET_MAKE = @SET_MAKE@
270SHELL = @SHELL@
271STRIP = @STRIP@
272VERSION = @VERSION@
273XCFLAGS = @XCFLAGS@
274XLDFLAGS = @XLDFLAGS@
275abs_builddir = @abs_builddir@
276abs_srcdir = @abs_srcdir@
277abs_top_builddir = @abs_top_builddir@
278abs_top_srcdir = @abs_top_srcdir@
279ac_ct_CC = @ac_ct_CC@
280ac_ct_CXX = @ac_ct_CXX@
281ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
282am__include = @am__include@
283am__leading_dot = @am__leading_dot@
284am__quote = @am__quote@
285am__tar = @am__tar@
286am__untar = @am__untar@
287bindir = @bindir@
288build = @build@
289build_alias = @build_alias@
290build_cpu = @build_cpu@
291build_os = @build_os@
292build_vendor = @build_vendor@
293builddir = @builddir@
294config_dir = @config_dir@
295datadir = @datadir@
296datarootdir = @datarootdir@
297docdir = @docdir@
298dvidir = @dvidir@
299exec_prefix = @exec_prefix@
300host = @host@
301host_alias = @host_alias@
302host_cpu = @host_cpu@
303host_os = @host_os@
304host_vendor = @host_vendor@
305htmldir = @htmldir@
306includedir = @includedir@
307infodir = @infodir@
308install_sh = @install_sh@
309libdir = @libdir@
310libexecdir = @libexecdir@
311link_cilkrts = @link_cilkrts@
312localedir = @localedir@
313localstatedir = @localstatedir@
314lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
315mandir = @mandir@
316mkdir_p = @mkdir_p@
317multi_basedir = @multi_basedir@
318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
325srcdir = @srcdir@
326sysconfdir = @sysconfdir@
327target = @target@
328target_alias = @target_alias@
329target_cpu = @target_cpu@
330target_os = @target_os@
331target_vendor = @target_vendor@
332toolexecdir = @toolexecdir@
333toolexeclibdir = @toolexeclibdir@
334top_build_prefix = @top_build_prefix@
335top_builddir = @top_builddir@
336top_srcdir = @top_srcdir@
337AUTOMAKE_OPTIONS = foreign
338
339# Use when building GCC
340ACLOCAL_AMFLAGS = -I .. -I ../config
341
342# Compiler and linker flags.
343# GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for
344
345# Enable Intel Cilk Plus extension
346
347# Always generate unwind tables
348GENERAL_FLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/runtime \
349	-I$(top_srcdir)/runtime/config/$(config_dir) \
350	-DIN_CILK_RUNTIME=1 -fcilkplus -funwind-tables
351AM_CFLAGS = $(XCFLAGS) $(GENERAL_FLAGS) -std=c99
352AM_CPPFLAGS = $(GENERAL_FLAGS)
353AM_LDFLAGS = $(XLDFLAGS)
354
355# May be used by toolexeclibdir.
356gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
357
358# Target list.
359nodist_toolexeclib_HEADERS = libcilkrts.spec
360toolexeclib_LTLIBRARIES = libcilkrts.la
361libcilkrts_la_SOURCES = \
362  runtime/config/$(config_dir)/cilk-abi-vla.c           \
363  runtime/config/$(config_dir)/os-unix-sysdep.c \
364  runtime/bug.cpp                  \
365  runtime/cilk-abi.c               \
366  runtime/cilk-abi-cilk-for.cpp    \
367  runtime/cilk-abi-vla-internal.c  \
368  runtime/cilk_api.c               \
369  runtime/cilk_fiber.cpp           \
370  runtime/cilk_fiber-unix.cpp      \
371  runtime/cilk_malloc.c            \
372  runtime/c_reducers.c             \
373  runtime/except-gcc.cpp           \
374  runtime/frame_malloc.c           \
375  runtime/full_frame.c             \
376  runtime/global_state.cpp         \
377  runtime/jmpbuf.c                 \
378  runtime/local_state.c            \
379  runtime/metacall_impl.c          \
380  runtime/os_mutex-unix.c          \
381  runtime/os-unix.c                \
382  runtime/pedigrees.c              \
383  runtime/record-replay.cpp        \
384  runtime/reducer_impl.cpp         \
385  runtime/scheduler.c              \
386  runtime/signal_node.c            \
387  runtime/spin_mutex.c             \
388  runtime/stats.c                  \
389  runtime/symbol_test.c            \
390  runtime/sysdep-unix.c            \
391  runtime/worker_mutex.c
392
393CILK_REVISION = 3902
394
395# Load the $(REVISION) value.
396
397#libcilkrts_la_LDFLAGS  = -rpath '$(libdir)'
398
399# Hack for Cygwin
400libcilkrts_la_LDFLAGS = -version-info 5:0:0 @lt_cv_dlopen_libs@ \
401	$(AM_LDFLAGS) $(am__append_1) $(am__append_2) -no-undefined
402
403# C/C++ header files for Cilk.
404# cilkincludedir = $(includedir)/cilk
405cilkincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/cilk
406nodist_cilkinclude_HEADERS = \
407  include/cilk/cilk_api.h          \
408  include/cilk/cilk_api_linux.h    \
409  include/cilk/cilk.h              \
410  include/cilk/cilk_stub.h         \
411  include/cilk/cilk_undocumented.h \
412  include/cilk/common.h            \
413  include/cilk/holder.h            \
414  include/cilk/hyperobject_base.h  \
415  include/cilk/metaprogramming.h   \
416  include/cilk/reducer_file.h      \
417  include/cilk/reducer.h           \
418  include/cilk/reducer_list.h      \
419  include/cilk/reducer_max.h       \
420  include/cilk/reducer_min.h       \
421  include/cilk/reducer_min_max.h   \
422  include/cilk/reducer_opadd.h     \
423  include/cilk/reducer_opand.h     \
424  include/cilk/reducer_opmul.h     \
425  include/cilk/reducer_opor.h      \
426  include/cilk/reducer_opxor.h     \
427  include/cilk/reducer_ostream.h   \
428  include/cilk/reducer_string.h
429
430
431# Work around what appears to be a GNU make bug handling MAKEFLAGS
432# values defined in terms of make variables, as is the case for CC and
433# friends when we are called from the top level Makefile.
434AM_MAKEFLAGS = \
435       "AR_FLAGS=$(AR_FLAGS)" \
436       "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
437       "CFLAGS=$(CFLAGS)" \
438       "CXXFLAGS=$(CXXFLAGS)" \
439       "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
440       "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
441       "INSTALL=$(INSTALL)" \
442       "INSTALL_DATA=$(INSTALL_DATA)" \
443       "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
444       "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
445       "JC1FLAGS=$(JC1FLAGS)" \
446       "LDFLAGS=$(LDFLAGS)" \
447       "LIBCFLAGS=$(LIBCFLAGS)" \
448       "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
449       "MAKE=$(MAKE)" \
450       "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
451       "PICFLAG=$(PICFLAG)" \
452       "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
453       "SHELL=$(SHELL)" \
454       "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
455       "exec_prefix=$(exec_prefix)" \
456       "infodir=$(infodir)" \
457       "libdir=$(libdir)" \
458       "prefix=$(prefix)" \
459       "includedir=$(includedir)" \
460       "AR=$(AR)" \
461       "AS=$(AS)" \
462       "LD=$(LD)" \
463       "LIBCFLAGS=$(LIBCFLAGS)" \
464       "NM=$(NM)" \
465       "PICFLAG=$(PICFLAG)" \
466       "RANLIB=$(RANLIB)" \
467       "DESTDIR=$(DESTDIR)"
468
469MAKEOVERRIDES = 
470all: all-am
471
472.SUFFIXES:
473.SUFFIXES: .c .cpp .lo .o .obj
474am--refresh:
475	@:
476$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/include/internal/rev.mk $(am__configure_deps)
477	@for dep in $?; do \
478	  case '$(am__configure_deps)' in \
479	    *$$dep*) \
480	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
481	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
482		&& exit 0; \
483	      exit 1;; \
484	  esac; \
485	done; \
486	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
487	$(am__cd) $(top_srcdir) && \
488	  $(AUTOMAKE) --foreign Makefile
489.PRECIOUS: Makefile
490Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
491	@case '$?' in \
492	  *config.status*) \
493	    echo ' $(SHELL) ./config.status'; \
494	    $(SHELL) ./config.status;; \
495	  *) \
496	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
497	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
498	esac;
499
500$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
501	$(SHELL) ./config.status --recheck
502
503$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
504	$(am__cd) $(srcdir) && $(AUTOCONF)
505$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
506	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
507$(am__aclocal_m4_deps):
508libcilkrts.spec: $(top_builddir)/config.status $(srcdir)/libcilkrts.spec.in
509	cd $(top_builddir) && $(SHELL) ./config.status $@
510install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
511	@$(NORMAL_INSTALL)
512	test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
513	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
514	list2=; for p in $$list; do \
515	  if test -f $$p; then \
516	    list2="$$list2 $$p"; \
517	  else :; fi; \
518	done; \
519	test -z "$$list2" || { \
520	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
521	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
522	}
523
524uninstall-toolexeclibLTLIBRARIES:
525	@$(NORMAL_UNINSTALL)
526	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
527	for p in $$list; do \
528	  $(am__strip_dir) \
529	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
530	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
531	done
532
533clean-toolexeclibLTLIBRARIES:
534	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
535	@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
536	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
537	  test "$$dir" != "$$p" || dir=.; \
538	  echo "rm -f \"$${dir}/so_locations\""; \
539	  rm -f "$${dir}/so_locations"; \
540	done
541libcilkrts.la: $(libcilkrts_la_OBJECTS) $(libcilkrts_la_DEPENDENCIES) 
542	$(libcilkrts_la_LINK) -rpath $(toolexeclibdir) $(libcilkrts_la_OBJECTS) $(libcilkrts_la_LIBADD) $(LIBS)
543
544mostlyclean-compile:
545	-rm -f *.$(OBJEXT)
546
547distclean-compile:
548	-rm -f *.tab.c
549
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bug.Plo@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_reducers.Plo@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk-abi-cilk-for.Plo@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk-abi-vla-internal.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk-abi-vla.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk-abi.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk_api.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk_fiber-unix.Plo@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk_fiber.Plo@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cilk_malloc.Plo@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/except-gcc.Plo@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame_malloc.Plo@am__quote@
562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full_frame.Plo@am__quote@
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global_state.Plo@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jmpbuf.Plo@am__quote@
565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_state.Plo@am__quote@
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metacall_impl.Plo@am__quote@
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-unix-sysdep.Plo@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-unix.Plo@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_mutex-unix.Plo@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pedigrees.Plo@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/record-replay.Plo@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reducer_impl.Plo@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scheduler.Plo@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal_node.Plo@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spin_mutex.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbol_test.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysdep-unix.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worker_mutex.Plo@am__quote@
580
581.c.o:
582@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
583@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
584@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
585@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586@am__fastdepCC_FALSE@	$(COMPILE) -c $<
587
588.c.obj:
589@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
590@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
591@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
594
595.c.lo:
596@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
597@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
598@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
599@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
601
602cilk-abi-vla.lo: runtime/config/$(config_dir)/cilk-abi-vla.c
603@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cilk-abi-vla.lo -MD -MP -MF $(DEPDIR)/cilk-abi-vla.Tpo -c -o cilk-abi-vla.lo `test -f 'runtime/config/$(config_dir)/cilk-abi-vla.c' || echo '$(srcdir)/'`runtime/config/$(config_dir)/cilk-abi-vla.c
604@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/cilk-abi-vla.Tpo $(DEPDIR)/cilk-abi-vla.Plo
605@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/config/$(config_dir)/cilk-abi-vla.c' object='cilk-abi-vla.lo' libtool=yes @AMDEPBACKSLASH@
606@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cilk-abi-vla.lo `test -f 'runtime/config/$(config_dir)/cilk-abi-vla.c' || echo '$(srcdir)/'`runtime/config/$(config_dir)/cilk-abi-vla.c
608
609os-unix-sysdep.lo: runtime/config/$(config_dir)/os-unix-sysdep.c
610@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os-unix-sysdep.lo -MD -MP -MF $(DEPDIR)/os-unix-sysdep.Tpo -c -o os-unix-sysdep.lo `test -f 'runtime/config/$(config_dir)/os-unix-sysdep.c' || echo '$(srcdir)/'`runtime/config/$(config_dir)/os-unix-sysdep.c
611@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/os-unix-sysdep.Tpo $(DEPDIR)/os-unix-sysdep.Plo
612@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/config/$(config_dir)/os-unix-sysdep.c' object='os-unix-sysdep.lo' libtool=yes @AMDEPBACKSLASH@
613@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os-unix-sysdep.lo `test -f 'runtime/config/$(config_dir)/os-unix-sysdep.c' || echo '$(srcdir)/'`runtime/config/$(config_dir)/os-unix-sysdep.c
615
616cilk-abi.lo: runtime/cilk-abi.c
617@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cilk-abi.lo -MD -MP -MF $(DEPDIR)/cilk-abi.Tpo -c -o cilk-abi.lo `test -f 'runtime/cilk-abi.c' || echo '$(srcdir)/'`runtime/cilk-abi.c
618@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/cilk-abi.Tpo $(DEPDIR)/cilk-abi.Plo
619@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/cilk-abi.c' object='cilk-abi.lo' libtool=yes @AMDEPBACKSLASH@
620@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cilk-abi.lo `test -f 'runtime/cilk-abi.c' || echo '$(srcdir)/'`runtime/cilk-abi.c
622
623cilk-abi-vla-internal.lo: runtime/cilk-abi-vla-internal.c
624@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cilk-abi-vla-internal.lo -MD -MP -MF $(DEPDIR)/cilk-abi-vla-internal.Tpo -c -o cilk-abi-vla-internal.lo `test -f 'runtime/cilk-abi-vla-internal.c' || echo '$(srcdir)/'`runtime/cilk-abi-vla-internal.c
625@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/cilk-abi-vla-internal.Tpo $(DEPDIR)/cilk-abi-vla-internal.Plo
626@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/cilk-abi-vla-internal.c' object='cilk-abi-vla-internal.lo' libtool=yes @AMDEPBACKSLASH@
627@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cilk-abi-vla-internal.lo `test -f 'runtime/cilk-abi-vla-internal.c' || echo '$(srcdir)/'`runtime/cilk-abi-vla-internal.c
629
630cilk_api.lo: runtime/cilk_api.c
631@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cilk_api.lo -MD -MP -MF $(DEPDIR)/cilk_api.Tpo -c -o cilk_api.lo `test -f 'runtime/cilk_api.c' || echo '$(srcdir)/'`runtime/cilk_api.c
632@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/cilk_api.Tpo $(DEPDIR)/cilk_api.Plo
633@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/cilk_api.c' object='cilk_api.lo' libtool=yes @AMDEPBACKSLASH@
634@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cilk_api.lo `test -f 'runtime/cilk_api.c' || echo '$(srcdir)/'`runtime/cilk_api.c
636
637cilk_malloc.lo: runtime/cilk_malloc.c
638@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cilk_malloc.lo -MD -MP -MF $(DEPDIR)/cilk_malloc.Tpo -c -o cilk_malloc.lo `test -f 'runtime/cilk_malloc.c' || echo '$(srcdir)/'`runtime/cilk_malloc.c
639@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/cilk_malloc.Tpo $(DEPDIR)/cilk_malloc.Plo
640@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/cilk_malloc.c' object='cilk_malloc.lo' libtool=yes @AMDEPBACKSLASH@
641@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
642@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cilk_malloc.lo `test -f 'runtime/cilk_malloc.c' || echo '$(srcdir)/'`runtime/cilk_malloc.c
643
644c_reducers.lo: runtime/c_reducers.c
645@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT c_reducers.lo -MD -MP -MF $(DEPDIR)/c_reducers.Tpo -c -o c_reducers.lo `test -f 'runtime/c_reducers.c' || echo '$(srcdir)/'`runtime/c_reducers.c
646@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/c_reducers.Tpo $(DEPDIR)/c_reducers.Plo
647@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/c_reducers.c' object='c_reducers.lo' libtool=yes @AMDEPBACKSLASH@
648@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o c_reducers.lo `test -f 'runtime/c_reducers.c' || echo '$(srcdir)/'`runtime/c_reducers.c
650
651frame_malloc.lo: runtime/frame_malloc.c
652@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frame_malloc.lo -MD -MP -MF $(DEPDIR)/frame_malloc.Tpo -c -o frame_malloc.lo `test -f 'runtime/frame_malloc.c' || echo '$(srcdir)/'`runtime/frame_malloc.c
653@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/frame_malloc.Tpo $(DEPDIR)/frame_malloc.Plo
654@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/frame_malloc.c' object='frame_malloc.lo' libtool=yes @AMDEPBACKSLASH@
655@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frame_malloc.lo `test -f 'runtime/frame_malloc.c' || echo '$(srcdir)/'`runtime/frame_malloc.c
657
658full_frame.lo: runtime/full_frame.c
659@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT full_frame.lo -MD -MP -MF $(DEPDIR)/full_frame.Tpo -c -o full_frame.lo `test -f 'runtime/full_frame.c' || echo '$(srcdir)/'`runtime/full_frame.c
660@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/full_frame.Tpo $(DEPDIR)/full_frame.Plo
661@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/full_frame.c' object='full_frame.lo' libtool=yes @AMDEPBACKSLASH@
662@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o full_frame.lo `test -f 'runtime/full_frame.c' || echo '$(srcdir)/'`runtime/full_frame.c
664
665jmpbuf.lo: runtime/jmpbuf.c
666@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jmpbuf.lo -MD -MP -MF $(DEPDIR)/jmpbuf.Tpo -c -o jmpbuf.lo `test -f 'runtime/jmpbuf.c' || echo '$(srcdir)/'`runtime/jmpbuf.c
667@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/jmpbuf.Tpo $(DEPDIR)/jmpbuf.Plo
668@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/jmpbuf.c' object='jmpbuf.lo' libtool=yes @AMDEPBACKSLASH@
669@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jmpbuf.lo `test -f 'runtime/jmpbuf.c' || echo '$(srcdir)/'`runtime/jmpbuf.c
671
672local_state.lo: runtime/local_state.c
673@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT local_state.lo -MD -MP -MF $(DEPDIR)/local_state.Tpo -c -o local_state.lo `test -f 'runtime/local_state.c' || echo '$(srcdir)/'`runtime/local_state.c
674@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/local_state.Tpo $(DEPDIR)/local_state.Plo
675@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/local_state.c' object='local_state.lo' libtool=yes @AMDEPBACKSLASH@
676@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o local_state.lo `test -f 'runtime/local_state.c' || echo '$(srcdir)/'`runtime/local_state.c
678
679metacall_impl.lo: runtime/metacall_impl.c
680@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT metacall_impl.lo -MD -MP -MF $(DEPDIR)/metacall_impl.Tpo -c -o metacall_impl.lo `test -f 'runtime/metacall_impl.c' || echo '$(srcdir)/'`runtime/metacall_impl.c
681@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/metacall_impl.Tpo $(DEPDIR)/metacall_impl.Plo
682@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/metacall_impl.c' object='metacall_impl.lo' libtool=yes @AMDEPBACKSLASH@
683@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o metacall_impl.lo `test -f 'runtime/metacall_impl.c' || echo '$(srcdir)/'`runtime/metacall_impl.c
685
686os_mutex-unix.lo: runtime/os_mutex-unix.c
687@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os_mutex-unix.lo -MD -MP -MF $(DEPDIR)/os_mutex-unix.Tpo -c -o os_mutex-unix.lo `test -f 'runtime/os_mutex-unix.c' || echo '$(srcdir)/'`runtime/os_mutex-unix.c
688@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/os_mutex-unix.Tpo $(DEPDIR)/os_mutex-unix.Plo
689@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/os_mutex-unix.c' object='os_mutex-unix.lo' libtool=yes @AMDEPBACKSLASH@
690@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os_mutex-unix.lo `test -f 'runtime/os_mutex-unix.c' || echo '$(srcdir)/'`runtime/os_mutex-unix.c
692
693os-unix.lo: runtime/os-unix.c
694@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os-unix.lo -MD -MP -MF $(DEPDIR)/os-unix.Tpo -c -o os-unix.lo `test -f 'runtime/os-unix.c' || echo '$(srcdir)/'`runtime/os-unix.c
695@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/os-unix.Tpo $(DEPDIR)/os-unix.Plo
696@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/os-unix.c' object='os-unix.lo' libtool=yes @AMDEPBACKSLASH@
697@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os-unix.lo `test -f 'runtime/os-unix.c' || echo '$(srcdir)/'`runtime/os-unix.c
699
700pedigrees.lo: runtime/pedigrees.c
701@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pedigrees.lo -MD -MP -MF $(DEPDIR)/pedigrees.Tpo -c -o pedigrees.lo `test -f 'runtime/pedigrees.c' || echo '$(srcdir)/'`runtime/pedigrees.c
702@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/pedigrees.Tpo $(DEPDIR)/pedigrees.Plo
703@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/pedigrees.c' object='pedigrees.lo' libtool=yes @AMDEPBACKSLASH@
704@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pedigrees.lo `test -f 'runtime/pedigrees.c' || echo '$(srcdir)/'`runtime/pedigrees.c
706
707scheduler.lo: runtime/scheduler.c
708@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scheduler.lo -MD -MP -MF $(DEPDIR)/scheduler.Tpo -c -o scheduler.lo `test -f 'runtime/scheduler.c' || echo '$(srcdir)/'`runtime/scheduler.c
709@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/scheduler.Tpo $(DEPDIR)/scheduler.Plo
710@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/scheduler.c' object='scheduler.lo' libtool=yes @AMDEPBACKSLASH@
711@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scheduler.lo `test -f 'runtime/scheduler.c' || echo '$(srcdir)/'`runtime/scheduler.c
713
714signal_node.lo: runtime/signal_node.c
715@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signal_node.lo -MD -MP -MF $(DEPDIR)/signal_node.Tpo -c -o signal_node.lo `test -f 'runtime/signal_node.c' || echo '$(srcdir)/'`runtime/signal_node.c
716@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/signal_node.Tpo $(DEPDIR)/signal_node.Plo
717@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/signal_node.c' object='signal_node.lo' libtool=yes @AMDEPBACKSLASH@
718@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_node.lo `test -f 'runtime/signal_node.c' || echo '$(srcdir)/'`runtime/signal_node.c
720
721spin_mutex.lo: runtime/spin_mutex.c
722@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT spin_mutex.lo -MD -MP -MF $(DEPDIR)/spin_mutex.Tpo -c -o spin_mutex.lo `test -f 'runtime/spin_mutex.c' || echo '$(srcdir)/'`runtime/spin_mutex.c
723@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/spin_mutex.Tpo $(DEPDIR)/spin_mutex.Plo
724@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/spin_mutex.c' object='spin_mutex.lo' libtool=yes @AMDEPBACKSLASH@
725@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o spin_mutex.lo `test -f 'runtime/spin_mutex.c' || echo '$(srcdir)/'`runtime/spin_mutex.c
727
728stats.lo: runtime/stats.c
729@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stats.lo -MD -MP -MF $(DEPDIR)/stats.Tpo -c -o stats.lo `test -f 'runtime/stats.c' || echo '$(srcdir)/'`runtime/stats.c
730@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/stats.Tpo $(DEPDIR)/stats.Plo
731@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/stats.c' object='stats.lo' libtool=yes @AMDEPBACKSLASH@
732@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stats.lo `test -f 'runtime/stats.c' || echo '$(srcdir)/'`runtime/stats.c
734
735symbol_test.lo: runtime/symbol_test.c
736@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT symbol_test.lo -MD -MP -MF $(DEPDIR)/symbol_test.Tpo -c -o symbol_test.lo `test -f 'runtime/symbol_test.c' || echo '$(srcdir)/'`runtime/symbol_test.c
737@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/symbol_test.Tpo $(DEPDIR)/symbol_test.Plo
738@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/symbol_test.c' object='symbol_test.lo' libtool=yes @AMDEPBACKSLASH@
739@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o symbol_test.lo `test -f 'runtime/symbol_test.c' || echo '$(srcdir)/'`runtime/symbol_test.c
741
742sysdep-unix.lo: runtime/sysdep-unix.c
743@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sysdep-unix.lo -MD -MP -MF $(DEPDIR)/sysdep-unix.Tpo -c -o sysdep-unix.lo `test -f 'runtime/sysdep-unix.c' || echo '$(srcdir)/'`runtime/sysdep-unix.c
744@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/sysdep-unix.Tpo $(DEPDIR)/sysdep-unix.Plo
745@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/sysdep-unix.c' object='sysdep-unix.lo' libtool=yes @AMDEPBACKSLASH@
746@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sysdep-unix.lo `test -f 'runtime/sysdep-unix.c' || echo '$(srcdir)/'`runtime/sysdep-unix.c
748
749worker_mutex.lo: runtime/worker_mutex.c
750@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT worker_mutex.lo -MD -MP -MF $(DEPDIR)/worker_mutex.Tpo -c -o worker_mutex.lo `test -f 'runtime/worker_mutex.c' || echo '$(srcdir)/'`runtime/worker_mutex.c
751@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/worker_mutex.Tpo $(DEPDIR)/worker_mutex.Plo
752@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='runtime/worker_mutex.c' object='worker_mutex.lo' libtool=yes @AMDEPBACKSLASH@
753@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o worker_mutex.lo `test -f 'runtime/worker_mutex.c' || echo '$(srcdir)/'`runtime/worker_mutex.c
755
756.cpp.o:
757@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
758@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
759@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
760@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
761@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
762
763.cpp.obj:
764@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
765@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
766@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
767@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
769
770.cpp.lo:
771@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
772@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
773@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
774@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
775@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
776
777bug.lo: runtime/bug.cpp
778@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bug.lo -MD -MP -MF $(DEPDIR)/bug.Tpo -c -o bug.lo `test -f 'runtime/bug.cpp' || echo '$(srcdir)/'`runtime/bug.cpp
779@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bug.Tpo $(DEPDIR)/bug.Plo
780@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/bug.cpp' object='bug.lo' libtool=yes @AMDEPBACKSLASH@
781@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
782@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bug.lo `test -f 'runtime/bug.cpp' || echo '$(srcdir)/'`runtime/bug.cpp
783
784cilk-abi-cilk-for.lo: runtime/cilk-abi-cilk-for.cpp
785@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cilk-abi-cilk-for.lo -MD -MP -MF $(DEPDIR)/cilk-abi-cilk-for.Tpo -c -o cilk-abi-cilk-for.lo `test -f 'runtime/cilk-abi-cilk-for.cpp' || echo '$(srcdir)/'`runtime/cilk-abi-cilk-for.cpp
786@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/cilk-abi-cilk-for.Tpo $(DEPDIR)/cilk-abi-cilk-for.Plo
787@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/cilk-abi-cilk-for.cpp' object='cilk-abi-cilk-for.lo' libtool=yes @AMDEPBACKSLASH@
788@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
789@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cilk-abi-cilk-for.lo `test -f 'runtime/cilk-abi-cilk-for.cpp' || echo '$(srcdir)/'`runtime/cilk-abi-cilk-for.cpp
790
791cilk_fiber.lo: runtime/cilk_fiber.cpp
792@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cilk_fiber.lo -MD -MP -MF $(DEPDIR)/cilk_fiber.Tpo -c -o cilk_fiber.lo `test -f 'runtime/cilk_fiber.cpp' || echo '$(srcdir)/'`runtime/cilk_fiber.cpp
793@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/cilk_fiber.Tpo $(DEPDIR)/cilk_fiber.Plo
794@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/cilk_fiber.cpp' object='cilk_fiber.lo' libtool=yes @AMDEPBACKSLASH@
795@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cilk_fiber.lo `test -f 'runtime/cilk_fiber.cpp' || echo '$(srcdir)/'`runtime/cilk_fiber.cpp
797
798cilk_fiber-unix.lo: runtime/cilk_fiber-unix.cpp
799@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cilk_fiber-unix.lo -MD -MP -MF $(DEPDIR)/cilk_fiber-unix.Tpo -c -o cilk_fiber-unix.lo `test -f 'runtime/cilk_fiber-unix.cpp' || echo '$(srcdir)/'`runtime/cilk_fiber-unix.cpp
800@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/cilk_fiber-unix.Tpo $(DEPDIR)/cilk_fiber-unix.Plo
801@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/cilk_fiber-unix.cpp' object='cilk_fiber-unix.lo' libtool=yes @AMDEPBACKSLASH@
802@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cilk_fiber-unix.lo `test -f 'runtime/cilk_fiber-unix.cpp' || echo '$(srcdir)/'`runtime/cilk_fiber-unix.cpp
804
805except-gcc.lo: runtime/except-gcc.cpp
806@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT except-gcc.lo -MD -MP -MF $(DEPDIR)/except-gcc.Tpo -c -o except-gcc.lo `test -f 'runtime/except-gcc.cpp' || echo '$(srcdir)/'`runtime/except-gcc.cpp
807@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/except-gcc.Tpo $(DEPDIR)/except-gcc.Plo
808@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/except-gcc.cpp' object='except-gcc.lo' libtool=yes @AMDEPBACKSLASH@
809@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o except-gcc.lo `test -f 'runtime/except-gcc.cpp' || echo '$(srcdir)/'`runtime/except-gcc.cpp
811
812global_state.lo: runtime/global_state.cpp
813@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT global_state.lo -MD -MP -MF $(DEPDIR)/global_state.Tpo -c -o global_state.lo `test -f 'runtime/global_state.cpp' || echo '$(srcdir)/'`runtime/global_state.cpp
814@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/global_state.Tpo $(DEPDIR)/global_state.Plo
815@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/global_state.cpp' object='global_state.lo' libtool=yes @AMDEPBACKSLASH@
816@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
817@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o global_state.lo `test -f 'runtime/global_state.cpp' || echo '$(srcdir)/'`runtime/global_state.cpp
818
819record-replay.lo: runtime/record-replay.cpp
820@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT record-replay.lo -MD -MP -MF $(DEPDIR)/record-replay.Tpo -c -o record-replay.lo `test -f 'runtime/record-replay.cpp' || echo '$(srcdir)/'`runtime/record-replay.cpp
821@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/record-replay.Tpo $(DEPDIR)/record-replay.Plo
822@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/record-replay.cpp' object='record-replay.lo' libtool=yes @AMDEPBACKSLASH@
823@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o record-replay.lo `test -f 'runtime/record-replay.cpp' || echo '$(srcdir)/'`runtime/record-replay.cpp
825
826reducer_impl.lo: runtime/reducer_impl.cpp
827@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT reducer_impl.lo -MD -MP -MF $(DEPDIR)/reducer_impl.Tpo -c -o reducer_impl.lo `test -f 'runtime/reducer_impl.cpp' || echo '$(srcdir)/'`runtime/reducer_impl.cpp
828@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/reducer_impl.Tpo $(DEPDIR)/reducer_impl.Plo
829@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='runtime/reducer_impl.cpp' object='reducer_impl.lo' libtool=yes @AMDEPBACKSLASH@
830@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o reducer_impl.lo `test -f 'runtime/reducer_impl.cpp' || echo '$(srcdir)/'`runtime/reducer_impl.cpp
832
833mostlyclean-libtool:
834	-rm -f *.lo
835
836clean-libtool:
837	-rm -rf .libs _libs
838
839distclean-libtool:
840	-rm -f libtool config.lt
841
842# GNU Make needs to see an explicit $(MAKE) variable in the command it
843# runs to enable its job server during parallel builds.  Hence the
844# comments below.
845all-multi:
846	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
847install-multi:
848	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
849
850mostlyclean-multi:
851	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
852clean-multi:
853	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
854distclean-multi:
855	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
856maintainer-clean-multi:
857	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
858install-nodist_cilkincludeHEADERS: $(nodist_cilkinclude_HEADERS)
859	@$(NORMAL_INSTALL)
860	test -z "$(cilkincludedir)" || $(MKDIR_P) "$(DESTDIR)$(cilkincludedir)"
861	@list='$(nodist_cilkinclude_HEADERS)'; test -n "$(cilkincludedir)" || list=; \
862	for p in $$list; do \
863	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
864	  echo "$$d$$p"; \
865	done | $(am__base_list) | \
866	while read files; do \
867	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cilkincludedir)'"; \
868	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(cilkincludedir)" || exit $$?; \
869	done
870
871uninstall-nodist_cilkincludeHEADERS:
872	@$(NORMAL_UNINSTALL)
873	@list='$(nodist_cilkinclude_HEADERS)'; test -n "$(cilkincludedir)" || list=; \
874	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
875	test -n "$$files" || exit 0; \
876	echo " ( cd '$(DESTDIR)$(cilkincludedir)' && rm -f" $$files ")"; \
877	cd "$(DESTDIR)$(cilkincludedir)" && rm -f $$files
878install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
879	@$(NORMAL_INSTALL)
880	test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
881	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
882	for p in $$list; do \
883	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
884	  echo "$$d$$p"; \
885	done | $(am__base_list) | \
886	while read files; do \
887	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
888	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
889	done
890
891uninstall-nodist_toolexeclibHEADERS:
892	@$(NORMAL_UNINSTALL)
893	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
894	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
895	test -n "$$files" || exit 0; \
896	echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \
897	cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
898
899ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
900	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
901	unique=`for i in $$list; do \
902	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
903	  done | \
904	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
905	      END { if (nonempty) { for (i in files) print i; }; }'`; \
906	mkid -fID $$unique
907tags: TAGS
908
909TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
910		$(TAGS_FILES) $(LISP)
911	set x; \
912	here=`pwd`; \
913	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
914	unique=`for i in $$list; do \
915	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
916	  done | \
917	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
918	      END { if (nonempty) { for (i in files) print i; }; }'`; \
919	shift; \
920	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
921	  test -n "$$unique" || unique=$$empty_fix; \
922	  if test $$# -gt 0; then \
923	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
924	      "$$@" $$unique; \
925	  else \
926	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
927	      $$unique; \
928	  fi; \
929	fi
930ctags: CTAGS
931CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
932		$(TAGS_FILES) $(LISP)
933	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
934	unique=`for i in $$list; do \
935	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
936	  done | \
937	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
938	      END { if (nonempty) { for (i in files) print i; }; }'`; \
939	test -z "$(CTAGS_ARGS)$$unique" \
940	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
941	     $$unique
942
943GTAGS:
944	here=`$(am__cd) $(top_builddir) && pwd` \
945	  && $(am__cd) $(top_srcdir) \
946	  && gtags -i $(GTAGS_ARGS) "$$here"
947
948distclean-tags:
949	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
950check-am: all-am
951check: check-am
952all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS)
953installdirs:
954	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(cilkincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
955	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
956	done
957install: install-am
958install-exec: install-exec-am
959install-data: install-data-am
960uninstall: uninstall-am
961
962install-am: all-am
963	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
964
965installcheck: installcheck-am
966install-strip:
967	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
968	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
969	  `test -z '$(STRIP)' || \
970	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
971mostlyclean-generic:
972
973clean-generic:
974
975distclean-generic:
976	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
977	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
978
979maintainer-clean-generic:
980	@echo "This command is intended for maintainers to use"
981	@echo "it deletes files that may require special tools to rebuild."
982clean: clean-am clean-multi
983
984clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
985	mostlyclean-am
986
987distclean: distclean-am distclean-multi
988	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
989	-rm -rf ./$(DEPDIR)
990	-rm -f Makefile
991distclean-am: clean-am distclean-compile distclean-generic \
992	distclean-libtool distclean-tags
993
994dvi: dvi-am
995
996dvi-am:
997
998html: html-am
999
1000html-am:
1001
1002info: info-am
1003
1004info-am:
1005
1006install-data-am: install-nodist_cilkincludeHEADERS
1007
1008install-dvi: install-dvi-am
1009
1010install-dvi-am:
1011
1012install-exec-am: install-multi install-nodist_toolexeclibHEADERS \
1013	install-toolexeclibLTLIBRARIES
1014
1015install-html: install-html-am
1016
1017install-html-am:
1018
1019install-info: install-info-am
1020
1021install-info-am:
1022
1023install-man:
1024
1025install-pdf: install-pdf-am
1026
1027install-pdf-am:
1028
1029install-ps: install-ps-am
1030
1031install-ps-am:
1032
1033installcheck-am:
1034
1035maintainer-clean: maintainer-clean-am maintainer-clean-multi
1036	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1037	-rm -rf $(top_srcdir)/autom4te.cache
1038	-rm -rf ./$(DEPDIR)
1039	-rm -f Makefile
1040maintainer-clean-am: distclean-am maintainer-clean-generic
1041
1042mostlyclean: mostlyclean-am mostlyclean-multi
1043
1044mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1045	mostlyclean-libtool
1046
1047pdf: pdf-am
1048
1049pdf-am:
1050
1051ps: ps-am
1052
1053ps-am:
1054
1055uninstall-am: uninstall-nodist_cilkincludeHEADERS \
1056	uninstall-nodist_toolexeclibHEADERS \
1057	uninstall-toolexeclibLTLIBRARIES
1058
1059.MAKE: all-multi clean-multi distclean-multi install-am install-multi \
1060	install-strip maintainer-clean-multi mostlyclean-multi
1061
1062.PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-am \
1063	clean clean-generic clean-libtool clean-multi \
1064	clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
1065	distclean-generic distclean-libtool distclean-multi \
1066	distclean-tags dvi dvi-am html html-am info info-am install \
1067	install-am install-data install-data-am install-dvi \
1068	install-dvi-am install-exec install-exec-am install-html \
1069	install-html-am install-info install-info-am install-man \
1070	install-multi install-nodist_cilkincludeHEADERS \
1071	install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
1072	install-ps install-ps-am install-strip \
1073	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1074	installdirs maintainer-clean maintainer-clean-generic \
1075	maintainer-clean-multi mostlyclean mostlyclean-compile \
1076	mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
1077	pdf-am ps ps-am tags uninstall uninstall-am \
1078	uninstall-nodist_cilkincludeHEADERS \
1079	uninstall-nodist_toolexeclibHEADERS \
1080	uninstall-toolexeclibLTLIBRARIES
1081
1082
1083# Tell versions [3.59,3.63) of GNU make to not export all variables.
1084# Otherwise a system limit (for SysV at least) may be exceeded.
1085.NOEXPORT:
1086