Plasma GitLab Archive
Projects Blog Knowledge

TOP_DIR=../..

PRE = 1
PKGNAME = rpc

GENERATE = rpc_portmapper_aux.ml rpc_portmapper_clnt.ml META

RPCGEN = ../rpc-generator/ocamlrpcgen

OCAMLDEP_OPTIONS = -syntax camlp4o -package camlp4.macro

include $(TOP_DIR)/Makefile.rules

CLEAN_LIST += rpc_portmapper_aux.mli rpc_portmapper_clnt.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

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