Makefile.softtoken.sparcv9 revision 7c478bd95313f5f23a4c958a745db2134aa03244
98N/A#
98N/A# CDDL HEADER START
1379N/A#
98N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License, Version 1.0 only
919N/A# (the "License"). You may not use this file except in compliance
919N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
98N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
98N/A#
493N/A# ident "%Z%%M% %I% %E% SMI"
493N/A#
98N/A# lib/pkcs11/Makefile.softtoken.sparcv9
970N/A#
970N/A# specific to sparcv9, common to pkcs11_softtoken and pkcs11_softtoken_extra
970N/A
970N/AAES_PSR_OBJECTS = aes_crypt_sparcv9.o
970N/AARCFOUR_PSR_OBJECTS = arcfour_crypt_sparcv9.o
970N/ADES_PSR_OBJECTS = des_crypt_sparcv9.o
970N/ARSA_PSR_OBJECTS =
1003N/ASHA1_PSR_OBJECTS = sha1_asm_sparcv9.o
1339N/ABIGNUM_PSR_OBJECTS = mont_mulf_sparcv9.o
1339N/ABIGNUM_CFG = -DUSE_FLOATING_POINT
970N/A
970N/Ainclude ../Makefile.com
970N/Ainclude ../../../Makefile.lib.64
970N/ACFLAGS64 += -Dsun4u
1366N/Apics/sha1.o := CFLAGS64 += -DVIS_SHA1
1366N/A
970N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64)
98N/A
1366N/A
98N/Apics/aes_crypt_sparcv9.o: $(AESDIR)/sun4u/aes_crypt_asm.s
911N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -P -DPIC -xarch=v9 -o $@ \
1366N/A $(AESDIR)/sun4u/aes_crypt_asm.s
1366N/A $(POST_PROCESS_O)
911N/A
98N/Apics/arcfour_crypt_sparcv9.o: $(ARCFOURDIR)/sun4u/arcfour_crypt_asm.s
493N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -P -DPIC -xarch=v9 -o $@ \
493N/A $(ARCFOURDIR)/sun4u/arcfour_crypt_asm.s
98N/A $(POST_PROCESS_O)
98N/A
1089N/Apics/des_crypt_sparcv9.o: $(DESDIR)/sun4u/des_crypt_asm.s
156N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -P -DPIC -xarch=v9 -o $@ \
493N/A $(DESDIR)/sun4u/des_crypt_asm.s
493N/A $(POST_PROCESS_O)
493N/A
493N/Apics/sha1_asm_sparcv9.o: $(SHA1DIR)/sparc/sun4u/sha1_asm.s
493N/A $(COMPILE.s) -K PIC -P -DPIC -D_ASM -xarch=v9a -o $@ \
493N/A $(SHA1DIR)/sparc/sun4u/sha1_asm.s
493N/A $(POST_PROCESS_O)
98N/A
98N/Apics/mont_mulf_sparcv9.o: $(BIGNUMDIR)/sun4u/mont_mulf_v9.s
98N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -xarch=v9 -o $@ $(BIGNUMDIR)/sun4u/mont_mulf_v9.s
1345N/A $(POST_PROCESS_O)
1089N/A