Plasma GitLab Archive
Projects Blog Knowledge

TOP_DIR=../..

PRE = 1
PKGNAME = rpc

GENERATE = rpc_portmapper_aux.ml rpc_portmapper_clnt.ml META \
           rpc_auth_gssapi_aux.ml

RPCGEN = ../rpc-generator/ocamlrpcgen

include $(TOP_DIR)/Makefile.rules

CLEAN_LIST += rpc_portmapper_aux.mli rpc_portmapper_clnt.mli \
              rpc_auth_gssapi_aux.mli

rpc_portmapper_aux.ml: rpc_portmapper.x
	$(RPCGEN) -aux rpc_portmapper.x

rpc_portmapper_clnt.ml: rpc_portmapper.x
	$(RPCGEN) -clnt rpc_portmapper.x

rpc_auth_gssapi_aux.ml: rpc_auth_gssapi.x
	$(RPCGEN) -aux rpc_auth_gssapi.x


This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml