From 7d4576cf79bc578ce7c103e4df70695346c7eec7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 17:42:36 +0200 Subject: Remove TOOLS/realcodecs I have no idea what these are about, but it's probably useless outdated crap. According to TOOLS/README, they are wrappers around some Real binary codecs. They were added in 2003, and never touched again (except for cosmetic changes). --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58bef81b85..10a2c1839e 100644 --- a/Makefile +++ b/Makefile @@ -765,7 +765,6 @@ alltools: $(addsuffix $(EXESUF),$(ALLTOOLS)) toolsclean: -$(RM) $(call ADD_ALL_EXESUFS,$(ALLTOOLS)) - -$(RM) TOOLS/realcodecs/*.so.6.0 TOOLS/bmovl-test$(EXESUF): -lSDL_image @@ -782,16 +781,6 @@ TOOLS/vivodump$(EXESUF): TOOLS/vivodump.c TOOLS/netstream$(EXESUF) TOOLS/vivodump$(EXESUF): $(subst mplayer.o,mplayer-nomain.o,$(OBJS_MPLAYER)) $(OBJS_COMMON) $(COMMON_LIBS) $(CC) $(CFLAGS) -o $@ $^ $(EXTRALIBS_MPLAYER) $(EXTRALIBS) -REAL_SRCS = $(wildcard TOOLS/realcodecs/*.c) -REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0) - -realcodecs: $(REAL_TARGETS) -realcodecs: CFLAGS += -g - -%.so.6.0: %.o - ld -shared -o $@ $< -ldl -lc - - -include $(DEP_FILES) .PHONY: all doxygen locales *install* *tools drivers -- cgit v1.2.3