###############################################################################
# Makefile for sampledemo
#
# 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.
#
# $Id: makefile,v 1.6 2007/05/14 11:37:17 hatamoto_minoru Exp $
###############################################################################

all:    install

include $(REVOLUTION_EXT_ROOT)/build/buildtools/commondefs
include $(REVOLUTION_EXT_ROOT)/build/demos/share/commondefs.demoshare

MODULENAME	= mpdemo
DEMO		= TRUE
REX_NETDEMO	= TRUE

LCF_FILE        = $(INC_ROOT)/revolution/eppc.$(ARCH_TARGET).lcf

CSRCS		= mpsimple.c \
              mpsimpleAsync.c

BINNAMES 	= mpsimple \
              mpsimpleAsync

include $(REVOLUTION_EXT_ROOT)/build/buildtools/modulerules
include $(REVOLUTION_EXT_ROOT)/build/demos/share/modulerules.demoshare

$(FULLBIN_ROOT)/mpsimple$(BINSUFFIX):mpsimple.o $(REX_DEMOSHARE_OBJS) $(REVOLUTION_LIBS) $(REX_LIBS)

$(FULLBIN_ROOT)/mpsimpleAsync$(BINSUFFIX):mpsimpleAsync.o $(REX_DEMOSHARE_OBJS) $(REVOLUTION_LIBS) $(REX_LIBS)

#======== End of makefile ========#
