summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-03-12 21:31:06 +0000
committerNils Wallménius <nils@rockbox.org>2007-03-12 21:31:06 +0000
commit62dbd97e909ccacf4165c65f676ee134bd1b880a (patch)
tree0f04778dc52ab4390261503cb200345223a1cf62
parent2b17417170c819c8e81213070d5948b650ba54c1 (diff)
downloadrockbox-62dbd97e909ccacf4165c65f676ee134bd1b880a.tar.gz
rockbox-62dbd97e909ccacf4165c65f676ee134bd1b880a.zip
Sorted and updated FILES for both apps and firmware, included features.txt preparing for the lang v2 cleanup, should fix FS# 6805 unless Lear's previous committ got it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12741 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/FILES113
-rw-r--r--firmware/FILES43
2 files changed, 80 insertions, 76 deletions
diff --git a/apps/FILES b/apps/FILES
index 05f70561ca..bc99eaa646 100644
--- a/apps/FILES
+++ b/apps/FILES
@@ -1,86 +1,87 @@
1*.[chS]
2features.txt
1FILES 3FILES
2Makefile 4Makefile
3*.[chS] 5SOURCES
6README
4tagnavi.config 7tagnavi.config
5gui/*.[ch]
6recorder/*.[ch]
7player/*.[ch]
8lang/*.lang
9eqs/*.cfg
10menus/*.[ch]
11bitmaps/mono/* 8bitmaps/mono/*
12bitmaps/native/* 9bitmaps/native/*
13bitmaps/remote_mono/* 10bitmaps/remote_mono/*
14bitmaps/remote_native/* 11bitmaps/remote_native/*
15bitmaps/Makefile 12codecs/*.[ch]
13codecs/Makefile
14codecs/SOURCES
15codecs/lib/*.[ch]
16codecs/lib/Makefile
17codecs/lib/SOURCES
18codecs/liba52/*
19codecs/libalac/*
20codecs/libfaad/*
21codecs/libfaad/codebook/*
22codecs/libffmpegFLAC/*
23codecs/libm4a/*
24codecs/libmad/*
25codecs/libmusepack/*
26codecs/libspeex/*
27codecs/libspeex/speex/*
28codecs/libwavpack/*
29codecs/spc/*
30codecs/Tremor/*
31eqs/*.cfg
32gui/*.[ch]
33keymaps/*.[ch]
34lang/*.lang
35menus/*.[ch]
36player/*.[ch]
16plugins/*.[ch] 37plugins/*.[ch]
17plugins/*.pl 38plugins/*.pl
18plugins/Makefile 39plugins/Makefile
19plugins/plugin.lds 40plugins/plugin.lds
20plugins/lib/*.[ch] 41plugins/snake2.levels
21plugins/lib/Makefile
22plugins/bitmaps/mono/*
23plugins/bitmaps/native/*
24plugins/bitmaps/remote_mono/*
25plugins/bitmaps/remote_native/*
26plugins/bitmaps/Makefile
27plugins/sokoban.levels 42plugins/sokoban.levels
28plugins/viewers.config 43plugins/viewers.config
29plugins/snake2.levels
30SOURCES
31plugins/SOURCES 44plugins/SOURCES
32plugins/SUBDIRS 45plugins/SUBDIRS
33plugins/lib/SOURCES 46plugins/bitmaps/mono/*
34plugins/rockboy/*.[ch] 47plugins/bitmaps/native/*
35plugins/rockboy/Makefile 48plugins/bitmaps/remote_mono/*
36plugins/rockboy/*.lds 49plugins/bitmaps/remote_native/*
37plugins/rockboy/Version
38plugins/rockboy/README
39plugins/rockboy/COPYING
40plugins/rockboy/HACKING
41plugins/searchengine/Makefile
42plugins/searchengine/*.[ch]
43plugins/chessbox/Makefile 50plugins/chessbox/Makefile
44plugins/chessbox/*.lds 51plugins/chessbox/*.lds
45plugins/chessbox/*.[ch] 52plugins/chessbox/*.[ch]
46plugins/doom/Makefile 53plugins/doom/Makefile
47plugins/doom/Changelog 54plugins/doom/Changelog
48plugins/doom/*.[ch] 55plugins/doom/*.[ch]
49plugins/pacbox/Makefile 56plugins/lib/*.[ch]
50plugins/pacbox/SOURCES 57plugins/lib/Makefile
51plugins/pacbox/readme.txt 58plugins/lib/SOURCES
52plugins/pacbox/*.[chS]
53plugins/sudoku/Makefile
54plugins/sudoku/SOURCES
55plugins/sudoku/*.[ch]
56plugins/midi/*.[ch] 59plugins/midi/*.[ch]
57plugins/mpegplayer/*.[ch] 60plugins/mpegplayer/*.[ch]
61plugins/mpegplayer/AUTHORS
58plugins/mpegplayer/Makefile 62plugins/mpegplayer/Makefile
59plugins/mpegplayer/SOURCES 63plugins/mpegplayer/SOURCES
60plugins/mpegplayer/README* 64plugins/mpegplayer/README*
65plugins/pacbox/*.[chS]
66plugins/pacbox/Makefile
67plugins/pacbox/SOURCES
68plugins/pacbox/readme.txt
69plugins/rockboy/*.[ch]
70plugins/rockboy/*.lds
71plugins/rockboy/COPYING
72plugins/rockboy/HACKING
73plugins/rockboy/Makefile
74plugins/rockboy/README
75plugins/rockboy/Version
76plugins/searchengine/*.[ch]
77plugins/searchengine/Makefile
78plugins/sudoku/*.[ch]
79plugins/sudoku/Makefile
80plugins/sudoku/SOURCES
61plugins/zxbox/*.[ch] 81plugins/zxbox/*.[ch]
82plugins/zxbox/*.lds
83plugins/zxbox/ChangeLog
62plugins/zxbox/Makefile 84plugins/zxbox/Makefile
63plugins/zxbox/README* 85plugins/zxbox/README*
64plugins/zxbox/SOURCES 86plugins/zxbox/SOURCES
65plugins/zxbox/ChangeLog 87recorder/*.[ch]
66plugins/zxbox/*.lds
67codecs/SOURCES
68codecs/*.[ch]
69codecs/Makefile
70codecs/spc/*
71codecs/libm4a/*
72codecs/liba52/*
73codecs/libfaad/*
74codecs/libfaad/codebook/*
75codecs/libffmpegFLAC/*
76codecs/libmad/*
77codecs/libwavpack/*
78codecs/Tremor/*
79codecs/libspeex/*
80codecs/libspeex/speex/*
81codecs/libmusepack/*
82codecs/libalac/*
83codecs/lib/*.[ch]
84codecs/lib/Makefile
85codecs/lib/SOURCES
86keymaps/*.[ch]
diff --git a/firmware/FILES b/firmware/FILES
index c0d2f4b043..7f34d71eaf 100644
--- a/firmware/FILES
+++ b/firmware/FILES
@@ -1,25 +1,30 @@
1*.[chS] 1*.[chS]
2*.lds
3COPYING
4FILES
2Makefile 5Makefile
3README 6README
4FILES 7SOURCES
5*.lds
6common/*.[chS] 8common/*.[chS]
9decompressor/Makefile
10decompressor/*.[chS]
11decompressor/*.lds
7drivers/*.[chS] 12drivers/*.[chS]
8drivers/rtc/*.[chS] 13drivers/rtc/*.[chS]
9export/*.h 14export/*.h
10include/*.h 15include/*.h
11include/sys/*.h 16include/sys/*.h
12SOURCES
13decompressor/Makefile
14decompressor/*.[chS]
15decompressor/*.lds
16target/arm/*.[chS] 17target/arm/*.[chS]
17target/sh/*.[chS] 18target/arm/archos/av300/*.[chS]
18target/sh/archos/*.[chS] 19target/arm/gigabeat/meg-fx/*.[chS]
19target/sh/archos/fm_v2/*.[chS] 20target/arm/iriver/*.[chS]
20target/sh/archos/ondio/*.[chS] 21target/arm/iriver/h10/*.[chS]
21target/sh/archos/player/*.[chS] 22target/arm/iriver/ifp7xx/*.[chS]
22target/sh/archos/recorder/*.[chS] 23target/arm/ipod/*.[chS]
24target/arm/ipod/3g/*.[chS]
25target/arm/ipod/video/*.[chS]
26target/arm/sandisk/sansa-e200/*.[chS]
27target/arm/tatung/tpj1022/*.[chS]
23target/coldfire/*.[chS] 28target/coldfire/*.[chS]
24target/coldfire/iaudio/*.[chS] 29target/coldfire/iaudio/*.[chS]
25target/coldfire/iaudio/m5/*.[chS] 30target/coldfire/iaudio/m5/*.[chS]
@@ -27,11 +32,9 @@ target/coldfire/iaudio/x5/*.[chS]
27target/coldfire/iriver/*.[chS] 32target/coldfire/iriver/*.[chS]
28target/coldfire/iriver/h100/*.[chS] 33target/coldfire/iriver/h100/*.[chS]
29target/coldfire/iriver/h300/*.[chS] 34target/coldfire/iriver/h300/*.[chS]
30target/arm/sandisk/sansa-e200/*.[chS] 35target/sh/*.[chS]
31target/arm/iriver/*.[chS] 36target/sh/archos/*.[chS]
32target/arm/iriver/h10/*.[chS] 37target/sh/archos/fm_v2/*.[chS]
33target/arm/gigabeat/meg-fx/*.[chS] 38target/sh/archos/ondio/*.[chS]
34target/arm/tatung/tpj1022/*.[chS] 39target/sh/archos/player/*.[chS]
35target/arm/ipod/*.[chS] 40target/sh/archos/recorder/*.[chS]
36target/arm/ipod/3g/*.[chS]
37target/arm/ipod/video/*.[chS]