summaryrefslogtreecommitdiff
path: root/Makefile
Side-by-side diff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53a97d7..8213892 100644
--- a/Makefile
+++ b/Makefile
@@ -21,49 +21,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
netsetup/lan \
opiemail/ifaces/pop3 opiemail/ifaces/smtp \
core/opieplayer/libmpeg3 \
core/opieplayer/libmad \
core/opieplayer/wavplugin \
cardmon \
sdmon
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
+ noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote
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