aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/xor_and_mat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/xor_and_mat/Makefile')
-rw-r--r--test/monniaux/xor_and_mat/Makefile23
1 files changed, 3 insertions, 20 deletions
diff --git a/test/monniaux/xor_and_mat/Makefile b/test/monniaux/xor_and_mat/Makefile
index 005382de..e6c4db77 100644
--- a/test/monniaux/xor_and_mat/Makefile
+++ b/test/monniaux/xor_and_mat/Makefile
@@ -1,21 +1,4 @@
-include ../rules.mk
-
-PRODUCTS=int_mat.host int_mat.gcc.k1c.out int_mat.ccomp.k1c.out int_mat.ccomp.k1c.s int_mat.gcc.k1c.s int_mat.gcc.k1c int_mat.ccomp.k1c
-
-all: $(PRODUCTS)
-
-int_mat.host: int_mat.c int_mat_run.c xor_and.h
- $(CC) $(CFLAGS) int_mat.c int_mat_run.c -o $@
-
-int_mat.gcc.k1c.s int_mat.ccomp.k1c.s int_mat_run.gcc.k1c.s: xor_and.h
+TARGET=xor_and_mat
+MEASURES="c1 c2 c3 c4 c5 c6 c7"
-int_mat.gcc.k1c: int_mat.gcc.k1c.o int_mat_run.gcc.k1c.o
- $(K1C_CC) $(K1C_CFLAGS) $+ -o $@
-
-int_mat.ccomp.k1c: int_mat.ccomp.k1c.o int_mat_run.gcc.k1c.o
- $(K1C_CCOMP) $(K1C_CCOMPFLAGS) $+ -o $@
-
-clean:
- $(RM) -f $(PRODUCTS) int_mat.gcc.k1c.o int_mat.ccomp.k1c.o int_mat_run.gcc.k1c.o
-
-.PHONY: clean
+include ../rules.mk