Makefile revision b6c3f7863936abeae522e48a13887dddeb691a45
425N/A#
425N/A# CDDL HEADER START
1339N/A#
425N/A# The contents of this file are subject to the terms of the
1339N/A# Common Development and Distribution License (the "License").
425N/A# You may not use this file except in compliance with the License.
425N/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#
919N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
425N/A# ident "%Z%%M% %I% %E% SMI"
425N/A#
425N/A# lib/pkcs11/pkcs11_softtoken/sparc/Makefile
425N/A
493N/AAES_PSR_OBJECTS = aes_crypt_sparc.o
425N/AARCFOUR_PSR_OBJECTS = arcfour_crypt_sparc.o
970N/ADES_PSR_OBJECTS = des_crypt_sparc.o
970N/ARSA_PSR_OBJECTS =
970N/ABIGNUM_PSR_OBJECTS = mont_mulf_sparc.o
970N/ABIGNUM_CFG = -DUSE_FLOATING_POINT
1339N/A
1339N/Ainclude ../Makefile.com
1339N/ACFLAGS += -Dsun4u
425N/ACPPFLAGS += -DMP_USE_UINT_DIGIT
1351N/A
425N/Ainstall: all $(ROOTLIBS) $(ROOTLINKS)
911N/A
1351N/A
1351N/Apics/aes_crypt_sparc.o: $(AESDIR)/sun4u/aes_crypt_asm.s
911N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -P -DPIC -xarch=v8plus -o $@ \
425N/A $(AESDIR)/sun4u/aes_crypt_asm.s
425N/A $(POST_PROCESS_O)
425N/A
425N/Apics/arcfour_crypt_sparc.o: $(ARCFOURDIR)/sun4u/arcfour_crypt_asm.s
1351N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -P -DPIC -xarch=v8plus -o $@ \
493N/A $(ARCFOURDIR)/sun4u/arcfour_crypt_asm.s
425N/A $(POST_PROCESS_O)
970N/A
970N/Apics/des_crypt_sparc.o: $(DESDIR)/sun4u/des_crypt_asm.s
970N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -P -DPIC -xarch=v8plus -o $@ \
425N/A $(DESDIR)/sun4u/des_crypt_asm.s
970N/A $(POST_PROCESS_O)
970N/A
970N/Apics/mont_mulf_sparc.o: $(BIGNUMDIR)/sun4u/mont_mulf_v8plus.s
970N/A $(COMPILE.s) $(AS_BIGPICFLAGS) -xarch=v8plus -o $@ \
970N/A $(BIGNUMDIR)/sun4u/mont_mulf_v8plus.s
970N/A $(POST_PROCESS_O)
970N/A