1 | # Makefile.in generated by automake 1.15 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
---|
5 |
|
---|
6 | # This Makefile.in is free software; the Free Software Foundation
|
---|
7 | # gives unlimited permission to copy and/or distribute it,
|
---|
8 | # with or without modifications, as long as this notice is preserved.
|
---|
9 |
|
---|
10 | # This program is distributed in the hope that it will be useful,
|
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
13 | # PARTICULAR PURPOSE.
|
---|
14 |
|
---|
15 | @SET_MAKE@
|
---|
16 |
|
---|
17 | ######################## -*- Mode: Makefile-Automake -*- ######################
|
---|
18 | ###############################################################################
|
---|
19 |
|
---|
20 | VPATH = @srcdir@
|
---|
21 | am__is_gnu_make = { \
|
---|
22 | if test -z '$(MAKELEVEL)'; then \
|
---|
23 | false; \
|
---|
24 | elif test -n '$(MAKE_HOST)'; then \
|
---|
25 | true; \
|
---|
26 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
---|
27 | true; \
|
---|
28 | else \
|
---|
29 | false; \
|
---|
30 | fi; \
|
---|
31 | }
|
---|
32 | am__make_running_with_option = \
|
---|
33 | case $${target_option-} in \
|
---|
34 | ?) ;; \
|
---|
35 | *) echo "am__make_running_with_option: internal error: invalid" \
|
---|
36 | "target option '$${target_option-}' specified" >&2; \
|
---|
37 | exit 1;; \
|
---|
38 | esac; \
|
---|
39 | has_opt=no; \
|
---|
40 | sane_makeflags=$$MAKEFLAGS; \
|
---|
41 | if $(am__is_gnu_make); then \
|
---|
42 | sane_makeflags=$$MFLAGS; \
|
---|
43 | else \
|
---|
44 | case $$MAKEFLAGS in \
|
---|
45 | *\\[\ \ ]*) \
|
---|
46 | bs=\\; \
|
---|
47 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
---|
48 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
---|
49 | esac; \
|
---|
50 | fi; \
|
---|
51 | skip_next=no; \
|
---|
52 | strip_trailopt () \
|
---|
53 | { \
|
---|
54 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
---|
55 | }; \
|
---|
56 | for flg in $$sane_makeflags; do \
|
---|
57 | test $$skip_next = yes && { skip_next=no; continue; }; \
|
---|
58 | case $$flg in \
|
---|
59 | *=*|--*) continue;; \
|
---|
60 | -*I) strip_trailopt 'I'; skip_next=yes;; \
|
---|
61 | -*I?*) strip_trailopt 'I';; \
|
---|
62 | -*O) strip_trailopt 'O'; skip_next=yes;; \
|
---|
63 | -*O?*) strip_trailopt 'O';; \
|
---|
64 | -*l) strip_trailopt 'l'; skip_next=yes;; \
|
---|
65 | -*l?*) strip_trailopt 'l';; \
|
---|
66 | -[dEDm]) skip_next=yes;; \
|
---|
67 | -[JT]) skip_next=yes;; \
|
---|
68 | esac; \
|
---|
69 | case $$flg in \
|
---|
70 | *$$target_option*) has_opt=yes; break;; \
|
---|
71 | esac; \
|
---|
72 | done; \
|
---|
73 | test $$has_opt = yes
|
---|
74 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
75 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
76 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
77 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
78 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
79 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
80 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
81 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
82 | install_sh_PROGRAM = $(install_sh) -c
|
---|
83 | install_sh_SCRIPT = $(install_sh) -c
|
---|
84 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
85 | transform = $(program_transform_name)
|
---|
86 | NORMAL_INSTALL = :
|
---|
87 | PRE_INSTALL = :
|
---|
88 | POST_INSTALL = :
|
---|
89 | NORMAL_UNINSTALL = :
|
---|
90 | PRE_UNINSTALL = :
|
---|
91 | POST_UNINSTALL = :
|
---|
92 | build_triplet = @build@
|
---|
93 | host_triplet = @host@
|
---|
94 | noinst_PROGRAMS =
|
---|
95 | subdir = src/benchmark
|
---|
96 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
97 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
---|
98 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
99 | $(ACLOCAL_M4)
|
---|
100 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
---|
101 | mkinstalldirs = $(install_sh) -d
|
---|
102 | CONFIG_HEADER = $(top_builddir)/config.h
|
---|
103 | CONFIG_CLEAN_FILES =
|
---|
104 | CONFIG_CLEAN_VPATH_FILES =
|
---|
105 | PROGRAMS = $(noinst_PROGRAMS)
|
---|
106 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
107 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
108 | am__v_P_0 = false
|
---|
109 | am__v_P_1 = :
|
---|
110 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
111 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
112 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
113 | am__v_GEN_1 =
|
---|
114 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
115 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
116 | am__v_at_0 = @
|
---|
117 | am__v_at_1 =
|
---|
118 | SOURCES =
|
---|
119 | DIST_SOURCES =
|
---|
120 | am__can_run_installinfo = \
|
---|
121 | case $$AM_UPDATE_INFO_DIR in \
|
---|
122 | n|no|NO) false;; \
|
---|
123 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
124 | esac
|
---|
125 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
---|
126 | am__DIST_COMMON = $(srcdir)/Makefile.in compile
|
---|
127 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
128 | ACLOCAL = @ACLOCAL@
|
---|
129 | ALLOCA = @ALLOCA@
|
---|
130 | AMTAR = @AMTAR@
|
---|
131 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
132 | AUTOCONF = @AUTOCONF@
|
---|
133 | AUTOHEADER = @AUTOHEADER@
|
---|
134 | AUTOMAKE = @AUTOMAKE@
|
---|
135 | AWK = @AWK@
|
---|
136 | BACKEND_CC = @BACKEND_CC@
|
---|
137 | CC = @CFA_BINDIR@/@CFA_NAME@
|
---|
138 | CCAS = @CCAS@
|
---|
139 | CCASDEPMODE = @CCASDEPMODE@
|
---|
140 | CCASFLAGS = @CCASFLAGS@
|
---|
141 | CCDEPMODE = @CCDEPMODE@
|
---|
142 | CFA_BACKEND_CC = @CFA_BACKEND_CC@
|
---|
143 | CFA_BINDIR = @CFA_BINDIR@
|
---|
144 | CFA_FLAGS = @CFA_FLAGS@
|
---|
145 | CFA_INCDIR = @CFA_INCDIR@
|
---|
146 | CFA_LIBDIR = @CFA_LIBDIR@
|
---|
147 | CFA_NAME = @CFA_NAME@
|
---|
148 | CFA_PREFIX = @CFA_PREFIX@
|
---|
149 |
|
---|
150 | # applies to both programs
|
---|
151 | CFLAGS =
|
---|
152 | CPP = @CPP@
|
---|
153 | CPPFLAGS = @CPPFLAGS@
|
---|
154 | CXX = @CXX@
|
---|
155 | CXXDEPMODE = @CXXDEPMODE@
|
---|
156 | CXXFLAGS = @CXXFLAGS@
|
---|
157 | CYGPATH_W = @CYGPATH_W@
|
---|
158 | DEFS = @DEFS@
|
---|
159 | DEPDIR = @DEPDIR@
|
---|
160 | ECHO_C = @ECHO_C@
|
---|
161 | ECHO_N = @ECHO_N@
|
---|
162 | ECHO_T = @ECHO_T@
|
---|
163 | EGREP = @EGREP@
|
---|
164 | EXEEXT = @EXEEXT@
|
---|
165 | GREP = @GREP@
|
---|
166 | INSTALL = @INSTALL@
|
---|
167 | INSTALL_DATA = @INSTALL_DATA@
|
---|
168 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
169 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
170 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
171 | LDFLAGS = @LDFLAGS@
|
---|
172 | LEX = @LEX@
|
---|
173 | LEXLIB = @LEXLIB@
|
---|
174 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
---|
175 | LIBOBJS = @LIBOBJS@
|
---|
176 | LIBS = @LIBS@
|
---|
177 | LTLIBOBJS = @LTLIBOBJS@
|
---|
178 | MACHINE_TYPE = @MACHINE_TYPE@
|
---|
179 | MAINT = @MAINT@
|
---|
180 | MAKEINFO = @MAKEINFO@
|
---|
181 | MKDIR_P = @MKDIR_P@
|
---|
182 | OBJEXT = @OBJEXT@
|
---|
183 | PACKAGE = @PACKAGE@
|
---|
184 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
185 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
186 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
187 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
188 | PACKAGE_URL = @PACKAGE_URL@
|
---|
189 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
190 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
191 | RANLIB = @RANLIB@
|
---|
192 | SET_MAKE = @SET_MAKE@
|
---|
193 | SHELL = @SHELL@
|
---|
194 | STRIP = @STRIP@
|
---|
195 | VERSION = @VERSION@
|
---|
196 | YACC = @YACC@
|
---|
197 | YFLAGS = @YFLAGS@
|
---|
198 | abs_builddir = @abs_builddir@
|
---|
199 | abs_srcdir = @abs_srcdir@
|
---|
200 | abs_top_builddir = @abs_top_builddir@
|
---|
201 | abs_top_srcdir = @abs_top_srcdir@
|
---|
202 | ac_ct_CC = @ac_ct_CC@
|
---|
203 | ac_ct_CXX = @ac_ct_CXX@
|
---|
204 | am__include = @am__include@
|
---|
205 | am__leading_dot = @am__leading_dot@
|
---|
206 | am__quote = @am__quote@
|
---|
207 | am__tar = @am__tar@
|
---|
208 | am__untar = @am__untar@
|
---|
209 | bindir = @bindir@
|
---|
210 | build = @build@
|
---|
211 | build_alias = @build_alias@
|
---|
212 | build_cpu = @build_cpu@
|
---|
213 | build_os = @build_os@
|
---|
214 | build_vendor = @build_vendor@
|
---|
215 | builddir = @builddir@
|
---|
216 | datadir = @datadir@
|
---|
217 | datarootdir = @datarootdir@
|
---|
218 | docdir = @docdir@
|
---|
219 | dvidir = @dvidir@
|
---|
220 | exec_prefix = @exec_prefix@
|
---|
221 | host = @host@
|
---|
222 | host_alias = @host_alias@
|
---|
223 | host_cpu = @host_cpu@
|
---|
224 | host_os = @host_os@
|
---|
225 | host_vendor = @host_vendor@
|
---|
226 | htmldir = @htmldir@
|
---|
227 | includedir = @includedir@
|
---|
228 | infodir = @infodir@
|
---|
229 | install_sh = @install_sh@
|
---|
230 | libdir = @libdir@
|
---|
231 | libexecdir = @libexecdir@
|
---|
232 | localedir = @localedir@
|
---|
233 | localstatedir = @localstatedir@
|
---|
234 | mandir = @mandir@
|
---|
235 | mkdir_p = @mkdir_p@
|
---|
236 | oldincludedir = @oldincludedir@
|
---|
237 | pdfdir = @pdfdir@
|
---|
238 | prefix = @prefix@
|
---|
239 | program_transform_name = @program_transform_name@
|
---|
240 | psdir = @psdir@
|
---|
241 | runstatedir = @runstatedir@
|
---|
242 | sbindir = @sbindir@
|
---|
243 | sharedstatedir = @sharedstatedir@
|
---|
244 | srcdir = @srcdir@
|
---|
245 | sysconfdir = @sysconfdir@
|
---|
246 | target_alias = @target_alias@
|
---|
247 | top_build_prefix = @top_build_prefix@
|
---|
248 | top_builddir = @top_builddir@
|
---|
249 | top_srcdir = @top_srcdir@
|
---|
250 | AM_CFLAGS = -g -Wall -Wno-unused-function -O2
|
---|
251 | TOOLSDIR = ${abs_top_srcdir}/tools/
|
---|
252 | REPEAT = ${TOOLSDIR}repeat
|
---|
253 | STATS = ${TOOLSDIR}stat.py
|
---|
254 | repeats = 30
|
---|
255 | TIME_FORMAT = "%E"
|
---|
256 | PRINT_FORMAT = %20s: #Comments needed for spacing
|
---|
257 | all: all-am
|
---|
258 |
|
---|
259 | .SUFFIXES:
|
---|
260 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
261 | @for dep in $?; do \
|
---|
262 | case '$(am__configure_deps)' in \
|
---|
263 | *$$dep*) \
|
---|
264 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
---|
265 | && { if test -f $@; then exit 0; else break; fi; }; \
|
---|
266 | exit 1;; \
|
---|
267 | esac; \
|
---|
268 | done; \
|
---|
269 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \
|
---|
270 | $(am__cd) $(top_srcdir) && \
|
---|
271 | $(AUTOMAKE) --foreign src/benchmark/Makefile
|
---|
272 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
273 | @case '$?' in \
|
---|
274 | *config.status*) \
|
---|
275 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
---|
276 | *) \
|
---|
277 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
---|
278 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
---|
279 | esac;
|
---|
280 |
|
---|
281 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
282 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
283 |
|
---|
284 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
285 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
286 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
---|
287 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
288 | $(am__aclocal_m4_deps):
|
---|
289 |
|
---|
290 | clean-noinstPROGRAMS:
|
---|
291 | -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
|
---|
292 | tags TAGS:
|
---|
293 |
|
---|
294 | ctags CTAGS:
|
---|
295 |
|
---|
296 | cscope cscopelist:
|
---|
297 |
|
---|
298 |
|
---|
299 | distdir: $(DISTFILES)
|
---|
300 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
301 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
302 | list='$(DISTFILES)'; \
|
---|
303 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
304 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
305 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
306 | case $$dist_files in \
|
---|
307 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
308 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
309 | sort -u` ;; \
|
---|
310 | esac; \
|
---|
311 | for file in $$dist_files; do \
|
---|
312 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
313 | if test -d $$d/$$file; then \
|
---|
314 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
315 | if test -d "$(distdir)/$$file"; then \
|
---|
316 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
317 | fi; \
|
---|
318 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
319 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
320 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
321 | fi; \
|
---|
322 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
323 | else \
|
---|
324 | test -f "$(distdir)/$$file" \
|
---|
325 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
326 | || exit 1; \
|
---|
327 | fi; \
|
---|
328 | done
|
---|
329 | check-am: all-am
|
---|
330 | check: check-am
|
---|
331 | all-am: Makefile $(PROGRAMS)
|
---|
332 | installdirs:
|
---|
333 | install: install-am
|
---|
334 | install-exec: install-exec-am
|
---|
335 | install-data: install-data-am
|
---|
336 | uninstall: uninstall-am
|
---|
337 |
|
---|
338 | install-am: all-am
|
---|
339 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
340 |
|
---|
341 | installcheck: installcheck-am
|
---|
342 | install-strip:
|
---|
343 | if test -z '$(STRIP)'; then \
|
---|
344 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
345 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
346 | install; \
|
---|
347 | else \
|
---|
348 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
349 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
350 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
351 | fi
|
---|
352 | mostlyclean-generic:
|
---|
353 |
|
---|
354 | clean-generic:
|
---|
355 |
|
---|
356 | distclean-generic:
|
---|
357 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
358 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
359 |
|
---|
360 | maintainer-clean-generic:
|
---|
361 | @echo "This command is intended for maintainers to use"
|
---|
362 | @echo "it deletes files that may require special tools to rebuild."
|
---|
363 | clean: clean-am
|
---|
364 |
|
---|
365 | clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
|
---|
366 |
|
---|
367 | distclean: distclean-am
|
---|
368 | -rm -f Makefile
|
---|
369 | distclean-am: clean-am distclean-generic
|
---|
370 |
|
---|
371 | dvi: dvi-am
|
---|
372 |
|
---|
373 | dvi-am:
|
---|
374 |
|
---|
375 | html: html-am
|
---|
376 |
|
---|
377 | html-am:
|
---|
378 |
|
---|
379 | info: info-am
|
---|
380 |
|
---|
381 | info-am:
|
---|
382 |
|
---|
383 | install-data-am:
|
---|
384 |
|
---|
385 | install-dvi: install-dvi-am
|
---|
386 |
|
---|
387 | install-dvi-am:
|
---|
388 |
|
---|
389 | install-exec-am:
|
---|
390 |
|
---|
391 | install-html: install-html-am
|
---|
392 |
|
---|
393 | install-html-am:
|
---|
394 |
|
---|
395 | install-info: install-info-am
|
---|
396 |
|
---|
397 | install-info-am:
|
---|
398 |
|
---|
399 | install-man:
|
---|
400 |
|
---|
401 | install-pdf: install-pdf-am
|
---|
402 |
|
---|
403 | install-pdf-am:
|
---|
404 |
|
---|
405 | install-ps: install-ps-am
|
---|
406 |
|
---|
407 | install-ps-am:
|
---|
408 |
|
---|
409 | installcheck-am:
|
---|
410 |
|
---|
411 | maintainer-clean: maintainer-clean-am
|
---|
412 | -rm -f Makefile
|
---|
413 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
414 |
|
---|
415 | mostlyclean: mostlyclean-am
|
---|
416 |
|
---|
417 | mostlyclean-am: mostlyclean-generic
|
---|
418 |
|
---|
419 | pdf: pdf-am
|
---|
420 |
|
---|
421 | pdf-am:
|
---|
422 |
|
---|
423 | ps: ps-am
|
---|
424 |
|
---|
425 | ps-am:
|
---|
426 |
|
---|
427 | uninstall-am:
|
---|
428 |
|
---|
429 | .MAKE: install-am install-strip
|
---|
430 |
|
---|
431 | .PHONY: all all-am check check-am clean clean-generic \
|
---|
432 | clean-noinstPROGRAMS cscopelist-am ctags-am distclean \
|
---|
433 | distclean-generic distdir dvi dvi-am html html-am info info-am \
|
---|
434 | install install-am install-data install-data-am install-dvi \
|
---|
435 | install-dvi-am install-exec install-exec-am install-html \
|
---|
436 | install-html-am install-info install-info-am install-man \
|
---|
437 | install-pdf install-pdf-am install-ps install-ps-am \
|
---|
438 | install-strip installcheck installcheck-am installdirs \
|
---|
439 | maintainer-clean maintainer-clean-generic mostlyclean \
|
---|
440 | mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
|
---|
441 | uninstall-am
|
---|
442 |
|
---|
443 | .PRECIOUS: Makefile
|
---|
444 |
|
---|
445 |
|
---|
446 | .NOTPARALLEL:
|
---|
447 |
|
---|
448 | all : ctxswitch$(EXEEXT) mutex$(EXEEXT) signal$(EXEEXT) waitfor$(EXEEXT) creation$(EXEEXT)
|
---|
449 |
|
---|
450 | %.run : %$(EXEEXT) ${REPEAT}
|
---|
451 | @rm -f .result.log
|
---|
452 | @echo "------------------------------------------------------"
|
---|
453 | @echo $<
|
---|
454 | @${REPEAT} ${repeats} ./a.out | tee -a .result.log
|
---|
455 | @${STATS} .result.log
|
---|
456 | @echo "------------------------------------------------------"
|
---|
457 | @rm -f a.out .result.log
|
---|
458 |
|
---|
459 | %.runquiet :
|
---|
460 | @+make $(basename $@)
|
---|
461 | @./a.out
|
---|
462 | @rm -f a.out
|
---|
463 |
|
---|
464 | %.make :
|
---|
465 | @printf "${PRINT_FORMAT}" $(basename $(subst compile-,,$@))
|
---|
466 | @+/usr/bin/time -f ${TIME_FORMAT} make $(basename $@) 2>&1
|
---|
467 |
|
---|
468 | ${REPEAT} :
|
---|
469 | @+make -C ${TOOLSDIR} repeat
|
---|
470 |
|
---|
471 | jenkins$(EXEEXT):
|
---|
472 | @echo "{"
|
---|
473 | @echo -e '\t"githash": "'${githash}'",'
|
---|
474 | @echo -e '\t"arch": "' ${arch} '",'
|
---|
475 | @echo -e '\t"compile": {'
|
---|
476 | @+make compile TIME_FORMAT='%e,' PRINT_FORMAT='\t\t\"%s\" :'
|
---|
477 | @echo -e '\t\t"dummy" : {}'
|
---|
478 | @echo -e '\t},'
|
---|
479 | @echo -e '\t"ctxswitch": {'
|
---|
480 | @echo -en '\t\t"coroutine":'
|
---|
481 | @+make ctxswitch-cfa_coroutine.runquiet
|
---|
482 | @echo -en '\t\t,"thread":'
|
---|
483 | @+make ctxswitch-cfa_thread.runquiet
|
---|
484 | @echo -e '\t},'
|
---|
485 | @echo -e '\t"mutex": ['
|
---|
486 | @echo -en '\t\t'
|
---|
487 | @+make mutex-cfa1.runquiet
|
---|
488 | @echo -en '\t\t,'
|
---|
489 | @+make mutex-cfa2.runquiet
|
---|
490 | @echo -e '\t],'
|
---|
491 | @echo -e '\t"scheduling": ['
|
---|
492 | @echo -en '\t\t'
|
---|
493 | @+make signal-cfa1.runquiet
|
---|
494 | @echo -en '\t\t,'
|
---|
495 | @+make signal-cfa2.runquiet
|
---|
496 | @echo -en '\t\t,'
|
---|
497 | @+make waitfor-cfa1.runquiet
|
---|
498 | @echo -en '\t\t,'
|
---|
499 | @+make waitfor-cfa2.runquiet
|
---|
500 | @echo -e '\n\t],'
|
---|
501 | @echo -e '\t"epoch": ' $(shell date +%s)
|
---|
502 | @echo "}"
|
---|
503 |
|
---|
504 | ctxswitch$(EXEEXT): \
|
---|
505 | ctxswitch-pthread.run \
|
---|
506 | ctxswitch-cfa_coroutine.run \
|
---|
507 | ctxswitch-cfa_thread.run \
|
---|
508 | ctxswitch-upp_coroutine.run \
|
---|
509 | ctxswitch-upp_thread.run \
|
---|
510 | ctxswitch-goroutine.run \
|
---|
511 | ctxswitch-java_thread.run
|
---|
512 |
|
---|
513 | ctxswitch-cfa_coroutine$(EXEEXT):
|
---|
514 | @${CC} ctxswitch/cfa_cor.c -DBENCH_N=50000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
515 |
|
---|
516 | ctxswitch-cfa_thread$(EXEEXT):
|
---|
517 | @${CC} ctxswitch/cfa_thrd.c -DBENCH_N=50000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
518 |
|
---|
519 | ctxswitch-upp_coroutine$(EXEEXT):
|
---|
520 | @u++ ctxswitch/upp_cor.cc -DBENCH_N=50000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
521 |
|
---|
522 | ctxswitch-upp_thread$(EXEEXT):
|
---|
523 | @u++ ctxswitch/upp_thrd.cc -DBENCH_N=50000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
524 |
|
---|
525 | ctxswitch-pthread$(EXEEXT):
|
---|
526 | @@BACKEND_CC@ ctxswitch/pthreads.c -DBENCH_N=50000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
527 |
|
---|
528 | ctxswitch-goroutine$(EXEEXT):
|
---|
529 | @go build -o a.out ctxswitch/goroutine.go
|
---|
530 |
|
---|
531 | ctxswitch-java_thread$(EXEEXT):
|
---|
532 | @javac ctxswitch/JavaThread.java
|
---|
533 | @echo "#!/bin/sh" > a.out
|
---|
534 | @echo "cd ctxswitch && java JavaThread" >> a.out
|
---|
535 | @chmod a+x a.out
|
---|
536 |
|
---|
537 | mutex$(EXEEXT) :\
|
---|
538 | mutex-function.run \
|
---|
539 | mutex-fetch_add.run \
|
---|
540 | mutex-pthread_lock.run \
|
---|
541 | mutex-upp.run \
|
---|
542 | mutex-cfa1.run \
|
---|
543 | mutex-cfa2.run \
|
---|
544 | mutex-cfa4.run \
|
---|
545 | mutex-java_thread.run
|
---|
546 |
|
---|
547 | mutex-function$(EXEEXT):
|
---|
548 | @@BACKEND_CC@ mutex/function.c -DBENCH_N=500000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
549 |
|
---|
550 | mutex-fetch_add$(EXEEXT):
|
---|
551 | @@BACKEND_CC@ mutex/fetch_add.c -DBENCH_N=500000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
552 |
|
---|
553 | mutex-pthread_lock$(EXEEXT):
|
---|
554 | @@BACKEND_CC@ mutex/pthreads.c -DBENCH_N=50000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
555 |
|
---|
556 | mutex-upp$(EXEEXT):
|
---|
557 | @u++ mutex/upp.cc -DBENCH_N=50000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
558 |
|
---|
559 | mutex-cfa1$(EXEEXT):
|
---|
560 | @${CC} mutex/cfa1.c -DBENCH_N=5000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
561 |
|
---|
562 | mutex-cfa2$(EXEEXT):
|
---|
563 | @${CC} mutex/cfa2.c -DBENCH_N=5000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
564 |
|
---|
565 | mutex-cfa4$(EXEEXT):
|
---|
566 | @${CC} mutex/cfa4.c -DBENCH_N=5000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
567 |
|
---|
568 | mutex-java_thread$(EXEEXT):
|
---|
569 | @javac mutex/JavaThread.java
|
---|
570 | @echo "#!/bin/sh" > a.out
|
---|
571 | @echo "cd mutex && java JavaThread" >> a.out
|
---|
572 | @chmod a+x a.out
|
---|
573 |
|
---|
574 | signal$(EXEEXT) :\
|
---|
575 | signal-upp.run \
|
---|
576 | signal-cfa1.run \
|
---|
577 | signal-cfa2.run \
|
---|
578 | signal-cfa4.run
|
---|
579 |
|
---|
580 | signal-upp$(EXEEXT):
|
---|
581 | @u++ schedint/upp.cc -DBENCH_N=5000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
582 |
|
---|
583 | signal-cfa1$(EXEEXT):
|
---|
584 | @${CC} schedint/cfa1.c -DBENCH_N=500000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
585 |
|
---|
586 | signal-cfa2$(EXEEXT):
|
---|
587 | @${CC} schedint/cfa2.c -DBENCH_N=500000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
588 |
|
---|
589 | signal-cfa4$(EXEEXT):
|
---|
590 | @${CC} schedint/cfa4.c -DBENCH_N=500000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
591 |
|
---|
592 | signal-java_thread$(EXEEXT):
|
---|
593 | @javac schedint/JavaThread.java
|
---|
594 | @echo "#!/bin/sh" > a.out
|
---|
595 | @echo "cd schedint && java JavaThread" >> a.out
|
---|
596 | @chmod a+x a.out
|
---|
597 |
|
---|
598 | waitfor$(EXEEXT) :\
|
---|
599 | waitfor-upp.run \
|
---|
600 | waitfor-cfa1.run \
|
---|
601 | waitfor-cfa2.run \
|
---|
602 | waitfor-cfa4.run
|
---|
603 |
|
---|
604 | waitfor-upp$(EXEEXT):
|
---|
605 | @u++ schedext/upp.cc -DBENCH_N=5000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
606 |
|
---|
607 | waitfor-cfa1$(EXEEXT):
|
---|
608 | @${CC} schedext/cfa1.c -DBENCH_N=500000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
609 |
|
---|
610 | waitfor-cfa2$(EXEEXT):
|
---|
611 | @${CC} schedext/cfa2.c -DBENCH_N=500000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
612 |
|
---|
613 | waitfor-cfa4$(EXEEXT):
|
---|
614 | @${CC} schedext/cfa4.c -DBENCH_N=500000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
615 |
|
---|
616 | creation$(EXEEXT) :\
|
---|
617 | creation-pthread.run \
|
---|
618 | creation-cfa_coroutine.run \
|
---|
619 | creation-cfa_coroutine_eager.run \
|
---|
620 | creation-cfa_thread.run \
|
---|
621 | creation-upp_coroutine.run \
|
---|
622 | creation-upp_thread.run \
|
---|
623 | creation-goroutine.run \
|
---|
624 | creation-java_thread.run
|
---|
625 |
|
---|
626 | creation-cfa_coroutine$(EXEEXT):
|
---|
627 | @${CC} creation/cfa_cor.c -DBENCH_N=10000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
628 |
|
---|
629 | creation-cfa_coroutine_eager$(EXEEXT):
|
---|
630 | @${CC} creation/cfa_cor.c -DBENCH_N=10000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags} -DEAGER
|
---|
631 |
|
---|
632 | creation-cfa_thread$(EXEEXT):
|
---|
633 | @${CC} creation/cfa_thrd.c -DBENCH_N=10000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
634 |
|
---|
635 | creation-upp_coroutine$(EXEEXT):
|
---|
636 | @u++ creation/upp_cor.cc -DBENCH_N=50000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
637 |
|
---|
638 | creation-upp_thread$(EXEEXT):
|
---|
639 | @u++ creation/upp_thrd.cc -DBENCH_N=50000000 -I. -nodebug -lrt -quiet ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
640 |
|
---|
641 | creation-pthread$(EXEEXT):
|
---|
642 | @@BACKEND_CC@ creation/pthreads.c -DBENCH_N=250000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
643 |
|
---|
644 | creation-goroutine$(EXEEXT):
|
---|
645 | @go build -o a.out creation/goroutine.go
|
---|
646 |
|
---|
647 | creation-java_thread$(EXEEXT):
|
---|
648 | @javac creation/JavaThread.java
|
---|
649 | @echo "#!/bin/sh" > a.out
|
---|
650 | @echo "cd creation && java JavaThread" >> a.out
|
---|
651 | @chmod a+x a.out
|
---|
652 |
|
---|
653 | compile$(EXEEXT) :\
|
---|
654 | compile-array.make \
|
---|
655 | compile-attributes.make \
|
---|
656 | compile-empty.make \
|
---|
657 | compile-expression.make \
|
---|
658 | compile-io.make \
|
---|
659 | compile-monitor.make \
|
---|
660 | compile-operators.make \
|
---|
661 | compile-typeof.make
|
---|
662 |
|
---|
663 | compile-array$(EXEEXT):
|
---|
664 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/array.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
665 |
|
---|
666 | compile-attributes$(EXEEXT):
|
---|
667 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/attributes.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
668 |
|
---|
669 | compile-empty$(EXEEXT):
|
---|
670 | @${CC} -nodebug -quiet -fsyntax-only -w compile/empty.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
671 |
|
---|
672 | compile-expression$(EXEEXT):
|
---|
673 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/expression.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
674 |
|
---|
675 | compile-io$(EXEEXT):
|
---|
676 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/io.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
677 |
|
---|
678 | compile-monitor$(EXEEXT):
|
---|
679 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/monitor.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
680 |
|
---|
681 | compile-operators$(EXEEXT):
|
---|
682 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/operators.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
683 |
|
---|
684 | compile-thread$(EXEEXT):
|
---|
685 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/thread.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
686 |
|
---|
687 | compile-typeof$(EXEEXT):
|
---|
688 | @${CC} -nodebug -quiet -fsyntax-only -w ../tests/typeof.c @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
|
---|
689 |
|
---|
690 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
691 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
692 | .NOEXPORT:
|
---|