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

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

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

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