summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2002-11-05 23:37:27 (UTC)
committer kergoth <kergoth>2002-11-05 23:37:27 (UTC)
commit13156cd96f31a0936678dd591ace63b4e7525fe9 (patch) (unidiff)
tree5cde581394082c6adacdcf12c87db5bdf2a68ab9 /Makefile
parentcc85b20f907834b72222b15189698b4c48b53ee6 (diff)
downloadopie-13156cd96f31a0936678dd591ace63b4e7525fe9.zip
opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.gz
opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.bz2
moved single into unsupported, until someone updates it and makes it usable again
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 153bab8..dbbd150 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,6 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
109NONTMAKEAPPS := ipaq/opiealarm 109NONTMAKEAPPS := ipaq/opiealarm
110 110
111DOCS = docs/src/opie-policy 111DOCS = docs/src/opie-policy
112single: mpegplayer/libmpeg3
113 112
114dynamic: $(APPS) $(NONTMAKEAPPS) 113dynamic: $(APPS) $(NONTMAKEAPPS)
115 114
@@ -119,14 +118,13 @@ $(COMPONENTS): $(LIBS)
119 118
120$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 119$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
121 120
122$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 121$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS):
123 $(MAKE) -C $@ -f Makefile 122 $(MAKE) -C $@ -f Makefile
124 123
125showcomponents: 124showcomponents:
126 @echo $(LIBS) $(APPS) $(COMPONENTS) single 125 @echo $(LIBS) $(APPS) $(COMPONENTS)
127 126
128clean: 127clean:
129 $(MAKE) -C single -f Makefile $@
130 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 128 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
131 129
132lupdate: 130lupdate:
@@ -136,4 +134,4 @@ lrelease:
136 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 134 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
137 135
138 136
139.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 137.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean