File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.17: download - view: text, annotated - select for diffs - revision graph
Wed Jun 26 22:48:53 2013 UTC (10 years, 11 months ago) by misho
Branches: MAIN
CVS tags: io6_7, io6_6, io6_5, io6_4, io6_3, io6_2, io6_1, io6_0, io5_9, io5_8, io5_7, io5_6, io5_5, IO6_6, IO6_5, IO6_4, IO6_3, IO6_2, IO6_1, IO6_0, IO5_9, IO5_8, IO5_7, IO5_6, IO5_5, IO5_4, HEAD
version 5.4

all:
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o dir dir.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o watchdir watchdir.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o crypt crypt.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o aes aes.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o recvfile recvfile.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o sendfile sendfile.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_bufio test_bufio.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -lelwix
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread

clean:
	rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \
		test_aio test_sess test2_sess bpf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>