Makefile revision 48bc00d6814e04ff3edb32cafe7d1bc580baff68
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# CDDL HEADER START
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# The contents of this file are subject to the terms of the
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Common Development and Distribution License (the "License").
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# You may not use this file except in compliance with the License.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# or http://www.opensolaris.org/os/licensing.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# See the License for the specific language governing permissions
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# and limitations under the License.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# When distributing Covered Code, include this CDDL HEADER in each
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# If applicable, add the following below this CDDL HEADER, with the
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# fields enclosed by brackets "[]" replaced with your own identifying
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# information: Portions Copyright [yyyy] [name of copyright owner]
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# CDDL HEADER END
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Use is subject to license terms.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# uts/sun4u/ngdr/sys/Makefile
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji OtaUTSBASE = ../../..
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Otainclude ../../Makefile.sun4u
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# Override defaults.
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji OtaFILEMODE= 644
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji OtaHDRS=
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji OtaROOTHDRS= $(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji OtaROOTDIR= $(ROOT)/usr/share/src
ROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
CHKHDRS= dr.h \
dr_util.h
CHECKHDRS= $(HDRS:%.h=%.check) \
$(CHKHDRS:%.h=%.check)
.KEEP_STATE:
.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
install_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
check: $(CHECKHDRS)
#
# install rules
#
$(USR_PSM_ISYS_DIR)/%: % $(USR_PSM_ISYS_DIR)
$(INS.file)
$(ROOTDIRS):
$(INS.dir)
FRC:
include ../../Makefile.targ