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#----------------------------------------------------------------------------
18SUPPORTED_TARGETS   =   CTR-*.Process.MPCore.*
19
20INSTALL_ROOT       = $(getenv NW4C_ROOT)
21
22SOURCES[]           =
23                        font_ArchiveFont.cpp
24                        font_ArchiveFontBase.cpp
25                        font_CharStrmReader.cpp
26                        font_CharWriter.cpp
27                        font_Font.cpp
28                        font_PackedFont.cpp
29                        font_PairFont.cpp
30                        font_ResFont.cpp
31                        font_ResFontBase.cpp
32                        font_TagProcessorBase.cpp
33                        font_TextWriterBase.cpp
34                        font_TextWriterResource.cpp
35                        font_DispStringBuffer.cpp
36                        font_RectDrawer.cpp
37
38TARGET_LIBRARY      =   libnw_font
39
40INCLUDES           +=   $(NW_INCLUDES)
41
42include $(ROOT_OMAKE)/modulerules
43
44build: $(DEFAULT_TARGETS)
45
46