1#!/usr/bin/env omake
2#----------------------------------------------------------------------------
3# Project:  NintendoWare
4# File:     OMakefile
5#
6# Copyright (C)2009-2011 Nintendo/HAL Laboratory, Inc.  All rights reserved.
7#
8# These coded instructions, statements, and computer programs contain proprietary
9# information of Nintendo and/or its licensed developers and are protected by
10# national and international copyright laws. They may not be disclosed to third
11# parties or copied or duplicated in any form, in whole or in part, without the
12# prior written consent of Nintendo.
13#
14# The content herein is highly confidential and should be handled accordingly.
15#
16# $Revision: $
17#----------------------------------------------------------------------------
18
19LIBS += libnn_math libnn_ulcd libnn_crypto libnn_gr
20
21NW_LIBRARIES += libnw_demo
22
23# ���̃}�N����L���ɂ���Ǝ����e�X�g��L���ɂ��܂��B
24if $(defined NW_AUTO_TEST)
25    CCFLAGS             +=  -DNW_AUTO_TEST=1
26    HOST_IO=true
27    export
28
29.SUBDIRS: font ut gfx lyt snd Nw4cDemo
30
31DefineDefaultRules()
32