Makefile revision 2
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# CDDL HEADER START
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# The contents of this file are subject to the terms of the
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# Common Development and Distribution License (the "License").
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# You may not use this file except in compliance with the License.
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# or http://www.opensolaris.org/os/licensing.
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# See the License for the specific language governing permissions
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# and limitations under the License.
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# When distributing Covered Code, include this CDDL HEADER in each
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# If applicable, add the following below this CDDL HEADER, with the
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# fields enclosed by brackets "[]" replaced with your own identifying
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# information: Portions Copyright [yyyy] [name of copyright owner]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# CDDL HEADER END
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# MPI library needs this for 32-bit compilation only
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki# Symbol capabilities objects are added for sun4u and sun4v.
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold KrecickiEXTPICS = ../capabilities/sun4u/sparc/pics/symcap.o \
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki ../capabilities/sun4v-hwcap1/sparc/pics/symcap.o \
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki ../capabilities/sun4v-hwcap2/sparc/pics/symcap.o \
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki ../capabilities/sun4v-hwcap3/sparc/pics/symcap.o \
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki ../capabilities/sun4v-fjathena/sparc/pics/symcap.o
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecickiinstall: stubinstall all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)