diff libdvdcss/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/libdvdcss/Makefile	Tue Mar 13 10:33:33 2007 +0000
+++ b/libdvdcss/Makefile	Tue Mar 13 12:10:57 2007 +0000
@@ -1,14 +1,14 @@
 include ../config.mak
 
-SRCS = css.c \
+LIBNAME_COMMON = libdvdcss.a
+
+SRCS_COMMON = css.c \
        device.c \
        error.c \
        ioctl.c \
        libdvdcss.c \
        #bsdi_ioctl \
 
-LIBNAME = libdvdcss.a
-
 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE \
 	-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
 	-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"