266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# CDDL HEADER START
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# The contents of this file are subject to the terms of the
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# Common Development and Distribution License (the "License").
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# You may not use this file except in compliance with the License.
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# or http://www.opensolaris.org/os/licensing.
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# See the License for the specific language governing permissions
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# and limitations under the License.
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# When distributing Covered Code, include this CDDL HEADER in each
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# If applicable, add the following below this CDDL HEADER, with the
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# fields enclosed by brackets "[]" replaced with your own identifying
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# information: Portions Copyright [yyyy] [name of copyright owner]
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# CDDL HEADER END
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# Use is subject to license terms.
266cb2780f78d3355dcf6b7ae2f128106e01032abryce#
266cb2780f78d3355dcf6b7ae2f128106e01032abryce# ident "%Z%%M% %I% %E% SMI"
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinclude ../../Makefile.lib
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinclude ../Makefile.defs
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abryceHDRS = libscsi.h
266cb2780f78d3355dcf6b7ae2f128106e01032abryceROOTHDRDIR = $(ROOTSCSIHDRDIR)
266cb2780f78d3355dcf6b7ae2f128106e01032abryceROOTHDRS = $(HDRS:%=$(ROOTHDRDIR)/%)
690d37ddd3470e494dde1e3ee20b942736e734d2johanengelenCHECKDIRS = $(HDRS:%.h=%.check)
266cb2780f78d3355dcf6b7ae2f128106e01032abryceHDRDIR = common
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
d37634d73670180f99a3e0ea583621373d90ec4fJohan EngelenSUBDIRS = $(MACH)
26b62dfb088a00b6debad350538a64c2af145f50johanengelen$(BUILD64)SUBDIRS += $(MACH64)
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
90a3966dd44e306d23febc15ebd65cde07d7a4ddTed Gouldall := TARGET= all
266cb2780f78d3355dcf6b7ae2f128106e01032abryceclean := TARGET= clean
266cb2780f78d3355dcf6b7ae2f128106e01032abryceclobber := TARGET= clobber
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinstall := TARGET= install
266cb2780f78d3355dcf6b7ae2f128106e01032abrycelint := TARGET= lint
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinstall_h:= TARGET = install_h
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
690d37ddd3470e494dde1e3ee20b942736e734d2johanengelen.KEEP_STATE:
690d37ddd3470e494dde1e3ee20b942736e734d2johanengelen
690d37ddd3470e494dde1e3ee20b942736e734d2johanengelenall install clean clobber lint: $(SUBDIRS)
690d37ddd3470e494dde1e3ee20b942736e734d2johanengelen
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinstall_h: $(ROOTHDRS)
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abrycecheck: $(CHECKHDRS)
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abryce$(SUBDIRS): FRC
266cb2780f78d3355dcf6b7ae2f128106e01032abryce @cd $@; pwd; $(MAKE) $(TARGET)
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abryceFRC:
266cb2780f78d3355dcf6b7ae2f128106e01032abryce
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinclude ../Makefile.rootdirs
266cb2780f78d3355dcf6b7ae2f128106e01032abryceinclude ../../Makefile.targ
266cb2780f78d3355dcf6b7ae2f128106e01032abryce