Makefile revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2
13697N/A#
13697N/A# CDDL HEADER START
13697N/A#
13697N/A# The contents of this file are subject to the terms of the
13697N/A# Common Development and Distribution License (the "License").
13697N/A# You may not use this file except in compliance with the License.
13697N/A#
13697N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13697N/A# or http://www.opensolaris.org/os/licensing.
13697N/A# See the License for the specific language governing permissions
17185N/A# and limitations under the License.
13697N/A#
13697N/A# When distributing Covered Code, include this CDDL HEADER in each
13697N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13697N/A# If applicable, add the following below this CDDL HEADER, with the
13697N/A# fields enclosed by brackets "[]" replaced with your own identifying
13697N/A# information: Portions Copyright [yyyy] [name of copyright owner]
18688N/A#
18688N/A# CDDL HEADER END
13697N/A#
13697N/A#
13891N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
13697N/A# Use is subject to license terms.
13742N/A#
13697N/A# ident "%Z%%M% %I% %E% SMI"
13697N/A#
16401N/AUTSBASE = ../../..
13697N/A
13697N/A#
13697N/A# include global definitions
16401N/A#
13697N/Ainclude ../Makefile.montecarlo
13697N/A
13697N/A#
13697N/A# Override defaults.
13697N/A#
13697N/AFILEMODE = 644
13697N/AGROUP = bin
13697N/A
13697N/AHDRS= scsb_led.h
16401N/A
13697N/AROOTHDRS= $(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
13697N/A
13697N/AROOTDIR= $(ROOT)/usr/share/src
13697N/AROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
13697N/A
13697N/ACHECKHDRS= $(HDRS:%.h=%.check)
13894N/A
13894N/A.KEEP_STATE:
13697N/A
13697N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
13697N/A
13697N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
13697N/A
13697N/Acheck: $(CHECKHDRS)
13697N/A
13697N/A#
13697N/A# install rules
13891N/A#
13891N/A$(USR_PSM_ISYS_DIR)/%: % $(USR_PSM_ISYS_DIR)
13697N/A $(INS.file)
13697N/A
13697N/A$(ROOTDIRS):
13697N/A $(INS.dir.root.bin)
13697N/A
13697N/AFRC:
13697N/A
13697N/Ainclude ../Makefile.targ
13986N/A