SubDir P4 rpc ;

SubDirHdrs $(P4) net ;

SubDirC++Flags -I$(SSLINCLUDE) ;

P4Library $(RPCLIB) :
	rpc.cc
	rpcbuffer.cc
	rpcdebug.cc
	rpcdispatch.cc
	rpcfwd.cc
	rpcservice.cc
	rpctrans.cc
	;

if $(ZK) = yes 
{
	P4DLibrary $(RPCLIB) :
		rpczksclient.cc
		;
}