[MPlayer-cvslog] r26896 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue May 27 13:37:50 CEST 2008


Author: diego
Date: Tue May 27 13:37:50 2008
New Revision: 26896

Log:
cosmetics: Move toolsclean target to a better place.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 13:37:50 2008
@@ -923,6 +923,9 @@ ALLTOOLS = $(TOOLS) \
 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 @@ NETSTREAM_DEPS = libavutil/libavutil.a \
 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



More information about the MPlayer-cvslog mailing list