summaryrefslogtreecommitdiff
authorzecke <zecke>2002-02-15 20:48:20 (UTC)
committer zecke <zecke>2002-02-15 20:48:20 (UTC)
commit756a71b71837bd6771bec8fc510e072a5f4233f8 (patch) (side-by-side diff)
tree2dd5b60f3192b300a139b19ba54abce727aa68a3
parentf2c4361270790b16b0d4625ac2616984290b0bab (diff)
downloadopie-756a71b71837bd6771bec8fc510e072a5f4233f8.zip
opie-756a71b71837bd6771bec8fc510e072a5f4233f8.tar.gz
opie-756a71b71837bd6771bec8fc510e072a5f4233f8.tar.bz2
remove opiemail/lib
add today
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cc4c50..2ee322b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,49 +12,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
taskbar/batteryapplet \
taskbar/volumeapplet \
taskbar/clockapplet \
taskbar/netmonapplet \
netsetup/dialup \
netsetup/lan \
mpegplayer/libmpeg3 \
mpegplayer/libmad \
mpegplayer/wavplugin \
cardmon \
sdmon
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 opiemail/converter opiemail/lib opiemail
+ qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/converter opiemail today
DOCS = docs/src/opie-policy
single: mpegplayer/libmpeg3
dynamic: $(APPS)
docs: $(DOCS)
$(COMPONENTS): $(LIBS)
$(APPS): $(LIBS) $(COMPONENTS)
$(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single:
$(MAKE) -C $@ -f Makefile
showcomponents:
@echo $(LIBS) $(APPS) $(COMPONENTS) single
clean:
$(MAKE) -C single -f Makefile $@
for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); 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