Makefile revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2
98N/A#
98N/A# CDDL HEADER START
1366N/A#
98N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
98N/A#
98N/A#ident "%Z%%M% %I% %E% SMI"
98N/A#
810N/A# uts/sun4u/daktari/sys/Makefile
810N/A#
810N/AUTSBASE = ../../..
810N/A
354N/A#
354N/A# include global definitions
354N/A#
354N/Ainclude ../Makefile.daktari
354N/A
354N/A#
354N/A# Override defaults.
354N/A#
606N/AFILEMODE = 644
810N/AOWNER = root
1123N/AGROUP = bin
606N/A
354N/AHDRS= daktari.h hpc3130_events.h
810N/A
824N/AROOTHDRS= $(HDRS:%=$(USR_DAKTARI_ISYS_DIR)/%)
810N/A
830N/AROOTDIR= $(ROOT)/usr/share/src
1026N/AROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
810N/A
1029N/ACHECKHDRS= $(HDRS:%.h=%.check)
1123N/A
1123N/A.KEEP_STATE:
1123N/A
1123N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
1123N/A
810N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
810N/A
810N/Acheck: $(CHECKHDRS)
1123N/A
810N/A#
851N/A# install rules
851N/A#
810N/A$(USR_DAKTARI_ISYS_DIR)/%: % $(USR_DAKTARI_ISYS_DIR)
810N/A $(INS.file)
810N/A
810N/A$(ROOTDIRS):
810N/A $(INS.dir.root.bin)
851N/A
810N/AFRC:
851N/A
810N/Ainclude ../Makefile.targ
810N/A