#! make -f #============================================================================ # Project: RevolutionSDK Extensions - tools # File: makefile # # Copyright 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. #============================================================================ include $(REVOLUTION_EXT_ROOT)/build/buildtools/submakerules #---------------------------------------------------------------------------- SUBDIRS = wget \ nwc24init \ makeChjp ifdef REX_PRIVATE SUBDIRS += ncdconfigtool regds endif #============================================================================ # $Log: makefile,v $ # Revision 1.6 2007/07/30 00:47:24 nishimoto_takashi # Added makeChjp. # # Revision 1.5 2007/04/27 03:43:29 yosizaki # Added regds. # # Revision 1.4 2006/11/15 05:46:55 adachi_hiroaki # Excluded ncdconfigtool from the test build (because there is no sdi.a). # # Revision 1.3 2006/09/27 06:29:02 hirose_kazuki # Added nwc24init. # # Revision 1.2 2006/08/29 12:06:57 yasu # Made ncdconfigtool build available. # # Revision 1.1 2006/08/25 14:49:02 yasu # Added build/tools. # #============================================================================