Makefile revision 03831d35f7499c87d51205817c93e9a8d42c4bae
0N/A#
0N/A# CDDL HEADER START
1356N/A#
0N/A# The contents of this file are subject to the terms of the
1504N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/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
919N/A#
919N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
0N/A#
0N/A#pragma ident "%Z%%M% %I% %E% SMI"
0N/A#
156N/A# This makefile drives the pruction of the Management Network
493N/A#
0N/A
1356N/A#
1356N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
1356N/A#
970N/AUTSBASE = ../../..
970N/A
970N/A#
970N/A# Define the module and object file sets.
970N/A#
970N/AMODULE = dman
970N/AOBJECTS = $(DMAN_OBJS:%=$(OBJS_DIR)/%)
970N/ALINTS = $(DMAN_OBJS:%.o=$(LINTS_DIR)/%.ln)
970N/AROOTMODULE = $(ROOT_STARCAT_DRV_DIR)/$(MODULE)
970N/ACONF_SRCDIR = $(UTSBASE)/sun4u/starcat/io
970N/A
970N/A#
970N/A# Include common rules.
970N/A#
970N/Ainclude $(UTSBASE)/sun4u/starcat/Makefile.starcat
970N/A
970N/A#
970N/A# Define targets
970N/A#
1504N/AALL_TARGET = $(BINARY) $(SRC_CONFFILE)
1504N/ALINT_TARGET = $(MODULE).lint
1504N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
1504N/A
970N/A#
970N/A# lint pass one enforcement
970N/A#
970N/ACFLAGS += $(CCVERBOSE)
970N/ALDFLAGS += -dy -Ndrv/ip -Ndrv/eri -Ndrv/iosram -Nmisc/mboxsc
1356N/A
970N/A#
0N/A# Default build targets.
950N/A#
0N/A.KEEP_STATE:
911N/A
950N/Adef: $(DEF_DEPS)
950N/A
911N/Aall: $(ALL_DEPS)
0N/A
493N/Aclean: $(CLEAN_DEPS)
493N/A
0N/Aclobber: $(CLOBBER_DEPS)
0N/A
156N/Alint: $(LINT_DEPS)
156N/A
0N/Amodlintlib: $(MODLINTLIB_DEPS)
0N/A
950N/Aclean.lint: $(CLEAN_LINT_DEPS)
950N/A
1531N/Ainstall: $(INSTALL_DEPS)
950N/A
950N/A#
950N/A# Include common targets.
1102N/A#
1160N/Ainclude $(UTSBASE)/sun4u/starcat/Makefile.targ
1160N/A