File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.7.18.1: download - view: text, annotated - select for diffs - revision graph
Mon Nov 11 15:39:42 2013 UTC (10 years, 8 months ago) by misho
Branches: rpc6_3
Diff to: branchpoint 1.7: preferred, unified
fix cc

all:
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
		-lelwix -laitsched -laitrpc -lpthread
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
		-lelwix -laitsched -laitrpc -lpthread

clean:
	rm -f tsrv tcli *.core

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