1#! make -f
2#============================================================================
3# Project:  RevolutionSDK Extensions - tools
4# File:     makefile
5#
6# Copyright 2006 Nintendo. All rights reserved.
7#
8# These coded instructions, statements, and computer programs contain
9# proprietary information of Nintendo of America Inc. and/or Nintendo
10# Company Ltd., and are protected by Federal copyright law.  They may
11# not be disclosed to third parties or copied or duplicated in any form,
12# in whole or in part, without the prior written consent of Nintendo.
13#============================================================================
14include $(REVOLUTION_EXT_ROOT)/build/buildtools/submakerules
15
16#----------------------------------------------------------------------------
17SUBDIRS =	wget			\
18		nwc24init		\
19		makeChjp
20
21ifdef REX_PRIVATE
22SUBDIRS +=		ncdconfigtool regds
23endif
24
25#============================================================================
26# $Log: makefile,v $
27# Revision 1.6  2007/07/30 00:47:24  nishimoto_takashi
28# Added makeChjp.
29#
30# Revision 1.5  2007/04/27 03:43:29  yosizaki
31# Added  regds.
32#
33# Revision 1.4  2006/11/15 05:46:55  adachi_hiroaki
34# Excluded ncdconfigtool from the test build (because there is no sdi.a).
35#
36# Revision 1.3  2006/09/27 06:29:02  hirose_kazuki
37# Added nwc24init.
38#
39# Revision 1.2  2006/08/29 12:06:57  yasu
40# Made ncdconfigtool build available.
41#
42# Revision 1.1  2006/08/25 14:49:02  yasu
43# Added build/tools.
44#
45#============================================================================
46