comparison libfaad2/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
2 LIBNAME = libfaad2.a
3
4 include ../config.mak 1 include ../config.mak
5 2
6 SRCS = bits.c \ 3 LIBNAME_COMMON = libfaad2.a
4
5 SRCS_COMMON = bits.c \
7 cfft.c \ 6 cfft.c \
8 common.c \ 7 common.c \
9 decoder.c \ 8 decoder.c \
10 drc.c \ 9 drc.c \
11 drm_dec.c \ 10 drm_dec.c \