source: src/benchmark/Makefile.in@ ec95d11

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

Added benchmakr for test entering and leaving

  • Property mode set to 100644
File size: 15.3 KB
Line 
1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18######################## -*- Mode: Makefile-Automake -*- ######################
19###############################################################################
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkglibexecdir = $(libexecdir)/@PACKAGE@
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40noinst_PROGRAMS = bench$(EXEEXT) ctxswitch-coroutine$(EXEEXT) \
41 ctxswitch-thread$(EXEEXT)
42subdir = src/benchmark
43DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52PROGRAMS = $(noinst_PROGRAMS)
53bench_SOURCES = bench.c
54bench_OBJECTS = bench.$(OBJEXT)
55bench_LDADD = $(LDADD)
56ctxswitch_coroutine_SOURCES = ctxswitch-coroutine.c
57ctxswitch_coroutine_OBJECTS = ctxswitch-coroutine.$(OBJEXT)
58ctxswitch_coroutine_LDADD = $(LDADD)
59ctxswitch_thread_SOURCES = ctxswitch-thread.c
60ctxswitch_thread_OBJECTS = ctxswitch-thread.$(OBJEXT)
61ctxswitch_thread_LDADD = $(LDADD)
62DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
63depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
64am__depfiles_maybe = depfiles
65am__mv = mv -f
66COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68AM_V_CC = $(am__v_CC_@AM_V@)
69am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
70am__v_CC_0 = @echo " CC " $@;
71AM_V_at = $(am__v_at_@AM_V@)
72am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73am__v_at_0 = @
74CCLD = $(CC)
75LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76AM_V_CCLD = $(am__v_CCLD_@AM_V@)
77am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
78am__v_CCLD_0 = @echo " CCLD " $@;
79AM_V_GEN = $(am__v_GEN_@AM_V@)
80am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
81am__v_GEN_0 = @echo " GEN " $@;
82SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
83DIST_SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
84ETAGS = etags
85CTAGS = ctags
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87ACLOCAL = @ACLOCAL@
88ALLOCA = @ALLOCA@
89AMTAR = @AMTAR@
90AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
91AUTOCONF = @AUTOCONF@
92AUTOHEADER = @AUTOHEADER@
93AUTOMAKE = @AUTOMAKE@
94AWK = @AWK@
95BACKEND_CC = @BACKEND_CC@
96CC = @CFA_BINDIR@/@CFA_NAME@
97CCAS = @CCAS@
98CCASDEPMODE = @CCASDEPMODE@
99CCASFLAGS = @CCASFLAGS@
100CCDEPMODE = @CCDEPMODE@
101CFA_BACKEND_CC = @CFA_BACKEND_CC@
102CFA_BINDIR = @CFA_BINDIR@
103CFA_FLAGS = @CFA_FLAGS@
104CFA_INCDIR = @CFA_INCDIR@
105CFA_LIBDIR = @CFA_LIBDIR@
106CFA_NAME = @CFA_NAME@
107CFA_PREFIX = @CFA_PREFIX@
108
109# applies to both programs
110CFLAGS =
111CPP = @CPP@
112CPPFLAGS = @CPPFLAGS@
113CXX = @CXX@
114CXXDEPMODE = @CXXDEPMODE@
115CXXFLAGS = @CXXFLAGS@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119ECHO_C = @ECHO_C@
120ECHO_N = @ECHO_N@
121ECHO_T = @ECHO_T@
122EGREP = @EGREP@
123EXEEXT = @EXEEXT@
124GREP = @GREP@
125INSTALL = @INSTALL@
126INSTALL_DATA = @INSTALL_DATA@
127INSTALL_PROGRAM = @INSTALL_PROGRAM@
128INSTALL_SCRIPT = @INSTALL_SCRIPT@
129INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130LDFLAGS = @LDFLAGS@
131LEX = @LEX@
132LEXLIB = @LEXLIB@
133LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
134LIBOBJS = @LIBOBJS@
135LIBS = @LIBS@
136LTLIBOBJS = @LTLIBOBJS@
137MACHINE_TYPE = @MACHINE_TYPE@
138MAINT = @MAINT@
139MAKEINFO = @MAKEINFO@
140MKDIR_P = @MKDIR_P@
141OBJEXT = @OBJEXT@
142PACKAGE = @PACKAGE@
143PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144PACKAGE_NAME = @PACKAGE_NAME@
145PACKAGE_STRING = @PACKAGE_STRING@
146PACKAGE_TARNAME = @PACKAGE_TARNAME@
147PACKAGE_URL = @PACKAGE_URL@
148PACKAGE_VERSION = @PACKAGE_VERSION@
149PATH_SEPARATOR = @PATH_SEPARATOR@
150RANLIB = @RANLIB@
151SET_MAKE = @SET_MAKE@
152SHELL = @SHELL@
153STRIP = @STRIP@
154VERSION = @VERSION@
155YACC = @YACC@
156YFLAGS = @YFLAGS@
157abs_builddir = @abs_builddir@
158abs_srcdir = @abs_srcdir@
159abs_top_builddir = @abs_top_builddir@
160abs_top_srcdir = @abs_top_srcdir@
161ac_ct_CC = @ac_ct_CC@
162ac_ct_CXX = @ac_ct_CXX@
163am__include = @am__include@
164am__leading_dot = @am__leading_dot@
165am__quote = @am__quote@
166am__tar = @am__tar@
167am__untar = @am__untar@
168bindir = @bindir@
169build = @build@
170build_alias = @build_alias@
171build_cpu = @build_cpu@
172build_os = @build_os@
173build_vendor = @build_vendor@
174builddir = @builddir@
175datadir = @datadir@
176datarootdir = @datarootdir@
177docdir = @docdir@
178dvidir = @dvidir@
179exec_prefix = @exec_prefix@
180host = @host@
181host_alias = @host_alias@
182host_cpu = @host_cpu@
183host_os = @host_os@
184host_vendor = @host_vendor@
185htmldir = @htmldir@
186includedir = @includedir@
187infodir = @infodir@
188install_sh = @install_sh@
189libdir = @libdir@
190libexecdir = @libexecdir@
191localedir = @localedir@
192localstatedir = @localstatedir@
193mandir = @mandir@
194mkdir_p = @mkdir_p@
195oldincludedir = @oldincludedir@
196pdfdir = @pdfdir@
197prefix = @prefix@
198program_transform_name = @program_transform_name@
199psdir = @psdir@
200sbindir = @sbindir@
201sharedstatedir = @sharedstatedir@
202srcdir = @srcdir@
203sysconfdir = @sysconfdir@
204target_alias = @target_alias@
205top_build_prefix = @top_build_prefix@
206top_builddir = @top_builddir@
207top_srcdir = @top_srcdir@
208AM_CFLAGS = -g -Wall -Wno-unused-function -O2
209all: all-am
210
211.SUFFIXES:
212.SUFFIXES: .c .o .obj
213$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
214 @for dep in $?; do \
215 case '$(am__configure_deps)' in \
216 *$$dep*) \
217 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
218 && { if test -f $@; then exit 0; else break; fi; }; \
219 exit 1;; \
220 esac; \
221 done; \
222 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \
223 $(am__cd) $(top_srcdir) && \
224 $(AUTOMAKE) --foreign src/benchmark/Makefile
225.PRECIOUS: Makefile
226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227 @case '$?' in \
228 *config.status*) \
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230 *) \
231 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233 esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242$(am__aclocal_m4_deps):
243
244clean-noinstPROGRAMS:
245 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
246
247mostlyclean-compile:
248 -rm -f *.$(OBJEXT)
249
250distclean-compile:
251 -rm -f *.tab.c
252
253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench.Po@am__quote@
254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-coroutine.Po@am__quote@
255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-thread.Po@am__quote@
256
257.c.o:
258@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
259@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
260@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
261@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
263
264.c.obj:
265@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
266@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
270
271ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | \
276 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
277 END { if (nonempty) { for (i in files) print i; }; }'`; \
278 mkid -fID $$unique
279tags: TAGS
280
281TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
282 $(TAGS_FILES) $(LISP)
283 set x; \
284 here=`pwd`; \
285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286 unique=`for i in $$list; do \
287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288 done | \
289 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
290 END { if (nonempty) { for (i in files) print i; }; }'`; \
291 shift; \
292 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
293 test -n "$$unique" || unique=$$empty_fix; \
294 if test $$# -gt 0; then \
295 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296 "$$@" $$unique; \
297 else \
298 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
299 $$unique; \
300 fi; \
301 fi
302ctags: CTAGS
303CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
304 $(TAGS_FILES) $(LISP)
305 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306 unique=`for i in $$list; do \
307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308 done | \
309 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
310 END { if (nonempty) { for (i in files) print i; }; }'`; \
311 test -z "$(CTAGS_ARGS)$$unique" \
312 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
313 $$unique
314
315GTAGS:
316 here=`$(am__cd) $(top_builddir) && pwd` \
317 && $(am__cd) $(top_srcdir) \
318 && gtags -i $(GTAGS_ARGS) "$$here"
319
320distclean-tags:
321 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
322
323distdir: $(DISTFILES)
324 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326 list='$(DISTFILES)'; \
327 dist_files=`for file in $$list; do echo $$file; done | \
328 sed -e "s|^$$srcdirstrip/||;t" \
329 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
330 case $$dist_files in \
331 */*) $(MKDIR_P) `echo "$$dist_files" | \
332 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333 sort -u` ;; \
334 esac; \
335 for file in $$dist_files; do \
336 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337 if test -d $$d/$$file; then \
338 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
339 if test -d "$(distdir)/$$file"; then \
340 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341 fi; \
342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345 fi; \
346 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347 else \
348 test -f "$(distdir)/$$file" \
349 || cp -p $$d/$$file "$(distdir)/$$file" \
350 || exit 1; \
351 fi; \
352 done
353check-am: all-am
354check: check-am
355all-am: Makefile $(PROGRAMS)
356installdirs:
357install: install-am
358install-exec: install-exec-am
359install-data: install-data-am
360uninstall: uninstall-am
361
362install-am: all-am
363 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364
365installcheck: installcheck-am
366install-strip:
367 if test -z '$(STRIP)'; then \
368 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370 install; \
371 else \
372 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
375 fi
376mostlyclean-generic:
377
378clean-generic:
379
380distclean-generic:
381 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
382 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
384maintainer-clean-generic:
385 @echo "This command is intended for maintainers to use"
386 @echo "it deletes files that may require special tools to rebuild."
387clean: clean-am
388
389clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
390
391distclean: distclean-am
392 -rm -rf ./$(DEPDIR)
393 -rm -f Makefile
394distclean-am: clean-am distclean-compile distclean-generic \
395 distclean-tags
396
397dvi: dvi-am
398
399dvi-am:
400
401html: html-am
402
403html-am:
404
405info: info-am
406
407info-am:
408
409install-data-am:
410
411install-dvi: install-dvi-am
412
413install-dvi-am:
414
415install-exec-am:
416
417install-html: install-html-am
418
419install-html-am:
420
421install-info: install-info-am
422
423install-info-am:
424
425install-man:
426
427install-pdf: install-pdf-am
428
429install-pdf-am:
430
431install-ps: install-ps-am
432
433install-ps-am:
434
435installcheck-am:
436
437maintainer-clean: maintainer-clean-am
438 -rm -rf ./$(DEPDIR)
439 -rm -f Makefile
440maintainer-clean-am: distclean-am maintainer-clean-generic
441
442mostlyclean: mostlyclean-am
443
444mostlyclean-am: mostlyclean-compile mostlyclean-generic
445
446pdf: pdf-am
447
448pdf-am:
449
450ps: ps-am
451
452ps-am:
453
454uninstall-am:
455
456.MAKE: install-am install-strip
457
458.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
459 clean-noinstPROGRAMS ctags distclean distclean-compile \
460 distclean-generic distclean-tags distdir dvi dvi-am html \
461 html-am info info-am install install-am install-data \
462 install-data-am install-dvi install-dvi-am install-exec \
463 install-exec-am install-html install-html-am install-info \
464 install-info-am install-man install-pdf install-pdf-am \
465 install-ps install-ps-am install-strip installcheck \
466 installcheck-am installdirs maintainer-clean \
467 maintainer-clean-generic mostlyclean mostlyclean-compile \
468 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
469 uninstall-am
470
471
472bench :
473 @for ccflags in "-debug" "-nodebug"; do \
474 echo ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -lrt bench.c;\
475 ${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -lrt bench.c;\
476 ./a.out ; \
477 done ; \
478 rm -f ./a.out ;
479
480ctxswitch-coroutine:
481 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 CorCtxSwitch.c
482 @for number in 1 2 3 4 5 6 7 8 9 10; do \
483 ./a.out ; \
484 done
485 @rm -f ./a.out
486
487ctxswitch-thread:
488 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 ThrdCtxSwitch.c
489 @for number in 1 2 3 4 5 6 7 8 9 10; do \
490 ./a.out ; \
491 done
492 @rm -f ./a.out
493
494sched-int:
495 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 SchedInt.c
496 @for number in 1 2 3 4 5 6 7 8 9 10; do \
497 ./a.out ; \
498 done
499 @rm -f ./a.out
500
501monitor:
502 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 Monitor.c
503 @for number in 1 2 3 4 5 6 7 8 9 10; do \
504 ./a.out ; \
505 done
506 @rm -f ./a.out
507
508csv-data:
509 @${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -quiet -DN=10000000 csv-data.c
510 @./a.out
511 @rm -f ./a.out
512
513# Tell versions [3.59,3.63) of GNU make to not export all variables.
514# Otherwise a system limit (for SysV at least) may be exceeded.
515.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.