xref: /titanic_41/usr/src/cmd/mdb/sparc/v9/libcmdutils/Makefile (revision 3c112a2b34403220c06c3e2fcac403358cfba168)
1*3c112a2bSEric Taylor#
2*3c112a2bSEric Taylor# CDDL HEADER START
3*3c112a2bSEric Taylor#
4*3c112a2bSEric Taylor# The contents of this file are subject to the terms of the
5*3c112a2bSEric Taylor# Common Development and Distribution License (the "License").
6*3c112a2bSEric Taylor# You may not use this file except in compliance with the License.
7*3c112a2bSEric Taylor#
8*3c112a2bSEric Taylor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3c112a2bSEric Taylor# or http://www.opensolaris.org/os/licensing.
10*3c112a2bSEric Taylor# See the License for the specific language governing permissions
11*3c112a2bSEric Taylor# and limitations under the License.
12*3c112a2bSEric Taylor#
13*3c112a2bSEric Taylor# When distributing Covered Code, include this CDDL HEADER in each
14*3c112a2bSEric Taylor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3c112a2bSEric Taylor# If applicable, add the following below this CDDL HEADER, with the
16*3c112a2bSEric Taylor# fields enclosed by brackets "[]" replaced with your own identifying
17*3c112a2bSEric Taylor# information: Portions Copyright [yyyy] [name of copyright owner]
18*3c112a2bSEric Taylor#
19*3c112a2bSEric Taylor# CDDL HEADER END
20*3c112a2bSEric Taylor#
21*3c112a2bSEric Taylor#
22*3c112a2bSEric Taylor# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23*3c112a2bSEric Taylor#
24*3c112a2bSEric Taylor
25*3c112a2bSEric TaylorMODULE = libcmdutils.so
26*3c112a2bSEric TaylorMDBTGT = proc
27*3c112a2bSEric Taylor
28*3c112a2bSEric TaylorMODSRCS = libcmdutils.c \
29*3c112a2bSEric Taylor	  list.c
30*3c112a2bSEric Taylor
31*3c112a2bSEric Taylorinclude ../../../../Makefile.cmd
32*3c112a2bSEric Taylorinclude ../../../../Makefile.cmd.64
33*3c112a2bSEric Taylorinclude ../../Makefile.sparcv9
34*3c112a2bSEric Taylorinclude ../../../Makefile.module
35