Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# CDDL HEADER START
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# The contents of this file are subject to the terms of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Common Development and Distribution License, Version 1.0 only
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# (the "License"). You may not use this file except in compliance
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# with the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# or http://www.opensolaris.org/os/licensing.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# See the License for the specific language governing permissions
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# When distributing Covered Code, include this CDDL HEADER in each
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# If applicable, add the following below this CDDL HEADER, with the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# CDDL HEADER END
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Use is subject to license terms.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#pragma ident "%Z%%M% %I% %E% SMI"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# This makefile drives the production of the sun4u schumacher platform
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# module.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# sun4u implementation architecture dependent
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncUTSBASE = ../..
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Include common rules.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinclude $(UTSBASE)/sun4u/schumacher/Makefile.schumacher
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncdef := TARGET= def
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncall := TARGET= all
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinstall := TARGET= install
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinstall_h := TARGET= install_h
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncclean := TARGET= clean
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncclobber := TARGET= clobber
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsynclint := TARGET= lint
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsynclintlib := TARGET= lintlib
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncmodlintlib := TARGET= modlintlib
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncmodlist := TARGET= modlist
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncmodlist := NO_STATE= -K $$MODSTATE$$$$
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncclean.lint := TARGET= clean.lint
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsynccheck := TARGET= check
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Default build targets.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
.KEEP_STATE:
def all clean clean.lint clobber modlist: $(SCHUMACHER_KMODS)
modlintlib: $(SCHUMACHER_KMODS)
# EXPORT DELETE START
#
# aes256 is delivered in the SUNWcryr package which is removed from
# the EXPORT_SRC build.
#
SCHUMACHER_CRYPTO_LINKS += aes256
# EXPORT DELETE END
install: $(ROOT_SCHUMACHER_DIR) \
$(USR_SCHUMACHER_DIR) \
$(USR_SCHUMACHER_INC_DIR) \
$(USR_SCHUMACHER_SBIN_DIR) \
$(USR_SCHUMACHER_SBIN_EEPROM) \
$(USR_SCHUMACHER_SBIN_PRTDIAG) \
$(USR_SCHUMACHER_SBIN_TRAPSTAT) \
$(USR_SCHUMACHER_SBIN_FRUADM) \
$(USR_SCHUMACHER_LIB_DIR) \
$(SCHUMACHER_CRYPTO_LINKS) \
$(SCHUMACHER_KMODS)
check install_h:
lint: modlintlib
#
# The 'lint.platmod' target lints the schumacher platform module against the sun4u
# kernel. This ends up doing all the kernel cross-checks, so it takes a couple
# of minutes.
#
LINT_LIBS = $(LINT_LIB) \
-L$(SCHUMACHER_LINT_LIB_DIR) \
-L$(LINT_LIB_DIR) $(LINT_KMODS:%=-l%) \
$(CLOSED_LINT_KMODS:%=-l%) \
-L$(SPARC_LIB_DIR) $(SPARC_LINTS:%=-l%)
lint.platmod: modlintlib
@-$(ECHO) "\nSchumacher Platform-dependent module: global crosschecks:"
@-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
$(SCHUMACHER_KMODS): FRC
@cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
$(SCHUMACHER_CRYPTO_LINKS): $(ROOT_SCHUMACHER_CRYPTO_DIR_64)
-$(RM) $(ROOT_SCHUMACHER_CRYPTO_DIR_64)/$@;
$(SYMLINK) $(ROOT_US3_CRYPTO_LINK)/$@ $(ROOT_SCHUMACHER_CRYPTO_DIR_64)/$@
# EXPORT DELETE START
EXPORT_SRC:
$(RM) Makefile+
sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
< Makefile > Makefile+
$(MV) Makefile+ Makefile
$(CHMOD) 444 Makefile
# EXPORT DELETE END
#
# Include common targets.
#
include $(UTSBASE)/sun4u/schumacher/Makefile.targ