Makefile revision 6094:3154969ecb41
1757Sdg#
2757Sdg# CDDL HEADER START
3757Sdg#
4757Sdg# The contents of this file are subject to the terms of the
5757Sdg# Common Development and Distribution License (the "License").
6757Sdg# You may not use this file except in compliance with the License.
7757Sdg#
8757Sdg# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9757Sdg# or http://www.opensolaris.org/os/licensing.
10757Sdg# See the License for the specific language governing permissions
11757Sdg# and limitations under the License.
12757Sdg#
13757Sdg# When distributing Covered Code, include this CDDL HEADER in each
14757Sdg# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15757Sdg# If applicable, add the following below this CDDL HEADER, with the
16757Sdg# fields enclosed by brackets "[]" replaced with your own identifying
17757Sdg# information: Portions Copyright [yyyy] [name of copyright owner]
18757Sdg#
19757Sdg# CDDL HEADER END
20757Sdg#
21757Sdg
22757Sdg#
23757Sdg# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24757Sdg# Use is subject to license terms.
25757Sdg#
26757Sdg#ident	"%Z%%M%	%I%	%E% SMI"
27757Sdg#
28757Sdg
2950477SpeterUTSBASE	  = ../../..
30757Sdg
31757Sdg#
3271257Speter# include global definitions
33757Sdg#
3418207Sbdeinclude ../Makefile.sunfire
3518207Sbde
36121983Sjhb#
3721979Sbde# Override defaults.
3818207Sbde#
3918207SbdeFILEMODE	 = 644
4018207SbdeGROUP = bin
4118207Sbde
42757SdgHDRS=			ac.h environ.h fhc.h simmstat.h sysctrl.h sram.h
43757Sdg
4413085SdgROOTHDRS=		$(HDRS:%=$(USR_SUNFIRE_ISYS_DIR)/%)
4513085Sdg
46757SdgROOTDIR=		$(ROOT)/usr/share/src
47757SdgROOTDIRS=		$(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
4818428Sbde
491247SdgCHECKHDRS=		$(HDRS:%.h=%.check)
50113090Sdes
51757Sdg.KEEP_STATE:
52757Sdg
53757Sdg.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
54757Sdg
55757Sdginstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
56757Sdg
57757Sdgcheck:	$(CHECKHDRS)
58757Sdg
59757Sdg#
60757Sdg# install rules
61757Sdg#
62757Sdg$(USR_SUNFIRE_ISYS_DIR)/%:	% $(USR_SUNFIRE_ISYS_DIR)
63757Sdg	$(INS.file)
64757Sdg
65271071Spfg$(ROOTDIRS):
66271071Spfg	$(INS.dir.root.bin)
67120620Sjeff
68120620SjeffFRC:
69120620Sjeff
70120620Sjeffinclude ../Makefile.targ
71120620Sjeff