#! make -f
#----------------------------------------------------------------------------
# Project:  NitroSDK - WM - demos
# File:     Makefile
#
# Copyright 2003-2006 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.11  04/11/2006 00:01:57  okubata_ryoma
# Copyright fix
#
# Revision 1.10  04/10/2006 13:14:51  yosizaki
# add wireless-all.
#
# Revision 1.9  03/29/2005 04:01:20  seiki_masashi
# Revised copyright.
#
# Revision 1.8  03/25/2005 07:42:22  seiki_masashi
# Added dynamic setting of WEP Key to dataShare-Model and newly registered it as wep-1 demo
#
# Revision 1.7  09/29/2004 02:09:11  takano_makoto
# Added dataShare-Model
#
# Revision 1.6  08/10/2004 00:40:54  terui
# Add dataSharing-1 demo
#
# Revision 1.5  07/24/2004 05:43:46 AM  yasu
# Fix indent levels
#
# Revision 1.4  07/23/2004 15:10:59  terui
# Revisions and additions.
#
# Revision 1.2  07/23/2004 14:48:57  terui
# Added SUBDIRS
#
# Revision 1.1  07/15/2004 12:47:58  terui
# initial upload
#
# $NoKeywords: $
#----------------------------------------------------------------------------

include	$(NITROSDK_ROOT)/build/buildtools/commondefs

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

SUBDIRS     =   wmDEMOlib       \
                simple-1        \
                dataShare-1     \
                ball            \
                dataShare-Model \
                wep-1           \
                wireless-all

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

include	$(NITROSDK_ROOT)/build/buildtools/modulerules


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