From 7398abf3899f953eda95d925df6bcc64b08461ed Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Apr 2008 18:34:59 +0000 Subject: Get rid of now obsolete library rules and variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26587 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.mak | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'mpcommon.mak') 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 -- cgit v1.2.3