Mercurial > mplayer.hg
changeset 26864:428910380407
cosmetics: Move toolsclean target to a better place.
author | diego |
---|---|
date | Tue, 27 May 2008 11:37:50 +0000 |
parents | 6a5879b897b5 |
children | aa81249bfedb |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue May 27 11:31:57 2008 +0000 +++ b/Makefile Tue May 27 11:37:50 2008 +0000 @@ -923,6 +923,9 @@ tools: $(TOOLS) alltools: $(ALLTOOLS) +toolsclean: + rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 + TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image TOOLS/subrip$(EXESUF): TOOLS/subrip.c vobsub.o spudec.o unrar_exec.o \ @@ -964,9 +967,6 @@ TOOLS/netstream$(EXESUF): TOOLS/netstream.o $(NETSTREAM_DEPS) $(CC) $(CFLAGS) -o $@ $^ -toolsclean: - rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 - -include $(DEPS) .PHONY: all doxygen *install* recurse *tools