-- MakeRPCService.cm
Copyright Ó 1993 by Xerox Corporation. All rights reserved.
Marvin Theimer, April 28, 1993 11:37 am PDT
-- cedarrpcgen does not like symbolic links in the destination files, so delete the old ones.
del JoinApp.mesa JoinAppGetPut.mesa JoinAppGetPutImpl.mesa JoinAppServerImpl.mesa
del UT.mesa UTGetPut.mesa UTGetPutImpl.mesa
del LB.mesa LBGetPut.mesa LBGetPutImpl.mesa LBClientImpl.mesa
sh1 /project/cedar10.1/bin/cedarrpcgen -p -e JoinApp.x
sh1 /project/cedar10.1/bin/cedarrpcgen -p -e LB.x
sh1 /project/cedar10.1/bin/cedarrpcgen -p -e UT.x
-- cedarrpcgen tends to write things with the same create dates, so we compensate (or MakeDo gets upset)
Alias SleepAndTiogaMesa (foo) Sleep 1; TiogaMesa foo
SleepAndTiogaMesa JoinApp.mesa
SleepAndTiogaMesa JoinAppGetPut.mesa
SleepAndTiogaMesa JoinAppGetPutImpl.mesa
SleepAndTiogaMesa JoinAppServerImpl.mesa
SleepAndTiogaMesa UT.mesa
SleepAndTiogaMesa UTGetPut.mesa
SleepAndTiogaMesa UTGetPutImpl.mesa
SleepAndTiogaMesa LB.mesa
SleepAndTiogaMesa LBGetPut.mesa
SleepAndTiogaMesa LBGetPutImpl.mesa
SleepAndTiogaMesa LBClientImpl.mesa
makedo -df RPCService