Makefile revision e8031f0a8ed0e45c6d8847c5e09424e66fd34a4b
6033N/A#
6033N/A# CDDL HEADER START
6033N/A#
6033N/A# The contents of this file are subject to the terms of the
6033N/A# Common Development and Distribution License, Version 1.0 only
6033N/A# (the "License"). You may not use this file except in compliance
6033N/A# with the License.
6033N/A#
6033N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6033N/A# or http://www.opensolaris.org/os/licensing.
6033N/A# See the License for the specific language governing permissions
6033N/A# and limitations under the License.
6033N/A#
6033N/A# When distributing Covered Code, include this CDDL HEADER in each
6033N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6033N/A# If applicable, add the following below this CDDL HEADER, with the
6033N/A# fields enclosed by brackets "[]" replaced with your own identifying
6033N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6033N/A#
6033N/A# CDDL HEADER END
6033N/A#
6033N/A#
6033N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6033N/A# Use is subject to license terms.
6033N/A#
6033N/A# ident "%Z%%M% %I% %E% SMI"
6033N/A#
6033N/A
6033N/Ainclude ../Makefile.com
6033N/Ainclude ../../Makefile.lib.64
6033N/A
6033N/A# We do a blanket override of these here because it's simpler to compile
6033N/A# the whole 64-bit library with PIC instead of "generically" compiling
6033N/A# large parts of the 32-bit library with PIC unnecessarily.
6033N/A
6033N/Asparcv9_C_PICFLAGS = -K PIC
6033N/Asparcv9_CC_PICFLAGS = -KPIC
6033N/A
6033N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64)
6033N/A