author | zecke <zecke> | 2002-02-06 02:47:34 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-02-06 02:47:34 (UTC) |
commit | f9c1ae9958d40885657a5a974c944cc2ccddbea4 (patch) (side-by-side diff) | |
tree | ecfb44f994ae56c39910c2806f013d70e669ac81 | |
parent | 4d7267303fe29d883ed5c38e804046c7bfec6c9a (diff) | |
download | opie-f9c1ae9958d40885657a5a974c944cc2ccddbea4.zip opie-f9c1ae9958d40885657a5a974c944cc2ccddbea4.tar.gz opie-f9c1ae9958d40885657a5a974c944cc2ccddbea4.tar.bz2 |
Check in of opieMail a MailClient
OMail is not ready for primetype yet but I want others
to have a chanche to see what is allready there and will be needed
for the creation a full blown PDA MailClient
Currently it relies on that somebody parsed MBoxes put up a log
and installs it somewhere. This will change pretty soon.
Allowing reading MBox itself, pop3, smtp and maybe even imap
Please check out README and TODO in opiemail/
there's no .desktop file on purpose. Don't let users play was an
unifnished app.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,60 +1,60 @@ default: dynamic LIBS=library COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ inputmethods/pickboard \ inputmethods/handwriting \ inputmethods/unikeyboard \ inputmethods/jumpx \ taskbar/batteryapplet \ taskbar/volumeapplet \ taskbar/clockapplet \ taskbar/netmonapplet \ netsetup/dialup \ netsetup/lan \ mpegplayer/libmpeg3 \ mpegplayer/libmad \ mpegplayer/wavplugin \ cardmon APPS=$(LOCALAPPS) addressbook calculator clock datebook \ filebrowser helpbrowser minesweep mpegplayer \ settings/light-and-power \ settings/language \ settings/rotation \ settings/appearance \ settings/security \ settings/sound \ settings/systemtime \ solitaire spreadsheet tetrix textedit \ todo tux wordgame embeddedkonsole taskbar sysinfo \ parashoot snake citytime showimg netsetup \ - qipkg mindbreaker go qasteroids qcop fifteen keypebble + qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/lib opiemail single: mpegplayer/libmpeg3 dynamic: $(APPS) $(COMPONENTS): $(LIBS) $(APPS): $(LIBS) $(COMPONENTS) $(LIBS) $(COMPONENTS) $(APPS) single: $(MAKE) -C $@ -f Makefile showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) single clean: $(MAKE) -C single -f Makefile $@ for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lupdate: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) single showcomponents clean |