Makefile revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2
826N/A#
826N/A# CDDL HEADER START
826N/A#
826N/A# The contents of this file are subject to the terms of the
826N/A# Common Development and Distribution License (the "License").
826N/A# You may not use this file except in compliance with the License.
826N/A#
826N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
826N/A# or http://www.opensolaris.org/os/licensing.
826N/A# See the License for the specific language governing permissions
826N/A# and limitations under the License.
826N/A#
826N/A# When distributing Covered Code, include this CDDL HEADER in each
826N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
826N/A# If applicable, add the following below this CDDL HEADER, with the
826N/A# fields enclosed by brackets "[]" replaced with your own identifying
826N/A# information: Portions Copyright [yyyy] [name of copyright owner]
826N/A#
873N/A# CDDL HEADER END
826N/A#
826N/A#
826N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
826N/A# Use is subject to license terms.
826N/A#
3231N/A#ident "%Z%%M% %I% %E% SMI"
5613N/A#
826N/AUTSBASE = ../../..
5613N/A
826N/A#
826N/A# include global definitions
961N/A#
961N/Ainclude ../Makefile.starcat
961N/A
961N/A#
826N/A# Override defaults.
961N/A#
961N/AFILEMODE = 644
5613N/AOWNER = bin
826N/AGROUP = bin
5613N/A
5613N/AHDRS=
961N/A
961N/A
961N/ACHKHDRS= axq.h dman.h domaind.h drmach.h \
961N/A iosramio.h iosramreg.h iosramvar.h \
961N/A sc_cvc.h sc_cvcio.h \
961N/A sckm_msg.h sckm_io.h
1878N/A
1878N/ASTARHDRS= $(UTSBASE)/sun4u/ngdr/sys/dr.h \
1878N/A $(UTSBASE)/sun4u/ngdr/sys/dr_util.h
1878N/A
1878N/AROOTHDRS= $(HDRS:%=$(USR_STARCAT_ISYS_DIR)/%)
1878N/A
1878N/AROOTDIR= $(ROOT)/usr/share/src
1878N/AROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
1878N/A
1878N/ACHECKHDRS= $(HDRS:%.h=%.check) \
961N/A $(CHKHDRS:%.h=%.check) \
961N/A $(STARHDRS:%.h=%.check)
961N/A
826N/A.KEEP_STATE:
961N/A
961N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
961N/A
961N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
961N/A
961N/Acheck: $(CHECKHDRS)
961N/A
961N/A#
961N/A# install rules
961N/A#
961N/A$(USR_STARCAT_ISYS_DIR)/%: % $(USR_STARCAT_ISYS_DIR)
961N/A $(INS.file)
826N/A
826N/A$(ROOTDIRS):
826N/A $(INS.dir.bin.bin)
961N/A
961N/AFRC:
961N/A
961N/Ainclude ../Makefile.targ
961N/A