File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.4.6.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 28 11:17:07 2012 UTC (12 years, 3 months ago) by misho
Branches: rpc3_1
Diff to: branchpoint 1.4: preferred, colored
fix UT

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