Makefile revision 25351652d920ae27c5a56c199da581033ce763f6
1516N/A#
565N/A# CDDL HEADER START
565N/A#
565N/A# The contents of this file are subject to the terms of the
565N/A# Common Development and Distribution License (the "License").
565N/A# You may not use this file except in compliance with the License.
565N/A#
565N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
565N/A# or http://www.opensolaris.org/os/licensing.
565N/A# See the License for the specific language governing permissions
565N/A# and limitations under the License.
565N/A#
565N/A# When distributing Covered Code, include this CDDL HEADER in each
565N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
565N/A# If applicable, add the following below this CDDL HEADER, with the
565N/A# fields enclosed by brackets "[]" replaced with your own identifying
565N/A# information: Portions Copyright [yyyy] [name of copyright owner]
565N/A#
565N/A# CDDL HEADER END
565N/A#
565N/A#
565N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
926N/A# Use is subject to license terms.
3339N/A#
926N/A
565N/Ainclude ../../Makefile.lib
3339N/Ainclude ../Makefile.lib
565N/A
565N/AFMHDRS = ldom.h
1715N/AHDRDIR = sparc
565N/A
565N/AROOTFMHDRDIR = $(ROOT)/usr/platform/sun4v/include/sys/fm
565N/A
565N/ASUBDIRS = $(MACH)
565N/A$(BUILD64)SUBDIRS += $(MACH64)
715N/A
565N/Aall := TARGET = all
565N/Aclean := TARGET = clean
565N/Aclobber := TARGET = clobber
565N/Ainstall := TARGET = install
1755N/Alint := TARGET = lint
565N/A
1715N/A.KEEP_STATE:
565N/A
1715N/Aall clean clobber lint: $(SUBDIRS)
565N/A
1755N/Ainstall: install_h .WAIT $(SUBDIRS)
1755N/A
1755N/Ainstall_h: $(ROOTFMHDRS)
1755N/A
1895N/A$(ROOTFMHDRS): $(ROOTFMHDRDIR)
565N/A
565N/A$(ROOTFMHDRDIR)/%: $(HDRDIR)/%
917N/A $(INS.file)
917N/A
917N/Acheck: $(CHECKHDRS)
917N/A
917N/A$(SUBDIRS): FRC
917N/A @cd $@; pwd; $(MAKE) $(TARGET)
917N/A
917N/AFRC:
917N/A
1715N/Ainclude ../../Makefile.targ
1715N/Ainclude ../Makefile.targ
917N/A