#! make -f #============================================================================ # Project: RevolutionSDK Extensions - libraries # File: Makefile # # Copyright 2005, 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 = ifdef REX_PRIVATE # # Source files of rexdemo are released on common package, # but not re-compiled on default. # SUBDIRS += endif ifdef REX_NET_PRIVATE SUBDIRS += mp ntr mpdl mpfs mpds ncd nwc24 so net endif ifdef REX_WD_PRIVATE SUBDIRS += wd endif ifdef REX_CRYPTO_PRIVATE SUBDIRS += crypto endif #============================================================================ # $Log: makefile,v $ # Revision 1.18 2007/10/10 08:37:40 seiki_masashi # Added the MPDS library. # # Revision 1.17 2007/02/09 04:20:08 yosizaki # added ntr.a mpfs.a # # Revision 1.16 2006/10/25 12:13:42 seiki_masashi # Added the CRYPTO library. # # Revision 1.15 2006/09/05 10:53:02 yosizaki # Removed rexdemo. # # Revision 1.14 2006/08/31 01:23:44 yasu # Placed rexdemo under REX_PRIVATE. # # Revision 1.13 2006/08/31 00:31:51 yosizaki # Added rexdemo. # # Revision 1.12 2006/08/15 06:28:06 seiki_masashi # Standardized the project name to RevolutionSDK Extensions # # Revision 1.11 2006/08/09 00:28:26 yasu # Added net. # # Revision 1.10 2006/08/08 10:02:45 terui # Added 'so'. # # Revision 1.9 2006/08/08 05:03:37 yoshioka_yasuhiro # Deleted the enc library. Moved it to RevolutionSDK. # # Revision 1.8 2006/08/02 01:30:34 yoshioka_yasuhiro # Added the enc library. # # Revision 1.7 2006/07/27 03:10:53 yasu # Set package divisions # # Revision 1.6 2006/07/19 02:36:03 yasu # Definitions such as SUBDIRS are made after the include for submakerules # # Revision 1.5 2006/07/09 13:10:10 yasu # PPC make tree connection completed. # # Revision 1.4 2006/07/03 08:31:46 yosizaki # Added nitro and mpdl. # # Revision 1.3 2006/06/23 05:06:57 seiki_masashi # Added 'ncd'. # # Revision 1.1 2006/05/17 09:10:16 adachi_hiroaki # Tentatively added PPC code. # #============================================================================