#! make -f
#----------------------------------------------------------------------------
# Project:  NitroSDK - MB - demos
# File:     Makefile
#
# Copyright 2003-2005 Nintendo.  All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law.  They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: Makefile,v $
# Revision 1.7  06/23/2005 09:07:11  yosizaki
# add multiboot-wfs.
#
# Revision 1.6  04/28/2005 07:16:17  yosizaki
# add multiboot-PowerSave.
#
# Revision 1.5  11/25/2004 01:01:33  takano_makoto
# Added fake_child
#
# Revision 1.4  11/15/2004 23:46:32  yosizaki
# add cloneboot.
#
# Revision 1.3  10/21/2004 06:28:31  takano_makoto
# Added mbm
#
# Revision 1.2  09/21/2004 07:35:44  takano_makoto
# Add multiboot-Model
#
# Revision 1.1  08/10/2004 08:00:21  yosizaki
# (none)
#
# $NoKeywords: $
#----------------------------------------------------------------------------

include	$(NITROSDK_ROOT)/build/buildtools/commondefs


#----------------------------------------------------------------------------

SUBDIRS =	multiboot\
		multiboot-Model\
		mbm \
		cloneboot\
		fake_child\
		multiboot-PowerSave \
		multiboot-wfs

#----------------------------------------------------------------------------

include	$(NITROSDK_ROOT)/build/buildtools/modulerules


#===== End of Makefile =====

