Makefile revision e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027f
8N/A#
8N/A# CDDL HEADER START
606N/A#
747N/A# The contents of this file are subject to the terms of the
8N/A# Common Development and Distribution License (the "License").
8N/A# You may not use this file except in compliance with the License.
8N/A#
8N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8N/A# or http://www.opensolaris.org/os/licensing.
8N/A# See the License for the specific language governing permissions
8N/A# and limitations under the License.
8N/A#
8N/A# When distributing Covered Code, include this CDDL HEADER in each
8N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8N/A# If applicable, add the following below this CDDL HEADER, with the
8N/A# fields enclosed by brackets "[]" replaced with your own identifying
8N/A# information: Portions Copyright [yyyy] [name of copyright owner]
8N/A#
8N/A# CDDL HEADER END
8N/A#
8N/A#
8N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
8N/A# Use is subject to license terms.
8N/A#
8N/A# ident "%Z%%M% %I% %E% SMI"
8N/A#
8N/A
8N/Ainclude ../../Makefile.lib
8N/Ainclude ../Makefile.lib
8N/A
747N/AFMHDRS = fmd_msg.h
8N/AHDRDIR = common
8N/A
8N/ASUBDIRS = $(MACH)
606N/A$(BUILD64)SUBDIRS += $(MACH64)
606N/A
606N/Aall := TARGET = all
606N/Aclean := TARGET = clean
606N/Aclobber := TARGET = clobber
705N/Ainstall := TARGET = install
606N/Alint := TARGET = lint
606N/A
606N/A.KEEP_STATE:
606N/A
606N/Aall clean clobber lint: $(SUBDIRS)
606N/A
606N/Ainstall: install_h .WAIT $(SUBDIRS)
606N/A
606N/Ainstall_h: $(ROOTFMHDRS)
606N/A
606N/Acheck: $(CHECKHDRS)
606N/A
606N/A$(SUBDIRS): FRC
606N/A @cd $@; pwd; $(MAKE) $(TARGET)
606N/A
606N/AFRC:
606N/A
606N/Ainclude ../../Makefile.targ
606N/Ainclude ../Makefile.targ
606N/A