--- libaitrpc/example/Makefile 2010/06/18 01:48:06 1.1.1.1 +++ libaitrpc/example/Makefile 2013/11/11 15:39:42 1.7.18.1 @@ -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 + cc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o tsrv tsrv.c \ + -lelwix -laitsched -laitrpc -lpthread + cc -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