Makefile revision 48bc00d6814e04ff3edb32cafe7d1bc580baff68
303N/A#
303N/A# CDDL HEADER START
303N/A#
303N/A# The contents of this file are subject to the terms of the
303N/A# Common Development and Distribution License (the "License").
303N/A# You may not use this file except in compliance with the License.
303N/A#
303N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
303N/A# or http://www.opensolaris.org/os/licensing.
303N/A# See the License for the specific language governing permissions
303N/A# and limitations under the License.
303N/A#
303N/A# When distributing Covered Code, include this CDDL HEADER in each
303N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
303N/A# If applicable, add the following below this CDDL HEADER, with the
303N/A# fields enclosed by brackets "[]" replaced with your own identifying
303N/A# information: Portions Copyright [yyyy] [name of copyright owner]
303N/A#
303N/A# CDDL HEADER END
303N/A#
3817N/A#
303N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
303N/A# Use is subject to license terms.
303N/A#
303N/A# uts/i86xpv/vm/Makefile
303N/A#
303N/A# Compilation of .c files in this directory is driven by Makefiles in i86xpv.
303N/A# This file only serves to install header files.
303N/A#
303N/AUTSBASE = ../..
303N/A
844N/A#
844N/A# include global definitions
303N/A#
1258N/Ainclude ../Makefile.i86xpv
303N/A
2899N/A#
2899N/A# Override defaults.
3817N/A#
3817N/AFILEMODE = 644
3817N/A
303N/AHDRS= seg_mf.h
303N/A
303N/AROOTHDRS= $(HDRS:%=$(USR_PSM_IVM_DIR)/%)
303N/A
303N/AROOTDIR= $(ROOT)/usr/share/src
303N/AROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
303N/A
303N/AROOTLINK= $(ROOTDIR)/uts/$(PLATFORM)/vm
303N/ALINKDEST= ../../../../platform/$(PLATFORM)/include/vm
303N/A
303N/ACHECKHDRS= $(HDRS:%.h=%.check)
303N/A
303N/A.KEEP_STATE:
303N/A
303N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
303N/A
303N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
303N/A
303N/Acheck: $(CHECKHDRS)
303N/A
303N/A#
303N/A# install rules
303N/A#
303N/A$(USR_PSM_IVM_DIR)/%: ../vm/% $(USR_PSM_IVM_DIR)
303N/A $(INS.file)
303N/A
303N/A$(ROOTDIRS):
303N/A $(INS.dir)
303N/A
303N/A# -r because this used to be a directory and is now a link.
303N/A$(ROOTLINK): $(ROOTDIRS)
303N/A -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@
303N/A
303N/ACLEANFILES=
303N/A
303N/ACLOBBERFILES=
1938N/A
1938N/ACLEANLINTFILES=
3477N/A
3477N/Ainclude ../../Makefile.targ
303N/A