File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.11: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 22:28:13 2015 UTC (9 years ago) by misho
Branches: MAIN
CVS tags: rpc9_3, rpc9_2, RPC9_2, RPC9_1, HEAD
version 9.1

    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 tsrv_un tsrv_un.c \
    9: 		-lelwix -laitsched -laitrpc -lpthread
   10: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
   11: 		-lelwix -laitsched -laitrpc_cli -lpthread
   12: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
   13: 		-lelwix -laitsched -laitrpc_cli -lpthread
   14: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcliext tcliext.c \
   15: 		-lelwix -laitsched -laitrpc_cli -lpthread
   16: 	cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli_un tcli_un.c \
   17: 		-lelwix -laitsched -laitrpc_cli -lpthread
   18: 
   19: clean:
   20: 	rm -f tsrv tsrv2 tsrvext tsrv_un tcli tcli2 tcliext tcli_un *.core

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