#! make -f #============================================================================ # Project: RevolutionSDK Extensions - libraries # 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 = mpdemo \ mpdldemo \ nwc24demo \ netdemo \ nhttpdemo \ wddemo \ mpfsdemo \ mpdsdemo \ vfdemo ifdef REX_WWW_PRIVATE SUBDIRS += wwwdemo endif ifdef REX_WDDEMO_PRIVATE SUBDIRS += wdprivatedemo endif ifdef REX_CRYPTO_LIBRARY_PRIVATE SUBDIRS += cryptodemo endif #============================================================================ # $Log: makefile,v $ # Revision 1.21 2007/10/10 08:39:06 seiki_masashi # Added the MPDS library. # # Revision 1.20 2007/02/21 08:36:45 okubata_ryoma # Added vfdemo. # # Revision 1.19 2007/02/21 08:04:35 okubata_ryoma # Added the mpfs demo # # Revision 1.18 2007/01/31 23:19:53 okubata_ryoma # The ncd and ncdmisc demos were made private # # Revision 1.17 2006/10/25 12:13:17 seiki_masashi # Added the CRYPTO library. # # Revision 1.16 09/06/2006 02:39:21 yoshioka_yasuhiro # Released wddemo. # # Revision 1.15 2006/08/28 02:48:24 yasu # Created the WDDEMO package. # # Revision 1.14 2006/08/25 00:42:59 yasu # Moved nwc24cntldemo to ncdmiscdemo # # Revision 1.13 2006/08/24 09:56:49 yasu # Added @www@ package. # # Revision 1.12 2006/08/11 08:36:17 yasu # Added nwc24cntldemo. # # Revision 1.11 2006/08/09 13:15:49 seiki_masashi # Added nhttpdemo. # # Revision 1.10 2006/08/08 13:12:46 yasu # Changed the wddemo settings. # # Revision 1.9 2006/08/08 11:30:15 yasu # Moved wddemo to the WD package. # # Revision 1.8 2006/08/08 10:47:28 adachi_hiroaki # Moved the network initialization demo from tests/so. # # Revision 1.7 2006/08/08 05:03:44 yoshioka_yasuhiro # Deleted the enc library. Moved it to RevolutionSDK. # # Revision 1.6 2006/08/03 08:33:11 yoshioka_yasuhiro # Added encdemo. # # Revision 1.5 2006/07/24 12:40:36 terui # Added ncddemo. # # Revision 1.4 2006/07/19 02:36:03 yasu # Definitions such as SUBDIRS are made after the include for submakerules. # # Revision 1.3 2006/07/13 12:13:53 terui # Added wddemo. # # Revision 1.2 2006/07/12 06:09:44 yasu # Temporarily split ncddemo off from make chain. # # Revision 1.1 2006/07/09 13:10:10 yasu # PPC make tree connection completed. # #============================================================================