File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.16: download - view: text, annotated - select for diffs - revision graph
Wed Mar 13 14:54:38 2013 UTC (11 years, 3 months ago) by misho
Branches: MAIN
CVS tags: io5_4, io5_3, io5_2, io5_1, IO5_3, IO5_2, IO5_1, IO5_0, HEAD
version 5.0

all:
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o dir dir.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o watchdir watchdir.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o crypt crypt.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o aes aes.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o recvfile recvfile.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o sendfile sendfile.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_bufio test_bufio.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -lelwix
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread
	gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.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

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