Makefile revision ac9418faa9bc5d2e2b8fdb33f434b05183528026
#
# 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
#
#
# ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
# include global definitions
include ../../../Makefile.master
COMMHDRS= \
HDRS= \
$(COMMHDRS) \
RPCSVCHDRS= $(RPCSVC_SRC)
$(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) -h pmap_prot.x > $@
# EXPORT DELETE START
# Special target to clean up the source tree for export distribution
# Warning: This target changes the source tree
$(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
$(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
# EXPORT DELETE END
$(RPCGEN) -C -h rpc_sztypes.x > $@
$(RPCGEN) -h rpcb_prot.x > $@