xref: /titanic_51/usr/src/cmd/ast/libdll/amd64/Makefile (revision b4dd7d09880f14016feece03929a224eca1cf39a)
1*b4dd7d09SAndy Fiddaman#
2*b4dd7d09SAndy Fiddaman# CDDL HEADER START
3*b4dd7d09SAndy Fiddaman#
4*b4dd7d09SAndy Fiddaman# The contents of this file are subject to the terms of the
5*b4dd7d09SAndy Fiddaman# Common Development and Distribution License (the "License").
6*b4dd7d09SAndy Fiddaman# You may not use this file except in compliance with the License.
7*b4dd7d09SAndy Fiddaman#
8*b4dd7d09SAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*b4dd7d09SAndy Fiddaman# or http://www.opensolaris.org/os/licensing.
10*b4dd7d09SAndy Fiddaman# See the License for the specific language governing permissions
11*b4dd7d09SAndy Fiddaman# and limitations under the License.
12*b4dd7d09SAndy Fiddaman#
13*b4dd7d09SAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each
14*b4dd7d09SAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*b4dd7d09SAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the
16*b4dd7d09SAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying
17*b4dd7d09SAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner]
18*b4dd7d09SAndy Fiddaman#
19*b4dd7d09SAndy Fiddaman# CDDL HEADER END
20*b4dd7d09SAndy Fiddaman#
21*b4dd7d09SAndy Fiddaman
22*b4dd7d09SAndy Fiddaman#
23*b4dd7d09SAndy Fiddaman# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*b4dd7d09SAndy Fiddaman# Use is subject to license terms.
25*b4dd7d09SAndy Fiddaman#
26*b4dd7d09SAndy Fiddaman# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
27*b4dd7d09SAndy Fiddaman#
28*b4dd7d09SAndy Fiddaman
29*b4dd7d09SAndy Fiddaman# Platform-specific config
30*b4dd7d09SAndy Fiddaman# Note that "HOSTTYPE" matches the value used by AT&T upstream.
31*b4dd7d09SAndy FiddamanDLLPLATFORMCPPFLAGS= '-DHOSTTYPE="sol$(RELEASE_MINOR).i386"'
32*b4dd7d09SAndy Fiddaman
33*b4dd7d09SAndy Fiddamaninclude ../Makefile.com
34*b4dd7d09SAndy Fiddamaninclude $(SRC)/lib/Makefile.lib.64
35*b4dd7d09SAndy Fiddaman
36*b4dd7d09SAndy Fiddamaninstall: all $(ROOTLIBS64) $(ROOTLINKS64)
37