File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.3.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 07:56:40 2011 UTC (12 years, 11 months ago) by misho
Branches: rpc1_3
Diff to: branchpoint 1.3: preferred, colored
fix unit test with new vars

all:
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv -export-dynamic tsrv.c -laitrpc -pthread
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c -laitrpc -pthread

clean:
	rm -f tsrv tcli *.core

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