16bbe0590SSundeep Panicker#
26bbe0590SSundeep Panicker# CDDL HEADER START
36bbe0590SSundeep Panicker#
46bbe0590SSundeep Panicker# The contents of this file are subject to the terms of the
56bbe0590SSundeep Panicker# Common Development and Distribution License (the "License").
66bbe0590SSundeep Panicker# You may not use this file except in compliance with the License.
76bbe0590SSundeep Panicker#
86bbe0590SSundeep Panicker# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96bbe0590SSundeep Panicker# or http://www.opensolaris.org/os/licensing.
106bbe0590SSundeep Panicker# See the License for the specific language governing permissions
116bbe0590SSundeep Panicker# and limitations under the License.
126bbe0590SSundeep Panicker#
136bbe0590SSundeep Panicker# When distributing Covered Code, include this CDDL HEADER in each
146bbe0590SSundeep Panicker# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156bbe0590SSundeep Panicker# If applicable, add the following below this CDDL HEADER, with the
166bbe0590SSundeep Panicker# fields enclosed by brackets "[]" replaced with your own identifying
176bbe0590SSundeep Panicker# information: Portions Copyright [yyyy] [name of copyright owner]
186bbe0590SSundeep Panicker#
196bbe0590SSundeep Panicker# CDDL HEADER END
206bbe0590SSundeep Panicker#
216bbe0590SSundeep Panicker#
226bbe0590SSundeep Panicker# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
236bbe0590SSundeep Panicker# Use is subject to license terms.
246bbe0590SSundeep Panicker#
256bbe0590SSundeep Panicker#
266bbe0590SSundeep Panicker
276bbe0590SSundeep Panickerinclude	$(SRC)/lib/Makefile.lib
286bbe0590SSundeep Panicker
296bbe0590SSundeep PanickerSUBDIRS = .WAIT $(MACH) $(BUILD64) $(MACH64)
306bbe0590SSundeep Panicker
316bbe0590SSundeep Panicker# conditional assignments
32*241c90a0SRichard Loweall :=		TARGET= all
336bbe0590SSundeep Panickerinstall :=      TARGET= install
346bbe0590SSundeep Panickerclean :=        TARGET= clean
356bbe0590SSundeep Panickerclobber :=      TARGET= clobber
366bbe0590SSundeep Panicker_msg :=         TARGET= _msg
376bbe0590SSundeep Panicker
386bbe0590SSundeep Panickersparc_HDRS=
396bbe0590SSundeep Panickersparcv9_HDRS=
406bbe0590SSundeep Panickeri386_HDRS=
416bbe0590SSundeep PanickerHDRS=	$($(MACH)_HDRS)
426bbe0590SSundeep PanickerROOTHDRDIR=     $(ROOT)/usr/include
436bbe0590SSundeep PanickerROOTHDRS=       $(HDRS:%=$(ROOTHDRDIR)/%)
446bbe0590SSundeep PanickerCHECKHDRS=      $(HDRS:%.h=%.check)
456bbe0590SSundeep Panicker
466bbe0590SSundeep Panicker.KEEP_STATE:
476bbe0590SSundeep Panicker
48*241c90a0SRichard Loweall install clean clobber: $(SUBDIRS)
496bbe0590SSundeep Panicker
506bbe0590SSundeep Panicker_msg:	$(MACH) $(MACH64)
516bbe0590SSundeep Panicker
526bbe0590SSundeep Panicker
536bbe0590SSundeep Panicker$(ROOTHDRDIR)/%: %
546bbe0590SSundeep Panicker	$(INS.file)
556bbe0590SSundeep Panicker
566bbe0590SSundeep Panicker$(ROOTHDRDIR):
576bbe0590SSundeep Panicker	$(INS.dir)
586bbe0590SSundeep Panicker
596bbe0590SSundeep Panickercheck: $(CHECKHDRS)
606bbe0590SSundeep Panicker
616bbe0590SSundeep Panicker$(MACH) $(MACH64): FRC
626bbe0590SSundeep Panicker	@cd $@; pwd; $(MAKE) $(TARGET)
636bbe0590SSundeep Panicker
646bbe0590SSundeep PanickerFRC:
656bbe0590SSundeep Panicker
66