Annotation of libaitrpc/example/Makefile, revision 1.8.16.1

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.8       misho       4:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
1.7       misho       5:                -lelwix -laitsched -laitrpc -lpthread
1.8.16.1! misho       6:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
        !             7:                -lelwix -laitsched -laitrpc -lpthread
1.1       misho       8: 
                      9: clean:
1.8.16.1! misho      10:        rm -f tsrv tcli tcli2 *.core

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