Makefile revision 2
535N/A#
535N/A# CDDL HEADER START
535N/A#
535N/A# The contents of this file are subject to the terms of the
535N/A# Common Development and Distribution License (the "License").
535N/A# You may not use this file except in compliance with the License.
535N/A#
535N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
535N/A# or http://www.opensolaris.org/os/licensing.
535N/A# See the License for the specific language governing permissions
535N/A# and limitations under the License.
535N/A#
535N/A# When distributing Covered Code, include this CDDL HEADER in each
535N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
535N/A# If applicable, add the following below this CDDL HEADER, with the
535N/A# fields enclosed by brackets "[]" replaced with your own identifying
535N/A# information: Portions Copyright [yyyy] [name of copyright owner]
535N/A#
873N/A# CDDL HEADER END
535N/A#
535N/A
535N/A#
535N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
535N/A#
868N/A
535N/ASRC_REL = ../../..
1183N/ALIBRARY = libsoftcrypto.a
535N/AVERS = .1
1280N/A
535N/Ainclude ../Makefile.com
1183N/Ainclude $(SRC)/lib/Makefile.lib.64
535N/A
535N/A# Symbol capabilities objects are added for sun4u and sun4v.
535N/AEXTPICS = ../capabilities/sun4u/sparcv9/pics/symcap.o \
535N/A ../capabilities/sun4v-hwcap1/sparcv9/pics/symcap.o \
535N/A ../capabilities/sun4v-hwcap2/sparcv9/pics/symcap.o \
535N/A ../capabilities/sun4v-hwcap3/sparcv9/pics/symcap.o \
535N/A ../capabilities/sun4v-fjathena/sparcv9/pics/symcap.o
535N/A
535N/A.KEEP_STATE:
535N/A
535N/Aall: stub $(LIBS)
535N/A
535N/Alint: lintcheck
535N/A
535N/Ainstall: stubinstall all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
535N/A
535N/Astubinstall: stub $(STUBROOTLIBS64) $(STUBROOTLINKS64)
535N/A
535N/Ainclude ../Makefile.targ
535N/A