File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.8.16.1: download - view: text, annotated - select for diffs - revision graph
Wed Dec 10 23:50:39 2014 UTC (9 years, 6 months ago) by misho
Branches: rpc7_2
Diff to: branchpoint 1.8: preferred, unified
adds new layer2 client test

    1: all:
    2: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
    3: 		-lelwix -laitsched -laitrpc -lpthread
    4: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
    5: 		-lelwix -laitsched -laitrpc -lpthread
    6: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
    7: 		-lelwix -laitsched -laitrpc -lpthread
    8: 
    9: clean:
   10: 	rm -f tsrv tcli tcli2 *.core

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