############################################################################### # Makefile for SNDCONV # # Copyright (C)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. # # $Log: makefile,v $ # Revision 1.5 02/09/2006 07:51:27 yasuh-to # Added permission setting. # # Revision 1.4 02/09/2006 06:18:15 aka # Changed copyright. # # Revision 1.3 02/07/2006 12:47:26 mitu # changed for VC.NET 2003 # # Revision 1.2 11/04/2005 06:43:12 aka # Modified for Revolution. # # Revision 1.1 11/04/2005 06:10:20 aka # Created. # ############################################################################### all: buildsndconv buildsndconv: @chmod u+x buildscript @echo ===========Building SNDCONV================= @./buildscript @echo =========================================== clean: @chmod u+x buildscript @echo ===========Cleaning SNDCONV================= @./buildscript /CLEAN @echo =========================================== MODULENAME = sndconv X86 = TRUE include $(REVOLUTION_SDK_ROOT)/build/buildtools/commondefs include $(REVOLUTION_SDK_ROOT)/build/buildtools/modulerules