xref: /illumos-gate/usr/src/cmd/sgs/crle/sparcv9/Makefile (revision e9db39cef1f968a982994f50c05903cc988a3dd3)
1c13de8f6Sab196087#
2c13de8f6Sab196087# CDDL HEADER START
3c13de8f6Sab196087#
4c13de8f6Sab196087# The contents of this file are subject to the terms of the
5c13de8f6Sab196087# Common Development and Distribution License (the "License").
6c13de8f6Sab196087# You may not use this file except in compliance with the License.
7c13de8f6Sab196087#
8c13de8f6Sab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c13de8f6Sab196087# or http://www.opensolaris.org/os/licensing.
10c13de8f6Sab196087# See the License for the specific language governing permissions
11c13de8f6Sab196087# and limitations under the License.
12c13de8f6Sab196087#
13c13de8f6Sab196087# When distributing Covered Code, include this CDDL HEADER in each
14c13de8f6Sab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c13de8f6Sab196087# If applicable, add the following below this CDDL HEADER, with the
16c13de8f6Sab196087# fields enclosed by brackets "[]" replaced with your own identifying
17c13de8f6Sab196087# information: Portions Copyright [yyyy] [name of copyright owner]
18c13de8f6Sab196087#
19c13de8f6Sab196087# CDDL HEADER END
20c13de8f6Sab196087#
21c13de8f6Sab196087
22c13de8f6Sab196087#
23c13de8f6Sab196087# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24c13de8f6Sab196087# Use is subject to license terms.
25c13de8f6Sab196087#
26cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
27c13de8f6Sab196087#
28c13de8f6Sab196087
29c13de8f6Sab196087include		../Makefile.com
30c13de8f6Sab196087
31c13de8f6Sab196087.KEEP_STATE:
32c13de8f6Sab196087
33c13de8f6Sab196087CPPFLAGS +=	-D_ELF64
34c13de8f6Sab196087LLDFLAGS =	$(LLDFLAGS64)
35c13de8f6Sab196087CONVLIBDIR =	$(CONVLIBDIR64)
36c13de8f6Sab196087ELFLIBDIR =	$(ELFLIBDIR64)
37c13de8f6Sab196087LDDBGLIBDIR =	$(LDDBGLIBDIR64)
38c13de8f6Sab196087
39c13de8f6Sab196087ROOTPROG =	$(ROOTPROG64)
40c13de8f6Sab196087
41c13de8f6Sab196087include		../Makefile.targ
42*e9db39ceSRichard Loweinclude		$(SRC)/Makefile.master.64
43