File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Thu Mar 7 23:10:50 2013 UTC (11 years, 3 months ago) by misho
Branches: MAIN
CVS tags: rpc6_3, rpc6_2, rpc6_1, rpc6_0, rpc5_5, rpc5_4, rpc5_3, rpc5_2, rpc5_1, RPC6_2, RPC6_1, RPC6_0, RPC5_4, RPC5_3, RPC5_2, RPC5_1, RPC5_0, HEAD
version 5.0

all:
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
		-lelwix -laitsched -laitrpc -lpthread
	gcc -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>