File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.9.2.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 18 11:18:13 2015 UTC (9 years, 5 months ago) by misho
Branches: rpc7_3
Diff to: branchpoint 1.9: preferred, unified
add new UT for pipe

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>