comparison Makefile @ 5056:bea5fb6c0999 libavcodec

Rename motion_test.c to motion-test.c, which is the naming scheme used by all other test programs. As a positive sideeffect, this makes the build system try to actually create the executable file.
author diego
date Mon, 21 May 2007 07:11:27 +0000
parents 34a5f37c4bf7
children 5b63f62602fa
comparison
equal deleted inserted replaced
5055:4ffb80ba1d2a 5056:bea5fb6c0999
445 imgresample-test: imgresample.c $(LIB) 445 imgresample-test: imgresample.c $(LIB)
446 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) 446 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
447 447
448 dct-test: dct-test.o fdctref.o $(LIB) 448 dct-test: dct-test.o fdctref.o $(LIB)
449 449
450 motion-test: motion_test.o $(LIB) 450 motion-test: motion-test.o $(LIB)
451 451
452 fft-test: fft-test.o mdct.o fft.o $(LIB) 452 fft-test: fft-test.o mdct.o fft.o $(LIB)
453 453
454 .PHONY: tests 454 .PHONY: tests