Makefile revision 210db2243d3b5ca39c96a4c34c6d9453ddfbeaa9
6a42ab64276ff832a47e009be1208f7c7d4da22dAutomatic Updater# CDDL HEADER START
6a42ab64276ff832a47e009be1208f7c7d4da22dAutomatic Updater# The contents of this file are subject to the terms of the
6a42ab64276ff832a47e009be1208f7c7d4da22dAutomatic Updater# Common Development and Distribution License, Version 1.0 only
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# (the "License"). You may not use this file except in compliance
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# with the License.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# or http://www.opensolaris.org/os/licensing.
6a42ab64276ff832a47e009be1208f7c7d4da22dAutomatic Updater# See the License for the specific language governing permissions
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# and limitations under the License.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
6a42ab64276ff832a47e009be1208f7c7d4da22dAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# CDDL HEADER END
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Use is subject to license terms.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater#ident "%Z%%M% %I% %E% SMI"
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Path to the base of the uts directory tree (usually /usr/src/uts).
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Define the module and object file sets.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Include common rules.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Define targets
922312472e2e05ebc64993d465999c5351b83036Automatic UpdaterINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater$(RELEASE_BUILD)CFLAGS += -xinline=auto -xcrossfile
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Default build targets.
0c6ada0a814f3c5417daa1654129bc2af56ed504Automatic Updater# Include common targets.