###############################################################################
# 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.2 2007/10/23 00:05:42 seiki_masashi Exp $
###############################################################################

all:    install

include $(REVOLUTION_EXT_ROOT)/build/buildtools/commondefs
include $(REVOLUTION_EXT_ROOT)/build/demos/share/commondefs.demoshare

MODULENAME	= mpdsdemo
DEMO		= TRUE
REX_NETDEMO	= TRUE

LCF_FILE        = $(INC_ROOT)/revolution/eppc.$(ARCH_TARGET).lcf

CSRCS		= mpdssimple.c mpdsmodel.c

BINNAMES 	= mpdssimple mpdsmodel

include $(REVOLUTION_EXT_ROOT)/build/buildtools/modulerules
include $(REVOLUTION_EXT_ROOT)/build/demos/share/modulerules.demoshare

$(FULLBIN_ROOT)/mpdssimple$(BINSUFFIX):mpdssimple.o $(REX_DEMOSHARE_OBJS) $(REVOLUTION_LIBS) $(REX_LIBS)

$(FULLBIN_ROOT)/mpdsmodel$(BINSUFFIX):mpdsmodel.o $(REX_DEMOSHARE_OBJS) $(REVOLUTION_LIBS) $(REX_LIBS)

#======== End of makefile ========#
