summaryrefslogtreecommitdiff
authordwmw2 <dwmw2>2002-04-16 00:38:48 (UTC)
committer dwmw2 <dwmw2>2002-04-16 00:38:48 (UTC)
commitdd762e765310eb8c721c210b10239c9dd14eb4ef (patch) (unidiff)
tree90b57ef46e8dfd1feabcfb384306828b08b5e6de
parentd4def4829c4d5734c78f2f732eaf4bf752bec9c7 (diff)
downloadopie-dd762e765310eb8c721c210b10239c9dd14eb4ef.zip
opie-dd762e765310eb8c721c210b10239c9dd14eb4ef.tar.gz
opie-dd762e765310eb8c721c210b10239c9dd14eb4ef.tar.bz2
add nethack
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 18b4b59..4fd0be7 100644
--- a/Makefile
+++ b/Makefile
@@ -44,2 +44,4 @@ APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
44 44
45NONTMAKEAPPS := noncore/nethack
46
45DOCS = docs/src/opie-policy 47DOCS = docs/src/opie-policy
@@ -47,3 +49,3 @@ single: mpegplayer/libmpeg3
47 49
48dynamic: $(APPS) 50dynamic: $(APPS) $(NONTMAKEAPPS)
49 51
@@ -53,5 +55,5 @@ $(COMPONENTS): $(LIBS)
53 55
54$(APPS): $(LIBS) $(COMPONENTS) 56$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
55 57
56$(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: 58$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
57 $(MAKE) -C $@ -f Makefile 59 $(MAKE) -C $@ -f Makefile
@@ -63,3 +65,3 @@ clean:
63 $(MAKE) -C single -f Makefile $@ 65 $(MAKE) -C single -f Makefile $@
64 for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 66 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
65 67
@@ -72,2 +74,2 @@ lrelease:
72 74
73.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 75.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean