Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
4077N/A#
4077N/A# CDDL HEADER START
4077N/A#
4077N/A# The contents of this file are subject to the terms of the
4077N/A# Common Development and Distribution License, Version 1.0 only
4077N/A# (the "License"). You may not use this file except in compliance
4077N/A# with the License.
4077N/A#
4077N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4077N/A# or http://www.opensolaris.org/os/licensing.
4077N/A# See the License for the specific language governing permissions
4077N/A# and limitations under the License.
4077N/A#
4077N/A# When distributing Covered Code, include this CDDL HEADER in each
4077N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4077N/A# If applicable, add the following below this CDDL HEADER, with the
4077N/A# fields enclosed by brackets "[]" replaced with your own identifying
4077N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4077N/A#
4077N/A# CDDL HEADER END
4077N/A#
4077N/A#
5680N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
4077N/A# Use is subject to license terms.
5714N/A#
5680N/A# ident "%Z%%M% %I% %E% SMI"
5714N/A#
5714N/A
4077N/AMAPDIR= ../spec/amd64
4077N/A
4077N/Ainclude ../Makefile.com
5714N/Ainclude ../../Makefile.lib.64
4077N/A
4077N/A.KEEP_STATE:
5714N/A
4077N/A$(ROOTLIBDIR64)/$(LIBLINKS) := INS.liblink64 = \
4077N/A -$(RM) $@; \
5714N/A cd $(ROOTLIBDIR64); \
4077N/A $(RM) libtermlib.so$(VERS) libtermcap.so$(VERS);\
5680N/A $(RM) libtermlib.so libtermcap.so; \
5680N/A $(SYMLINK) $(LIBLINKS)$(VERS) $(LIBLINKS); \
5680N/A $(SYMLINK) libcurses.so$(VERS) libtermlib.so$(VERS); \
4077N/A $(SYMLINK) libcurses.so$(VERS) libtermcap.so$(VERS); \
4077N/A $(SYMLINK) libtermcap.so$(VERS) libtermcap.so; \
4077N/A $(SYMLINK) libtermlib.so$(VERS) libtermlib.so
4077N/A
4077N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
4077N/A