summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-04-18 03:04:03 (UTC)
committer llornkcor <llornkcor>2002-04-18 03:04:03 (UTC)
commitaf5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2 (patch) (side-by-side diff)
tree35365e11fbc63462c190416bde75f7f434e6dda8
parent65748a36a621a19078789cc277a89c8a1f341351 (diff)
downloadopie-af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2.zip
opie-af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2.tar.gz
opie-af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2.tar.bz2
added advancedfm
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 4fd0be7..e7344ab 100644
--- a/Makefile
+++ b/Makefile
@@ -19,49 +19,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
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 \
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 noncore/appskey noncore/qpdf \
- noncore/kpacman
+ noncore/kpacman noncore/advancedfm
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