Makefile revision 48bc00d6814e04ff3edb32cafe7d1bc580baff68
147N/A#
147N/A# CDDL HEADER START
147N/A#
147N/A# The contents of this file are subject to the terms of the
147N/A# Common Development and Distribution License (the "License").
147N/A# You may not use this file except in compliance with the License.
147N/A#
147N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
147N/A# or http://www.opensolaris.org/os/licensing.
147N/A# See the License for the specific language governing permissions
147N/A# and limitations under the License.
147N/A#
147N/A# When distributing Covered Code, include this CDDL HEADER in each
147N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
147N/A# If applicable, add the following below this CDDL HEADER, with the
147N/A# fields enclosed by brackets "[]" replaced with your own identifying
147N/A# information: Portions Copyright [yyyy] [name of copyright owner]
147N/A#
147N/A# CDDL HEADER END
147N/A#
2899N/A
147N/A#
147N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
147N/A# Use is subject to license terms.
147N/A#
147N/A
147N/AUTSBASE = ../../..
147N/A
147N/A#
844N/A# include global definitions
844N/A#
147N/Ainclude ../Makefile.sunfire
1258N/A
147N/A#
2899N/A# Override defaults.
2899N/A#
147N/AFILEMODE = 644
147N/A
147N/AHDRS= ac.h environ.h fhc.h simmstat.h sysctrl.h sram.h
147N/A
147N/AROOTHDRS= $(HDRS:%=$(USR_SUNFIRE_ISYS_DIR)/%)
147N/A
206N/AROOTDIR= $(ROOT)/usr/share/src
206N/AROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
206N/A
206N/ACHECKHDRS= $(HDRS:%.h=%.check)
806N/A
806N/A.KEEP_STATE:
806N/A
806N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
806N/A
147N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
147N/A
147N/Acheck: $(CHECKHDRS)
806N/A
206N/A#
147N/A# install rules
147N/A#
147N/A$(USR_SUNFIRE_ISYS_DIR)/%: % $(USR_SUNFIRE_ISYS_DIR)
147N/A $(INS.file)
147N/A
147N/A$(ROOTDIRS):
1938N/A $(INS.dir)
1938N/A
147N/AFRC:
147N/A
181N/Ainclude ../Makefile.targ
147N/A