comparison Makefile @ 3934:f2f03d25e58c libavcodec

imgresample-test depends on $(LIB).
author diego
date Thu, 05 Oct 2006 00:51:40 +0000
parents ed92e541db41
children 663ff849562b
comparison
equal deleted inserted replaced
3933:ed92e541db41 3934:f2f03d25e58c
437 cpuid_test: i386/cputest.c 437 cpuid_test: i386/cputest.c
438 $(CC) $(CFLAGS) -D__TEST__ -o $@ $< 438 $(CC) $(CFLAGS) -D__TEST__ -o $@ $<
439 439
440 # testing progs 440 # testing progs
441 441
442 imgresample-test: imgresample.c 442 imgresample-test: imgresample.c $(LIB)
443 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm 443 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
444 444
445 dct-test: dct-test.o fdctref.o $(LIB) 445 dct-test: dct-test.o fdctref.o $(LIB)
446 $(CC) -o $@ $^ $(EXTRALIBS) 446 $(CC) -o $@ $^ $(EXTRALIBS)
447 447