File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon May 2 23:12:07 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: rpc1_2, rpc1_1, RPC1_1, RPC1_0, HEAD
release 1.0

    1: all:
    2: 	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tsrv -export-dynamic tsrv.c -laitrpc -pthread
    3: 	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c -laitrpc -pthread
    4: 
    5: clean:
    6: 	rm -f tsrv tcli

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