File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.8: download - view: text, annotated - select for diffs - revision graph
Mon Nov 11 22:48:53 2013 UTC (10 years, 7 months ago) by misho
Branches: MAIN
CVS tags: rpc7_2, rpc7_1, rpc7_0, rpc6_8, rpc6_7, rpc6_6, rpc6_5, rpc6_4, RPC7_1, RPC7_0, RPC6_8, RPC6_7, RPC6_6, RPC6_5, RPC6_4, RPC6_3, HEAD
version 6.3

all:
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
		-lelwix -laitsched -laitrpc -lpthread
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
		-lelwix -laitsched -laitrpc -lpthread

clean:
	rm -f tsrv tcli *.core

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