aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/complex/Makefile12
-rw-r--r--test/monniaux/complex/complex_mat.c (renamed from test/monniaux/complex/complex.c)0
2 files changed, 12 insertions, 0 deletions
diff --git a/test/monniaux/complex/Makefile b/test/monniaux/complex/Makefile
new file mode 100644
index 00000000..1c701783
--- /dev/null
+++ b/test/monniaux/complex/Makefile
@@ -0,0 +1,12 @@
+include ../rules.mk
+
+PRODUCTS=complex_mat.gcc.host.out complex_mat.ccomp.host.out \
+ complex_mat.gcc.k1c.out complex_mat.ccomp.k1c.out \
+ complex_mat.gcc.k1c.s complex_mat.ccomp.k1c.s
+
+all: $(PRODUCTS)
+
+complex_mat.gcc.host.s complex_mat.ccomp.host.s complex_mat.gcc.k1c.s complex_mat.ccomp.k1c.s : ../clock.h
+
+complex_mat.gcc.host complex_mat.ccomp.host : ../clock.gcc.host.o
+complex_mat.gcc.k1c complex_mat.ccomp.k1c : ../clock.gcc.k1c.o
diff --git a/test/monniaux/complex/complex.c b/test/monniaux/complex/complex_mat.c
index 6c7dae1d..6c7dae1d 100644
--- a/test/monniaux/complex/complex.c
+++ b/test/monniaux/complex/complex_mat.c