Makefile.com revision 6951:59445bec7ef4
1104862Sru#
2104862Sru# CDDL HEADER START
3104862Sru#
4104862Sru# The contents of this file are subject to the terms of the
5104862Sru# Common Development and Distribution License (the "License").
6104862Sru# You may not use this file except in compliance with the License.
7104862Sru#
8104862Sru# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9104862Sru# or http://www.opensolaris.org/os/licensing.
10104862Sru# See the License for the specific language governing permissions
11104862Sru# and limitations under the License.
12104862Sru#
13104862Sru# When distributing Covered Code, include this CDDL HEADER in each
14104862Sru# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15104862Sru# If applicable, add the following below this CDDL HEADER, with the
16104862Sru# fields enclosed by brackets "[]" replaced with your own identifying
17104862Sru# information: Portions Copyright [yyyy] [name of copyright owner]
18104862Sru#
19104862Sru# CDDL HEADER END
20104862Sru#
21104862Sru
22104862Sru#
23104862Sru# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24104862Sru# Use is subject to license terms.
25104862Sru#
26104862Sru# ident	"%Z%%M%	%I%	%E% SMI"
27104862Sru#
28104862Sru
29104862SruPROG=		size
30104862Sru
31104862Sruinclude 	$(SRC)/cmd/Makefile.cmd
32104862Sruinclude 	$(SRC)/cmd/sgs/Makefile.com
33114402Sru
34104862SruCOMOBJS=	main.o process.o fcns.o
35104862Sru
36104862SruSRCS=		$(COMOBJS:%.o=../common/%.c)
37114402Sru
38104862SruOBJS =		$(COMOBJS)
39104862Sru.PARALLEL:	$(OBJS)
40104862Sru
41104862SruLLDFLAGS =	'$(LDPASS)-R$$ORIGIN/../../lib'
42104862SruLLDFLAGS64 =	'$(LDPASS)-R$$ORIGIN/../../../lib/$(MACH64)'
43104862SruLDFLAGS +=	$(LLDFLAGS)
44104862Sru
45104862SruLDLIBS +=	$(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf
46104862Sru
47104862SruLINTSRCS =	$(SRCS)
48104862Sru
49104862SruCLEANFILES +=	$(OBJS) $(LINTOUTS)
50104862Sru