Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
f536382c59dd492a14667b753816d920f9981f1cTinderbox User# The contents of this file are subject to the terms of the
ab496cc3df1648e9ad992a87c35c2c0870fdc69dTinderbox User# Common Development and Distribution License, Version 1.0 only
7c1468ed500356839a4a222517364e6ce18cb1a2Tinderbox User# (the "License"). You may not use this file except in compliance
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# with the License.
287a6a8f9040dc43560cd69cddf83bfc0f53b76fTinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8de3f14f1c300c3e1ed99084cc03485b42c92bf1Tinderbox User# See the License for the specific language governing permissions
950d203b64f512b85fcc093ee1e9e3e531a1aea3Tinderbox User# and limitations under the License.
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# If applicable, add the following below this CDDL HEADER, with the
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# Use is subject to license terms.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User#ident "%Z%%M% %I% %E% SMI"
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# This makefile drives the production of all Littleneck system
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# dependent modules for the sun4u architecture.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# Path to the base of the uts directory tree (usually /usr/src/uts).
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# Include common rules.
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrewsinclude $(UTSBASE)/sun4u/littleneck/Makefile.littleneck
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Default build targets.
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrewsdef all clean.lint clean clobber modlist: $(LITTLENECK_KMODS)
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# EXPORT DELETE START
16f6050f29b6b0422cee858e609f65e474e70ef2Tinderbox User# aes256 is delivered in the SUNWcryr package which is removed from
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# the EXPORT_SRC build.
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews# EXPORT DELETE END
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrewsinstall: $(ROOT_LITTLENECK_DIR) $(USR_LITTLENECK_DIR) \
ee11dfc481f2ef6a032a715454f6290961a722d2Tinderbox User @-$(ECHO) "\nLittleneck Platform-dependent module: global crosschecks:"
ee11dfc481f2ef6a032a715454f6290961a722d2Tinderbox User @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
0e573cdd111e060e5f6c18249b5ccacbe8abe278Tinderbox User$(LITTLENECK_CRYPTO_LINKS): $(ROOT_LITTLENECK_CRYPTO_DIR_64)
77932ac533c711eca5cd86de4e7eca8d91102b43Tinderbox User# EXPORT DELETE START
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# EXPORT DELETE END
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# Include common targets.