Makefile revision a90d965d832a5578dbfc2eadd1617e8cccf25264
4620N/A#
4620N/A# CDDL HEADER START
4620N/A#
4620N/A# The contents of this file are subject to the terms of the
4620N/A# Common Development and Distribution License (the "License").
4620N/A# You may not use this file except in compliance with the License.
4620N/A#
4620N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4620N/A# or http://www.opensolaris.org/os/licensing.
4620N/A# See the License for the specific language governing permissions
4620N/A# and limitations under the License.
4620N/A#
4620N/A# When distributing Covered Code, include this CDDL HEADER in each
4620N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4620N/A# If applicable, add the following below this CDDL HEADER, with the
4620N/A# fields enclosed by brackets "[]" replaced with your own identifying
4620N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4620N/A#
4620N/A# CDDL HEADER END
4620N/A#
4620N/A#
4620N/A# uts/sun4v/huron/Makefile
4620N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
4620N/A# Use is subject to license terms.
4620N/A#
4620N/A#ident "%Z%%M% %I% %E% SMI"
4620N/A#
4620N/A# This makefile drives the production of the sun4v huron platform
4620N/A# modules.
4620N/A#
4620N/A# sun4v huron implementation architecture dependent
4620N/A#
4620N/A
4620N/A#
4620N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
4620N/A#
4620N/AUTSBASE = ../..
4620N/A
4620N/A#
4620N/A# Include common rules.
4620N/A#
4620N/Ainclude $(UTSBASE)/sun4v/Makefile.sun4v
4620N/A
4620N/AUSR_PLAT_DIR = $(ROOT)/usr/platform
4620N/A
4620N/Ainclude $(UTSBASE)/sun4v/Makefile.huron
4620N/A
4620N/Adef := TARGET= def
4620N/Aall := TARGET= all
4620N/Ainstall := TARGET= install
4620N/Ainstall_h := TARGET= install_h
4620N/Aclean := TARGET= clean
4620N/Aclobber := TARGET= clobber
4620N/Alint := TARGET= lint
4620N/Alintlib := TARGET= lintlib
4620N/Amodlintlib := TARGET= modlintlib
4620N/Amodlist := TARGET= modlist
4620N/Amodlist := NO_STATE= -K $$MODSTATE$$$$
4620N/Aclean.lint := TARGET= clean.lint
4620N/Acheck := TARGET= check
4620N/A
4620N/A#
4620N/A# Default build targets.
4620N/A#
4620N/A.KEEP_STATE:
4620N/A
4620N/Alintlib: unix
4620N/A
4620N/AIMPLEMENTED_PLATFORM = SUNW,SPARC-Enterprise-T5120
4620N/ALINKED_PLATFORMS = SUNW,SPARC-Enterprise-T5220
4620N/A
4620N/A
4620N/A$(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%): $(USR_PLAT_DIR)
4620N/A $(INS.slink3)
4620N/A
4620N/Aall:
4620N/A
4620N/Ainstall: $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%)
4620N/A
4620N/Ainstall_h check:
4620N/A
4620N/Alint:
4620N/A
4620N/Aclean:
4620N/A
4620N/Aclobber: clean
4620N/A
4620N/Amodlist:
4620N/A
4620N/AEXPORT_SRC:
4620N/A $(RM) Makefile+
4620N/A sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
4620N/A < Makefile > Makefile+
4620N/A $(MV) Makefile+ Makefile
4620N/A $(CHMOD) 444 Makefile
4620N/A# EXPORT DELETE END
4620N/A
4620N/A#
4620N/A