Mercurial > mplayer.hg
view liba52/Makefile @ 22784:afb7111123bb
Move test program removal on distclean to mpcommon.mak.
author | diego |
---|---|
date | Sat, 24 Mar 2007 15:03:57 +0000 |
parents | 099a3c8158dd |
children | 853622d14aa4 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = liba52.a SRCS_COMMON = crc.c \ resample.c \ bit_allocate.c \ bitstream.c \ downmix.c \ imdct.c \ parse.c \ include ../mpcommon.mak test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm