#! make -f #============================================================================ # Project: RevolutionSDK Extensions # 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 SUBDIRS += buildsetup libraries endif SUBDIRS += tools ifndef REX_NODEMOS SUBDIRS += demos ifndef REX_NOTESTS ifdef REX_FULLBUILD SUBDIRS += tests endif endif endif #============================================================================ # $Log: makefile,v $ # Revision 1.8 2006/08/25 14:49:02 yasu # Added build/tools. # # Revision 1.7 2006/08/15 06:28:06 seiki_masashi # Made the project name standardized to RevolutionSDK Extensions # # Revision 1.6 2006/07/27 03:10:53 yasu # Set package divisions # # Revision 1.5 2006/07/26 00:16:15 yasu # Build operations for tests directory using REX_NOTESTS # # Revision 1.4 2006/07/19 10:14:04 yasu # Changed build control conditions using REX_NODEMO # # Revision 1.3 2006/07/19 01:08:59 yasu # Definitions such as REX_PRIVATE are made after the include for submakerules # # Revision 1.2 2006/07/18 12:55:04 yasu # Adjusted PRIVATE # # Revision 1.1 2006/07/09 13:10:10 yasu # PPC make tree connection complete # #============================================================================