xref: /illumos-gate/usr/src/lib/libdisasm/i386/Makefile (revision 241c90a0)
1dc0093f4Seschrock#
2dc0093f4Seschrock# CDDL HEADER START
3dc0093f4Seschrock#
4dc0093f4Seschrock# The contents of this file are subject to the terms of the
5dc0093f4Seschrock# Common Development and Distribution License (the "License").
6dc0093f4Seschrock# You may not use this file except in compliance with the License.
7dc0093f4Seschrock#
8dc0093f4Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9dc0093f4Seschrock# or http://www.opensolaris.org/os/licensing.
10dc0093f4Seschrock# See the License for the specific language governing permissions
11dc0093f4Seschrock# and limitations under the License.
12dc0093f4Seschrock#
13dc0093f4Seschrock# When distributing Covered Code, include this CDDL HEADER in each
14dc0093f4Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15dc0093f4Seschrock# If applicable, add the following below this CDDL HEADER, with the
16dc0093f4Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
17dc0093f4Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
18dc0093f4Seschrock#
19dc0093f4Seschrock# CDDL HEADER END
20dc0093f4Seschrock#
21dc0093f4Seschrock#
22dc0093f4Seschrock# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23dc0093f4Seschrock# Use is subject to license terms.
24dc0093f4Seschrock#
25dc0093f4Seschrock
26dc0093f4SeschrockISASRCDIR=.
27dc0093f4Seschrock
28dc0093f4Seschrockinclude ../Makefile.com
29dc0093f4Seschrock
30dc0093f4SeschrockTYPES=library standalone
31dc0093f4Seschrock
32*241c90a0SRichard LoweINSTALL_DEPS_library =		$(ROOTLINKS) $(ROOTLIBS)
33dc0093f4SeschrockINSTALL_DEPS_standalone =	$(ROOTLIBS)
34dc0093f4Seschrock
35dc0093f4Seschrockinclude ../Makefile.targ
36