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