From 60b39e278621374569859f78170c1c170bf84c85 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 12:10:57 +0000 Subject: Give more descriptive names to the source and library variables and split between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2 --- tremor/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tremor/Makefile') diff --git a/tremor/Makefile b/tremor/Makefile index a3574905d3..ef02aa29aa 100644 --- a/tremor/Makefile +++ b/tremor/Makefile @@ -1,9 +1,8 @@ - -LIBNAME = libvorbisidec.a - include ../config.mak -SRCS = bitwise.c \ +LIBNAME_COMMON = libvorbisidec.a + +SRCS_COMMON = bitwise.c \ block.c \ codebook.c \ floor0.c \ -- cgit v1.2.3