comparison Makefile @ 979:979f3cbd08a2 libavcodec

tests link all libavcodec
author bellard
date Tue, 07 Jan 2003 23:47:09 +0000
parents e05d525505c5
children 7701ff462e3a
comparison
equal deleted inserted replaced
978:fd31916942ef 979:979f3cbd08a2
158 # testing progs 158 # testing progs
159 159
160 imgresample-test: imgresample.c 160 imgresample-test: imgresample.c
161 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm 161 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
162 162
163 dct-test: dct-test.o jfdctfst.o jfdctint.o i386/fdct_mmx.o\ 163 dct-test: dct-test.o fdctref.o $(LIB)
164 fdctref.o jrevdct.o i386/idct_mmx.o simple_idct.o i386/simple_idct_mmx.o
165 $(CC) -o $@ $^ -lm 164 $(CC) -o $@ $^ -lm
166 165
167 motion-test: motion_test.o $(LIB) 166 motion-test: motion_test.o $(LIB)
168 $(CC) -o $@ $^ -lm 167 $(CC) -o $@ $^ -lm
169 168