|
diff --git a/Makefile b/Makefile index 9bcad17..6170ab2 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,59 +1,59 @@ |
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 |
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/screenshotapplet core/applets/clipboardapplet \ |
16 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
17 | core/applets/cardmon core/applets/obex \ |
17 | core/applets/cardmon core/applets/obex \ |
18 | core/applets/vmemo noncore/net/netsetup/dialup \ |
18 | core/applets/vmemo noncore/net/netsetup/dialup \ |
19 | noncore/net/netsetup/lan \ |
19 | noncore/net/netsetup/lan \ |
20 | noncore/applets/wirelessapplet |
20 | noncore/applets/wirelessapplet |
21 | |
21 | |
22 | MAIL= noncore/mail/libmail noncore/mail/bend |
22 | MAIL= noncore/mail/libmail noncore/mail/bend |
23 | |
23 | |
24 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
24 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
25 | core/multimedia/opieplayer/libmad \ |
25 | core/multimedia/opieplayer/libmad \ |
26 | core/multimedia/opieplayer/wavplugin \ |
26 | core/multimedia/opieplayer/wavplugin \ |
27 | core/multimedia/opieplayer/modplug |
27 | core/multimedia/opieplayer/modplug |
28 | |
28 | |
29 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
29 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
30 | |
30 | |
31 | |
31 | |
32 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
32 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
33 | core/pim/today core/pim/todo |
33 | core/pim/today core/pim/todo |
34 | |
34 | |
35 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
35 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
36 | core/apps/textedit core/apps/embeddedkonsole \ |
36 | core/apps/textedit core/apps/embeddedkonsole \ |
37 | core/launcher \ |
37 | core/launcher \ |
38 | core/opie-login \ |
38 | core/opie-login \ |
39 | core/apps/oipkg core/apps/qcop |
39 | core/apps/oipkg core/apps/qcop |
40 | |
40 | |
41 | COREMULTIMEDIA = core/multimedia/opieplayer |
41 | COREMULTIMEDIA = core/multimedia/opieplayer |
42 | |
42 | |
43 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
43 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
44 | core/settings/systemtime core/settings/citytime \ |
44 | core/settings/systemtime core/settings/citytime \ |
45 | |
45 | |
46 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
46 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
47 | noncore/settings/appearance noncore/settings/sound \ |
47 | noncore/settings/appearance noncore/settings/sound \ |
48 | noncore/settings/mediummount \ |
48 | noncore/settings/mediummount \ |
49 | noncore/settings/tabmanager noncore/settings/appskey \ |
49 | noncore/settings/tabmanager noncore/settings/appskey \ |
50 | noncore/settings/netsystemtime \ |
50 | noncore/settings/netsystemtime \ |
51 | noncore/settings/wlansetup \ |
51 | noncore/settings/wlansetup \ |
52 | |
52 | |
53 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
53 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
54 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
54 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
55 | |
55 | |
56 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
56 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
57 | |
57 | |
58 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
58 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
59 | noncore/games/tetrix noncore/games/wordgame \ |
59 | noncore/games/tetrix noncore/games/wordgame \ |
|