Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
341N/A#
341N/A# CDDL HEADER START
1064N/A#
341N/A# The contents of this file are subject to the terms of the
341N/A# Common Development and Distribution License, Version 1.0 only
919N/A# (the "License"). You may not use this file except in compliance
919N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
341N/A# uts/intel/vol/Makefile
341N/A#
341N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
341N/A# Use is subject to license terms.
493N/A#
341N/A#pragma ident "%Z%%M% %I% %E% SMI"
341N/A#
1179N/A# This makefile drives the production of the vol driver
341N/A#
911N/A# architecture independent
1179N/A#
1179N/A
1179N/A#
911N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
341N/A#
341N/AUTSBASE = ../..
341N/A
341N/A#
341N/A# Define the module and object file sets.
341N/A#
1179N/AMODULE = vol
1233N/AOBJECTS = $(VOL_OBJS:%=$(OBJS_DIR)/%)
341N/ALINTS = $(VOL_OBJS:%.o=$(LINTS_DIR)/%.ln)
604N/AROOTMODULE = $(USR_DRV_DIR)/$(MODULE)
1179N/ACONF_SRCDIR = $(UTSBASE)/common/io
688N/A
688N/A#
688N/A# Include common rules.
688N/A#
1179N/Ainclude $(UTSBASE)/intel/Makefile.intel
1179N/A
1179N/A#
688N/A# Define targets
688N/A#
688N/AALL_TARGET = $(BINARY) $(SRC_CONFILE)
688N/ALINT_TARGET = $(MODULE).lint
688N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
688N/A
688N/A#
688N/A# Default build targets.
688N/A#
688N/A.KEEP_STATE:
688N/A
688N/Adef: $(DEF_DEPS)
688N/A
688N/Aall: $(ALL_DEPS)
688N/A
688N/Aclean: $(CLEAN_DEPS)
688N/A
688N/Aclobber: $(CLOBBER_DEPS)
688N/A
688N/Alint: $(LINT_DEPS)
996N/A
1179N/Amodlintlib: $(MODLINTLIB_DEPS)
688N/A
688N/Aclean.lint: $(CLEAN_LINT_DEPS)
688N/A
688N/Ainstall: $(INSTALL_DEPS)
688N/A
688N/A#
688N/A# Include common targets.
688N/A#
688N/Ainclude $(UTSBASE)/intel/Makefile.targ
688N/A