Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
98N/A#
98N/A# CDDL HEADER START
199N/A#
98N/A# The contents of this file are subject to the terms of the
606N/A# Common Development and Distribution License (the "License").
851N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98N/A# or http://www.opensolaris.org/os/licensing.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# If applicable, add the following below this CDDL HEADER, with the
98N/A# fields enclosed by brackets "[]" replaced with your own identifying
98N/A# information: Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A# usr/src/uts/sparc/iser/Makefile
98N/A#
98N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
98N/A
98N/A#
98N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
98N/A#
98N/AUTSBASE = ../..
98N/A
98N/A#
98N/A# Define the module and object file sets.
881N/A#
98N/AMODULE = iser
98N/AOBJECTS = $(ISER_OBJS:%=$(OBJS_DIR)/%)
98N/ALINTS = $(ISER_OBJS:%.o=$(LINTS_DIR)/%.ln)
493N/AROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
98N/ALDFLAGS += -dy -Nmisc/ibtl -Nmisc/ibcm -Nmisc/idm
98N/ACONF_SRCDIR = $(UTSBASE)/common/io/ib/clients/iser
814N/A
98N/A#
98N/A# Include common rules.
567N/A#
720N/Ainclude $(UTSBASE)/sparc/Makefile.sparc
832N/A
851N/ACERRWARN += -_gcc=-Wno-uninitialized
863N/A
881N/A#
881N/A# Define targets
98N/A#
98N/AALL_TARGET = $(BINARY) $(SRC_CONFILE)
98N/ALINT_TARGET = $(MODULE).lint
493N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
493N/A
98N/A#
705N/A# Default build targets.
705N/A#
705N/A.KEEP_STATE:
705N/A
606N/Adef: $(DEF_DEPS)
606N/A
98N/Aall: $(ALL_DEPS)
98N/A
493N/Aclean: $(CLEAN_DEPS)
493N/A
493N/Aclobber: $(CLOBBER_DEPS)
98N/A
427N/Alint: $(LINT_DEPS)
493N/A
493N/Amodlintlib: $(MODLINTLIB_DEPS)
98N/A
98N/Aclean.lint: $(CLEAN_LINT_DEPS)
199N/A
199N/Ainstall: $(INSTALL_DEPS)
493N/A
493N/A#
493N/A# Include common targets.
98N/A#
98N/Ainclude $(UTSBASE)/sparc/Makefile.targ
98N/A