Makefile revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2
248N/A#
248N/A# CDDL HEADER START
248N/A#
248N/A# The contents of this file are subject to the terms of the
248N/A# Common Development and Distribution License (the "License").
248N/A# You may not use this file except in compliance with the License.
248N/A#
248N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
248N/A# or http://www.opensolaris.org/os/licensing.
248N/A# See the License for the specific language governing permissions
248N/A# and limitations under the License.
248N/A#
248N/A# When distributing Covered Code, include this CDDL HEADER in each
248N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
248N/A# If applicable, add the following below this CDDL HEADER, with the
248N/A# fields enclosed by brackets "[]" replaced with your own identifying
248N/A# information: Portions Copyright [yyyy] [name of copyright owner]
248N/A#
248N/A# CDDL HEADER END
248N/A#
248N/A
248N/A#
3996N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
248N/A# Use is subject to license terms.
248N/A#
814N/A# ident "%Z%%M% %I% %E% SMI"
814N/A#
2238N/A
814N/A#
248N/A# This makefile drives the production of the sun4u default platform
248N/A# module.
248N/A#
248N/A# sun4u implementation architecture dependent
248N/A#
248N/A
248N/A#
844N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
844N/A#
248N/AUTSBASE = ../..
1273N/A
248N/A#
3661N/A# Define the module and object file sets.
3661N/A#
3996N/AMODULE = platmod
3996N/AOBJECTS = $(PLATMOD_OBJS:%=$(OBJS_DIR)/%)
3996N/ALINTS = $(PLATMOD_OBJS:%.o=$(LINTS_DIR)/%.ln)
248N/AROOTMODULE = $(ROOT_PSM_PLAT_DIR)/$(MODULE)
248N/A
248N/APLAT_DIR = .
248N/A
248N/A#
248N/A# Include common rules.
690N/A#
248N/Ainclude $(UTSBASE)/sun4u/Makefile.sun4u
248N/A
690N/A#
248N/A# Override defaults
248N/A#
248N/ACLEANFILES += $(PLATLIB)
248N/A
248N/A#
248N/A# Define targets
248N/A#
248N/AALL_TARGET = $(PLATLIB)
248N/ALINT_TARGET = $(MODULE).lint
248N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
300N/A
248N/A#
248N/A# lint pass one enforcement
248N/A#
248N/ACFLAGS += $(CCVERBOSE)
248N/A
248N/A#
248N/A# Default build targets.
248N/A#
248N/A.KEEP_STATE:
248N/A
248N/Adef: $(DEF_DEPS)
248N/A
248N/Aall: $(ALL_DEPS)
248N/A
248N/Aclean: $(CLEAN_DEPS)
248N/A
248N/Aclobber: $(CLOBBER_DEPS)
248N/A
248N/Alint: $(LINT_DEPS)
248N/A
248N/Amodlintlib: $(MODLINTLIB_DEPS)
248N/A
248N/Aclean.lint: $(CLEAN_LINT_DEPS)
3996N/A
3996N/Ainstall: $(INSTALL_DEPS)
3996N/A
3996N/Ainstall_h:
$(PLATLIB): $(BINARY)
$(BUILD.SO) $(BINARY)
#
# Include common targets.
#
include $(UTSBASE)/sun4u/Makefile.targ