File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.5.4.1: download - view: text, annotated - select for diffs - revision graph
Thu May 17 14:22:24 2012 UTC (12 years, 7 months ago) by misho
Branches: rpc3_3
Diff to: branchpoint 1.5: preferred, unified
add rpc_cli_ping

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>