Makefile revision 54034eb2d6e7d811adf4a1fe5105eac6fea6b0b5
f062ed7bd262a37a909dd77ce5fc23b446818823fielding# CDDL HEADER START
b99dbaab171d91e1b664397cc40e039d0c087c65fielding# The contents of this file are subject to the terms of the
f062ed7bd262a37a909dd77ce5fc23b446818823fielding# Common Development and Distribution License (the "License").
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# You may not use this file except in compliance with the License.
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# See the License for the specific language governing permissions
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# and limitations under the License.
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# When distributing Covered Code, include this CDDL HEADER in each
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# If applicable, add the following below this CDDL HEADER, with the
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# fields enclosed by brackets "[]" replaced with your own identifying
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudet# information: Portions Copyright [yyyy] [name of copyright owner]
f062ed7bd262a37a909dd77ce5fc23b446818823fielding# CDDL HEADER END
f062ed7bd262a37a909dd77ce5fc23b446818823fielding# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f062ed7bd262a37a909dd77ce5fc23b446818823fielding# Use is subject to license terms.
f062ed7bd262a37a909dd77ce5fc23b446818823fieldingAES_PSM_SRC= $(AES_DIR)/$(MACH64)/aes_amd64.s $(AES_DIR)/$(MACH64)/aes_intel.s \
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudetBIGNUM_PSM_SRC= $(BIGNUM_DIR)/$(MACH64)/bignum_amd64.c \
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudetLINTFLAGS64 += $(BIGNUM_FLAGS) $(AES_FLAGS) $(ARCFOUR_FLAGS)
7f235c0d101d71224c8e498ac8f7fde1f98596c7dgaudetinstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)