Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Common Development and Distribution License, Version 1.0 only
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# (the "License"). You may not use this file except in compliance
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# with the License.
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# and limitations under the License.
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# If applicable, add the following below this CDDL HEADER, with the
4abdfc917e6635a7c81d1f931a0c79227e72d025Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4abdfc917e6635a7c81d1f931a0c79227e72d025Mark Andrews# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#ident "%Z%%M% %I% %E% SMI"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# This makefile drives the production of all Littleneck system
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# dependent modules for the sun4u architecture.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Path to the base of the uts directory tree (usually /usr/src/uts).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common rules.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeininclude $(UTSBASE)/sun4u/littleneck/Makefile.littleneck
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Default build targets.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeindef all clean.lint clean clobber modlist: $(LITTLENECK_KMODS)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# EXPORT DELETE START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# aes256 is delivered in the SUNWcryr package which is removed from
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# the EXPORT_SRC build.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# EXPORT DELETE END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeininstall: $(ROOT_LITTLENECK_DIR) $(USR_LITTLENECK_DIR) \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein @-$(ECHO) "\nLittleneck Platform-dependent module: global crosschecks:"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein$(LITTLENECK_CRYPTO_LINKS): $(ROOT_LITTLENECK_CRYPTO_DIR_64)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# EXPORT DELETE START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# EXPORT DELETE END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common targets.