Makefile revision 1e49577a7fcde812700ded04431b49d67cc57d6d
303N/A#
303N/A# CDDL HEADER START
303N/A#
303N/A# The contents of this file are subject to the terms of the
303N/A# Common Development and Distribution License (the "License").
303N/A# You may not use this file except in compliance with the License.
303N/A#
303N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
303N/A# or http://www.opensolaris.org/os/licensing.
303N/A# See the License for the specific language governing permissions
303N/A# and limitations under the License.
303N/A#
303N/A# When distributing Covered Code, include this CDDL HEADER in each
303N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
303N/A# If applicable, add the following below this CDDL HEADER, with the
303N/A# fields enclosed by brackets "[]" replaced with your own identifying
303N/A# information: Portions Copyright [yyyy] [name of copyright owner]
303N/A#
303N/A# CDDL HEADER END
303N/A#
844N/A
303N/A#
303N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
303N/A#
303N/A
303N/ALIBRARY = libsoftcrypto.a
303N/AVERS = .1
303N/A
303N/Ainclude ../Makefile.com
844N/A
844N/Ainclude $(SRC)/lib/Makefile.lib
303N/Ainclude $(SRC)/lib/Makefile.lib.64
303N/A
303N/A# Sources need to be redefined after Makefile.lib inclusion.
303N/ASRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
303N/A $(DES_SRC) $(MODES_SRC) $(DH_SRC) $(DSA_SRC) $(RSA_SRC) \
303N/A $(PAD_SRC)
303N/A
303N/ASRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
303N/A
303N/ALIBS = $(DYNLIB) $(LINTLIB)
303N/AMAPFILEDIR = ../common
303N/A
303N/ACFLAGS += $(CCVERBOSE)
303N/ACPPFLAGS += -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
303N/ALDLIBS += -lcryptoutil -lc
303N/ALINTFLAGS64 += $(EXTRA_LINT_FLAGS)
303N/A
303N/A# Symbol capabilities objects are added for sun4u and sun4v.
303N/AEXTPICS = ../capabilities/sun4u/sparcv9/pics/symcap.o \
303N/A ../capabilities/sun4v/sparcv9/pics/symcap.o
303N/A
303N/A.KEEP_STATE:
303N/A
303N/Aall: $(LIBS)
303N/A
303N/Alint: $(SRCS)
303N/A
303N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
303N/A
303N/Ainclude ../Makefile.targ
303N/A