diff tremor/Makefile @ 22528:8bcff5c7e387

Give more descriptive names to the source and library variables and split between common, MPlayer-specific and MEncoder-specific parts.
author diego
date Tue, 13 Mar 2007 12:10:57 +0000
parents 92b122592776
children 090ec2169aee
line wrap: on
line diff
--- a/tremor/Makefile	Tue Mar 13 10:33:33 2007 +0000
+++ b/tremor/Makefile	Tue Mar 13 12:10:57 2007 +0000
@@ -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 \