#! make -f
#----------------------------------------------------------------------------
# Project:  NitroSDK - MATH - 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.8  07/08/2005 12:53:06  seiki_masashi
# Added fft-2 demo
#
# Revision 1.7  05/13/2005 09:27:54  seiki_masashi
# Added FFT function
#
# Revision 1.6  04/12/2005 10:33:00  takano_makoto
# Add qsort
#
# Revision 1.5  04/11/2005 10:33:36  seiki_masashi
# Added dgt-2 demo
#
# Revision 1.4  03/29/2005 04:01:10  seiki_masashi
# Revised copyright.
#
# Revision 1.3  03/28/2005 04:25:02  seiki_masashi
# Added math/dgt-1 demo.
#
# Revision 1.2  12/16/2004 02:28:26  seiki_masashi
# Added misc-1 demo
#
# Revision 1.1  12/14/2004 13:20:33  takano_makoto
# initial update.
#
# $NoKeywords: $
#----------------------------------------------------------------------------

include	$(NITROSDK_ROOT)/build/buildtools/commondefs


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

SUBDIRS	=	rand_lc misc-1 dgt-1 dgt-2 qsort fft-1 fft-2

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

include	$(NITROSDK_ROOT)/build/buildtools/modulerules


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