Makefile revision 160abee025ef30c34521b981edd40ffcaab560aa
843e19887f64dde75055cf8842fc4db2171eff45johnlev# CDDL HEADER START
843e19887f64dde75055cf8842fc4db2171eff45johnlev# The contents of this file are subject to the terms of the
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Common Development and Distribution License (the "License").
843e19887f64dde75055cf8842fc4db2171eff45johnlev# You may not use this file except in compliance with the License.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
843e19887f64dde75055cf8842fc4db2171eff45johnlev# See the License for the specific language governing permissions
843e19887f64dde75055cf8842fc4db2171eff45johnlev# and limitations under the License.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# When distributing Covered Code, include this CDDL HEADER in each
843e19887f64dde75055cf8842fc4db2171eff45johnlev# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# If applicable, add the following below this CDDL HEADER, with the
843e19887f64dde75055cf8842fc4db2171eff45johnlev# fields enclosed by brackets "[]" replaced with your own identifying
843e19887f64dde75055cf8842fc4db2171eff45johnlev# information: Portions Copyright [yyyy] [name of copyright owner]
843e19887f64dde75055cf8842fc4db2171eff45johnlev# CDDL HEADER END
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
98157a7002f4f2cf7978f3084ca5577f0a1d72b2akolb# Use is subject to license terms.
843e19887f64dde75055cf8842fc4db2171eff45johnlev#ident "%Z%%M% %I% %E% SMI"
843e19887f64dde75055cf8842fc4db2171eff45johnlev# This makefile drives the production of the AES KEF provider.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# intel implementation architecture dependent
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Path to the base of the uts directory tree (usually /usr/src/uts).
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Define the module and object file sets.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Include common rules.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# set signing mode
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Define targets
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Linkage dependencies
843e19887f64dde75055cf8842fc4db2171eff45johnlevCPPFLAGS += -I$(COM_DIR) -DCRYPTO_PROVIDER_NAME=\"$(MODULE)\"
843e19887f64dde75055cf8842fc4db2171eff45johnlev# For now, disable these lint checks; maintainers should endeavor
843e19887f64dde75055cf8842fc4db2171eff45johnlev# to investigate and remove these for maximum lint coverage.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Please do not carry these forward to new Makefiles.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Default build targets.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Include common targets.