Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
649N/A#
649N/A# CDDL HEADER START
649N/A#
649N/A# The contents of this file are subject to the terms of the
910N/A# Common Development and Distribution License (the "License").
910N/A# You may not use this file except in compliance with the License.
649N/A#
649N/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#
919N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
649N/ALIBRARY = libsoftcrypto.a
649N/AVERS = .1
649N/A
649N/Ainclude ../Makefile.com
649N/A
649N/Ainclude $(SRC)/lib/Makefile.lib
649N/A
649N/ACERRWARN += -_gcc=-Wno-type-limits
649N/ACERRWARN += -_gcc=-Wno-parentheses
649N/ACERRWARN += -_gcc=-Wno-uninitialized
649N/A
649N/A# Sources need to be redefined after Makefile.lib inclusion.
649N/ASRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
649N/A $(DES_SRC) $(MODES_SRC) $(DH_SRC) $(DSA_SRC) $(RSA_SRC) \
649N/A $(PAD_SRC)
649N/A
649N/ASRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
649N/A
649N/ALIBS = $(DYNLIB) $(LINTLIB)
649N/AMAPFILEDIR = ../common
649N/A
649N/ACFLAGS += $(CCVERBOSE)
649N/ACPPFLAGS += -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
649N/ALDLIBS += -lcryptoutil -lc
649N/ALINTFLAGS += $(EXTRA_LINT_FLAGS)
649N/A
# Symbol capabilities objects are i386.
EXTPICS = ../capabilities/intel/i386/pics/symcap.o
.KEEP_STATE:
all: $(LIBS)
lint: $(SRCS)
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
include ../Makefile.targ