--- libaitrpc/example/Makefile 2011/03/15 17:10:58 1.1.1.1.2.1 +++ libaitrpc/example/Makefile 2013/11/11 22:48:53 1.8 @@ -1,6 +1,8 @@ all: - gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tsrv -rdynamic tsrv.c -laitrpc -pthread - gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c -laitrpc -pthread + 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