summaryrefslogtreecommitdiff
authorleseb <leseb>2002-05-06 18:29:53 (UTC)
committer leseb <leseb>2002-05-06 18:29:53 (UTC)
commit26c522550dc1736a463efbe8c1cdc19f83a85f5d (patch) (unidiff)
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
@@ -46,33 +46,32 @@ APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
46 46
47NONTMAKEAPPS := noncore/nethack 47NONTMAKEAPPS := noncore/nethack
48 48
49DOCS = docs/src/opie-policy 49DOCS = docs/src/opie-policy
50single: mpegplayer/libmpeg3 50single: mpegplayer/libmpeg3
51 51
52dynamic: $(APPS) $(NONTMAKEAPPS) 52dynamic: $(APPS) $(NONTMAKEAPPS)
53 53
54docs: $(DOCS) 54docs: $(DOCS)
55 55
56$(COMPONENTS): $(LIBS) 56$(COMPONENTS): $(LIBS)
57 57
58$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 58$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
59 59
60$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 60$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
61 $(MAKE) -C $@ -f Makefile 61 $(MAKE) -C $@ -f Makefile
62 62
63showcomponents: 63showcomponents:
64 @echo $(LIBS) $(APPS) $(COMPONENTS) single 64 @echo $(LIBS) $(APPS) $(COMPONENTS) single
65 65
66clean: 66clean:
67 $(MAKE) -C single -f Makefile $@ 67 $(MAKE) -C single -f Makefile $@
68 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 68 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
69 69
70lupdate: 70lupdate:
71 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 71 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
72 72
73lrelease: 73lrelease:
74 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 74 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
75 75
76 76
77.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 77.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
78AKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean