xref: /titanic_50/usr/src/cmd/sgs/elfedit/modules/amd64/Makefile (revision d29b2c4438482eb00488be49a1f5d6835f455546)
1*d29b2c44Sab196087#
2*d29b2c44Sab196087# CDDL HEADER START
3*d29b2c44Sab196087#
4*d29b2c44Sab196087# The contents of this file are subject to the terms of the
5*d29b2c44Sab196087# Common Development and Distribution License (the "License").
6*d29b2c44Sab196087# You may not use this file except in compliance with the License.
7*d29b2c44Sab196087#
8*d29b2c44Sab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*d29b2c44Sab196087# or http://www.opensolaris.org/os/licensing.
10*d29b2c44Sab196087# See the License for the specific language governing permissions
11*d29b2c44Sab196087# and limitations under the License.
12*d29b2c44Sab196087#
13*d29b2c44Sab196087# When distributing Covered Code, include this CDDL HEADER in each
14*d29b2c44Sab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*d29b2c44Sab196087# If applicable, add the following below this CDDL HEADER, with the
16*d29b2c44Sab196087# fields enclosed by brackets "[]" replaced with your own identifying
17*d29b2c44Sab196087# information: Portions Copyright [yyyy] [name of copyright owner]
18*d29b2c44Sab196087#
19*d29b2c44Sab196087# CDDL HEADER END
20*d29b2c44Sab196087#
21*d29b2c44Sab196087
22*d29b2c44Sab196087#
23*d29b2c44Sab196087# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*d29b2c44Sab196087# Use is subject to license terms.
25*d29b2c44Sab196087#
26*d29b2c44Sab196087# ident	"%Z%%M%	%I%	%E% SMI"
27*d29b2c44Sab196087#
28*d29b2c44Sab196087
29*d29b2c44Sab196087include		../Makefile.com
30*d29b2c44Sab196087
31*d29b2c44Sab196087LDDBGLIBDIR =	$(LDDBGLIBDIR64)
32*d29b2c44Sab196087CONVLIBDIR =	$(CONVLIBDIR64)
33*d29b2c44Sab196087ELFLIBDIR =	$(ELFLIBDIR64)
34*d29b2c44Sab196087MTARG =		amd64/
35*d29b2c44Sab196087
36*d29b2c44Sab196087lint :=		CONV_LIB =	$(CONV_LIB64)
37*d29b2c44Sab196087lint :=		LDDBG_LIB =	$(LDDBG_LIB64)
38*d29b2c44Sab196087
39*d29b2c44Sab196087CFLAGS64 +=	$(C_PICFLAGS64)
40*d29b2c44Sab196087
41*d29b2c44Sab196087LLDFLAGS =	$(LLDFLAGS64)
42*d29b2c44Sab196087
43*d29b2c44Sab196087LINTFLAGS64 +=	$(VAR_LINTFLAGS64)
44*d29b2c44Sab196087
45*d29b2c44Sab196087
46*d29b2c44Sab196087.KEEP_STATE:
47*d29b2c44Sab196087
48*d29b2c44Sab196087all:		$(PICDIR) .WAIT $(ELFEDITLIBS)
49*d29b2c44Sab196087
50*d29b2c44Sab196087install \
51*d29b2c44Sab196087package:	all .WAIT $(ROOTELFEDITDIR64) .WAIT $(ROOTELFEDITLIBS)
52*d29b2c44Sab196087
53*d29b2c44Sab196087
54*d29b2c44Sab196087include		../Makefile.targ
55*d29b2c44Sab196087include		../../../Makefile.sub.64
56*d29b2c44Sab196087
57