comparison mp3lib/Makefile @ 22537:fffc3a54fd66

Fix test program compilation.
author diego
date Tue, 13 Mar 2007 22:28:13 +0000
parents b19e2fb20a41
children 8a8a78f18786
comparison
equal deleted inserted replaced
22536:b19e2fb20a41 22537:fffc3a54fd66
26 include ../mpcommon.mak 26 include ../mpcommon.mak
27 27
28 decode_i586.o: decode_i586.c 28 decode_i586.o: decode_i586.c
29 $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $< 29 $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $<
30 30
31 %: %.c $(LIBNAME_COMMON) ../mp_msg-mencoder.o ../cpudetect.o 31 %: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o
32 $(CC) $(CFLAGS) -o $@ ../libvo/aclib.c $^ -lm 32 $(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm
33 33
34 distclean:: 34 distclean::
35 rm -f test test2 35 rm -f test test2