|
diff --git a/Makefile b/Makefile index f8e94bb..d69364e 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -23,24 +23,29 @@ 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 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
| |
36 | core/pim/today/plugins/todolist \ |
| |
37 | core/pim/today/plugins/mail \ |
| |
38 | |
| |
39 | |
35 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
40 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
36 | core/apps/textedit core/apps/embeddedkonsole \ |
41 | core/apps/textedit core/apps/embeddedkonsole \ |
37 | core/launcher \ |
42 | core/launcher \ |
38 | core/opie-login \ |
43 | core/opie-login \ |
39 | core/apps/oipkg core/apps/qcop |
44 | core/apps/oipkg core/apps/qcop |
40 | |
45 | |
41 | COREMULTIMEDIA = core/multimedia/opieplayer |
46 | COREMULTIMEDIA = core/multimedia/opieplayer |
42 | |
47 | |
43 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
48 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
44 | core/settings/systemtime core/settings/citytime \ |
49 | core/settings/systemtime core/settings/citytime \ |
45 | |
50 | |
46 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
51 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
@@ -73,25 +78,25 @@ NONNET = noncore/net/netsetup noncore/net/opieftp \ |
73 | noncore/mail |
78 | noncore/mail |
74 | |
79 | |
75 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
80 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
76 | noncore/graphics/qpdf noncore/apps/confedit |
81 | noncore/graphics/qpdf noncore/apps/confedit |
77 | |
82 | |
78 | |
83 | |
79 | NONCOMM = noncore/comm/keypebble |
84 | NONCOMM = noncore/comm/keypebble |
80 | |
85 | |
81 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
86 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
82 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
87 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
83 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
88 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
84 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
89 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
85 | $(NONCOMM) $(GAMES) |
90 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
86 | |
91 | |
87 | |
92 | |
88 | |
93 | |
89 | NONTMAKEAPPS := ipaq/opiealarm |
94 | NONTMAKEAPPS := ipaq/opiealarm |
90 | |
95 | |
91 | DOCS = docs/src/opie-policy |
96 | DOCS = docs/src/opie-policy |
92 | single: mpegplayer/libmpeg3 |
97 | single: mpegplayer/libmpeg3 |
93 | |
98 | |
94 | dynamic: $(APPS) $(NONTMAKEAPPS) |
99 | dynamic: $(APPS) $(NONTMAKEAPPS) |
95 | |
100 | |
96 | docs: $(DOCS) |
101 | docs: $(DOCS) |
97 | |
102 | |
|