Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
246N/A#
246N/A# CDDL HEADER START
246N/A#
281N/A# The contents of this file are subject to the terms of the
281N/A# Common Development and Distribution License, Version 1.0 only
246N/A# (the "License"). You may not use this file except in compliance
131N/A# with the License.
131N/A#
131N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
131N/A# or http://www.opensolaris.org/os/licensing.
131N/A# See the License for the specific language governing permissions
131N/A# and limitations under the License.
725N/A#
131N/A# When distributing Covered Code, include this CDDL HEADER in each
758N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
131N/A# If applicable, add the following below this CDDL HEADER, with the
131N/A# fields enclosed by brackets "[]" replaced with your own identifying
131N/A# information: Portions Copyright [yyyy] [name of copyright owner]
131N/A#
500N/A# CDDL HEADER END
131N/A#
131N/A#
131N/A#ident "%Z%%M% %I% %E% SMI"
131N/A#
131N/A# Copyright (c) 1999-2001 by Sun Microsystems, Inc.
131N/A# All rights reserved.
131N/A#
144N/A# cmd/rcm_daemon/Makefile
131N/A#
131N/A
246N/Ainclude ../Makefile.cmd
131N/A
131N/A#
816N/A# One for each ISA.
816N/A#
131N/ASUBDIRS= $(MACH)
131N/A
131N/Aall := TARGET= all
131N/Ainstall := TARGET= install
340N/Aclean := TARGET= clean
340N/Aclobber := TARGET= clobber
131N/A_msg := TARGET= _msg
131N/Alint := TARGET= lint
131N/Ainstall_h := TARGET= install_h
246N/A
131N/A#definitions for install_h target
131N/AHDRS= rcm_module.h
131N/AROOTHDRDIR= $(ROOT)/usr/include
131N/AROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%)
816N/ACHECKHDRS= $(HDRS:%.h=common/%.check)
816N/A$(ROOTHDRS) := FILEMODE = 644
131N/A
340N/A.KEEP_STATE:
340N/A
340N/Ainstall: install_h $(SUBDIRS)
340N/A
131N/Aall lint _msg: install_h $(SUBDIRS)
131N/Aclean clobber: $(SUBDIRS)
131N/A
920N/A$(SUBDIRS): FRC
920N/A @cd $@; pwd; $(MAKE) $(TARGET)
131N/A
131N/Ainstall_h: $(ROOTHDRS)
131N/A
214N/Acheck: $(CHECKHDRS)
214N/A
131N/A$(ROOTHDRDIR)/%: common/%
131N/A $(INS.file)
131N/A
131N/A$(ROOTHDRDIR):
131N/A $(INS.dir)
131N/A
131N/Acommon/%.check: common/%.h
131N/A $(DOT_H_CHECK)
131N/A
131N/AFRC:
131N/A
927N/A#include ../Makefile.targ
131N/A