|
diff --git a/Makefile b/Makefile index 175158e..e407450 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,40 +1,41 @@ |
1 | indefault: dynamic |
1 | indefault: 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 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/screenshotapplet core/applets/clipboardapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
18 | core/applets/cardmon core/applets/obex \ |
19 | core/applets/cardmon core/applets/obex \ |
19 | core/applets/vmemo noncore/net/netsetup/dialup \ |
20 | core/applets/vmemo noncore/net/netsetup/dialup \ |
20 | noncore/net/netsetup/lan \ |
21 | noncore/net/netsetup/lan \ |
21 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
22 | |
23 | |
23 | MAIL= noncore/mail/libmail noncore/mail/bend |
24 | MAIL= noncore/mail/libmail noncore/mail/bend |
24 | |
25 | |
25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
26 | core/multimedia/opieplayer/libmad \ |
27 | core/multimedia/opieplayer/libmad \ |
27 | core/multimedia/opieplayer/wavplugin \ |
28 | core/multimedia/opieplayer/wavplugin \ |
28 | core/multimedia/opieplayer/modplug |
29 | core/multimedia/opieplayer/modplug |
29 | |
30 | |
30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
31 | |
32 | |
32 | |
33 | |
33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
34 | core/pim/today core/pim/todo |
35 | core/pim/today core/pim/todo |
35 | |
36 | |
36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
37 | core/pim/today/plugins/todolist \ |
38 | core/pim/today/plugins/todolist \ |
38 | core/pim/today/plugins/mail \ |
39 | core/pim/today/plugins/mail \ |
39 | |
40 | |
40 | |
41 | |
|