Makefile revision 7257d1b4d25bfac0c802847390e98a464fd787ac
222N/A#
222N/A# CDDL HEADER START
222N/A#
222N/A# The contents of this file are subject to the terms of the
222N/A# Common Development and Distribution License (the "License").
222N/A# You may not use this file except in compliance with the License.
222N/A#
417N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
222N/A# or http://www.opensolaris.org/os/licensing.
222N/A# See the License for the specific language governing permissions
222N/A# and limitations under the License.
417N/A#
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
417N/A# If applicable, add the following below this CDDL HEADER, with the
417N/A# fields enclosed by brackets "[]" replaced with your own identifying
417N/A# information: Portions Copyright [yyyy] [name of copyright owner]
222N/A#
222N/A# CDDL HEADER END
222N/A#
222N/A#
222N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
222N/A# Use is subject to license terms.
222N/A#
222N/A# ident "%Z%%M% %I% %E% SMI"
222N/A#
222N/A
222N/AASFLAGS= -K pic -P -D__STDC__ -D_ASM $(amd64_AS_XARCH)
222N/A
222N/Ainclude ../Makefile.com
222N/Ainclude ../../Makefile.lib.64
222N/A
222N/ABUILD.SO= $(LD) -o $@ -G -64 $(DYNFLAGS) $(PICS) $(LDLIBS)
222N/A
222N/Ainstall: all $(ROOTLIBS64)
222N/A