03657b00cdea93a2abf63fb6811ced651249f870
[swifty.git] / src / raw / test / Makefile
1 #CPPFLAGS = -DDEBUG -DLOG_LEVEL=LOG_DEBUG
2 CFLAGS = -Wall -g
3
4 .PHONY: all clean
5
6 all: test
7
8 test: test.o test_sw_socket.o test_sw_bind.o test_sw_getsockname.o \
9         test_sw_sendto.o test_sw_recvfrom.o \
10         test_sw_sendmsg.o test_sw_recvmsg.o \
11         test_sw_setsockopt.o test_sw_getsockopt.o \
12         test_sw_close.o test_dummy.o
13
14 clean:
15         -rm -f *~ *.o
16         -rm -f test