Makefile revision d58fda4376e4bf67072ce2e69f6f47036f9dbb68
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
#
# This makefile drives the production of the sun4u boston platform
# module.
#
# sun4u implementation architecture dependent
#
#
#
UTSBASE = ../..
#
# Include common rules.
#
#
# Default build targets.
#
# EXPORT DELETE START
#
# aes256 is delivered in the SUNWcryr package which is removed from
# the EXPORT_SRC build.
#
# EXPORT DELETE END
install: $(ROOT_BOSTON_DIR) \
$(USR_BOSTON_DIR) \
$(USR_BOSTON_INC_DIR) \
$(USR_BOSTON_LIB_DIR) \
$(BOSTON_CRYPTO_LINKS) \
.WAIT $(BOSTON_KMODS)
#
# The 'lint.platmod' target lints the boston platform module against the sun4u
# kernel. This ends up doing all the kernel cross-checks, so it takes a couple
# of minutes. Due to the low ROI, it's not run by default, but it's a good
#
-L$(BOSTON_LINT_LIB_DIR) \
-L$(LINT_LIB_DIR) $(LINT_KMODS:%=-l%) \
-L$(SPARC_LIB_DIR) $(SPARC_LINTS:%=-l%)
@-$(ECHO) "\nBoston Platform-dependent module: global crosschecks:"
$(BOSTON_KMODS): FRC
-$(RM) $(ROOT_BOSTON_CRYPTO_DIR_64)/$@;
# EXPORT DELETE START
sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
# EXPORT DELETE END
#
#
# Include common targets.
#