############################################################################### # Makefile for Revolution THP Utilities Library # # Copyright (C)2003-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. # # $Log: makefile,v $ # Revision 1.3 2008/06/23 02:27:25 yasuh-to # Changed character from "CLEAN" to "clean" for clean command. # # Revision 1.2 2006/02/09 07:47:33 yasuh-to # Added permission setting. # # Revision 1.1 2006/02/08 02:56:59 aka # Imported from Dolphin Tree. # # # 3 2003/09/15 2:07p Akagi # # 2 2003/09/15 2:06p Akagi # # 1 2003/07/01 1:42p Akagi # Initial check-in. Modified to divide old THPConv.exe into 2 LIBs and 1 # EXE by Ohki-san@NTSC. # # $NoKeywords: $ # ############################################################################### all: buildthputilities buildthputilities: @chmod u+x buildscript @echo =======Building thputilities LIB=========== @./buildscript @echo =========================================== clean: @chmod u+x buildscript @echo =======Cleaning thputilities LIB=========== @./buildscript /clean @echo =========================================== MODULENAME = thputilities X86 = TRUE include $(REVOLUTION_SDK_ROOT)/build/buildtools/commondefs include $(REVOLUTION_SDK_ROOT)/build/buildtools/modulerules