Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
159N/A# CDDL HEADER START
159N/A#
159N/A# The contents of this file are subject to the terms of the
159N/A# Common Development and Distribution License (the "License").
159N/A# You may not use this file except in compliance with the License.
159N/A#
159N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
159N/A# or http://www.opensolaris.org/os/licensing.
159N/A# See the License for the specific language governing permissions
159N/A# and limitations under the License.
159N/A#
159N/A# When distributing Covered Code, include this CDDL HEADER in each
159N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159N/A# If applicable, add the following below this CDDL HEADER, with the
159N/A# fields enclosed by brackets "[]" replaced with your own identifying
159N/A# information: Portions Copyright [yyyy] [name of copyright owner]
159N/A#
159N/A# CDDL HEADER END
159N/A#
159N/A#
3761N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
159N/A# Use is subject to license terms.
159N/A#
159N/A# include global definitions
159N/Ainclude ../../../../../Makefile.master
1544N/A
618N/AHDRS= sd_bcache.h \
159N/A sd_cache.h \
159N/A sd_conf.h \
844N/A sd_hash.h \
1544N/A sdbc_ioctl.h \
1544N/A sd_pcu.h \
1258N/A sd_trace.h \
159N/A safestore.h
2899N/A
2899N/AROOTDIRS= $(ROOT)/usr/include/sys/nsctl
3817N/A
3817N/AROOTHDRS= $(HDRS:%=$(ROOTDIRS)/%)
3817N/A
159N/ACHECKHDRS= $(HDRS:%.h=%.check)
1440N/A
1440N/A# install rule
159N/A$(ROOTDIRS)/%: %
159N/A $(INS.file)
159N/A
1440N/A.KEEP_STATE:
159N/A
206N/A.PARALLEL: $(CHECKHDRS)
1440N/A
159N/Ainstall_h: $(ROOTDIRS) $(ROOTHDRS)
3761N/A
3761N/A$(ROOTDIRS):
3761N/A $(INS.dir)
3808N/A
3808N/Acheck: $(CHECKHDRS)
3808N/A