Cross Reference: Makefile
xref: /src/lib/librpcsvc/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/librpcsvc/
Makefile revision 1.32
11.32Stv#	$NetBSD: Makefile,v 1.32 2001/10/31 20:56:09 tv Exp $
21.4Sbrezak
31.10ScgdRPCSRCS=	bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
41.8Sjtc		nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
51.8Sjtc		sm_inter.x spray.x yp.x yppasswd.x
61.21SmycroftSRCS=		${RPCSRCS:.x=.c} ${HDRS}
71.21SmycroftHDRS=           ${RPCSRCS:.x=.h}
81.8SjtcCLEANFILES+=	${SRCS} ${HDRS}
91.8Sjtc
101.21SmycroftINCS=		${HDRS} ${RPCSRCS}
111.21SmycroftINCSDIR=	/usr/include/rpcsvc
121.19Schristos
131.8SjtcLIB=		rpcsvc
141.24SlukemMKMAN=		no
151.24SlukemMKPIC=		no
161.8Sjtc
171.32Stv.include <bsd.lib.mk>
181.26Serh
191.19Schristos# We don't use explicit suffix rules here to avoid dependencies in the
201.19Schristos# Installed files.
211.19Schristos
221.19Schristos.for I in ${RPCSRCS}
231.32Stv${I:.x=.c}: $I ${RPCGEN}
241.31Smycroft	${RPCGEN} -C -c ${.CURDIR}/$I -o ${.TARGET}
251.26Serh
261.32Stv${I:.x=.h}: $I ${RPCGEN}
271.31Smycroft	${RPCGEN} -C -h ${.CURDIR}/$I -o ${.TARGET}
281.19Schristos.endfor
29

Indexes created Tue Dec 30 09:09:31 GMT 2025