xref: /titanic_52/usr/src/cmd/sgs/ldd/sparcv9/Makefile (revision 67e3a03ed4a2813074d36330f062ed6e593a4937)
1df14233eSab196087#
2df14233eSab196087# CDDL HEADER START
3df14233eSab196087#
4df14233eSab196087# The contents of this file are subject to the terms of the
5df14233eSab196087# Common Development and Distribution License (the "License").
6df14233eSab196087# You may not use this file except in compliance with the License.
7df14233eSab196087#
8df14233eSab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9df14233eSab196087# or http://www.opensolaris.org/os/licensing.
10df14233eSab196087# See the License for the specific language governing permissions
11df14233eSab196087# and limitations under the License.
12df14233eSab196087#
13df14233eSab196087# When distributing Covered Code, include this CDDL HEADER in each
14df14233eSab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15df14233eSab196087# If applicable, add the following below this CDDL HEADER, with the
16df14233eSab196087# fields enclosed by brackets "[]" replaced with your own identifying
17df14233eSab196087# information: Portions Copyright [yyyy] [name of copyright owner]
18df14233eSab196087#
19df14233eSab196087# CDDL HEADER END
20df14233eSab196087#
21df14233eSab196087#
22df14233eSab196087#ident	"%Z%%M%	%I%	%E% SMI"
23df14233eSab196087#
24df14233eSab196087# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25df14233eSab196087# Use is subject to license terms.
26df14233eSab196087#
27df14233eSab196087
28df14233eSab196087include		../Makefile.com
29df14233eSab196087
30df14233eSab196087.KEEP_STATE:
31df14233eSab196087
32df14233eSab196087CONVLIBDIR =	$(CONVLIBDIR64)
33*67e3a03eSrieLLDFLAGS =	$(LLDFLAGS64)
34df14233eSab196087LINTFLAGS64 +=	$(VAR_LINTFLAGS64)
35df14233eSab196087
36df14233eSab196087ROOTPROG =	$(ROOTPROG64)
37df14233eSab196087
38df14233eSab196087lint:		$(LINTOUT64) $(SGSLINTOUT)
39df14233eSab196087
40df14233eSab196087include		../Makefile.targ
41df14233eSab196087include		../../Makefile.sub.64
42