Makefile revision 2032ea7bd13069ba4884066ed18f83bf12b3e247
3817N/A#
3817N/A# CDDL HEADER START
3817N/A#
3817N/A# The contents of this file are subject to the terms of the
3817N/A# Common Development and Distribution License (the "License").
3817N/A# You may not use this file except in compliance with the License.
3817N/A#
3817N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3817N/A# or http://www.opensolaris.org/os/licensing.
3817N/A# See the License for the specific language governing permissions
3817N/A# and limitations under the License.
3817N/A#
3817N/A# When distributing Covered Code, include this CDDL HEADER in each
3817N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3817N/A# If applicable, add the following below this CDDL HEADER, with the
3817N/A# fields enclosed by brackets "[]" replaced with your own identifying
3817N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3817N/A#
3817N/A# CDDL HEADER END
3817N/A#
3817N/A#
3817N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3817N/A# Use is subject to license terms.
3817N/A#
3817N/A# ident "%Z%%M% %I% %E% SMI"
3817N/A#
3817N/A
3817N/A# Platform-specific config
3817N/A# Note that "HOSTTYPE" matches the value used by AT&T upstream.
3817N/AASTPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(RELEASE_MINOR).sun4"'
3817N/A
3817N/A# platform-specific sources
3817N/AOBJECTS = \
4194N/A sparcv9/src/lib/libast/conftab.o
3817N/AOBJDIRS = \
3817N/A sparcv9/src/lib/libast
3817N/A
3817N/Ainclude ../Makefile.com
3817N/Ainclude ../../Makefile.lib.64
3817N/A
3817N/A# Use -KPIC since libast is too big for -Kpic on 64bit
3817N/A# (and on 32bit it is close to the barrier)
3817N/Asparcv9_C_PICFLAGS = $(C_BIGPICFLAGS)
3817N/A
3817N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64)
3817N/A