Makefile revision 160abee025ef30c34521b981edd40ffcaab560aa
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# CDDL HEADER START
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# The contents of this file are subject to the terms of the
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Common Development and Distribution License (the "License").
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# You may not use this file except in compliance with the License.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# or http://www.opensolaris.org/os/licensing.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# See the License for the specific language governing permissions
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# and limitations under the License.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# When distributing Covered Code, include this CDDL HEADER in each
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# CDDL HEADER END
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Use is subject to license terms.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#ident "%Z%%M% %I% %E% SMI"
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# This makefile drives the production of the AES KEF provider.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# intel implementation architecture dependent
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Path to the base of the uts directory tree (usually /usr/src/uts).
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Define the module and object file sets.
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonLINTS = $(AESPROV_OBJS:%.o=$(LINTS_DIR)/%.ln)
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Include common rules.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# set signing mode
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Define targets
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Linkage dependencies
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonCPPFLAGS += -DCRYPTO_UNLIMITED -DCRYPTO_PROVIDER_NAME=\"$(MODULE)\"
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Default build targets.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Include common targets.