author | llornkcor <llornkcor> | 2002-10-31 20:05:42 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-31 20:05:42 (UTC) |
commit | 6f6bf05d544a579d513c476453483ef9bedad49f (patch) (unidiff) | |
tree | ea53051a866b136432829d73fa7f59c108269053 | |
parent | 6a5a109fd55590ff176b29ac8533d36d9d204a63 (diff) | |
download | opie-6f6bf05d544a579d513c476453483ef9bedad49f.zip opie-6f6bf05d544a579d513c476453483ef9bedad49f.tar.gz opie-6f6bf05d544a579d513c476453483ef9bedad49f.tar.bz2 |
added stockticker
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,48 +17,49 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | |||
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/interfaces \ |
22 | noncore/net/networksetup/wlan \ | 22 | noncore/net/networksetup/wlan \ |
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
24 | 24 | ||
25 | MAIL= noncore/mail/libmail noncore/mail/bend | 25 | MAIL= noncore/mail/libmail noncore/mail/bend |
26 | 26 | ||
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
28 | core/multimedia/opieplayer/libmad \ | 28 | core/multimedia/opieplayer/libmad \ |
29 | core/multimedia/opieplayer/wavplugin \ | 29 | core/multimedia/opieplayer/wavplugin \ |
30 | core/multimedia/opieplayer/modplug | 30 | core/multimedia/opieplayer/modplug |
31 | 31 | ||
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 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 | 42 | ||
42 | 43 | ||
43 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 44 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
44 | core/apps/textedit core/apps/embeddedkonsole \ | 45 | core/apps/textedit core/apps/embeddedkonsole \ |
45 | core/launcher \ | 46 | core/launcher \ |
46 | core/opie-login \ | 47 | core/opie-login \ |
47 | core/apps/oipkg core/apps/qcop | 48 | core/apps/oipkg core/apps/qcop |
48 | 49 | ||
49 | COREMULTIMEDIA = core/multimedia/opieplayer | 50 | COREMULTIMEDIA = core/multimedia/opieplayer |
50 | 51 | ||
51 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 52 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
52 | noncore/settings/netsystemtime core/settings/citytime \ | 53 | noncore/settings/netsystemtime core/settings/citytime \ |
53 | core/settings/launcher | 54 | core/settings/launcher |
54 | 55 | ||
55 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 56 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
56 | noncore/settings/appearance2 noncore/settings/sound \ | 57 | noncore/settings/appearance2 noncore/settings/sound \ |
57 | noncore/settings/mediummount \ | 58 | noncore/settings/mediummount \ |
58 | noncore/settings/tabmanager noncore/settings/appskey \ | 59 | noncore/settings/tabmanager noncore/settings/appskey \ |
59 | noncore/settings/sshkeys noncore/settings/usermanager \ | 60 | noncore/settings/sshkeys noncore/settings/usermanager \ |
60 | noncore/settings/backup | 61 | noncore/settings/backup |
61 | 62 | ||
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 63 | 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 |