Makefile revision 88f8b78a88cbdc6d8c1af5c3e54bc49d25095c98
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# CDDL HEADER START
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# The contents of this file are subject to the terms of the
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# Common Development and Distribution License (the "License").
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# You may not use this file except in compliance with the License.
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# See the License for the specific language governing permissions
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# and limitations under the License.
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# If applicable, add the following below this CDDL HEADER, with the
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# fields enclosed by brackets "[]" replaced with your own identifying
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# information: Portions Copyright [yyyy] [name of copyright owner]
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# CDDL HEADER END
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Use is subject to license terms.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere#ident "%Z%%M% %I% %E% SMI"
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# This makefile drives the production of the DCA kCF provider.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# intel implementation architecture dependent
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Path to the base of the uts directory tree (usually /usr/src/uts).
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Define the module and object file sets.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Include common rules.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# set signing mode
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Define targets
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclereINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# C99 mode is needed for dca
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Default build targets.
aadf50900dfe0e5da15c24f69650e3b3d72601b4jfclere# Include common targets.