aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/send_through/Makefile
blob: b2ab4e8e1cb1dffeac8bedccd7b061351a388e5e (plain)
1
2
3
4
5
6
7
8
9
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 $@