xref: /illumos-gate/usr/src/cmd/sgs/ar/amd64/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
22e23c41c9SAli Bahrami#
23ba7866cdSAli Bahrami# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25e23c41c9SAli Bahrami#
26e23c41c9SAli Bahrami
27ba7866cdSAli Bahramiinclude		../Makefile.com
28ba7866cdSAli Bahrami
29ba7866cdSAli Bahrami.KEEP_STATE:
30ba7866cdSAli Bahrami
31ba7866cdSAli BahramiLLDFLAGS =	$(LLDFLAGS64)
32ba7866cdSAli BahramiCONVLIBDIR =	$(CONVLIBDIR64)
33ba7866cdSAli BahramiELFLIBDIR =	$(ELFLIBDIR64)
34ba7866cdSAli BahramiLDDBGLIBDIR =	$(LDDBGLIBDIR64)
35ba7866cdSAli Bahrami
36ba7866cdSAli BahramiROOTPROG =	$(ROOTPROG64)
37ba7866cdSAli Bahrami
38ba7866cdSAli Bahramiall:		$(PROG)
39ba7866cdSAli Bahrami
40*d8e10381SRichard Loweinstall:	all $(ROOTPROG64) $(ROOTCCSBINLINK64)
41ba7866cdSAli Bahrami
42ba7866cdSAli Bahrami
43ba7866cdSAli Bahramiinclude		../Makefile.targ
44e9db39ceSRichard Loweinclude		$(SRC)/Makefile.master.64
45