File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Sat May 19 00:29:48 2012 UTC (12 years, 1 month ago) by misho
Branches: MAIN
CVS tags: rpc5_0, rpc4_4, rpc4_3, rpc4_2, rpc4_1, RPC4_4, RPC4_3, RPC4_2, RPC4_1, RPC4_0, HEAD
version 4.0

all:
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
		-laitio -laitsched -laitcrc -laitrpc -pthread
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
		-laitio -laitsched -laitcrc -laitrpc -pthread

clean:
	rm -f tsrv tcli *.core

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