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 = nwc24init \ 18 nwc24errgen \ 19 makeChjp 20 21ifdef REX_SOCKET_PRIVATE 22SUBDIRS += wget \ 23 ping 24endif 25 26ifdef REX_PRIVATE 27SUBDIRS += ncdconfigtool \ 28 regds \ 29 rvlnetconf 30endif 31 32#============================================================================ 33# $Log: makefile,v $ 34# Revision 1.10 2008/12/24 00:34:45 okubata_ryoma 35# Small fix 36# 37# Revision 1.9 2008/11/26 07:36:12 mizutani_nakaba 38# Added the rvlnetconf tool. 39# 40# Revision 1.8 2008/04/21 01:54:11 hirose_kazuki 41# Added nwc24errgen. 42# 43# Revision 1.7 2008/03/06 09:02:14 seiki_masashi 44# Added tools/ping. 45# 46# Revision 1.6 2007/07/30 00:47:24 nishimoto_takashi 47# Added makeChjp. 48# 49# Revision 1.5 2007/04/27 03:43:29 yosizaki 50# Added regds. 51# 52# Revision 1.4 2006/11/15 05:46:55 adachi_hiroaki 53# Excluded ncdconfigtool from the test build (because there is no sdi.a). 54# 55# Revision 1.3 2006/09/27 06:29:02 hirose_kazuki 56# Added nwc24init. 57# 58# Revision 1.2 2006/08/29 12:06:57 yasu 59# Made ncdconfigtool build available. 60# 61# Revision 1.1 2006/08/25 14:49:02 yasu 62# Added build/tools. 63# 64#============================================================================ 65