xref: /titanic_41/usr/src/lib/libdisasm/sparcv9/Makefile (revision a2bb96e7d59f447f59bc306e53b7d00e38594667)
1*a2bb96e7Sjmcp#
2*a2bb96e7Sjmcp# CDDL HEADER START
3*a2bb96e7Sjmcp#
4*a2bb96e7Sjmcp# The contents of this file are subject to the terms of the
5*a2bb96e7Sjmcp# Common Development and Distribution License (the "License").
6*a2bb96e7Sjmcp# You may not use this file except in compliance with the License.
7*a2bb96e7Sjmcp#
8*a2bb96e7Sjmcp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*a2bb96e7Sjmcp# or http://www.opensolaris.org/os/licensing.
10*a2bb96e7Sjmcp# See the License for the specific language governing permissions
11*a2bb96e7Sjmcp# and limitations under the License.
12*a2bb96e7Sjmcp#
13*a2bb96e7Sjmcp# When distributing Covered Code, include this CDDL HEADER in each
14*a2bb96e7Sjmcp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*a2bb96e7Sjmcp# If applicable, add the following below this CDDL HEADER, with the
16*a2bb96e7Sjmcp# fields enclosed by brackets "[]" replaced with your own identifying
17*a2bb96e7Sjmcp# information: Portions Copyright [yyyy] [name of copyright owner]
18*a2bb96e7Sjmcp#
19*a2bb96e7Sjmcp# CDDL HEADER END
20*a2bb96e7Sjmcp#
21*a2bb96e7Sjmcp#
22*a2bb96e7Sjmcp# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*a2bb96e7Sjmcp# Use is subject to license terms.
24*a2bb96e7Sjmcp#
25*a2bb96e7Sjmcp# ident	"%Z%%M%	%I%	%E% SMI"
26*a2bb96e7Sjmcp
27*a2bb96e7SjmcpISASRCDIR=../$(MACH)/
28*a2bb96e7Sjmcp
29*a2bb96e7Sjmcpinclude ../Makefile.com
30*a2bb96e7Sjmcpinclude ../../Makefile.lib.64
31*a2bb96e7Sjmcp
32*a2bb96e7SjmcpTYPES=library standalone
33*a2bb96e7Sjmcp
34*a2bb96e7SjmcpINSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64)
35*a2bb96e7SjmcpINSTALL_DEPS_standalone = $(ROOTLIBS64)
36*a2bb96e7Sjmcp
37*a2bb96e7Sjmcpinclude ../Makefile.targ
38*a2bb96e7Sjmcp
39*a2bb96e7SjmcpC99MODE = $(C99_ENABLE)
40