head	1.1;
access;
symbols
	version-0-0-0-1:1.1;
locks; strict;
comment	@# @;


1.1
date	2006.05.01.07.01.37;	author yama;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Iensatais_debugger؂ւ悤ɕύXB
@
text
@#! make -f
#----------------------------------------------------------------------------
# Project:  NitroSDK - GX - demos - UnitTours/DEMOLib
# File:     Makefile
#
# Copyright 2003,2004 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.4  2006/05/01 04:24:22  yama
# vOCTopWndn悤ɏCB
#
# Revision 1.3  2006/04/27 11:55:29  yama
# oCiƍǗłȂ̂ŁA\[XɂB
#
# Revision 1.2  2006/04/25 08:14:03  yama
# target-to-ensata_branch}[WB
#
# Revision 1.1.2.2  2006/04/25 07:05:30  yama
# ensata_plugin_commgpB
#
# Revision 1.1.2.1  2006/04/25 02:31:04  yama
# ensatais-debuggerŃCu𕪂B
#
# Revision 1.1.2.1  2006/04/24 08:02:58  yama
# IS-NITRO-DEBUGGERpensatap蕪邽߂ɁA܂t@@CtH_B
#
# Revision 1.2  2006/04/14 04:19:17  yama
# u`(marge-20060329_branch)ɃR~bgĂ̂ɃRs[B
#
# Revision 1.1.2.1  2006/04/14 03:26:36  kato
# MakełɕύX
#
# Revision 1.13  2004/07/12 02:19:45  yasu
# Make dummy directory to avoid a conflict on CVS updating
#
# Revision 1.12  2004/05/06 10:18:18  yasu
# fix typo
#
# Revision 1.11  2004/04/07 01:23:55  yada
# fix header comment
#
# Revision 1.10  2004/04/06 12:48:08  yada
# fix header comment
#
# Revision 1.9  2004/02/10 00:53:54  yasu
# add install settings
#
# Revision 1.8  2004/02/05 07:09:03  yasu
# change SDK prefix iris -> nitro
#
# Revision 1.7  2004/01/28 06:20:40  kitani_toshikazu
# Adjusted light intensity
#
# Revision 1.6  2004/01/07 09:38:05  nishida_kenji
# revises comments
#
# $NoKeywords: $
#----------------------------------------------------------------------------

SUBDIRS		=
LINCLUDES	= gbe/include


#----------------------------------------------------------------------------

SRCS		=	ensata.c is_debugger.c MemSnatch.c gbe/lib/ensata_plugin_comm.c
TARGET_LIB	=	MemSnatch.a

include	$(NITROSDK_ROOT)/build/buildtools/commondefs

CCFLAGS		+= -w nopadding
override GDIRT_CLEAN_DIRS =	./obj ./depend ./lib/$(NITRO_BUILDTYPE)


#----------------------------------------------------------------------------

do-build:		$(TARGETS)


include	$(NITROSDK_ROOT)/build/buildtools/modulerules


#===== End of Makefile =====
@
