19acbbeafSnn#
29acbbeafSnn# CDDL HEADER START
39acbbeafSnn#
49acbbeafSnn# The contents of this file are subject to the terms of the
59acbbeafSnn# Common Development and Distribution License (the "License").
69acbbeafSnn# You may not use this file except in compliance with the License.
79acbbeafSnn#
89acbbeafSnn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn# See the License for the specific language governing permissions
119acbbeafSnn# and limitations under the License.
129acbbeafSnn#
139acbbeafSnn# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn#
199acbbeafSnn# CDDL HEADER END
209acbbeafSnn#
219acbbeafSnn#
22e71ca95cSGerald Jelinek# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
239acbbeafSnn# Use is subject to license terms.
249acbbeafSnn#
259acbbeafSnn
26e71ca95cSGerald Jelinekinclude $(SRC)/lib/Makefile.lib
27628e3cbeSEdward Pilatowicz
28628e3cbeSEdward Pilatowiczdefault:	all
29628e3cbeSEdward Pilatowicz
30e71ca95cSGerald JelinekSUBDIRS =	$(MACH)
31628e3cbeSEdward Pilatowicz$(BUILD64)SUBDIRS += $(MACH64)
32628e3cbeSEdward Pilatowicz
33628e3cbeSEdward Pilatowiczall :=		TARGET= all
34628e3cbeSEdward Pilatowiczclean :=	TARGET= clean
35628e3cbeSEdward Pilatowiczclobber :=	TARGET= clobber
36628e3cbeSEdward Pilatowiczinstall :=	TARGET= install
37628e3cbeSEdward Pilatowicz_msg :=		TARGET= _msg
38628e3cbeSEdward Pilatowicz
39628e3cbeSEdward Pilatowicz.KEEP_STATE:
40628e3cbeSEdward Pilatowicz
41*241c90a0SRichard Loweall install clean clobber _msg: $(SUBDIRS)
42*241c90a0SRichard Lowe
439acbbeafSnn
44628e3cbeSEdward Pilatowicz$(SUBDIRS): FRC
45628e3cbeSEdward Pilatowicz	@cd $@; pwd; $(MAKE) $(TARGET)
469acbbeafSnn
47628e3cbeSEdward PilatowiczFRC:
48