annotate libcilkrts/Makefile.in @ 143:76e1cf5455ef

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