74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# CDDL HEADER START
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# The contents of this file are subject to the terms of the
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Common Development and Distribution License (the "License").
74e20cfe817b82802b16fac8690dadcda76f54f5nh# You may not use this file except in compliance with the License.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
74e20cfe817b82802b16fac8690dadcda76f54f5nh# or http://www.opensolaris.org/os/licensing.
74e20cfe817b82802b16fac8690dadcda76f54f5nh# See the License for the specific language governing permissions
74e20cfe817b82802b16fac8690dadcda76f54f5nh# and limitations under the License.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# When distributing Covered Code, include this CDDL HEADER in each
74e20cfe817b82802b16fac8690dadcda76f54f5nh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
74e20cfe817b82802b16fac8690dadcda76f54f5nh# If applicable, add the following below this CDDL HEADER, with the
74e20cfe817b82802b16fac8690dadcda76f54f5nh# fields enclosed by brackets "[]" replaced with your own identifying
74e20cfe817b82802b16fac8690dadcda76f54f5nh# information: Portions Copyright [yyyy] [name of copyright owner]
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# CDDL HEADER END
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Use is subject to license terms.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# ident "%Z%%M% %I% %E% SMI"
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Path to the base of the uts directory tree (usually /usr/src/uts).
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nhUTSBASE = ../..
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Define the module and object file sets.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nhMODULE = sdp
74e20cfe817b82802b16fac8690dadcda76f54f5nhOBJECTS = $(SDP_OBJS:%=$(OBJS_DIR)/%)
74e20cfe817b82802b16fac8690dadcda76f54f5nhLINTS = $(SDP_OBJS:%.o=$(LINTS_DIR)/%.ln)
74e20cfe817b82802b16fac8690dadcda76f54f5nhROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
74e20cfe817b82802b16fac8690dadcda76f54f5nhLDFLAGS += -dy
74e20cfe817b82802b16fac8690dadcda76f54f5nhCONF_SRCDIR = $(UTSBASE)/common/io/ib/clients/sdp
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Include common rules.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nhinclude $(UTSBASE)/intel/Makefile.intel
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Define targets
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nhALL_TARGET = $(BINARY) $(SRC_CONFILE)
74e20cfe817b82802b16fac8690dadcda76f54f5nhLINT_TARGET = $(MODULE).lint
74e20cfe817b82802b16fac8690dadcda76f54f5nhINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Default build targets.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh.KEEP_STATE:
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhdef: $(DEF_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhall: $(ALL_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhclean: $(CLEAN_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhclobber: $(CLOBBER_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhlint: $(LINT_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhmodlintlib: $(MODLINTLIB_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhclean.lint: $(CLEAN_LINT_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nhinstall: $(INSTALL_DEPS)
74e20cfe817b82802b16fac8690dadcda76f54f5nh
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nh# Include common targets.
74e20cfe817b82802b16fac8690dadcda76f54f5nh#
74e20cfe817b82802b16fac8690dadcda76f54f5nhinclude $(UTSBASE)/intel/Makefile.targ
74e20cfe817b82802b16fac8690dadcda76f54f5nh