|
diff --git a/Makefile b/Makefile index ddace36..a22669a 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,61 +1,61 @@ |
1 | hehindefault: dynamic |
1 | hehindefault: dynamic |
2 | |
2 | |
3 | all: default docs |
3 | all: default docs |
4 | |
4 | |
5 | LIBS=library libopie |
5 | LIBS=library libopie |
6 | |
6 | |
7 | |
7 | |
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
8 | 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 \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet \ |
15 | core/applets/clockapplet \ |
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/applets/wirelessapplet noncore/applets/notesapplet |
21 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
22 | |
22 | |
23 | MAIL= noncore/mail/libmail noncore/mail/bend |
23 | MAIL= noncore/mail/libmail noncore/mail/bend |
24 | |
24 | |
25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
26 | core/multimedia/opieplayer/libmad \ |
26 | core/multimedia/opieplayer/libmad \ |
27 | core/multimedia/opieplayer/wavplugin \ |
27 | core/multimedia/opieplayer/wavplugin \ |
28 | core/multimedia/opieplayer/modplug |
28 | core/multimedia/opieplayer/modplug |
29 | |
29 | |
30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
31 | |
31 | |
32 | |
32 | |
33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
34 | core/pim/today core/pim/todo |
34 | core/pim/today core/pim/todo |
35 | |
35 | |
36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
37 | core/pim/today/plugins/addressbook \ |
37 | core/pim/today/plugins/addressbook \ |
38 | core/pim/today/plugins/todolist \ |
38 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/mail \ |
39 | core/pim/today/plugins/mail \ |
40 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
40 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
41 | noncore/todayplugins/fortune \ |
41 | noncore/todayplugins/fortune \ |
42 | noncore/todayplugins/weather |
42 | noncore/todayplugins/weather |
43 | |
43 | |
44 | |
44 | |
45 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
45 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
46 | core/apps/textedit core/apps/embeddedkonsole \ |
46 | core/apps/textedit core/apps/embeddedkonsole \ |
47 | core/launcher \ |
47 | core/launcher \ |
48 | core/opie-login \ |
48 | core/opie-login \ |
49 | core/apps/oipkg core/apps/qcop |
49 | core/apps/oipkg core/apps/qcop |
50 | |
50 | |
51 | COREMULTIMEDIA = core/multimedia/opieplayer |
51 | COREMULTIMEDIA = core/multimedia/opieplayer |
52 | |
52 | |
53 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
53 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
54 | noncore/settings/netsystemtime core/settings/citytime \ |
54 | noncore/settings/netsystemtime core/settings/citytime \ |
55 | core/settings/launcher core/settings/button |
55 | core/settings/launcher core/settings/button |
56 | |
56 | |
57 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
57 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
58 | noncore/settings/appearance2 noncore/settings/sound \ |
58 | noncore/settings/appearance2 noncore/settings/sound \ |
59 | noncore/settings/mediummount \ |
59 | noncore/settings/mediummount \ |
60 | noncore/settings/tabmanager \ |
60 | noncore/settings/tabmanager \ |
61 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/sshkeys noncore/settings/usermanager \ |
|