|
diff --git a/Makefile b/Makefile index def0021..5b28a16 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,44 +1,45 @@ |
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/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/net/networksetup/interfaces \ |
21 | noncore/net/networksetup/wlan \ |
22 | noncore/net/networksetup/wlan \ |
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
23 | |
24 | |
24 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | |
26 | |
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
27 | core/multimedia/opieplayer/libmad \ |
28 | core/multimedia/opieplayer/libmad \ |
28 | core/multimedia/opieplayer/wavplugin \ |
29 | core/multimedia/opieplayer/wavplugin \ |
29 | core/multimedia/opieplayer/modplug |
30 | core/multimedia/opieplayer/modplug |
30 | |
31 | |
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | |
33 | |
33 | |
34 | |
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | core/pim/today core/pim/todo |
36 | core/pim/today core/pim/todo |
36 | |
37 | |
37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/mail \ |
40 | core/pim/today/plugins/mail \ |
40 | |
41 | |
41 | |
42 | |
42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
43 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
43 | core/apps/textedit core/apps/embeddedkonsole \ |
44 | core/apps/textedit core/apps/embeddedkonsole \ |
44 | core/launcher \ |
45 | core/launcher \ |
@@ -63,49 +64,49 @@ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
64 | noncore/tools/formatter |
65 | noncore/tools/formatter |
65 | |
66 | |
66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
67 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
67 | noncore/styles/flat noncore/styles/fresh |
68 | noncore/styles/flat noncore/styles/fresh |
68 | |
69 | |
69 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
70 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
70 | noncore/decorations/polished |
71 | noncore/decorations/polished |
71 | |
72 | |
72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
73 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
73 | noncore/games/tetrix noncore/games/wordgame \ |
74 | noncore/games/tetrix noncore/games/wordgame \ |
74 | noncore/games/parashoot noncore/games/snake \ |
75 | noncore/games/parashoot noncore/games/snake \ |
75 | noncore/games/mindbreaker \ |
76 | noncore/games/mindbreaker \ |
76 | noncore/games/go noncore/games/qasteroids \ |
77 | noncore/games/go noncore/games/qasteroids \ |
77 | noncore/games/fifteen noncore/games/tictac \ |
78 | noncore/games/fifteen noncore/games/tictac \ |
78 | noncore/games/kcheckers noncore/games/kpacman \ |
79 | noncore/games/kcheckers noncore/games/kpacman \ |
79 | noncore/games/kbill noncore/games/buzzword \ |
80 | noncore/games/kbill noncore/games/buzzword \ |
80 | noncore/games/bounce |
81 | noncore/games/bounce |
81 | |
82 | |
82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
83 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
84 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
85 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
85 | noncore/apps/opie-console |
86 | noncore/apps/opie-console |
86 | |
87 | |
87 | NONNET = noncore/net/networksetup/interfaces noncore/net/networksetup \ |
88 | NONNET = noncore/net/networksetup \ |
88 | noncore/net/opieftp \ |
89 | noncore/net/opieftp \ |
89 | noncore/mail |
90 | noncore/mail |
90 | |
91 | |
91 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
92 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
92 | noncore/graphics/qpdf noncore/apps/confedit |
93 | noncore/graphics/qpdf noncore/apps/confedit |
93 | |
94 | |
94 | |
95 | |
95 | NONCOMM = noncore/comm/keypebble |
96 | NONCOMM = noncore/comm/keypebble |
96 | |
97 | |
97 | PLUGINS = freetype |
98 | PLUGINS = freetype |
98 | |
99 | |
99 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
100 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
100 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
101 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
101 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
102 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
102 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
103 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
103 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
104 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
104 | |
105 | |
105 | |
106 | |
106 | |
107 | |
107 | NONTMAKEAPPS := ipaq/opiealarm |
108 | NONTMAKEAPPS := ipaq/opiealarm |
108 | |
109 | |
109 | DOCS = docs/src/opie-policy |
110 | DOCS = docs/src/opie-policy |
110 | single: mpegplayer/libmpeg3 |
111 | single: mpegplayer/libmpeg3 |
111 | |
112 | |
|