--- libaitrpc/example/Makefile 2010/06/18 01:48:06 1.1.1.1 +++ libaitrpc/example/Makefile 2013/03/07 23:10:50 1.7 @@ -1,6 +1,8 @@ all: - gcc -g -I../inc -I. -L. -L../lib -o tsrv -rdynamic tsrv.c -laitrpc - gcc -g -I../inc -I. -L. -L../lib -o tcli tcli.c -laitrpc + gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \ + -lelwix -laitsched -laitrpc -lpthread + gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c \ + -lelwix -laitsched -laitrpc -lpthread clean: - rm -f tsrv tcli + rm -f tsrv tcli *.core