#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
#
#
#
# include global definitions
include ../../../Makefile.master
COMMHDRS= \
HDRS= \
$(COMMHDRS) \
$(RPCDIRS)/%: %
$(INS.file)
$(RPCSVCDIRS)/%: %
$(INS.file)
# XXX: should really check the style of the derived files as well...
# $(RPC_SRC:%.x=%.check) \
# $(RPCSVC_SRC:%.x=%.check)
#
# all_h permits derived headers to be built here in the uts source area
# for the kernel to reference, without going so far as to install them.
#
all_h: $(DERIVED_FILES)
$(RM) $(DERIVED_FILES)
$(RPCDIRS):
$(INS.dir)
$(RPCSVCDIRS):
$(INS.dir)
$(RPCGEN) -C -h key_prot.x > $@
$(RPCGEN) -M -h pmap_prot.x > $@
$(RPCGEN) -C -h rpc_sztypes.x > $@
$(RPCGEN) -M -h rpcb_prot.x > $@