Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example |
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.1 misho 6: 7: clean: 1.3 misho 8: rm -f tsrv tcli *.core