summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/text_viewer.make
diff options
context:
space:
mode:
authorYoshihisa Uchida <uchida@rockbox.org>2010-06-05 10:30:08 +0000
committerYoshihisa Uchida <uchida@rockbox.org>2010-06-05 10:30:08 +0000
commitfdba8404503af0448586615330a7b27f2ced531c (patch)
treebb15677a7a720675ac2666f11e62042f3b2639ad /apps/plugins/text_viewer/text_viewer.make
parent991e92fd3dc15f1e365761264c26305559ddb0a4 (diff)
downloadrockbox-fdba8404503af0448586615330a7b27f2ced531c.tar.gz
rockbox-fdba8404503af0448586615330a7b27f2ced531c.zip
reworks text viewer plugin. (FS#11209)
new text viewer plugin: text_viewer.rock. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26571 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/text_viewer/text_viewer.make')
-rw-r--r--apps/plugins/text_viewer/text_viewer.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/text_viewer.make b/apps/plugins/text_viewer/text_viewer.make
new file mode 100644
index 0000000000..8cb2963faf
--- /dev/null
+++ b/apps/plugins/text_viewer/text_viewer.make
@@ -0,0 +1,20 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9
10TEXT_VIEWER_SRCDIR := $(APPSDIR)/plugins/text_viewer
11TEXT_VIEWER_BUILDDIR := $(BUILDDIR)/apps/plugins/text_viewer
12
13TEXT_VIEWER_SRC := $(call preprocess, $(TEXT_VIEWER_SRCDIR)/SOURCES)
14TEXT_VIEWER_OBJ := $(call c2obj, $(TEXT_VIEWER_SRC))
15
16OTHER_SRC += $(TEXT_VIEWER_SRC)
17
18ROCKS += $(TEXT_VIEWER_BUILDDIR)/text_viewer.rock
19
20$(TEXT_VIEWER_BUILDDIR)/text_viewer.rock: $(TEXT_VIEWER_OBJ)