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