summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6416ed..5808811 100644
--- a/Makefile
+++ b/Makefile
@@ -1,63 +1,64 @@
1indefault: dynamic 1indefault: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7 7
8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ 8INPUTCOMPONENTS= 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
13APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ 13APPLETS= 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/screenshotapplet core/applets/clipboardapplet \ 17 core/applets/screenshotapplet core/applets/clipboardapplet \
17 core/applets/cardmon core/applets/obex \ 18 core/applets/cardmon core/applets/obex \
18 core/applets/vmemo noncore/net/netsetup/dialup \ 19 core/applets/vmemo noncore/net/netsetup/dialup \
19 noncore/net/netsetup/lan \ 20 noncore/net/netsetup/lan \
20 noncore/applets/wirelessapplet noncore/applets/notesapplet 21 noncore/applets/wirelessapplet noncore/applets/notesapplet
21 22
22MAIL= noncore/mail/libmail noncore/mail/bend 23MAIL= noncore/mail/libmail noncore/mail/bend
23 24
24PLAYER = core/multimedia/opieplayer/libmpeg3 \ 25PLAYER = core/multimedia/opieplayer/libmpeg3 \
25 core/multimedia/opieplayer/libmad \ 26 core/multimedia/opieplayer/libmad \
26 core/multimedia/opieplayer/wavplugin \ 27 core/multimedia/opieplayer/wavplugin \
27 core/multimedia/opieplayer/modplug 28 core/multimedia/opieplayer/modplug
28 29
29 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 30 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
30 31
31 32
32PIMAPPS = core/pim/addressbook core/pim/datebook \ 33PIMAPPS = core/pim/addressbook core/pim/datebook \
33 core/pim/today core/pim/todo 34 core/pim/today core/pim/todo
34 35
35TODAYPLUGINS = core/pim/today/plugins/datebook \ 36TODAYPLUGINS = core/pim/today/plugins/datebook \
36 core/pim/today/plugins/todolist \ 37 core/pim/today/plugins/todolist \
37 core/pim/today/plugins/mail \ 38 core/pim/today/plugins/mail \
38 39
39 40
40COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 41COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
41 core/apps/textedit core/apps/embeddedkonsole \ 42 core/apps/textedit core/apps/embeddedkonsole \
42 core/launcher \ 43 core/launcher \
43 core/opie-login \ 44 core/opie-login \
44 core/apps/oipkg core/apps/qcop 45 core/apps/oipkg core/apps/qcop
45 46
46COREMULTIMEDIA = core/multimedia/opieplayer 47COREMULTIMEDIA = core/multimedia/opieplayer
47 48
48CORESETTINGS = core/settings/light-and-power core/settings/security \ 49CORESETTINGS = core/settings/light-and-power core/settings/security \
49 core/settings/systemtime core/settings/citytime \ 50 core/settings/systemtime core/settings/citytime \
50 core/settings/launcher 51 core/settings/launcher
51 52
52NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 53NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
53 noncore/settings/appearance2 noncore/settings/sound \ 54 noncore/settings/appearance2 noncore/settings/sound \
54 noncore/settings/mediummount \ 55 noncore/settings/mediummount \
55 noncore/settings/tabmanager noncore/settings/appskey \ 56 noncore/settings/tabmanager noncore/settings/appskey \
56 noncore/settings/netsystemtime noncore/settings/wlansetup \ 57 noncore/settings/netsystemtime noncore/settings/wlansetup \
57 noncore/settings/sshkeys noncore/settings/usermanager 58 noncore/settings/sshkeys noncore/settings/usermanager
58 59
59NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 60NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
60 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 61 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
61 62
62NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 63NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
63 64