From e6b3cc9b3d102d0ff77ca6a137e5a53408c86b8d Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Nov 2006 01:40:39 +0000 Subject: Move common code for generating multiple libraries to mpcommon.mak. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21303 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 12289c95e3..555aa09550 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -2,11 +2,8 @@ include ../config.mak LIBNAME = libmpcodecs.a -LIBNAME2 = libmpencoders.a - -LIBS =$(LIBNAME) ifeq ($(MENCODER),yes) -LIBS+=$(LIBNAME2) +LIBNAME2 = libmpencoders.a endif SRCS = native/minilzo.c \ @@ -176,12 +173,6 @@ CFLAGS = -I.. \ include ../mpcommon.mak -all: $(LIBS) - -$(LIBNAME2): $(OBJS2) - $(AR) r $@ $^ - $(RANLIB) $@ - clean:: rm -f native/*.o native/*.a native/*~ -- cgit v1.2.3