aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/send_through/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/send_through/Makefile')
-rw-r--r--test/monniaux/send_through/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/monniaux/send_through/Makefile b/test/monniaux/send_through/Makefile
new file mode 100644
index 00000000..b2ab4e8e
--- /dev/null
+++ b/test/monniaux/send_through/Makefile
@@ -0,0 +1,10 @@
+send_through: send_through_gcc.kvx.o send_through_ccomp.kvx.o
+ ../../../ccomp -Wall $+ -o $@ -lm
+
+send_through_gcc.kvx.o send_through_ccomp.kvx.o: send_through.h
+
+send_through_gcc.kvx.o : send_through_gcc.c
+ k1-cos-gcc -Wall -Wextra -std=c99 -Werror=implicit -c $< -o $@
+
+send_through_ccomp.kvx.o : send_through_ccomp.c
+ ../../../ccomp -Wall -fnone -fvararg-calls -c $< -o $@