#! make -f #============================================================================ # Project: Revolution SDK Extensions - # 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 #---------------------------------------------------------------------------- # Build into REXIOP_DIR if given. SUBDIRS = $(REX_BUILD_MODULES) build REX_CLEAN = REX_DISTCLEAN = # RevoSDK-related processing .PHONY: setup-sdk release-sdk setup-sdk:; $(MAKE) -C ports/_setup_RevoSDK release-sdk:; $(MAKE) -C ports/_release_RevoSDK export REXIOP_BUILD_TYPE ?= $(REX_BUILD_TYPE) -include _makefile.checkcode #============================================================================ # $Log: makefile,v $ # Revision 1.19 2007/06/04 08:36:15 yasu # Moved codecheck processing to inside _makefile.checkcode # # Revision 1.18 2006/08/31 06:27:34 yasu # Changed to a simpler notation for strxxx function check # # Revision 1.17 2006/08/24 13:03:37 yasu # Stopped RVL0/lib search. # # Revision 1.16 2006/08/21 09:25:21 yasu # Added character string function check - strncpy, strncat. # # Revision 1.15 2006/08/21 09:13:44 yasu # Added a character string function check. # # Revision 1.14 2006/08/07 09:46:23 yasu # Made further revisions to the end-of-sentence code check # # Revision 1.13 2006/08/03 07:25:37 yasu # Revised the code for the end-of-sentence \ code check # # Revision 1.12 2006/08/03 05:12:41 yasu # Added check_code # # Revision 1.11 2006/08/02 13:36:10 yasu # Switched debug/release mode # # Revision 1.10 2006/07/27 07:48:38 yasu # Revised make chain # # Revision 1.9 2006/07/21 08:08:10 yasu # Stopped processing in distclean # # Revision 1.8 2006/07/15 09:24:41 yasu # Added release-sdk # # Revision 1.7 2006/07/14 08:56:32 yasu # Changed setup to setup-sdk # # Revision 1.6 2006/07/12 13:54:23 yasu # Set chain for ports/_setup_RevoSDK # # Revision 1.5 2006/07/12 10:41:26 yasu # Revised connections with RevoSDK # # Revision 1.4 2006/07/12 10:08:03 yasu # Revised so that RevoSDK is built # # Revision 1.3 2006/07/09 14:49:00 yasu # moving process intermediate save 3 # # Revision 1.2 2006/07/09 11:26:09 yasu # moving process intermediate save 2 # # Revision 1.1 2006/07/09 08:16:10 yasu # moving process intermediate save 1 # #============================================================================