Makefile.com revision 726fad2a65f16c200a03969c29cb5c86c2d427db
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
# lib/pkcs11/libsoftcrypto/sun4v/Makefile.com
#
LIBRARY = libsoftcrypto_psr.a
VERS= .1
PLATFORM = sun4v
MODULE = libsoftcrypto_psr.so.1
include $(SRC)/Makefile.psm
include ../Makefile.links
include ../../Makefile.com
# Platform-specific settings
#
# See the sun4u platform-specific Makefile.com for important information
# that also relates to this file.
#
# Note: This file is set up to compile the PSM objects for ARCFOUR to
# *augment* (add onto) its common objects from libsoftcrypto, and to compile
# BIGNUM to *supercede* (replaced) its common objects from libsoftcrypto.
#
ARCFOUR_PSM_OBJS= arcfour_crypt.o
ARCFOUR_PSM_SRC= $(ARCFOUR_DIR)/sun4v/arcfour_crypt.c
BIGNUM_FLAGS += -DUMUL64
MAPFILES= ../mapfile-vers
OBJECTS= $(ARCFOUR_PSM_OBJS) $(BIGNUM_OBJS)
# Compiler settings
sparc_XARCH = -m32 -xarch=sparc
sparcv9_XARCH = -m64 -xarch=sparcvis
# Niagara perf options as per $SRC/uts/sun4v/arcfour
CFLAGS += -xO5 -xbuiltin=%all -dalign -D$(PLATFORM)
CFLAGS64 += -D$(PLATFORM)
ASFLAGS += -DPIC
$(USR_PSM_LIB_DIR)/% := FILEMODE = 755
pics/arcfour_crypt.o: $(ARCFOUR_DIR)/sun4v/arcfour_crypt.c
$(COMPILE.c) -o $@ $(ARCFOUR_DIR)/sun4v/arcfour_crypt.c
$(POST_PROCESS_O)