author | harlekin <harlekin> | 2002-09-15 21:51:51 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-15 21:51:51 (UTC) |
commit | 06dc621befb0dc8d0899a9cf80352ffc7fbb9443 (patch) (side-by-side diff) | |
tree | c939d7d3e7e598e0d762b8810485175ccb2e1d82 | |
parent | 0b644b439bb8512de36384011dc6a275c0c7540c (diff) | |
download | opie-06dc621befb0dc8d0899a9cf80352ffc7fbb9443.zip opie-06dc621befb0dc8d0899a9cf80352ffc7fbb9443.tar.gz opie-06dc621befb0dc8d0899a9cf80352ffc7fbb9443.tar.bz2 |
new today
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -23,24 +23,29 @@ MAIL= noncore/mail/libmail noncore/mail/bend PLAYER = core/multimedia/opieplayer/libmpeg3 \ core/multimedia/opieplayer/libmad \ core/multimedia/opieplayer/wavplugin \ core/multimedia/opieplayer/modplug COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) PIMAPPS = core/pim/addressbook core/pim/datebook \ core/pim/today core/pim/todo +TODAYPLUGINS = core/pim/today/plugins/datebook \ + core/pim/today/plugins/todolist \ + core/pim/today/plugins/mail \ + + COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ core/opie-login \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ core/settings/systemtime core/settings/citytime \ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ @@ -73,25 +78,25 @@ NONNET = noncore/net/netsetup noncore/net/opieftp \ noncore/mail NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ noncore/graphics/qpdf noncore/apps/confedit NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ $(NONAPPS) $(NONNET) $(NONMULT) \ - $(NONCOMM) $(GAMES) + $(NONCOMM) $(GAMES) $(TODAYPLUGINS) NONTMAKEAPPS := ipaq/opiealarm DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) $(NONTMAKEAPPS) docs: $(DOCS) |