14887Schin# 24887Schin# CDDL HEADER START 34887Schin# 44887Schin# The contents of this file are subject to the terms of the 54887Schin# Common Development and Distribution License (the "License"). 64887Schin# You may not use this file except in compliance with the License. 74887Schin# 84887Schin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94887Schin# or http://www.opensolaris.org/os/licensing. 104887Schin# See the License for the specific language governing permissions 114887Schin# and limitations under the License. 124887Schin# 134887Schin# When distributing Covered Code, include this CDDL HEADER in each 144887Schin# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154887Schin# If applicable, add the following below this CDDL HEADER, with the 164887Schin# fields enclosed by brackets "[]" replaced with your own identifying 174887Schin# information: Portions Copyright [yyyy] [name of copyright owner] 184887Schin# 194887Schin# CDDL HEADER END 204887Schin# 21*8462SApril.Chin@Sun.COM 224887Schin# 23*8462SApril.Chin@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 244887Schin# Use is subject to license terms. 254887Schin# 264887Schin 274887Schin# Platform-specific config 284887Schin# Note that "HOSTTYPE" matches the value used by AT&T upstream. 295303SmeemASTPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(RELEASE_MINOR).i386"' 304887Schin 314887Schin# platform-specific sources 324887SchinOBJECTS = \ 33*8462SApril.Chin@Sun.COM i386/src/lib/libast/conftab.o \ 34*8462SApril.Chin@Sun.COM i386/src/lib/libast/lctab.o 354887SchinOBJDIRS = \ 364887Schin i386/src/lib/libast 374887Schin 384887Schininclude ../Makefile.com 394887Schin 404887Schin# Use -KPIC since libast is too big for -Kpic on 64bit 414887Schin# (and on 32bit it is close to the barrier) 424887Schini386_C_PICFLAGS = $(C_BIGPICFLAGS) 434887Schin 444887Schininstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) 45