File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.3.2.1: download - view: text, annotated - select for diffs - revision graph
Wed May 23 15:14:41 2012 UTC (12 years, 2 months ago) by misho
Branches: sess3_2
Diff to: branchpoint 1.3: preferred, colored
start using mpool

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

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

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