author | kergoth <kergoth> | 2002-11-05 23:37:27 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 23:37:27 (UTC) |
commit | 13156cd96f31a0936678dd591ace63b4e7525fe9 (patch) (side-by-side diff) | |
tree | 5cde581394082c6adacdcf12c87db5bdf2a68ab9 | |
parent | cc85b20f907834b72222b15189698b4c48b53ee6 (diff) | |
download | opie-13156cd96f31a0936678dd591ace63b4e7525fe9.zip opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.gz opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.bz2 |
moved single into unsupported, until someone updates it and makes it usable again
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -106,34 +106,32 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ NONTMAKEAPPS := ipaq/opiealarm 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: +$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): $(MAKE) -C $@ -f Makefile showcomponents: - @echo $(LIBS) $(APPS) $(COMPONENTS) single + @echo $(LIBS) $(APPS) $(COMPONENTS) clean: - $(MAKE) -C single -f Makefile $@ for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lupdate: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done -.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean +.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean |