Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# CDDL HEADER START
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# The contents of this file are subject to the terms of the
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Common Development and Distribution License (the "License").
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# You may not use this file except in compliance with the License.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# See the License for the specific language governing permissions
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# and limitations under the License.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# When distributing Covered Code, include this CDDL HEADER in each
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# If applicable, add the following below this CDDL HEADER, with the
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# fields enclosed by brackets "[]" replaced with your own identifying
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# information: Portions Copyright [yyyy] [name of copyright owner]
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# CDDL HEADER END
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Use is subject to license terms.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi#ident "%Z%%M% %I% %E% SMI"
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# This makefile drives the production of the SLVM's mirror misc module.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# sparc implementation architecture dependent
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Path to the base of the uts directory tree (usually /usr/src/uts).
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Define the module and object file sets.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert MustacchiLINTS = $(MIRROR_OBJS:%.o=$(LINTS_DIR)/%.ln)
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Include common rules.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Define targets
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# For now, disable these lint checks; maintainers should endeavor
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# to investigate and remove these for maximum lint coverage.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Please do not carry these forward to new Makefiles.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert MustacchiLINTTAGS += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Default build targets.
9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2Robert Mustacchi# Include common targets.