Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
12686N/A#
12686N/A# CDDL HEADER START
12686N/A#
12686N/A# The contents of this file are subject to the terms of the
12686N/A# Common Development and Distribution License, Version 1.0 only
12682N/A# (the "License"). You may not use this file except in compliance
12682N/A# with the License.
12682N/A#
12682N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12682N/A# or http://www.opensolaris.org/os/licensing.
12682N/A# See the License for the specific language governing permissions
12682N/A# and limitations under the License.
12682N/A#
12680N/A# When distributing Covered Code, include this CDDL HEADER in each
14399N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14399N/A# If applicable, add the following below this CDDL HEADER, with the
14399N/A# fields enclosed by brackets "[]" replaced with your own identifying
14399N/A# information: Portions Copyright [yyyy] [name of copyright owner]
14399N/A#
14399N/A# CDDL HEADER END
14399N/A#
14399N/A#
14399N/A# uts/intel/vni/Makefile
12680N/A#
14399N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
14399N/A# Use is subject to license terms.
12680N/A#
14399N/A# ident "%Z%%M% %I% %E% SMI"
14399N/A#
14399N/A# This makefile drives the production of the vni streams kernel
14399N/A# module.
12680N/A#
14399N/A# intel architecture dependent
14399N/A#
14399N/A
14399N/A#
12680N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
14399N/A#
14399N/AUTSBASE = ../..
14399N/A
14399N/A#
12680N/A# Define the module and object file sets.
14399N/A#
14399N/AMODULE = vni
14399N/AOBJECTS = $(VNI_OBJS:%=$(OBJS_DIR)/%)
14399N/ALINTS = $(VNI_OBJS:%.o=$(LINTS_DIR)/%.ln)
14399N/AROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
12680N/ACONF_SRCDIR = $(UTSBASE)/common/inet/vni
14399N/A
14399N/A#
12680N/A# Include common rules.
14399N/A#
12680N/Ainclude $(UTSBASE)/intel/Makefile.intel
14399N/A
14399N/A#
14399N/A# Define targets
14399N/A#
14399N/AALL_TARGET = $(BINARY) $(SRC_CONFFILE)
12680N/ALINT_TARGET = $(MODULE).lint
14399N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
14399N/A
14399N/A#
14399N/A# Overrides.
14399N/A#
14399N/ACFLAGS += $(CCVERBOSE)
12680N/A
14399N/A#
14399N/A# Default build targets.
12680N/A#
.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