Makefile revision 2
220N/A#
220N/A# CDDL HEADER START
220N/A#
220N/A# The contents of this file are subject to the terms of the
220N/A# Common Development and Distribution License (the "License").
220N/A# You may not use this file except in compliance with the License.
220N/A#
220N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
220N/A# or http://www.opensolaris.org/os/licensing.
220N/A# See the License for the specific language governing permissions
220N/A# and limitations under the License.
220N/A#
220N/A# When distributing Covered Code, include this CDDL HEADER in each
220N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
220N/A# If applicable, add the following below this CDDL HEADER, with the
220N/A# fields enclosed by brackets "[]" replaced with your own identifying
220N/A# information: Portions Copyright [yyyy] [name of copyright owner]
220N/A#
220N/A# CDDL HEADER END
220N/A#
220N/A#
220N/A# Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
5680N/A#
220N/A
5680N/AISASRCDIR=../sparc
220N/A
220N/Ainclude ../Makefile.com
220N/Ainclude ../../Makefile.lib.64
220N/A
220N/ATYPES=library standalone
220N/A
844N/AINSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64)
844N/A
220N/ASTUBINSTALL_DEPS_library = $(STUBROOTLINKS64) $(STUBROOTLIBS64)
220N/A
2899N/Ainclude ../Makefile.targ
2899N/A