comparison liba52/Makefile @ 22538:099a3c8158dd

Simplify test program compilation.
author diego
date Tue, 13 Mar 2007 22:32:22 +0000
parents 090ec2169aee
children afb7111123bb
comparison
equal deleted inserted replaced
22537:fffc3a54fd66 22538:099a3c8158dd
10 imdct.c \ 10 imdct.c \
11 parse.c \ 11 parse.c \
12 12
13 include ../mpcommon.mak 13 include ../mpcommon.mak
14 14
15 test: $(LIBNAME_COMMON) test.c 15 test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
16 $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm 16 $(CC) $(CFLAGS) -o $@ $^ -lm
17 17
18 distclean:: 18 distclean::
19 rm -f test 19 rm -f test