File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.1.1.1.6.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 7 15:59:46 2011 UTC (12 years, 10 months ago) by misho
Branches: sess3_0
Diff to: branchpoint 1.1.1.1: preferred, unified
prepare to build unit test for new session management

all:
	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitsess -laitio -lpthread
	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -o test2 test2.c -laitsess -laitio -lpthread

clean:
	rm -f test test2 *.o *~

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