comparison 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
comparison
equal deleted inserted replaced
22527:5dc92a83d58a 22528:8bcff5c7e387
1 include ../config.mak 1 include ../config.mak
2 2
3 SRCS = css.c \ 3 LIBNAME_COMMON = libdvdcss.a
4
5 SRCS_COMMON = css.c \
4 device.c \ 6 device.c \
5 error.c \ 7 error.c \
6 ioctl.c \ 8 ioctl.c \
7 libdvdcss.c \ 9 libdvdcss.c \
8 #bsdi_ioctl \ 10 #bsdi_ioctl \
9
10 LIBNAME = libdvdcss.a
11 11
12 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE \ 12 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE \
13 -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \ 13 -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
14 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\" 14 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"
15 15