Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag

rpcsvcdir = $(includedir)/rpcsvc

CLEANFILES = *~ $(nodist_rpcsvc_HEADERS)

rpcsvc_HEADERS = klm_prot.x nlm_prot.x rstat.x spray.x \
	bootparam_prot.x mount.x rex.x rusers.x key_prot.x nfs_prot.x \
	rquota.x sm_inter.x

nodist_rpcsvc_HEADERS = klm_prot.h nlm_prot.h rstat.h spray.h \
	bootparam_prot.h mount.h rex.h rusers.h key_prot.h \
	nfs_prot.h rquota.h sm_inter.h

%.h: %.x
	rpcgen -h -o $@ $<