Makefile revision 1e49577a7fcde812700ded04431b49d67cc57d6d
816e576f77e2c46df3e3d97d65822aa8aded7c4bDavid Lawrence# CDDL HEADER START
69b641bf31d95fd79a50dcea2cdb0fcb23fe22c6David Lawrence# The contents of this file are subject to the terms of the
9769d3146777ca71af80b459ecec1ef8e2d05950Andreas Gustafsson# Common Development and Distribution License (the "License").
9769d3146777ca71af80b459ecec1ef8e2d05950Andreas Gustafsson# You may not use this file except in compliance with the License.
9769d3146777ca71af80b459ecec1ef8e2d05950Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9769d3146777ca71af80b459ecec1ef8e2d05950Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
9769d3146777ca71af80b459ecec1ef8e2d05950Andreas Gustafsson# See the License for the specific language governing permissions
d8417b5f3406f4ace0f3bdb228b05a7b701976d6Andreas Gustafsson# and limitations under the License.
d8417b5f3406f4ace0f3bdb228b05a7b701976d6Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
9769d3146777ca71af80b459ecec1ef8e2d05950Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a488e91e5dedfd055b6a6e6dc3018866478facceAndreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
a488e91e5dedfd055b6a6e6dc3018866478facceAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
a488e91e5dedfd055b6a6e6dc3018866478facceAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
d8417b5f3406f4ace0f3bdb228b05a7b701976d6Andreas Gustafsson# CDDL HEADER END
7a3d7cb6cefdf1ce91ae6a294bd2abd76599d7daAndreas Gustafsson# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
35b61b8fb1f377ec9b68bbc8e4e43fbd2756a04dAndreas Gustafsson# Sources need to be redefined after Makefile.lib inclusion.
35b61b8fb1f377ec9b68bbc8e4e43fbd2756a04dAndreas GustafssonSRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
35b61b8fb1f377ec9b68bbc8e4e43fbd2756a04dAndreas Gustafsson $(DES_SRC) $(MODES_SRC) $(DH_SRC) $(DSA_SRC) $(RSA_SRC) \
5c62008dee307058a7f70511bf260fdea6f5b1d6Andreas GustafssonSRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
074ae7bf0993ced96b32e3e85553a401f3f3eca9Andreas GustafssonCPPFLAGS += -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
074ae7bf0993ced96b32e3e85553a401f3f3eca9Andreas Gustafsson# Symbol capabilities objects are i386.
074ae7bf0993ced96b32e3e85553a401f3f3eca9Andreas GustafssonEXTPICS = ../capabilities/intel/i386/pics/symcap.o