1d29b2c44Sab196087# 2d29b2c44Sab196087# CDDL HEADER START 3d29b2c44Sab196087# 4d29b2c44Sab196087# The contents of this file are subject to the terms of the 5d29b2c44Sab196087# Common Development and Distribution License (the "License"). 6d29b2c44Sab196087# You may not use this file except in compliance with the License. 7d29b2c44Sab196087# 8d29b2c44Sab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9d29b2c44Sab196087# or http://www.opensolaris.org/os/licensing. 10d29b2c44Sab196087# See the License for the specific language governing permissions 11d29b2c44Sab196087# and limitations under the License. 12d29b2c44Sab196087# 13d29b2c44Sab196087# When distributing Covered Code, include this CDDL HEADER in each 14d29b2c44Sab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15d29b2c44Sab196087# If applicable, add the following below this CDDL HEADER, with the 16d29b2c44Sab196087# fields enclosed by brackets "[]" replaced with your own identifying 17d29b2c44Sab196087# information: Portions Copyright [yyyy] [name of copyright owner] 18d29b2c44Sab196087# 19d29b2c44Sab196087# CDDL HEADER END 20d29b2c44Sab196087# 21d29b2c44Sab196087 22d29b2c44Sab196087# 23d29b2c44Sab196087# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24d29b2c44Sab196087# Use is subject to license terms. 25d29b2c44Sab196087# 26cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 27d29b2c44Sab196087# 28d29b2c44Sab196087 29d29b2c44Sab196087include ../Makefile.com 30d29b2c44Sab196087 31d29b2c44Sab196087LDDBGLIBDIR = $(LDDBGLIBDIR64) 32d29b2c44Sab196087CONVLIBDIR = $(CONVLIBDIR64) 33d29b2c44Sab196087ELFLIBDIR = $(ELFLIBDIR64) 34d29b2c44Sab196087MTARG = amd64/ 35d29b2c44Sab196087 36d29b2c44Sab196087CFLAGS64 += $(C_PICFLAGS64) 37d29b2c44Sab196087 38d29b2c44Sab196087LLDFLAGS = $(LLDFLAGS64) 39d29b2c44Sab196087 40d29b2c44Sab196087.KEEP_STATE: 41d29b2c44Sab196087 42d29b2c44Sab196087all: $(PICDIR) .WAIT $(ELFEDITLIBS) 43d29b2c44Sab196087 44*d8e10381SRichard Loweinstall: all .WAIT $(ROOTELFEDITDIR64) .WAIT $(ROOTELFEDITLIBS) 45d29b2c44Sab196087 46d29b2c44Sab196087 47d29b2c44Sab196087include ../Makefile.targ 48e9db39ceSRichard Loweinclude $(SRC)/Makefile.master.64 49d29b2c44Sab196087 50