File:
[ELWIX - Embedded LightWeight unIX -] /
libaitrpc /
example /
Makefile
Revision
1.12:
download - view:
text,
annotated -
select for diffs -
revision graph
Mon Aug 8 13:21:13 2016 UTC (8 years, 10 months ago) by
misho
Branches:
MAIN
CVS tags:
rpc9_9,
rpc9_8,
rpc9_7,
rpc9_6,
rpc9_5,
rpc9_4,
RPC9_8,
RPC9_7,
RPC9_6,
RPC9_5,
RPC9_4,
RPC9_3,
HEAD
version 9.3
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 tsrv6 tsrv6.c \
5: -lelwix -laitsched -laitrpc -lpthread
6: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv2 tsrv2.c \
7: -lelwix -laitsched -laitrpc -lpthread
8: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrvext tsrvext.c \
9: -lelwix -laitsched -laitrpc -lpthread
10: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv_un tsrv_un.c \
11: -lelwix -laitsched -laitrpc -lpthread
12: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
13: -lelwix -laitsched -laitrpc_cli -lpthread
14: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli6 tcli6.c \
15: -lelwix -laitsched -laitrpc_cli -lpthread
16: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
17: -lelwix -laitsched -laitrpc_cli -lpthread
18: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcliext tcliext.c \
19: -lelwix -laitsched -laitrpc_cli -lpthread
20: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli_un tcli_un.c \
21: -lelwix -laitsched -laitrpc_cli -lpthread
22:
23: clean:
24: rm -f tsrv tsrv2 tsrvext tsrv_un tcli tcli6 tcli2 tcliext tcli_un *.core
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>