aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/linear-algebra
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-10 21:12:37 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-10 21:12:37 +0200
commit6797b6b0472e87c1ef5edb84f81a16b73577f754 (patch)
tree5ffca6d68a4b1a4b0ca414de91f5015d7982e2a7 /benchmarks/polybench-syn/linear-algebra
parentf21f8ed249030032f4b0a99c0fcd7e210ddb2e1b (diff)
downloadvericert-6797b6b0472e87c1ef5edb84f81a16b73577f754.tar.gz
vericert-6797b6b0472e87c1ef5edb84f81a16b73577f754.zip
Fix Makefiles slightly
Diffstat (limited to 'benchmarks/polybench-syn/linear-algebra')
-rw-r--r--benchmarks/polybench-syn/linear-algebra/blas/Makefile2
-rw-r--r--benchmarks/polybench-syn/linear-algebra/kernels/Makefile2
-rw-r--r--benchmarks/polybench-syn/linear-algebra/solvers/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/polybench-syn/linear-algebra/blas/Makefile b/benchmarks/polybench-syn/linear-algebra/blas/Makefile
index 5c6d300..5cd6a49 100644
--- a/benchmarks/polybench-syn/linear-algebra/blas/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/blas/Makefile
@@ -1,3 +1,3 @@
-all: gemm gemver gesummv symm syr2k syrk trmm
+TARGETS := gemm gemver gesummv symm syr2k syrk trmm
include ../common.mk
diff --git a/benchmarks/polybench-syn/linear-algebra/kernels/Makefile b/benchmarks/polybench-syn/linear-algebra/kernels/Makefile
index ff59d0f..815b9a0 100644
--- a/benchmarks/polybench-syn/linear-algebra/kernels/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/kernels/Makefile
@@ -1,3 +1,3 @@
-all: 2mm 3mm atas bicg doitgen mvt
+TARGETS := 2mm 3mm atas bicg doitgen mvt
include ../common.mk
diff --git a/benchmarks/polybench-syn/linear-algebra/solvers/Makefile b/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
index d466d15..b396027 100644
--- a/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
@@ -1,3 +1,3 @@
-all: cholesky durbin lu ludcmp trisolv
+TARGETS := cholesky durbin lu ludcmp trisolv
include ../common.mk