File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Aug 29 22:37:06 2011 UTC (12 years, 10 months ago) by misho
Branches: MAIN
CVS tags: rpc1_3, RPC1_2, HEAD
ver 1.2

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>