Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Common Development and Distribution License, Version 1.0 only
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# (the "License"). You may not use this file except in compliance
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# with the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# See the License for the specific language governing permissions
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# and limitations under the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# When distributing Covered Code, include this CDDL HEADER in each
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# If applicable, add the following below this CDDL HEADER, with the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# fields enclosed by brackets "[]" replaced with your own identifying
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# information: Portions Copyright [yyyy] [name of copyright owner]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER END
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Use is subject to license terms.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross#ident "%Z%%M% %I% %E% SMI"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# This makefile drives the production of the sun4u mpxu platform
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# sun4u implementation architecture dependent
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Path to the base of the uts directory tree (usually /usr/src/uts).
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Include common rules.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Default build targets.
4bff34e37def8a90f9194d81bc345c52ba20086athurlowdef all clean clean.lint clobber modlist: $(MPXU_KMODS) $(CLOSED_MPXU_KMODS)
878eeb1b7b5326d4b564b97bcde1b89342878bebGordon Ross# EXPORT DELETE START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# aes256 is delivered in the SUNWcryr package which is removed from
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# the EXPORT_SRC build.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# EXPORT DELETE END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow cd $(CLOSED)/uts/sun4u/mpxu/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow $(SYMLINK) $(ROOT_US3_CRYPTO_LINK)/$@ $(ROOT_MPXU_CRYPTO_DIR_64)/$@
-L$(MPXU_LINT_LIB_DIR) \
$(CLOSED_LINT_KMODS:%=-l%) \