98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
307N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98N/A# or http://www.opensolaris.org/os/licensing.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# If applicable, add the following below this CDDL HEADER, with the
98N/A# fields enclosed by brackets "[]" replaced with your own identifying
98N/A# information: Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A
98N/A#
98N/A# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
98N/A#
98N/A
98N/Ainclude ../Makefile.com
98N/A
98N/AROOTFS_LIBDIR64 = \
98N/A $(VAR_LIBLDDBG_64_ROOTFS_LIBDIR)
98N/AROOTFS_DYNLIB64 = \
98N/A $(DYNLIB:%=$(ROOTFS_LIBDIR64)/%)
98N/A
493N/ACONVLIBDIR = $(CONVLIBDIR64)
98N/A
98N/ALINTFLAGS64 += $(VAR_LINTFLAGS64)
98N/A
98N/A.KEEP_STATE:
98N/A
156N/A$(ROOTFS_DYNLIB64) := FILEMODE= 755
493N/A
98N/Aall: $(DYNLIB) $(LIBLINKS)
98N/A
493N/Ainstall \
98N/Apackage: all $(ROOTFS_DYNLIB64)
98N/A
390N/Ainclude ../Makefile.targ
98N/Ainclude ../../Makefile.sub.64
98N/A