|
diff --git a/Makefile b/Makefile index 5b4c86b..34a9cd9 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -33,33 +33,32 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
33 | |
33 | |
34 | |
34 | |
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
36 | core/pim/today core/pim/todo |
36 | core/pim/today core/pim/todo |
37 | |
37 | |
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
39 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/todolist \ |
40 | core/pim/today/plugins/mail \ |
40 | core/pim/today/plugins/mail \ |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
42 | noncore/todayplugins/fortune \ |
42 | noncore/todayplugins/fortune \ |
43 | noncore/todayplugins/weather |
43 | noncore/todayplugins/weather |
44 | |
44 | |
45 | |
45 | |
46 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
46 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
47 | core/apps/textedit core/apps/embeddedkonsole \ |
47 | core/apps/textedit core/apps/embeddedkonsole \ |
48 | core/launcher \ |
48 | core/launcher \ |
49 | core/launcher/libpreload \ |
| |
50 | core/opie-login \ |
49 | core/opie-login \ |
51 | core/apps/oipkg core/apps/qcop |
50 | core/apps/oipkg core/apps/qcop |
52 | |
51 | |
53 | COREMULTIMEDIA = core/multimedia/opieplayer |
52 | COREMULTIMEDIA = core/multimedia/opieplayer |
54 | |
53 | |
55 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
54 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
56 | noncore/settings/netsystemtime core/settings/citytime \ |
55 | noncore/settings/netsystemtime core/settings/citytime \ |
57 | core/settings/launcher |
56 | core/settings/launcher |
58 | |
57 | |
59 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
58 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
60 | noncore/settings/appearance2 noncore/settings/sound \ |
59 | noncore/settings/appearance2 noncore/settings/sound \ |
61 | noncore/settings/mediummount \ |
60 | noncore/settings/mediummount \ |
62 | noncore/settings/tabmanager noncore/settings/appskey \ |
61 | noncore/settings/tabmanager noncore/settings/appskey \ |
63 | noncore/settings/sshkeys noncore/settings/usermanager \ |
62 | noncore/settings/sshkeys noncore/settings/usermanager \ |
64 | noncore/settings/backup |
63 | noncore/settings/backup |
65 | |
64 | |
@@ -95,33 +94,33 @@ NONNET = noncore/net/networksetup \ |
95 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
94 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
96 | noncore/graphics/qpdf noncore/apps/confedit |
95 | noncore/graphics/qpdf noncore/apps/confedit |
97 | |
96 | |
98 | |
97 | |
99 | NONCOMM = noncore/comm/keypebble |
98 | NONCOMM = noncore/comm/keypebble |
100 | |
99 | |
101 | PLUGINS = freetype |
100 | PLUGINS = freetype |
102 | |
101 | |
103 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
102 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
104 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
103 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
105 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
104 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
106 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
105 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
107 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
106 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
108 | |
107 | |
109 | |
108 | |
110 | |
109 | |
111 | NONTMAKEAPPS := root/opiealarm |
110 | NONTMAKEAPPS := core/opiealarm |
112 | |
111 | |
113 | DOCS = docs/src/opie-policy |
112 | DOCS = docs/src/opie-policy |
114 | |
113 | |
115 | dynamic: $(APPS) $(NONTMAKEAPPS) |
114 | dynamic: $(APPS) $(NONTMAKEAPPS) |
116 | |
115 | |
117 | docs: $(DOCS) |
116 | docs: $(DOCS) |
118 | |
117 | |
119 | $(COMPONENTS): $(LIBS) |
118 | $(COMPONENTS): $(LIBS) |
120 | |
119 | |
121 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
120 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
122 | |
121 | |
123 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): |
122 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): |
124 | $(MAKE) -C $@ -f Makefile |
123 | $(MAKE) -C $@ -f Makefile |
125 | |
124 | |
126 | showcomponents: |
125 | showcomponents: |
127 | @echo $(LIBS) $(APPS) $(COMPONENTS) |
126 | @echo $(LIBS) $(APPS) $(COMPONENTS) |
|