Annotation of libaitrpc/example/Makefile, revision 1.12
1.1 misho 1: all:
1.8 misho 2: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \
1.7 misho 3: -lelwix -laitsched -laitrpc -lpthread
1.12 ! misho 4: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv6 tsrv6.c \
! 5: -lelwix -laitsched -laitrpc -lpthread
1.9 misho 6: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv2 tsrv2.c \
7: -lelwix -laitsched -laitrpc -lpthread
1.10 misho 8: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrvext tsrvext.c \
9: -lelwix -laitsched -laitrpc -lpthread
1.11 misho 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
1.8 misho 12: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
1.11 misho 13: -lelwix -laitsched -laitrpc_cli -lpthread
1.12 ! misho 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
1.9 misho 16: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
1.11 misho 17: -lelwix -laitsched -laitrpc_cli -lpthread
1.10 misho 18: cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcliext tcliext.c \
1.11 misho 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
1.1 misho 22:
23: clean:
1.12 ! misho 24: rm -f tsrv tsrv2 tsrvext tsrv_un tcli tcli6 tcli2 tcliext tcli_un *.core
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>