Makefile revision da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968
86N/A#
86N/A# CDDL HEADER START
86N/A#
86N/A# The contents of this file are subject to the terms of the
86N/A# Common Development and Distribution License (the "License").
86N/A# You may not use this file except in compliance with the License.
86N/A#
86N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86N/A# or http://www.opensolaris.org/os/licensing.
86N/A# See the License for the specific language governing permissions
86N/A# and limitations under the License.
86N/A#
86N/A# When distributing Covered Code, include this CDDL HEADER in each
86N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86N/A# If applicable, add the following below this CDDL HEADER, with the
86N/A# fields enclosed by brackets "[]" replaced with your own identifying
86N/A# information: Portions Copyright [yyyy] [name of copyright owner]
86N/A#
86N/A# CDDL HEADER END
86N/A#
86N/A#
1938N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
86N/A# Use is subject to license terms.
86N/A#
86N/A# ident "%Z%%M% %I% %E% SMI"
86N/A#
86N/A
618N/A# Fetch minor version from RELEASE, e.g. "10" for "5.10", "11" for "5.11" etc.
86N/AGETRELEASEMINOR = /usr/bin/ksh -c 'x=$(RELEASE) ; print "$${x$(POUND_SIGN)$(POUND_SIGN)*.}"'
86N/A
844N/A# Platform-specific config
844N/A# Note that "HOSTTYPE" matches the value used by AT&T upstream.
86N/ADLLPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(GETRELEASEMINOR:sh).sun4"'
1258N/A
86N/Ainclude ../Makefile.com
86N/Ainclude ../../Makefile.lib.64
86N/A
86N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64)
86N/A