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