summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-25 19:54:23 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-25 19:54:23 +0000
commita091d20ba02ecc0ba308f61013f99d38d8dcd0e7 (patch)
tree3f43bd9042d6410fb9ca17662564c578add4e453
parent032b3d46912ef16aaa20b8fdf85c088c6f444a2a (diff)
downloadrockbox-a091d20ba02ecc0ba308f61013f99d38d8dcd0e7.tar.gz
rockbox-a091d20ba02ecc0ba308f61013f99d38d8dcd0e7.zip
Added 'keywords' and 'eol-style' properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19218 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/apps.make2
-rw-r--r--apps/bitmaps/bitmaps.make2
-rw-r--r--apps/codecs/codecs.make2
-rw-r--r--apps/codecs/demac/libdemac.make2
-rw-r--r--apps/codecs/lib/libcodec.make2
-rw-r--r--apps/codecs/liba52/liba52.make2
-rw-r--r--apps/codecs/libalac/libalac.make2
-rw-r--r--apps/codecs/libasap/libasap.make2
-rw-r--r--apps/codecs/libfaad/libfaad.make2
-rw-r--r--apps/codecs/libffmpegFLAC/libffmpegFLAC.make2
-rw-r--r--apps/codecs/libm4a/libm4a.make2
-rw-r--r--apps/codecs/libmad/libmad.make2
-rw-r--r--apps/codecs/libmusepack/libmusepack.make2
-rw-r--r--apps/codecs/libspc/libspc.make2
-rw-r--r--apps/codecs/libspeex/libspeex.make2
-rw-r--r--apps/codecs/libtremor/libtremor.make2
-rw-r--r--apps/codecs/libwavpack/libwavpack.make2
-rw-r--r--apps/codecs/libwma/libwma.make2
-rw-r--r--apps/lang/lang.make2
-rw-r--r--apps/plugins/bitmaps/pluginbitmaps.make2
-rw-r--r--apps/plugins/chessbox/chessbox.make2
-rw-r--r--apps/plugins/clock/clock.make2
-rw-r--r--apps/plugins/doom/doom.make2
-rw-r--r--apps/plugins/jpeg/jpeg.make2
-rw-r--r--apps/plugins/midi/midi.make2
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.make2
-rw-r--r--apps/plugins/pacbox/pacbox.make2
-rw-r--r--apps/plugins/plugins.make2
-rw-r--r--apps/plugins/reversi/reversi.make2
-rw-r--r--apps/plugins/rockboy/rockboy.make2
-rw-r--r--apps/plugins/shortcuts/shortcuts.make2
-rw-r--r--apps/plugins/sudoku/sudoku.make2
-rw-r--r--apps/plugins/zxbox/zxbox.make2
-rw-r--r--bootloader/bootloader.make2
-rw-r--r--firmware/firmware.make2
-rw-r--r--flash/bootbox/bootbox.make2
-rwxr-xr-xtools/addtargetdir.pl2
-rw-r--r--tools/functions.make2
-rw-r--r--tools/root.make2
-rw-r--r--tools/tools.make2
-rw-r--r--uisimulator/uisimulator.make2
41 files changed, 41 insertions, 41 deletions
diff --git a/apps/apps.make b/apps/apps.make
index 1b0bf648f4..9a9429fef5 100644
--- a/apps/apps.make
+++ b/apps/apps.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 10INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
diff --git a/apps/bitmaps/bitmaps.make b/apps/bitmaps/bitmaps.make
index 8d0054532e..945ca82ce0 100644
--- a/apps/bitmaps/bitmaps.make
+++ b/apps/bitmaps/bitmaps.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10BITMAPDIR = $(ROOTDIR)/apps/bitmaps 10BITMAPDIR = $(ROOTDIR)/apps/bitmaps
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make
index d280bbb8fd..2ba73af627 100644
--- a/apps/codecs/codecs.make
+++ b/apps/codecs/codecs.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10CODECDIR = $(BUILDDIR)/apps/codecs 10CODECDIR = $(BUILDDIR)/apps/codecs
diff --git a/apps/codecs/demac/libdemac.make b/apps/codecs/demac/libdemac.make
index 1f59cabc85..64afd405ce 100644
--- a/apps/codecs/demac/libdemac.make
+++ b/apps/codecs/demac/libdemac.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libdemac 10# libdemac
diff --git a/apps/codecs/lib/libcodec.make b/apps/codecs/lib/libcodec.make
index 087583b2b3..07c6275646 100644
--- a/apps/codecs/lib/libcodec.make
+++ b/apps/codecs/lib/libcodec.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10CODECLIB := $(CODECDIR)/libcodec.a 10CODECLIB := $(CODECDIR)/libcodec.a
diff --git a/apps/codecs/liba52/liba52.make b/apps/codecs/liba52/liba52.make
index faf546507c..7238af3d50 100644
--- a/apps/codecs/liba52/liba52.make
+++ b/apps/codecs/liba52/liba52.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# liba52 10# liba52
diff --git a/apps/codecs/libalac/libalac.make b/apps/codecs/libalac/libalac.make
index da4a9da9ea..dc6d368a12 100644
--- a/apps/codecs/libalac/libalac.make
+++ b/apps/codecs/libalac/libalac.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libalac 10# libalac
diff --git a/apps/codecs/libasap/libasap.make b/apps/codecs/libasap/libasap.make
index c49b1dee6d..a8a899161a 100644
--- a/apps/codecs/libasap/libasap.make
+++ b/apps/codecs/libasap/libasap.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libasap 10# libasap
diff --git a/apps/codecs/libfaad/libfaad.make b/apps/codecs/libfaad/libfaad.make
index 0ba38a4fbc..1c6f97821f 100644
--- a/apps/codecs/libfaad/libfaad.make
+++ b/apps/codecs/libfaad/libfaad.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libfaad 10# libfaad
diff --git a/apps/codecs/libffmpegFLAC/libffmpegFLAC.make b/apps/codecs/libffmpegFLAC/libffmpegFLAC.make
index 808f0b3873..b9970849eb 100644
--- a/apps/codecs/libffmpegFLAC/libffmpegFLAC.make
+++ b/apps/codecs/libffmpegFLAC/libffmpegFLAC.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libffmpegFLAC 10# libffmpegFLAC
diff --git a/apps/codecs/libm4a/libm4a.make b/apps/codecs/libm4a/libm4a.make
index 63e9c6a10b..40ba30f547 100644
--- a/apps/codecs/libm4a/libm4a.make
+++ b/apps/codecs/libm4a/libm4a.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libm4a 10# libm4a
diff --git a/apps/codecs/libmad/libmad.make b/apps/codecs/libmad/libmad.make
index cf2c20259e..fd6280a10d 100644
--- a/apps/codecs/libmad/libmad.make
+++ b/apps/codecs/libmad/libmad.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# we need to build two different mad libraries 10# we need to build two different mad libraries
diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make
index 795f3fea54..b608615c14 100644
--- a/apps/codecs/libmusepack/libmusepack.make
+++ b/apps/codecs/libmusepack/libmusepack.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libmusepack 10# libmusepack
diff --git a/apps/codecs/libspc/libspc.make b/apps/codecs/libspc/libspc.make
index 80ace0c227..ae47ec5f0d 100644
--- a/apps/codecs/libspc/libspc.make
+++ b/apps/codecs/libspc/libspc.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libspc 10# libspc
diff --git a/apps/codecs/libspeex/libspeex.make b/apps/codecs/libspeex/libspeex.make
index b0c362ea8b..80d74ec77f 100644
--- a/apps/codecs/libspeex/libspeex.make
+++ b/apps/codecs/libspeex/libspeex.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# we need to build two different speex libraries 10# we need to build two different speex libraries
diff --git a/apps/codecs/libtremor/libtremor.make b/apps/codecs/libtremor/libtremor.make
index 8431eedc5a..a085327d4f 100644
--- a/apps/codecs/libtremor/libtremor.make
+++ b/apps/codecs/libtremor/libtremor.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libtremor 10# libtremor
diff --git a/apps/codecs/libwavpack/libwavpack.make b/apps/codecs/libwavpack/libwavpack.make
index 4b45ca96b7..d821b539ad 100644
--- a/apps/codecs/libwavpack/libwavpack.make
+++ b/apps/codecs/libwavpack/libwavpack.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libwavpack 10# libwavpack
diff --git a/apps/codecs/libwma/libwma.make b/apps/codecs/libwma/libwma.make
index 11e7b8bc39..ffebf31c7a 100644
--- a/apps/codecs/libwma/libwma.make
+++ b/apps/codecs/libwma/libwma.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# libwma 10# libwma
diff --git a/apps/lang/lang.make b/apps/lang/lang.make
index 311a3d5ee2..01a8d10ba3 100644
--- a/apps/lang/lang.make
+++ b/apps/lang/lang.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10LANGS := $(call preprocess, $(APPSDIR)/lang/SOURCES) 10LANGS := $(call preprocess, $(APPSDIR)/lang/SOURCES)
diff --git a/apps/plugins/bitmaps/pluginbitmaps.make b/apps/plugins/bitmaps/pluginbitmaps.make
index 8fc4302087..b91e38eb8b 100644
--- a/apps/plugins/bitmaps/pluginbitmaps.make
+++ b/apps/plugins/bitmaps/pluginbitmaps.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10PBMPINCDIR = $(BUILDDIR)/pluginbitmaps 10PBMPINCDIR = $(BUILDDIR)/pluginbitmaps
diff --git a/apps/plugins/chessbox/chessbox.make b/apps/plugins/chessbox/chessbox.make
index 432f309f26..220f0839e3 100644
--- a/apps/plugins/chessbox/chessbox.make
+++ b/apps/plugins/chessbox/chessbox.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10CHESSBOX_SRCDIR = $(APPSDIR)/plugins/chessbox 10CHESSBOX_SRCDIR = $(APPSDIR)/plugins/chessbox
diff --git a/apps/plugins/clock/clock.make b/apps/plugins/clock/clock.make
index c864d67503..9e03c6665b 100644
--- a/apps/plugins/clock/clock.make
+++ b/apps/plugins/clock/clock.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10CLOCKSRCDIR := $(APPSDIR)/plugins/clock 10CLOCKSRCDIR := $(APPSDIR)/plugins/clock
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make
index 3e95026c3c..b739007b3d 100644
--- a/apps/plugins/doom/doom.make
+++ b/apps/plugins/doom/doom.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10DOOMSRCDIR := $(APPSDIR)/plugins/doom 10DOOMSRCDIR := $(APPSDIR)/plugins/doom
diff --git a/apps/plugins/jpeg/jpeg.make b/apps/plugins/jpeg/jpeg.make
index 9413ef24b3..15168dc4fb 100644
--- a/apps/plugins/jpeg/jpeg.make
+++ b/apps/plugins/jpeg/jpeg.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10JPEGSRCDIR := $(APPSDIR)/plugins/jpeg 10JPEGSRCDIR := $(APPSDIR)/plugins/jpeg
diff --git a/apps/plugins/midi/midi.make b/apps/plugins/midi/midi.make
index db29ad81e3..9de8496d90 100644
--- a/apps/plugins/midi/midi.make
+++ b/apps/plugins/midi/midi.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10MIDISRCDIR := $(APPSDIR)/plugins/midi 10MIDISRCDIR := $(APPSDIR)/plugins/midi
diff --git a/apps/plugins/mpegplayer/mpegplayer.make b/apps/plugins/mpegplayer/mpegplayer.make
index 7242be3715..cd7e006031 100644
--- a/apps/plugins/mpegplayer/mpegplayer.make
+++ b/apps/plugins/mpegplayer/mpegplayer.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10MPEGSRCDIR := $(APPSDIR)/plugins/mpegplayer 10MPEGSRCDIR := $(APPSDIR)/plugins/mpegplayer
diff --git a/apps/plugins/pacbox/pacbox.make b/apps/plugins/pacbox/pacbox.make
index 75a599d602..83e19f8051 100644
--- a/apps/plugins/pacbox/pacbox.make
+++ b/apps/plugins/pacbox/pacbox.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10PACBOXSRCDIR := $(APPSDIR)/plugins/pacbox 10PACBOXSRCDIR := $(APPSDIR)/plugins/pacbox
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index fdaae3e54c..0921c0bce2 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# single-file plugins: 10# single-file plugins:
diff --git a/apps/plugins/reversi/reversi.make b/apps/plugins/reversi/reversi.make
index 4eaa82d8a0..0e7b38842b 100644
--- a/apps/plugins/reversi/reversi.make
+++ b/apps/plugins/reversi/reversi.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10REVERSISRCDIR := $(APPSDIR)/plugins/reversi 10REVERSISRCDIR := $(APPSDIR)/plugins/reversi
diff --git a/apps/plugins/rockboy/rockboy.make b/apps/plugins/rockboy/rockboy.make
index 7faf1a56e9..428211f702 100644
--- a/apps/plugins/rockboy/rockboy.make
+++ b/apps/plugins/rockboy/rockboy.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10ROCKBOY_SRCDIR = $(APPSDIR)/plugins/rockboy 10ROCKBOY_SRCDIR = $(APPSDIR)/plugins/rockboy
diff --git a/apps/plugins/shortcuts/shortcuts.make b/apps/plugins/shortcuts/shortcuts.make
index fc2a77a2f5..c91c992dd9 100644
--- a/apps/plugins/shortcuts/shortcuts.make
+++ b/apps/plugins/shortcuts/shortcuts.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10SHCUTSRCDIR := $(APPSDIR)/plugins/shortcuts 10SHCUTSRCDIR := $(APPSDIR)/plugins/shortcuts
diff --git a/apps/plugins/sudoku/sudoku.make b/apps/plugins/sudoku/sudoku.make
index e1f397c121..11bf7690de 100644
--- a/apps/plugins/sudoku/sudoku.make
+++ b/apps/plugins/sudoku/sudoku.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10SUDOKUSRCDIR := $(APPSDIR)/plugins/sudoku 10SUDOKUSRCDIR := $(APPSDIR)/plugins/sudoku
diff --git a/apps/plugins/zxbox/zxbox.make b/apps/plugins/zxbox/zxbox.make
index 937bcde432..6f6d1ab693 100644
--- a/apps/plugins/zxbox/zxbox.make
+++ b/apps/plugins/zxbox/zxbox.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10ZXBOX_SRCDIR = $(APPSDIR)/plugins/zxbox 10ZXBOX_SRCDIR = $(APPSDIR)/plugins/zxbox
diff --git a/bootloader/bootloader.make b/bootloader/bootloader.make
index 736425e3ac..a2883fb2af 100644
--- a/bootloader/bootloader.make
+++ b/bootloader/bootloader.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10INCLUDES += -I$(APPSDIR) 10INCLUDES += -I$(APPSDIR)
diff --git a/firmware/firmware.make b/firmware/firmware.make
index 2caa2c8a74..361202f05c 100644
--- a/firmware/firmware.make
+++ b/firmware/firmware.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10INCLUDES += -I$(FIRMDIR) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers 10INCLUDES += -I$(FIRMDIR) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers
diff --git a/flash/bootbox/bootbox.make b/flash/bootbox/bootbox.make
index d3e6a1ce9f..0c05eec056 100644
--- a/flash/bootbox/bootbox.make
+++ b/flash/bootbox/bootbox.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10SRC += $(call preprocess,$(APPSDIR)/SOURCES) 10SRC += $(call preprocess,$(APPSDIR)/SOURCES)
diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl
index abc6526dd7..2cddf8d3d4 100755
--- a/tools/addtargetdir.pl
+++ b/tools/addtargetdir.pl
@@ -5,7 +5,7 @@
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/ 7# \/ \/ \/ \/ \/
8# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 8# $Id$
9# 9#
10 10
11# addtargetdir.pl - Adds target directory to gcc-generated dependency data 11# addtargetdir.pl - Adds target directory to gcc-generated dependency data
diff --git a/tools/functions.make b/tools/functions.make
index 083e3eafeb..1a8de716e7 100644
--- a/tools/functions.make
+++ b/tools/functions.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# preprocess - run preprocessor on a file and return the result as a string 10# preprocess - run preprocessor on a file and return the result as a string
diff --git a/tools/root.make b/tools/root.make
index 40ce6c5e58..d58ef4de65 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10include $(TOOLSDIR)/functions.make 10include $(TOOLSDIR)/functions.make
diff --git a/tools/tools.make b/tools/tools.make
index 48717c1220..e0337748cb 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10TOOLSCFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(ROOTDIR)/tools 10TOOLSCFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(ROOTDIR)/tools
diff --git a/uisimulator/uisimulator.make b/uisimulator/uisimulator.make
index b2096c2a1a..1a78b755be 100644
--- a/uisimulator/uisimulator.make
+++ b/uisimulator/uisimulator.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10INCLUDES += -I$(ROOTDIR)/uisimulator/sdl -I$(ROOTDIR)/uisimulator/common \ 10INCLUDES += -I$(ROOTDIR)/uisimulator/sdl -I$(ROOTDIR)/uisimulator/common \