Annotation of libaitrpc/example/Makefile, revision 1.10

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.9       misho       4:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv2 tsrv2.c \
                      5:                -lelwix -laitsched -laitrpc -lpthread
1.10    ! misho       6:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrvext tsrvext.c \
        !             7:                -lelwix -laitsched -laitrpc -lpthread
1.8       misho       8:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \
1.7       misho       9:                -lelwix -laitsched -laitrpc -lpthread
1.9       misho      10:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli2 tcli2.c \
                     11:                -lelwix -laitsched -laitrpc -lpthread
1.10    ! misho      12:        cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcliext tcliext.c \
        !            13:                -lelwix -laitsched -laitrpc -lpthread
1.1       misho      14: 
                     15: clean:
1.10    ! misho      16:        rm -f tsrv tsrv2 tsrvext tcli tcli2 tcliext *.core

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