aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/send_through/Makefile
blob: 72b84654c5f6bfbfd8d7356d2497e2c10bb8dc05 (plain)
1
2
3
4
5
6
7
8
9
10
send_through: send_through_gcc.k1c.o send_through_ccomp.k1c.o
	../../../ccomp -Wall $+ -o $@ -lm

send_through_gcc.k1c.o  send_through_ccomp.k1c.o: send_through.h

send_through_gcc.k1c.o : send_through_gcc.c
	k1-cos-gcc -Wall -Wextra -std=c99 -Werror=implicit -c $< -o $@

send_through_ccomp.k1c.o : send_through_ccomp.c
	../../../ccomp -Wall -fnone -fvararg-calls -c $< -o $@