Makefile revision 5aefb6555731130ca4fd295960123d71f2d21fe8
6583N/A#
6583N/A# CDDL HEADER START
6583N/A#
6583N/A# The contents of this file are subject to the terms of the
6583N/A# Common Development and Distribution License (the "License").
6583N/A# You may not use this file except in compliance with the License.
6583N/A#
6583N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6583N/A# or http://www.opensolaris.org/os/licensing.
6583N/A# See the License for the specific language governing permissions
6583N/A# and limitations under the License.
6583N/A#
6583N/A# When distributing Covered Code, include this CDDL HEADER in each
6583N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6583N/A# If applicable, add the following below this CDDL HEADER, with the
6583N/A# fields enclosed by brackets "[]" replaced with your own identifying
6583N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6583N/A#
6583N/A# CDDL HEADER END
6583N/A#
6583N/A
6583N/A#
6583N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6583N/A# Use is subject to license terms.
6583N/A#
6583N/A# ident "%Z%%M% %I% %E% SMI"
6583N/A#
6583N/A
6583N/Ainclude ../Makefile.com
6583N/A
6583N/ACONVLIBDIR = $(CONVLIBDIR64)
6583N/AELFLIBDIR = $(ELFLIBDIR64)
6583N/A
6583N/Alint := CONV_LIB = $(CONV_LIB64)
6583N/A
6583N/A$(ONLIBS) \
6583N/A$(CCSLIBS) := CFLAGS64 += $(C_PICFLAGS64) $(NO_ASM_WARN)
6583N/A
6583N/ALINTFLAGS64 += $(VAR_LINTFLAGS64)
6583N/A
6583N/A.KEEP_STATE:
6583N/A
6583N/Aall: $(PICDIR) .WAIT $(CCSLIBS) $(CCSSCRIPTS) \
6583N/A $(ONSCRIPTS) $(ONLIBS)
6583N/A
6583N/Ainstall: all $(ROOTCCSLIB64) .WAIT $(ROOTCCSLIBS64)
6583N/A
6583N/Apackage: install .WAIT $(ROOTONLDLIBS64)
6583N/A
6583N/Ainclude ../Makefile.targ
6583N/Ainclude ../../Makefile.sub.64
6583N/A