File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.10: download - view: text, annotated - select for diffs - revision graph
Wed Jan 21 21:17:05 2015 UTC (9 years, 5 months ago) by misho
Branches: MAIN
CVS tags: rpc9_1, rpc8_1, RPC9_0, RPC8_0, HEAD
8.0

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 tsrv2 tsrv2.c \
		-lelwix -laitsched -laitrpc -lpthread
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrvext tsrvext.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
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
		-lelwix -laitsched -laitrpc -lpthread
	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcliext tcliext.c \
		-lelwix -laitsched -laitrpc -lpthread

clean:
	rm -f tsrv tsrv2 tsrvext tcli tcli2 tcliext *.core

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