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