Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
425N/A#
425N/A# CDDL HEADER START
425N/A#
425N/A# The contents of this file are subject to the terms of the
425N/A# Common Development and Distribution License (the "License").
425N/A# You may not use this file except in compliance with the License.
425N/A#
425N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
425N/A# or http://www.opensolaris.org/os/licensing.
425N/A# See the License for the specific language governing permissions
425N/A# and limitations under the License.
425N/A#
425N/A# When distributing Covered Code, include this CDDL HEADER in each
425N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
425N/A# If applicable, add the following below this CDDL HEADER, with the
425N/A# fields enclosed by brackets "[]" replaced with your own identifying
425N/A# information: Portions Copyright [yyyy] [name of copyright owner]
425N/A#
425N/A# CDDL HEADER END
425N/A#
5680N/A#
425N/A# uts/intel/vuid3ps2/Makefile
5680N/A#
5680N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
425N/A#
425N/A#ident "%Z%%M% %I% %E% SMI"
1244N/A#
425N/A# This makefile drives the production of the vuid3ps2 streams kernel
1244N/A# module.
425N/A#
844N/A# intel architecture dependent
844N/A#
425N/A
1258N/A#
425N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
2899N/A#
2899N/AUTSBASE = ../..
5680N/A
5680N/A#
5680N/A# Define the module and object file sets.
425N/A#
425N/AMODULE = vuid3ps2
425N/AOBJECTS = $(VUIDPS2_OBJS:%=$(OBJS_DIR)/%)
425N/ALINTS = $(VUIDPS2_OBJS:%.o=$(LINTS_DIR)/%.ln)
425N/AROOTMODULE = $(ROOT_STRMOD_DIR)/$(MODULE)
3639N/A
3639N/A#
4760N/A# Include common rules.
4760N/A#
4760N/Ainclude $(UTSBASE)/intel/Makefile.intel
4760N/A
3639N/A#
3639N/A# Define targets
3639N/A#
3639N/AALL_TARGET = $(BINARY)
3639N/ALINT_TARGET = $(MODULE).lint
4760N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
4760N/A
4760N/A#
3854N/A# Overrides.
3854N/A#
425N/AALL_DEFS += -DVUID3PS2
4760N/A
4760N/A#
4760N/A# For now, disable these lint checks; maintainers should endeavor
4760N/A# to investigate and remove these for maximum lint coverage.
4760N/A# Please do not carry these forward to new Makefiles.
4760N/A#
4760N/ALINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
4760N/ALINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
4760N/A
1475N/A#
# Default build targets.
#
.KEEP_STATE:
def: $(DEF_DEPS)
all: $(ALL_DEPS)
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
lint: $(LINT_DEPS)
modlintlib: $(MODLINTLIB_DEPS)
clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
include $(UTSBASE)/intel/Makefile.targ