Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
2407N/A#
2407N/A# CDDL HEADER START
2407N/A#
2407N/A# The contents of this file are subject to the terms of the
2407N/A# Common Development and Distribution License, Version 1.0 only
2407N/A# (the "License"). You may not use this file except in compliance
2407N/A# with the License.
2407N/A#
2407N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2407N/A# or http://www.opensolaris.org/os/licensing.
2407N/A# See the License for the specific language governing permissions
2407N/A# and limitations under the License.
2407N/A#
2407N/A# When distributing Covered Code, include this CDDL HEADER in each
2407N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2407N/A# If applicable, add the following below this CDDL HEADER, with the
2407N/A# fields enclosed by brackets "[]" replaced with your own identifying
2407N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2407N/A#
2407N/A# CDDL HEADER END
2407N/A#
2407N/A#
2407N/A# uts/sun4u/fjlite/Makefile
2407N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2407N/A# Use is subject to license terms.
2407N/A#
2407N/A#ident "%Z%%M% %I% %E% SMI"
2407N/A#
2407N/A# This makefile drives the production of the sun4u fjlite platform
2407N/A# module.
2407N/A#
2412N/A# sun4u fjlite implementation architecture dependent
2412N/A#
2407N/A
2407N/A#
2407N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
2407N/A#
2407N/AUTSBASE = ../..
2407N/A
2407N/Ainclude $(UTSBASE)/sun4u/fjlite/Makefile.fjlite
2407N/A
2407N/A#
2407N/A#
2500N/A#
2500N/A
2500N/Adef := TARGET= def
2535N/Aall := TARGET= all
2535N/Ainstall := TARGET= install
2535N/Ainstall_h := TARGET= install_h
2407N/Aclean := TARGET= clean
2407N/Aclobber := TARGET= clobber
2407N/Alint := TARGET= lint
2407N/Alintlib := TARGET= lintlib
2500N/Amodlintlib := TARGET= modlintlib
2500N/Amodlist := TARGET= modlist
2500N/Amodlist := NO_STATE= -K $$MODSTATE$$$$
2500N/Aclean.lint := TARGET= clean.lint
2500N/Acheck := TARGET= check
2500N/A
2407N/AIMPLEMENTED_PLATFORM = SUNW,UltraAX-i2
2407N/A
2407N/A#
2407N/A# Default build targets.
2407N/A#
2407N/A.KEEP_STATE:
2407N/A
2407N/A.PARALLEL: $(FJLITE_KMODS)
2407N/A
2407N/Adef all clean clobber clean.lint modlist: $(FJLITE_KMODS)
2407N/A
2407N/Ainstall: $(ROOT_FJLITE_DIR) $(USR_FJLITE_DIR) \
2407N/A .WAIT $(FJLITE_KMODS)
2407N/A
2407N/Amodlintlib: $(FJLITE_KMODS)
2407N/A
2407N/A$(FJLITE_KMODS): FRC
2407N/A @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
2407N/A
2407N/Ainstall_h check:
2407N/A
2407N/Alint: modlintlib .WAIT $(LINT_DEPS)
2407N/A
2407N/ALINT_LIBS = $(LINT_LIB) \
2407N/A -L$(FJLITE_LINT_LIB_DIR) \
2407N/A -L$(LINT_LIB_DIR) $(LINT_KMODS:%=-l%) \
2407N/A $(CLOSED_LINT_KMODS:%=-l%) \
2407N/A -L$(SPARC_LIB_DIR) $(SPARC_LINTS:%=-l%)
2407N/A
2407N/Alint.platmod: modlintlib
2501N/A @-$(ECHO) "\nFJ-lite Platform-dependent module: global crosschecks:"
2501N/A @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
2407N/A
2407N/A#
2407N/A# Include common targets.
2535N/A#
2535N/Ainclude $(UTSBASE)/sun4u/fjlite/Makefile.targ
2407N/A