1#! make -f
2#============================================================================
3# Project:  RevolutionSDK Extensions - libraries
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  =  mpdemo          \
18            mpdldemo        \
19            nwc24demo       \
20            netdemo         \
21            nhttpdemo       \
22            wddemo          \
23            mpfsdemo        \
24            mpdsdemo        \
25            vfdemo
26
27ifdef REX_WWW_PRIVATE
28SUBDIRS +=  wwwdemo
29endif
30
31ifdef REX_WDDEMO_PRIVATE
32SUBDIRS +=  wdprivatedemo
33endif
34
35ifdef REX_CRYPTO_LIBRARY_PRIVATE
36SUBDIRS +=  cryptodemo
37endif
38
39#============================================================================
40# $Log: makefile,v $
41# Revision 1.21  2007/10/10 08:39:06  seiki_masashi
42# Added the MPDS library.
43#
44# Revision 1.20  2007/02/21 08:36:45  okubata_ryoma
45# Added vfdemo.
46#
47# Revision 1.19  2007/02/21 08:04:35  okubata_ryoma
48# Added the mpfs demo
49#
50# Revision 1.18  2007/01/31 23:19:53  okubata_ryoma
51# The ncd and ncdmisc demos were made private
52#
53# Revision 1.17  2006/10/25 12:13:17  seiki_masashi
54# Added the CRYPTO library.
55#
56# Revision 1.16  09/06/2006 02:39:21  yoshioka_yasuhiro
57# Released wddemo.
58#
59# Revision 1.15  2006/08/28 02:48:24  yasu
60# Created the WDDEMO package.
61#
62# Revision 1.14  2006/08/25 00:42:59  yasu
63# Moved nwc24cntldemo to ncdmiscdemo
64#
65# Revision 1.13  2006/08/24 09:56:49  yasu
66# Added @www@ package.
67#
68# Revision 1.12  2006/08/11 08:36:17  yasu
69# Added nwc24cntldemo.
70#
71# Revision 1.11  2006/08/09 13:15:49  seiki_masashi
72# Added nhttpdemo.
73#
74# Revision 1.10  2006/08/08 13:12:46  yasu
75# Changed the wddemo settings.
76#
77# Revision 1.9  2006/08/08 11:30:15  yasu
78# Moved wddemo to the WD package.
79#
80# Revision 1.8  2006/08/08 10:47:28  adachi_hiroaki
81# Moved the network initialization demo from tests/so.
82#
83# Revision 1.7  2006/08/08 05:03:44  yoshioka_yasuhiro
84# Deleted the enc library. Moved it to RevolutionSDK.
85#
86# Revision 1.6  2006/08/03 08:33:11  yoshioka_yasuhiro
87# Added encdemo.
88#
89# Revision 1.5  2006/07/24 12:40:36  terui
90# Added ncddemo.
91#
92# Revision 1.4  2006/07/19 02:36:03  yasu
93# Definitions such as SUBDIRS are made after the include for submakerules.
94#
95# Revision 1.3  2006/07/13 12:13:53  terui
96# Added wddemo.
97#
98# Revision 1.2  2006/07/12 06:09:44  yasu
99# Temporarily split ncddemo off from make chain.
100#
101# Revision 1.1  2006/07/09 13:10:10  yasu
102# PPC make tree connection completed.
103#
104#============================================================================
105