Makefile revision 02e56f3f1bfc8d9977bafb8cb5202f576dcded27
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# CDDL HEADER START
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# The contents of this file are subject to the terms of the
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Common Development and Distribution License (the "License").
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# You may not use this file except in compliance with the License.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# See the License for the specific language governing permissions
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# and limitations under the License.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# CDDL HEADER END
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Use is subject to license terms.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# ident "%Z%%M% %I% %E% SMI"
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# This makefile drives the production of the sun4u default platform
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# sun4u implementation architecture dependent
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Path to the base of the uts directory tree (usually /usr/src/uts).
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Define the module and object file sets.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'AmoreLINTS = $(PLATMOD_OBJS:%.o=$(LINTS_DIR)/%.ln)
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Include common rules.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Override defaults
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Define targets
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# lint pass one enforcement
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Default build targets.
49ef7e0638c8b771d8a136eae78b1c0f99acc8e0Garrett D'Amore# Include common targets.