Mercurial > mplayer.hg
comparison Makefile @ 26864:428910380407
cosmetics: Move toolsclean target to a better place.
author | diego |
---|---|
date | Tue, 27 May 2008 11:37:50 +0000 |
parents | 6a5879b897b5 |
children | 626865450a91 |
comparison
equal
deleted
inserted
replaced
26863:6a5879b897b5 | 26864:428910380407 |
---|---|
921 TOOLS/netstream$(EXESUF) \ | 921 TOOLS/netstream$(EXESUF) \ |
922 | 922 |
923 tools: $(TOOLS) | 923 tools: $(TOOLS) |
924 alltools: $(ALLTOOLS) | 924 alltools: $(ALLTOOLS) |
925 | 925 |
926 toolsclean: | |
927 rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 | |
928 | |
926 TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image | 929 TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image |
927 | 930 |
928 TOOLS/subrip$(EXESUF): TOOLS/subrip.c vobsub.o spudec.o unrar_exec.o \ | 931 TOOLS/subrip$(EXESUF): TOOLS/subrip.c vobsub.o spudec.o unrar_exec.o \ |
929 libvo/aclib.o libswscale/libswscale.a libavutil/libavutil.a \ | 932 libvo/aclib.o libswscale/libswscale.a libavutil/libavutil.a \ |
930 $(TEST_OBJS) | 933 $(TEST_OBJS) |
962 $(TEST_OBJS) | 965 $(TEST_OBJS) |
963 | 966 |
964 TOOLS/netstream$(EXESUF): TOOLS/netstream.o $(NETSTREAM_DEPS) | 967 TOOLS/netstream$(EXESUF): TOOLS/netstream.o $(NETSTREAM_DEPS) |
965 $(CC) $(CFLAGS) -o $@ $^ | 968 $(CC) $(CFLAGS) -o $@ $^ |
966 | 969 |
967 toolsclean: | |
968 rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 | |
969 | |
970 -include $(DEPS) | 970 -include $(DEPS) |
971 | 971 |
972 .PHONY: all doxygen *install* recurse *tools | 972 .PHONY: all doxygen *install* recurse *tools |
973 .PHONY: checkheaders *clean dep depend tests | 973 .PHONY: checkheaders *clean dep depend tests |