Makefile revision 5aefb6555731130ca4fd295960123d71f2d21fe8
303N/A#
303N/A# CDDL HEADER START
303N/A#
303N/A# The contents of this file are subject to the terms of the
303N/A# Common Development and Distribution License (the "License").
303N/A# You may not use this file except in compliance with the License.
303N/A#
303N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
303N/A# or http://www.opensolaris.org/os/licensing.
303N/A# See the License for the specific language governing permissions
303N/A# and limitations under the License.
303N/A#
303N/A# When distributing Covered Code, include this CDDL HEADER in each
303N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
303N/A# If applicable, add the following below this CDDL HEADER, with the
303N/A# fields enclosed by brackets "[]" replaced with your own identifying
303N/A# information: Portions Copyright [yyyy] [name of copyright owner]
303N/A#
303N/A# CDDL HEADER END
303N/A#
5680N/A
303N/A#
5680N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
5680N/A#
303N/A# ident "%Z%%M% %I% %E% SMI"
303N/A#
303N/A
6239N/Ainclude ../Makefile.com
303N/A
303N/ACONVLIBDIR= $(CONVLIBDIR64)
844N/AROOTDYNLIB64= $(DYNLIB:%=$(ROOTLIBDIR64)/%)
6239N/A
303N/ALINTFLAGS64 += $(VAR_LINTFLAGS64)
303N/ACPPFLAGS += -D_ELF64
6239N/A
2899N/A.KEEP_STATE:
6382N/A
6382N/Aall: $(DYNLIB) $(LIBLINKS)
6382N/A
6382N/Ainstall \
6382N/Apackage: all $(ROOTDYNLIB64)
6382N/A
6382N/Alint: $(LINTOUT64) $(SGSLINTOUT)
5680N/A
303N/Ainclude ../Makefile.targ
303N/Ainclude ../../Makefile.sub.64
303N/A