summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-03-28 23:36:38 (UTC)
committer kergoth <kergoth>2002-03-28 23:36:38 (UTC)
commit58b028436ef7f9d529de7b450f4a84bb7dcf7cb0 (patch) (side-by-side diff)
tree7070286f0d34ed1653e1748edbe6703145a34990
parent092eafd03031a770819a42a3dd31f7e197ce1974 (diff)
downloadopie-58b028436ef7f9d529de7b450f4a84bb7dcf7cb0.zip
opie-58b028436ef7f9d529de7b450f4a84bb7dcf7cb0.tar.gz
opie-58b028436ef7f9d529de7b450f4a84bb7dcf7cb0.tar.bz2
moved taskbar/ to launcher/.
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 01aba30..1811a15 100644
--- a/Makefile
+++ b/Makefile
@@ -14,49 +14,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
launcher/volumeapplet \
launcher/clockapplet \
launcher/netmonapplet \
launcher/screenshotapplet \
launcher/vmemo \
netsetup/dialup \
netsetup/lan \
opiemail/ifaces/pop3 opiemail/ifaces/smtp \
mpegplayer/libmpeg3 \
mpegplayer/libmad \
mpegplayer/wavplugin \
cardmon \
sdmon
APPS=$(LOCALAPPS) core/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 wordgame embeddedkonsole launcher sysinfo \
+ todo wordgame embeddedkonsole taskbar sysinfo \
parashoot snake citytime showimg netsetup tableviewer \
qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \
noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers
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