File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Feb 28 13:00:24 2012 UTC (12 years, 3 months ago) by misho
Branches: MAIN
CVS tags: sess3_2, SESS3_1, HEAD
release version 3.1

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>