Makefile revision 2032ea7bd13069ba4884066ed18f83bf12b3e247
5d52a1fe1b8ea396fb5ae7f6f1567c8383445113Tinderbox User#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# You may not use this file except in compliance with the License.
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley#
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley# or http://www.opensolaris.org/os/licensing.
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley# See the License for the specific language governing permissions
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan Hunt# and limitations under the License.
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley#
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley# When distributing Covered Code, include this CDDL HEADER in each
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt#
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley# CDDL HEADER END
fafb62400d2f1b1da4f3908447e1f3935fc5155bBrian Wellington#
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉#
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt# Use is subject to license terms.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt#
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley# ident "%Z%%M% %I% %E% SMI"
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley#
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt# Platform-specific config
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt# Note that "HOSTTYPE" matches the value used by AT&T upstream.
4acd8d2afea04e26428e2133121cf32083641dc5David LawrenceASTPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(RELEASE_MINOR).sun4"'
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki# platform-specific sources
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold KrecickiOBJECTS = \
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki sparc/src/lib/libast/conftab.o
fc80027fb54b501cdd88461bf879d078259e0226David LawrenceOBJDIRS = \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley sparc/src/lib/libast
5c02d3183f46ba8621a4bdecc71facda5f8e0717Michael Graff
76117ff568dc788ed24937cfea916a18db285960Mark Andrewsinclude ../Makefile.com
76117ff568dc788ed24937cfea916a18db285960Mark Andrews
76117ff568dc788ed24937cfea916a18db285960Mark Andrews# Use -KPIC since libast is too big for -Kpic on 64bit
5c02d3183f46ba8621a4bdecc71facda5f8e0717Michael Graff# (and on 32bit it is close to the barrier)
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Huntsparc_C_PICFLAGS = $(C_BIGPICFLAGS)
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Huntinstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki