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