Lines Matching defs:PROTOCOL_DIR
27 PROTOCOL_DIR= $(ROOT)/usr/include/rpcsvc
83 common/bootparam_prot_xdr.c: $(PROTOCOL_DIR)/bootparam_prot.x
84 $(RPCGEN) -c $(PROTOCOL_DIR)/bootparam_prot.x > $@
86 common/rstat_xdr.c: $(PROTOCOL_DIR)/rstat.x
87 $(RPCGEN) -c $(PROTOCOL_DIR)/rstat.x > $@
89 common/rusers_xdr.c: $(PROTOCOL_DIR)/rusers.x
90 $(RPCGEN) -c $(PROTOCOL_DIR)/rusers.x > $@
92 common/sm_inter_xdr.c: $(PROTOCOL_DIR)/sm_inter.x
93 $(RPCGEN) -c $(PROTOCOL_DIR)/sm_inter.x > $@
95 common/spray_xdr.c: $(PROTOCOL_DIR)/spray.x
96 $(RPCGEN) -c $(PROTOCOL_DIR)/spray.x > $@
98 common/nlm_prot.c: $(PROTOCOL_DIR)/nlm_prot.x
99 $(RPCGEN) -c $(PROTOCOL_DIR)/nlm_prot.x > $@
101 common/mount_xdr.c: $(PROTOCOL_DIR)/mount.x
102 $(RPCGEN) -c $(PROTOCOL_DIR)/mount.x > $@
104 common/nsm_addr_xdr.c: $(PROTOCOL_DIR)/nsm_addr.x
105 $(RPCGEN) -c $(PROTOCOL_DIR)/nsm_addr.x > $@
107 common/rpc_sztypes.c: $(PROTOCOL_DIR)/rpc_sztypes.x
108 $(RPCGEN) -c $(PROTOCOL_DIR)/rpc_sztypes.x > $@