|
diff --git a/Makefile b/Makefile index 1e633af..153bab8 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -9,65 +9,66 @@ INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak inputmethods/multikey \ |
11 | inputmethods/dvorak inputmethods/multikey \ |
12 | |
12 | |
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ |
17 | core/applets/logoutapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
19 | core/applets/cardmon core/applets/obex \ |
19 | core/applets/cardmon core/applets/obex \ |
20 | core/applets/vmemo \ |
20 | core/applets/vmemo \ |
21 | noncore/net/networksetup/interfaces \ |
21 | noncore/net/networksetup/interfaces \ |
22 | noncore/net/networksetup/wlan \ |
22 | noncore/net/networksetup/wlan \ |
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
24 | |
24 | |
25 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | MAIL= noncore/mail/libmail noncore/mail/bend |
26 | |
26 | |
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
28 | core/multimedia/opieplayer/libmad \ |
28 | core/multimedia/opieplayer/libmad \ |
29 | core/multimedia/opieplayer/wavplugin \ |
29 | core/multimedia/opieplayer/wavplugin \ |
30 | core/multimedia/opieplayer/modplug |
30 | core/multimedia/opieplayer/modplug |
31 | |
31 | |
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
33 | |
33 | |
34 | |
34 | |
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
36 | core/pim/today core/pim/todo |
36 | core/pim/today core/pim/todo |
37 | |
37 | |
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
39 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/todolist \ |
40 | core/pim/today/plugins/mail \ |
40 | core/pim/today/plugins/mail \ |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
| |
42 | noncore/todayplugins/fortune |
42 | |
43 | |
43 | |
44 | |
44 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
45 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
45 | core/apps/textedit core/apps/embeddedkonsole \ |
46 | core/apps/textedit core/apps/embeddedkonsole \ |
46 | core/launcher \ |
47 | core/launcher \ |
47 | core/opie-login \ |
48 | core/opie-login \ |
48 | core/apps/oipkg core/apps/qcop |
49 | core/apps/oipkg core/apps/qcop |
49 | |
50 | |
50 | COREMULTIMEDIA = core/multimedia/opieplayer |
51 | COREMULTIMEDIA = core/multimedia/opieplayer |
51 | |
52 | |
52 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
53 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
53 | noncore/settings/netsystemtime core/settings/citytime \ |
54 | noncore/settings/netsystemtime core/settings/citytime \ |
54 | core/settings/launcher |
55 | core/settings/launcher |
55 | |
56 | |
56 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
57 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
57 | noncore/settings/appearance2 noncore/settings/sound \ |
58 | noncore/settings/appearance2 noncore/settings/sound \ |
58 | noncore/settings/mediummount \ |
59 | noncore/settings/mediummount \ |
59 | noncore/settings/tabmanager noncore/settings/appskey \ |
60 | noncore/settings/tabmanager noncore/settings/appskey \ |
60 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/backup |
62 | noncore/settings/backup |
62 | |
63 | |
63 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
64 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
65 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
65 | noncore/tools/formatter |
66 | noncore/tools/formatter |
66 | |
67 | |
67 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
68 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
68 | noncore/styles/flat noncore/styles/fresh |
69 | noncore/styles/flat noncore/styles/fresh |
69 | |
70 | |
70 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
71 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
71 | noncore/decorations/polished |
72 | noncore/decorations/polished |
72 | |
73 | |
73 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
74 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
|