File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Feb 10 23:38:29 2012 UTC (12 years, 5 months ago) by misho
Branches: MAIN
CVS tags: sess3_1, SESS3_0, HEAD
version 3.0

    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: 
    5: clean:
    6: 	rm -f test test2 *.o *~

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