|
diff --git a/Makefile b/Makefile index a191794..87151df 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -8,26 +8,25 @@ LIBS=library libopie |
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/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 noncore/net/netsetup/dialup \ |
20 | core/applets/vmemo \ |
21 | noncore/net/netsetup/lan \ |
| |
22 | noncore/net/networksetup/wlan \ |
21 | noncore/net/networksetup/wlan \ |
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
24 | |
23 | |
25 | MAIL= noncore/mail/libmail noncore/mail/bend |
24 | MAIL= noncore/mail/libmail noncore/mail/bend |
26 | |
25 | |
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
28 | core/multimedia/opieplayer/libmad \ |
27 | core/multimedia/opieplayer/libmad \ |
29 | core/multimedia/opieplayer/wavplugin \ |
28 | core/multimedia/opieplayer/wavplugin \ |
30 | core/multimedia/opieplayer/modplug |
29 | core/multimedia/opieplayer/modplug |
31 | |
30 | |
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
33 | |
32 | |
@@ -74,25 +73,25 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \ |
74 | noncore/games/parashoot noncore/games/snake \ |
73 | noncore/games/parashoot noncore/games/snake \ |
75 | noncore/games/mindbreaker \ |
74 | noncore/games/mindbreaker \ |
76 | noncore/games/go noncore/games/qasteroids \ |
75 | noncore/games/go noncore/games/qasteroids \ |
77 | noncore/games/fifteen noncore/games/tictac \ |
76 | noncore/games/fifteen noncore/games/tictac \ |
78 | noncore/games/kcheckers noncore/games/kpacman \ |
77 | noncore/games/kcheckers noncore/games/kpacman \ |
79 | noncore/games/kbill noncore/games/buzzword \ |
78 | noncore/games/kbill noncore/games/buzzword \ |
80 | noncore/games/bounce |
79 | noncore/games/bounce |
81 | |
80 | |
82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
85 | |
84 | |
86 | NONNET = noncore/net/netsetup noncore/net/networksetup \ |
85 | NONNET = noncore/net/networksetup \ |
87 | noncore/net/opieftp \ |
86 | noncore/net/opieftp \ |
88 | noncore/mail |
87 | noncore/mail |
89 | |
88 | |
90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
89 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
91 | noncore/graphics/qpdf noncore/apps/confedit |
90 | noncore/graphics/qpdf noncore/apps/confedit |
92 | |
91 | |
93 | |
92 | |
94 | NONCOMM = noncore/comm/keypebble |
93 | NONCOMM = noncore/comm/keypebble |
95 | |
94 | |
96 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
95 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
97 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
96 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
98 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
97 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
|