Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# CDDL HEADER START
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# The contents of this file are subject to the terms of the
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Common Development and Distribution License (the "License").
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# You may not use this file except in compliance with the License.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# or http://www.opensolaris.org/os/licensing.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# See the License for the specific language governing permissions
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# and limitations under the License.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# When distributing Covered Code, include this CDDL HEADER in each
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# If applicable, add the following below this CDDL HEADER, with the
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# fields enclosed by brackets "[]" replaced with your own identifying
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# information: Portions Copyright [yyyy] [name of copyright owner]
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# CDDL HEADER END
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9c94f155585ea35e938fea603bc227c685223abdCheng Sean Ye# Use is subject to license terms.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# ident "%Z%%M% %I% %E% SMI"
14ea4bb737263733ad80a36b4f73f681c30a6b45sd#
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinclude ../../Makefile.lib
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinclude ../Makefile.lib
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdFMHDRS = fmd_log.h
14ea4bb737263733ad80a36b4f73f681c30a6b45sdHDRDIR = common
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdSUBDIRS = $(MACH)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd$(BUILD64)SUBDIRS += $(MACH64)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdall := TARGET = all
14ea4bb737263733ad80a36b4f73f681c30a6b45sdclean := TARGET = clean
14ea4bb737263733ad80a36b4f73f681c30a6b45sdclobber := TARGET = clobber
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinstall := TARGET = install
14ea4bb737263733ad80a36b4f73f681c30a6b45sdlint := TARGET = lint
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sd.KEEP_STATE:
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdall clean clobber lint: $(SUBDIRS)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinstall: install_h .WAIT $(SUBDIRS)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinstall_h: $(ROOTFMHDRS)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdcheck: $(CHECKHDRS)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sd$(SUBDIRS): FRC
14ea4bb737263733ad80a36b4f73f681c30a6b45sd @cd $@; pwd; $(MAKE) $(TARGET)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdFRC:
14ea4bb737263733ad80a36b4f73f681c30a6b45sd
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinclude ../../Makefile.targ
14ea4bb737263733ad80a36b4f73f681c30a6b45sdinclude ../Makefile.targ
14ea4bb737263733ad80a36b4f73f681c30a6b45sd