summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa59e8d..4cc4c50 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/lib opiemail
+ qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/converter opiemail/lib opiemail
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