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

    1: all:
    2: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
    3: 		-lelwix -laitsched -laitrpc -lpthread
    4: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv2 tsrv2.c \
    5: 		-lelwix -laitsched -laitrpc -lpthread
    6: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrvext tsrvext.c \
    7: 		-lelwix -laitsched -laitrpc -lpthread
    8: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
    9: 		-lelwix -laitsched -laitrpc -lpthread
   10: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
   11: 		-lelwix -laitsched -laitrpc -lpthread
   12: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcliext tcliext.c \
   13: 		-lelwix -laitsched -laitrpc -lpthread
   14: 
   15: clean:
   16: 	rm -f tsrv tsrv2 tsrvext tcli tcli2 tcliext *.core

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