#! make -f
#----------------------------------------------------------------------------
# Project:  TwlSDK - demos - os
# File:     Makefile
#
# Copyright 2007-2008 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.
#
# $Date:: 2008-09-18#$
# $Rev: 8573 $
# $Author: okubata_ryoma $
#----------------------------------------------------------------------------
TARGET_PLATFORM	=	TWL NITRO

include	$(TWLSDK_ROOT)/build/buildtools/commondefs

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

SUBDIRS_P	=	simple-1 	\
			alarm-1 \
			alarm-2 \
			arena-1 \
			argument-1 \
			argument-2 \
			callTrace-1 \
			callTrace-2 \
			consoleType-1 \
			cplusplus-1 \
			entropy-1 \
			event-1 \
			exceptionDisplay-1 \
			exceptionDisplay-2 \
			exceptionDisplay-3 \
			exceptionDisplay-4 \
			forChina-1 \
			forChina-fs \
			forKorea-1 \
			functionCost-1 \
			functionCost-2 \
			functionCost-3 \
			heap-1 \
			message-1 \
			mutex-1 \
			mutex-2 \
			reset-1		\
			sleep-1		\
			spinwait-1	\
			thread-1	\
			thread-2	\
			thread-3	\
			threadQueue-1	\
			threadYield-1	\
			tick-1	\
			timer-1	\
			valarm-1	\
			waitIrq-1 \
			waitIrq-2 \


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

include	$(TWLSDK_ROOT)/build/buildtools/modulerules

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

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