xref: /illumos-gate/usr/src/lib/scsi/Makefile.subdirs (revision 241c90a0)
1275c9da8Seschrock#
2275c9da8Seschrock# CDDL HEADER START
3275c9da8Seschrock#
4275c9da8Seschrock# The contents of this file are subject to the terms of the
5275c9da8Seschrock# Common Development and Distribution License (the "License").
6275c9da8Seschrock# You may not use this file except in compliance with the License.
7275c9da8Seschrock#
8275c9da8Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9275c9da8Seschrock# or http://www.opensolaris.org/os/licensing.
10275c9da8Seschrock# See the License for the specific language governing permissions
11275c9da8Seschrock# and limitations under the License.
12275c9da8Seschrock#
13275c9da8Seschrock# When distributing Covered Code, include this CDDL HEADER in each
14275c9da8Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15275c9da8Seschrock# If applicable, add the following below this CDDL HEADER, with the
16275c9da8Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
17275c9da8Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
18275c9da8Seschrock#
19275c9da8Seschrock# CDDL HEADER END
20275c9da8Seschrock#
21275c9da8Seschrock
22275c9da8Seschrock#
23275c9da8Seschrock# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24275c9da8Seschrock# Use is subject to license terms.
25275c9da8Seschrock#
26275c9da8Seschrock
27275c9da8Seschrock.KEEP_STATE:
28275c9da8Seschrock
29*241c90a0SRichard Loweall := TARGET = all
30*241c90a0SRichard Lowecheck := TARGET = check
31*241c90a0SRichard Loweclean := TARGET = clean
32*241c90a0SRichard Loweclobber := TARGET = clobber
33*241c90a0SRichard Loweinstall := TARGET = install
34*241c90a0SRichard Loweinstall_h := TARGET = install_h
35*241c90a0SRichard Lowe_msg := TARGET = _msg
36275c9da8Seschrock
37*241c90a0SRichard Loweall check clean clobber install install_h: $(SUBDIRS)
38275c9da8Seschrock
39275c9da8Seschrock$(SUBDIRS): FRC
40275c9da8Seschrock	@cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
41275c9da8Seschrock
42275c9da8SeschrockFRC:
43