1#! make -f
2#============================================================================
3# Project:  RevolutionSDK Extensions - libraries
4# File:     Makefile
5#
6# Copyright 2005, 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#----------------------------------------------------------------------------
16SUBDIRS		=
17
18ifdef	REX_PRIVATE
19#
20# Source files of rexdemo are released on common package,
21# but not re-compiled on default.
22#
23SUBDIRS		+=
24endif
25
26ifdef	REX_NET_PRIVATE
27SUBDIRS		+= mp ntr mpdl mpfs mpds ncd nwc24 so net
28endif
29
30ifdef	REX_WD_PRIVATE
31SUBDIRS		+= wd
32endif
33
34ifdef	REX_CRYPTO_PRIVATE
35SUBDIRS		+= crypto
36endif
37
38#============================================================================
39# $Log: makefile,v $
40# Revision 1.18  2007/10/10 08:37:40  seiki_masashi
41# Added the MPDS library.
42#
43# Revision 1.17  2007/02/09 04:20:08  yosizaki
44# added ntr.a mpfs.a
45#
46# Revision 1.16  2006/10/25 12:13:42  seiki_masashi
47# Added the CRYPTO library.
48#
49# Revision 1.15  2006/09/05 10:53:02  yosizaki
50# Removed rexdemo.
51#
52# Revision 1.14  2006/08/31 01:23:44  yasu
53# Placed rexdemo under REX_PRIVATE.
54#
55# Revision 1.13  2006/08/31 00:31:51  yosizaki
56# Added rexdemo.
57#
58# Revision 1.12  2006/08/15 06:28:06  seiki_masashi
59# Standardized the project name to RevolutionSDK Extensions
60#
61# Revision 1.11  2006/08/09 00:28:26  yasu
62# Added net.
63#
64# Revision 1.10  2006/08/08 10:02:45  terui
65# Added 'so'.
66#
67# Revision 1.9  2006/08/08 05:03:37  yoshioka_yasuhiro
68# Deleted the enc library. Moved it to RevolutionSDK.
69#
70# Revision 1.8  2006/08/02 01:30:34  yoshioka_yasuhiro
71# Added the enc library.
72#
73# Revision 1.7  2006/07/27 03:10:53  yasu
74# Set package divisions
75#
76# Revision 1.6  2006/07/19 02:36:03  yasu
77# Definitions such as SUBDIRS are made after the include for submakerules
78#
79# Revision 1.5  2006/07/09 13:10:10  yasu
80# PPC make tree connection completed.
81#
82# Revision 1.4  2006/07/03 08:31:46  yosizaki
83# Added nitro and mpdl.
84#
85# Revision 1.3  2006/06/23 05:06:57  seiki_masashi
86# Added 'ncd'.
87#
88# Revision 1.1  2006/05/17 09:10:16  adachi_hiroaki
89# Tentatively added PPC code.
90#
91#============================================================================
92