comparison Makefile @ 5835:74db54e5f428 libavcodec

Rename LIB to LIBNAME for consistency.
author diego
date Thu, 18 Oct 2007 09:34:49 +0000
parents 4beef9d0e663
children 82ac47c0c6dd
comparison
equal deleted inserted replaced
5834:1edffbe7d57d 5835:74db54e5f428
463 TESTS+= cpuid-test motion-test 463 TESTS+= cpuid-test motion-test
464 endif 464 endif
465 465
466 tests: apiexample $(TESTS) 466 tests: apiexample $(TESTS)
467 467
468 apiexample: apiexample.o $(LIB) 468 apiexample: apiexample.o $(LIBNAME)
469 469
470 cpuid-test: i386/cputest.c 470 cpuid-test: i386/cputest.c
471 $(CC) $(CFLAGS) -DTEST -o $@ $< 471 $(CC) $(CFLAGS) -DTEST -o $@ $<
472 472
473 dct-test: dct-test.o fdctref.o $(LIB) 473 dct-test: dct-test.o fdctref.o $(LIBNAME)
474 474
475 fft-test: fft-test.o $(LIB) 475 fft-test: fft-test.o $(LIBNAME)
476 476
477 imgresample-test: imgresample.c $(LIB) 477 imgresample-test: imgresample.c $(LIBNAME)
478 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) 478 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
479 479
480 motion-test: motion-test.o $(LIB) 480 motion-test: motion-test.o $(LIBNAME)
481 481
482 .PHONY: tests 482 .PHONY: tests