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, 4 months ago) by misho
Branches: MAIN
CVS tags: sess3_2, SESS3_1, HEAD
release version 3.1

    1: all:
    2: 	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread
    3: 	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread
    4: 	gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test_mem test_mem.c -laitsess -laitio
    5: 
    6: clean:
    7: 	rm -f test test2 test_mem *.o *~

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