Makefile revision 55553f719b521a0bb4deab6efc944cd30c1a56aa
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# CDDL HEADER START
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# The contents of this file are subject to the terms of the
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Common Development and Distribution License (the "License").
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# You may not use this file except in compliance with the License.
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# See the License for the specific language governing permissions
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# and limitations under the License.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# If applicable, add the following below this CDDL HEADER, with the
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# CDDL HEADER END
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Use is subject to license terms.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# ident "%Z%%M% %I% %E% SMI"
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# This makefile drives the production of the ARCFOUR KEF provider.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# intel implementation architecture dependent
0ae258e7d0d2520036514d896a9eea58bf285f03vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
04e845ee9ef813501cd2570a4188cb852d170408vboxsync# Define the module and object file sets.
22500d40977b2e17949f8598de4f3c6d59ab405avboxsync# Include common rules.
22500d40977b2e17949f8598de4f3c6d59ab405avboxsync# set signing mode
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Define targets
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# For now, disable these lint checks; maintainers should endeavor
7e77c8f54449be6f28ccbf32f7e651554d9f4060vboxsync# to investigate and remove these for maximum lint coverage.
7e77c8f54449be6f28ccbf32f7e651554d9f4060vboxsync# Please do not carry these forward to new Makefiles.
d9d070cfd2c99624fe6974842b7ad4a30d5b71e7vboxsync# Default build targets.
0de1998ac52682bb5322df476e45f237265ea9b7vboxsync# Include common targets.
0de1998ac52682bb5322df476e45f237265ea9b7vboxsync $(COMPILE.s) -o $@ ${@F:.o=.s}