summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak15
1 files changed, 1 insertions, 14 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 605e828759..c84732161d 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -10,19 +10,6 @@ OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
-LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
-LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
-LIBS = $(LIBNAME_COMMON) $(LIBS-yes)
-
-libs: $(LIBS)
-
-$(LIBNAME_COMMON): $(OBJS_COMMON)
-$(LIBNAME_MPLAYER): $(OBJS_MPLAYER)
-$(LIBNAME_MENCODER): $(OBJS_MENCODER)
-$(LIBNAME_COMMON) $(LIBNAME_MPLAYER) $(LIBNAME_MENCODER):
- $(AR) r $@ $^
- $(RANLIB) $@
-
%.d: %.c
$(MPDEPEND_CMD) > $@
@@ -41,4 +28,4 @@ $(LIBNAME_COMMON) $(LIBNAME_MPLAYER) $(LIBNAME_MENCODER):
ALLHEADERS = $(wildcard *.h)
checkheaders: $(ALLHEADERS:.h=.ho)
-.PHONY: checkheaders libs *clean dep depend
+.PHONY: checkheaders *clean dep depend