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 --- libvo/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index 77e5100966..b07c0ab62f 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -1,12 +1,9 @@ include ../config.mak -LIBNAME = libvo.a LIBNAME2 = libosd.a - -LIBS =$(LIBNAME2) ifeq ($(MPLAYER),yes) -LIBS+=$(LIBNAME) +LIBNAME = libvo.a endif SRCS=aspect.c \ @@ -45,9 +42,3 @@ include ../mpcommon.mak .m.o: $(CC) -c $(CFLAGS) -o $@ $< - -all: $(LIBS) - -$(LIBNAME2): $(OBJS2) - $(AR) r $@ $^ - $(RANLIB) $@ -- cgit v1.2.3