#! 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 = nwc24init \ nwc24errgen \ makeChjp ifdef REX_SOCKET_PRIVATE SUBDIRS += wget \ ping endif ifdef REX_PRIVATE SUBDIRS += ncdconfigtool \ regds \ rvlnetconf endif #============================================================================ # $Log: makefile,v $ # Revision 1.10 2008/12/24 00:34:45 okubata_ryoma # Small fix # # Revision 1.9 2008/11/26 07:36:12 mizutani_nakaba # Added the rvlnetconf tool. # # Revision 1.8 2008/04/21 01:54:11 hirose_kazuki # Added nwc24errgen. # # Revision 1.7 2008/03/06 09:02:14 seiki_masashi # Added tools/ping. # # 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. # #============================================================================