aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/send_through/Makefile
blob: 9e5a0cfd8bc317dfbc7c129a09b6a30029c0e5f4 (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-mbr-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 $@