aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/complex
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-12 09:45:02 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-12 09:45:02 +0100
commita64e80432cf2222a84503f4202c04cfdbf705d27 (patch)
tree381826791cb6c6ab5ef3c648f7cb81550b068abd /test/monniaux/complex
parentef0f2126756c5a019254431a68e4efedeccf4f3e (diff)
downloadcompcert-kvx-a64e80432cf2222a84503f4202c04cfdbf705d27.tar.gz
compcert-kvx-a64e80432cf2222a84503f4202c04cfdbf705d27.zip
et hop un Makefile pour les matrices complexes
Diffstat (limited to 'test/monniaux/complex')
-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