File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / Makefile
Revision 1.15.12.3: download - view: text, annotated - select for diffs - revision graph
Wed Mar 13 14:40:19 2013 UTC (11 years, 3 months ago) by misho
Branches: io5_0
Diff to: branchpoint 1.15: preferred, unified
imported 2 UT from libaitsess

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>