author | llornkcor <llornkcor> | 2002-09-22 00:38:02 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-22 00:38:02 (UTC) |
commit | ad9e290551c610e4ccaafb20b72699b39b55d079 (patch) (unidiff) | |
tree | a50e2529dd2544dcb09f2c14d00cb6c137667e57 | |
parent | af1e2665f9d7b6ad8b10142e6a432fd1e6aa0c9d (diff) | |
download | opie-ad9e290551c610e4ccaafb20b72699b39b55d079.zip opie-ad9e290551c610e4ccaafb20b72699b39b55d079.tar.gz opie-ad9e290551c610e4ccaafb20b72699b39b55d079.tar.bz2 |
add opie-notesapplet
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,44 +1,44 @@ | |||
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/screenshotapplet core/applets/clipboardapplet \ | 16 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
17 | core/applets/cardmon core/applets/obex \ | 17 | core/applets/cardmon core/applets/obex \ |
18 | core/applets/vmemo noncore/net/netsetup/dialup \ | 18 | core/applets/vmemo noncore/net/netsetup/dialup \ |
19 | noncore/net/netsetup/lan \ | 19 | noncore/net/netsetup/lan \ |
20 | noncore/applets/wirelessapplet | 20 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
21 | 21 | ||
22 | MAIL= noncore/mail/libmail noncore/mail/bend | 22 | 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 \ | 35 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
36 | core/pim/today/plugins/todolist \ | 36 | core/pim/today/plugins/todolist \ |
37 | core/pim/today/plugins/mail \ | 37 | core/pim/today/plugins/mail \ |
38 | 38 | ||
39 | 39 | ||
40 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 40 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
41 | core/apps/textedit core/apps/embeddedkonsole \ | 41 | core/apps/textedit core/apps/embeddedkonsole \ |
42 | core/launcher \ | 42 | core/launcher \ |
43 | core/opie-login \ | 43 | core/opie-login \ |
44 | core/apps/oipkg core/apps/qcop | 44 | core/apps/oipkg core/apps/qcop |