Makefile revision 672986541be54a7a471bb088e60780c37e371d7e
5255N/A#
5255N/A# CDDL HEADER START
5255N/A#
5255N/A# The contents of this file are subject to the terms of the
5255N/A# Common Development and Distribution License (the "License").
5255N/A# You may not use this file except in compliance with the License.
5255N/A#
5255N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5255N/A# or http://www.opensolaris.org/os/licensing.
5255N/A# See the License for the specific language governing permissions
5255N/A# and limitations under the License.
5255N/A#
5255N/A# When distributing Covered Code, include this CDDL HEADER in each
5255N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5255N/A# If applicable, add the following below this CDDL HEADER, with the
5255N/A# fields enclosed by brackets "[]" replaced with your own identifying
5255N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5255N/A#
5255N/A# CDDL HEADER END
5255N/A#
5255N/A#
5255N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5255N/A# Use is subject to license terms.
5255N/A#
5255N/A# ident "%Z%%M% %I% %E% SMI"
5255N/A#
5255N/A
5255N/Ainclude ../Makefile.com
5255N/A
5255N/A.KEEP_STATE:
5255N/A
5255N/ALLDFLAGS= $(LLDFLAGS64)
5255N/A
5255N/ACONVLIBDIR= $(CONVLIBDIR64)
5255N/AELFLIBDIR= $(ELFLIBDIR64)
5255N/A
5255N/ALINTFLAGS64 += $(VAR_LINTFLAGS64)
5255N/A
5255N/AROOTLINKS= $(VAR_SGSBIN64)/$(STRIPFILE)
5255N/AVAR_SGSBINPROG= $(VAR_SGSBINPROG64)
5255N/A
5255N/Ainstall \
5255N/Apackage: all $(VAR_SGSBINPROG64) $(ROOTLINKS) $(VAR_SGSCCSLINK64)
5255N/A $(RM) $(ROOTSTRIPFILEPROG64)
5255N/A $(SYMLINK) ../../../bin/$(MACH64)/$(STRIPFILE) $(ROOTSTRIPFILEPROG64)
5255N/A
5255N/Ainclude ../Makefile.targ
5255N/Ainclude ../../Makefile.sub.64
5255N/A