Makefile.cmd (da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0) Makefile.cmd (f6acbf7c6543dc0aab58cae1df419f0147c46d77)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 5 unchanged lines hidden (view full) ---

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 5 unchanged lines hidden (view full) ---

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
22# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27# Definitions common to command source.
28#
29# include global definitions; SRC should be defined in the shell.
30# SRC is needed until RFE 1026993 is implemented.

--- 102 unchanged lines hidden (view full) ---

133#
134
135ISAEXEC= $(ROOT)/usr/lib/isaexec
136PLATEXEC= $(ROOT)/usr/lib/platexec
137
138LDLIBS = $(LDLIBS.cmd)
139
140LDFLAGS.cmd = \
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27# Definitions common to command source.
28#
29# include global definitions; SRC should be defined in the shell.
30# SRC is needed until RFE 1026993 is implemented.

--- 102 unchanged lines hidden (view full) ---

133#
134
135ISAEXEC= $(ROOT)/usr/lib/isaexec
136PLATEXEC= $(ROOT)/usr/lib/platexec
137
138LDLIBS = $(LDLIBS.cmd)
139
140LDFLAGS.cmd = \
141 $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \
141 $(BDIRECT) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \
142 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%)
143
144LDFLAGS = $(LDFLAGS.cmd)
145
146LINTFLAGS= -axsm
147LINTFLAGS64= -axsm -Xarch=$(MACH64:sparcv9=v9)
148LINTOUT= lint.out
149

--- 345 unchanged lines hidden ---
142 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%)
143
144LDFLAGS = $(LDFLAGS.cmd)
145
146LINTFLAGS= -axsm
147LINTFLAGS64= -axsm -Xarch=$(MACH64:sparcv9=v9)
148LINTOUT= lint.out
149

--- 345 unchanged lines hidden ---