File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Feb 27 21:18:31 2012 UTC (12 years, 4 months ago) by misho
Branches: sess3_1
Diff to: branchpoint 1.2: preferred, colored
added ut

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

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

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