File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.6.10.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 17 16:38:06 2013 UTC (11 years, 6 months ago) by misho
Branches: rpc5_0
Diff to: branchpoint 1.6: preferred, unified
fix UT

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>