File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 19 09:24:41 2011 UTC (12 years, 10 months ago) by misho
Branches: rpc1_2
Diff to: branchpoint 1.2: preferred, colored
finish test with local socket

all:
	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tsrv -export-dynamic tsrv.c -laitrpc -pthread
	gcc -g -I../inc -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>