Makefile revision 694c35faa87b858ecdadfe4fc592615f4eefbb07
3169N/A#
3169N/A# CDDL HEADER START
3169N/A#
3169N/A# The contents of this file are subject to the terms of the
3169N/A# Common Development and Distribution License (the "License").
3169N/A# You may not use this file except in compliance with the License.
3169N/A#
3169N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3169N/A# or http://www.opensolaris.org/os/licensing.
3169N/A# See the License for the specific language governing permissions
3169N/A# and limitations under the License.
3169N/A#
3169N/A# When distributing Covered Code, include this CDDL HEADER in each
3169N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3169N/A# If applicable, add the following below this CDDL HEADER, with the
3169N/A# fields enclosed by brackets "[]" replaced with your own identifying
3169N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3169N/A#
3169N/A# CDDL HEADER END
3169N/A#
5680N/A#
3169N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
5680N/A#
5680N/A
3169N/Ainclude ../../../Makefile.master
3169N/A
3169N/Asparcv9_ARCHITECTURES = sparcv9
3169N/Asparc_ARCHITECTURES = $(sparcv9_ARCHITECTURES)
3169N/A
3169N/ASUBDIRS = $($(MACH)_ARCHITECTURES)
3169N/A
3169N/Aall := TARGET= all
3169N/Ainstall := TARGET= install
3169N/Aclean := TARGET= clean
3169N/Aclobber := TARGET= clobber
5680N/Alint := TARGET= lint
5680N/A
3169N/A.KEEP_STATE:
3169N/A
3169N/Aall install lint clean: $(SUBDIRS)
3169N/A
5680N/Aclobber: $(SUBDIRS)
5680N/A $(RM) make.out lint.out
3436N/A
3436N/A$(SUBDIRS): FRC
5680N/A @cd $@; pwd; $(MAKE) $(TARGET)
3436N/A
3436N/A#
3436N/A# Cross-reference customization: include all boot-related source files.
3169N/A#
3898N/AUTSDIR = ../../../uts
3898N/AUTSCLOSED = ../../../../closed/uts
3898N/ASTANDLIBDIR = ../../../stand/lib
3898N/ASTANDSYSDIRS = ../../../stand/sys
3898N/APROMDIRS = ../../promif
3898N/ANAMESDIRS = ../lib/names
3898N/AXRDIRS += $(STANDLIBDIR) $(STANDSYSDIRS) $(PROMDIRS) $(NAMESDIRS)
3898N/A
3817N/A#
3817N/A# Components beginning with B! are in the open and closed trees; those
3817N/A# beginning with O! are just in the open tree.
3817N/A#
3817N/AXRINCCOMP = B!sun4u O!sfmmu O!sparc/v7 O!sparc/v9 B!sparc B!sun B!common
XRINC_TMP = $(XRINCCOMP:B!%=$(UTSDIR)/%)
XRINCDIRS = $(XRINC_TMP:O!%=$(UTSDIR)/%)
$(CLOSED_BUILD)XRINC_TMP = $(XRINCCOMP:B!%=$(UTSDIR)/% $(UTSCLOSED)/%)
$(CLOSED_BUILD)XRINCDIRS = $(XRINC_TMP:O!%=$(UTSDIR)/%)
cscope.out tags: FRC
$(XREF) -x $@
FRC: