summaryrefslogtreecommitdiff
authorleseb <leseb>2002-05-06 18:29:53 (UTC)
committer leseb <leseb>2002-05-06 18:29:53 (UTC)
commit26c522550dc1736a463efbe8c1cdc19f83a85f5d (patch) (side-by-side diff)
treed7899dfbccfe4086c7b1d10191d8c6f75add8d68
parent077e813401fbbd3581ad99a63d5703c5075965cd (diff)
downloadopie-26c522550dc1736a463efbe8c1cdc19f83a85f5d.zip
opie-26c522550dc1736a463efbe8c1cdc19f83a85f5d.tar.gz
opie-26c522550dc1736a463efbe8c1cdc19f83a85f5d.tar.bz2
Fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b178d3f..53a97d7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,49 +30,48 @@ APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
filebrowser helpbrowser minesweep core/opieplayer \
settings/light-and-power \
settings/language \
settings/rotation \
settings/appearance \
settings/security \
settings/sound \
settings/systemtime \
settings/mediummount \
settings/tabmanager \
solitaire spreadsheet tetrix textedit \
todo wordgame embeddedkonsole launcher sysinfo \
parashoot snake citytime showimg netsetup core/wlansetup tableviewer \
core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \
noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \
noncore/kpacman noncore/advancedfm noncore/kbill
NONTMAKEAPPS := noncore/nethack
DOCS = docs/src/opie-policy
single: mpegplayer/libmpeg3
dynamic: $(APPS) $(NONTMAKEAPPS)
docs: $(DOCS)
$(COMPONENTS): $(LIBS)
$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
$(MAKE) -C $@ -f Makefile
showcomponents:
@echo $(LIBS) $(APPS) $(COMPONENTS) single
clean:
$(MAKE) -C single -f Makefile $@
for dir in $(NONTMAKEAPPS) $(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
lrelease:
for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
-AKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean