diff 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
line wrap: on
line diff
--- a/Makefile	Wed Oct 17 23:02:35 2007 +0000
+++ b/Makefile	Thu Oct 18 09:34:49 2007 +0000
@@ -465,18 +465,18 @@
 
 tests: apiexample $(TESTS)
 
-apiexample: apiexample.o $(LIB)
+apiexample: apiexample.o $(LIBNAME)
 
 cpuid-test: i386/cputest.c
 	$(CC) $(CFLAGS) -DTEST -o $@ $<
 
-dct-test: dct-test.o fdctref.o $(LIB)
+dct-test: dct-test.o fdctref.o $(LIBNAME)
 
-fft-test: fft-test.o $(LIB)
+fft-test: fft-test.o $(LIBNAME)
 
-imgresample-test: imgresample.c $(LIB)
+imgresample-test: imgresample.c $(LIBNAME)
 	$(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
 
-motion-test: motion-test.o $(LIB)
+motion-test: motion-test.o $(LIBNAME)
 
 .PHONY: tests