Changeset 4e13e2a for benchmark/Makefile.in
- Timestamp:
- Sep 17, 2019, 12:56:32 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8e1467d
- Parents:
- a6f26ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
ra6f26ca r4e13e2a 380 380 BENCH_V_JAVAC = $(__bench_v_JAVAC_$(__quiet)) 381 381 BENCH_V_UPP = $(__bench_v_UPP_$(__quiet)) 382 BENCH_V_QTHREAD = $(__bench_v_QTHREAD_$(__quiet))383 382 __quiet = verbose 384 383 __bench_v_CC_quiet = @ … … 394 393 __bench_v_JAVAC_verbose = $(AM_V_JAVAC) 395 394 __bench_v_UPP_verbose = $(AM_V_UPP) 396 __bench_v_QTHREAD_verbose = $(AM_V_CC)397 395 TOOLSDIR = ${abs_top_builddir}/tools/ 398 396 REPEAT = ${abs_top_builddir}/tools/repeat … … 410 408 ctxswitch-upp_coroutine.run ctxswitch-upp_thread.run \ 411 409 ctxswitch-goroutine.run ctxswitch-java_thread.run \ 412 ctxswitch-qthreads.run$(am__append_1)410 $(am__append_1) 413 411 testdir = $(top_srcdir)/tests 414 412 all: all-am … … 860 858 @chmod a+x a.out 861 859 862 ctxswitch-qthreads$(EXEEXT):863 $(BENCH_V_QTHREADS)$(COMPILE) -DBENCH_N=50000000 -I/u/pabuhr/software/qthreads/include -L/u/pabuhr/software/qthreads/lib -Xlinker -R/u/pabuhr/software/qthreads/lib $(srcdir)/ctxswitch/qthreads.c -lqthread864 865 860 mutex$(EXEEXT) :\ 866 861 loop.run \ … … 950 945 creation-upp_thread.run \ 951 946 creation-goroutine.run \ 952 creation-java_thread.run \ 953 creation-qthreads.run 947 creation-java_thread.run 954 948 955 949 creation-cfa_coroutine$(EXEEXT): … … 979 973 @echo "java JavaThread" >> a.out 980 974 @chmod a+x a.out 981 982 creation-qthreads$(EXEEXT):983 $(BENCH_V_QTHREADS)$(COMPILE) -DBENCH_N=50000000 -I/u/pabuhr/software/qthreads/include -L/u/pabuhr/software/qthreads/lib -Xlinker -R/u/pabuhr/software/qthreads/lib $(srcdir)/ctxswitch/qthreads.c -lqthread984 975 985 976 compile$(EXEEXT) :\
Note: See TracChangeset
for help on using the changeset viewer.