xref: /titanic_41/usr/src/lib/pkcs11/libsoftcrypto/sparcv9/Makefile (revision 7014882c6a3672fd0e5d60200af8643ae53c5928)
171269a22SAnthony Scarpino#
271269a22SAnthony Scarpino# CDDL HEADER START
371269a22SAnthony Scarpino#
471269a22SAnthony Scarpino# The contents of this file are subject to the terms of the
571269a22SAnthony Scarpino# Common Development and Distribution License (the "License").
671269a22SAnthony Scarpino# You may not use this file except in compliance with the License.
771269a22SAnthony Scarpino#
871269a22SAnthony Scarpino# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
971269a22SAnthony Scarpino# or http://www.opensolaris.org/os/licensing.
1071269a22SAnthony Scarpino# See the License for the specific language governing permissions
1171269a22SAnthony Scarpino# and limitations under the License.
1271269a22SAnthony Scarpino#
1371269a22SAnthony Scarpino# When distributing Covered Code, include this CDDL HEADER in each
1471269a22SAnthony Scarpino# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1571269a22SAnthony Scarpino# If applicable, add the following below this CDDL HEADER, with the
1671269a22SAnthony Scarpino# fields enclosed by brackets "[]" replaced with your own identifying
1771269a22SAnthony Scarpino# information: Portions Copyright [yyyy] [name of copyright owner]
1871269a22SAnthony Scarpino#
1971269a22SAnthony Scarpino# CDDL HEADER END
2071269a22SAnthony Scarpino#
21726fad2aSDina K Nimeh
2271269a22SAnthony Scarpino#
23726fad2aSDina K Nimeh# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
24726fad2aSDina K Nimeh#
25726fad2aSDina K Nimeh
2671269a22SAnthony ScarpinoLIBRARY =	libsoftcrypto.a
2771269a22SAnthony ScarpinoVERS =		.1
2871269a22SAnthony Scarpino
2971269a22SAnthony Scarpinoinclude		../Makefile.com
301e49577aSRod Evans
311e49577aSRod Evansinclude		$(SRC)/lib/Makefile.lib
3271269a22SAnthony Scarpinoinclude		$(SRC)/lib/Makefile.lib.64
3371269a22SAnthony Scarpino
341e49577aSRod Evans# Sources need to be redefined after Makefile.lib inclusion.
351e49577aSRod EvansSRCS =		$(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
361e49577aSRod Evans		$(DES_SRC) $(MODES_SRC) $(DH_SRC) $(DSA_SRC) $(RSA_SRC) \
371e49577aSRod Evans		$(PAD_SRC)
3871269a22SAnthony Scarpino
391e49577aSRod EvansSRCDIR =	$(SRC)/lib/pkcs11/libsoftcrypto/common
401e49577aSRod Evans
411e49577aSRod EvansLIBS =		$(DYNLIB) $(LINTLIB)
421e49577aSRod EvansMAPFILEDIR =	../common
431e49577aSRod Evans
441e49577aSRod EvansCFLAGS +=	$(CCVERBOSE)
45*7014882cSRichard Lowe
46*7014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-type-limits
47*7014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-parentheses
48*7014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-uninitialized
49*7014882cSRichard Lowe
501e49577aSRod EvansCPPFLAGS +=	-I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
511e49577aSRod EvansLDLIBS +=	-lcryptoutil -lc
521e49577aSRod EvansLINTFLAGS64 +=	$(EXTRA_LINT_FLAGS)
531e49577aSRod Evans
541e49577aSRod Evans# Symbol capabilities objects are added for sun4u and sun4v.
551e49577aSRod EvansEXTPICS =	../capabilities/sun4u/sparcv9/pics/symcap.o \
561e49577aSRod Evans		../capabilities/sun4v/sparcv9/pics/symcap.o
571e49577aSRod Evans
581e49577aSRod Evans.KEEP_STATE:
591e49577aSRod Evans
601e49577aSRod Evansall:		$(LIBS)
611e49577aSRod Evans
621e49577aSRod Evanslint:		$(SRCS)
6371269a22SAnthony Scarpino
6471269a22SAnthony Scarpinoinstall:	all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
651e49577aSRod Evans
661e49577aSRod Evansinclude		../Makefile.targ
67