1#============================================================================
2# Makefile for mpds library
3#
4# Copyright 2006 Nintendo. All rights reserved.
5#
6# These coded instructions, statements, and computer programs contain
7# proprietary information of Nintendo of America Inc. and/or Nintendo
8# Company Ltd., and are protected by Federal copyright law.  They may
9# not be disclosed to third parties or copied or duplicated in any form,
10# in whole or in part, without the prior written consent of Nintendo.
11#
12# $Log: makefile,v $
13# Revision 1.1  2007/10/10 08:37:07  seiki_masashi
14# Added the MPDS library.
15#
16# $NoKeywords: $
17#
18#============================================================================
19
20all: setup build install
21
22include $(REVOLUTION_EXT_ROOT)/build/buildtools/commondefs
23#------------------------------------------------------------------------------
24
25MODULENAME  = mpds
26CLIBSRCS    = mpdssystem.c
27
28LIB         = TRUE
29LIBNAME     = $(MODULENAME)
30
31#------------------------------------------------------------------------------
32include $(REVOLUTION_EXT_ROOT)/build/buildtools/modulerules
33
34#======== End of makefile ========#
35