Makefile revision 8100:1c162fabbdb8
1249259Sdim#
2249259Sdim# CDDL HEADER START
3249259Sdim#
4249259Sdim# The contents of this file are subject to the terms of the
5249259Sdim# Common Development and Distribution License (the "License").
6249259Sdim# You may not use this file except in compliance with the License.
7249259Sdim#
8249259Sdim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9249259Sdim# or http://www.opensolaris.org/os/licensing.
10249259Sdim# See the License for the specific language governing permissions
11249259Sdim# and limitations under the License.
12263508Sdim#
13249259Sdim# When distributing Covered Code, include this CDDL HEADER in each
14249259Sdim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15249259Sdim# If applicable, add the following below this CDDL HEADER, with the
16249259Sdim# fields enclosed by brackets "[]" replaced with your own identifying
17249259Sdim# information: Portions Copyright [yyyy] [name of copyright owner]
18249259Sdim#
19249259Sdim# CDDL HEADER END
20249259Sdim#
21249259Sdim#
22249259Sdim# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23249259Sdim# Use is subject to license terms.
24249259Sdim#
25249259Sdim
26249259Sdiminclude	../../Makefile.lib
27249259Sdiminclude ../Makefile.com
28263508Sdim
29263508SdimHDRS =		libhal.h
30249259SdimHDRDIR =	common
31249259SdimROOTHDRDIR =	$(ROOT)/usr/include/hal
32263508Sdim
33249259SdimSUBDIRS=	$(MACH)
34249259Sdim$(BUILD64)SUBDIRS += $(MACH64)
35263508Sdim
36249259Sdimall :=		TARGET= all
37249259Sdimclean :=	TARGET= clean
38263508Sdimclobber :=	TARGET= clobber
39263508Sdiminstall :=	TARGET= install
40249259Sdim
41263508Sdim.KEEP_STATE:
42249259Sdim
43249259Sdimall clean clobber install: $(SUBDIRS)
44249259Sdim
45263508Sdiminstall_h:	$(ROOTHDRS)
46263508Sdim
47249259Sdim$(SUBDIRS): FRC
48249259Sdim	@cd $@; pwd; $(MAKE) $(TARGET)
49249259Sdim
50263508SdimFRC:
51263508Sdim
52263508Sdiminclude $(SRC)/lib/Makefile.targ
53263508Sdim