Makefile revision 6357b7bb1039bed3ca23c5942e250f1bf1df550f
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Common Development and Distribution License (the "License").
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You may not use this file except in compliance 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
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#ident "%Z%%M% %I% %E% SMI"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Use is subject to license terms.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# This makefile drives the production of all implementation architecture
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# independent modules for the SPARC processor. (For those unsure, this
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# means the module will run on all SPARC processor based machines
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# running SunOS.)
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross$(CLOSED_BUILD)LINT_LIBS += $(CLOSED_LINT_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# EXPORT DELETE START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow$(CLOSED_BUILD)LINT_LIBS += $(SVVS_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon RossLINT_LIBS += $(LINT_XMODLIBS:%=$(LINT_LIB_DIR)/llib-l%.ln)
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross$(CLOSED_BUILD)LINT_LIBS += $(CLOSED_XMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross# EXPORT DELETE END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow.PARALLEL: $(PARALLEL_KMODS) $(CLOSED_KMODS) $(SVVS) $(XMODS) \
4bff34e37def8a90f9194d81bc345c52ba20086athurlowdef all install clean clobber modlist: $(KMODS) $(CLOSED_KMODS) $(SVVS) \
4bff34e37def8a90f9194d81bc345c52ba20086athurlowmodlintlib clean.lint: $(LINT_KMODS) $(CLOSED_LINT_KMODS) $(SVVS) \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow cd $(CLOSED)/uts/sparc/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross @if [ -f $@/Makefile ]; then \