Mercurial > libavcodec.hg
comparison Makefile @ 6191:0bc5338a2e33 libavcodec
Move some lines in preparation for an upcoming commit.
author | diego |
---|---|
date | Sun, 27 Jan 2008 23:27:13 +0000 |
parents | b9d115ed13fa |
children | 3e13247560d4 |
comparison
equal
deleted
inserted
replaced
6190:2aa536e36c89 | 6191:0bc5338a2e33 |
---|---|
452 | 452 |
453 NAME=avcodec | 453 NAME=avcodec |
454 LIBVERSION=$(LAVCVERSION) | 454 LIBVERSION=$(LAVCVERSION) |
455 LIBMAJOR=$(LAVCMAJOR) | 455 LIBMAJOR=$(LAVCMAJOR) |
456 | 456 |
457 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) | |
458 ifeq ($(ARCH_X86),yes) | |
459 TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF) | |
460 endif | |
461 | |
457 include ../common.mak | 462 include ../common.mak |
458 | 463 |
459 clean:: | 464 clean:: |
460 rm -f \ | 465 rm -f \ |
461 alpha/*.o alpha/*~ \ | 466 alpha/*.o alpha/*~ \ |
467 ps2/*.o ps2/*~ \ | 472 ps2/*.o ps2/*~ \ |
468 sh4/*.o sh4/*~ \ | 473 sh4/*.o sh4/*~ \ |
469 sparc/*.o sparc/*~ \ | 474 sparc/*.o sparc/*~ \ |
470 apiexample$(EXESUF) $(TESTS) | 475 apiexample$(EXESUF) $(TESTS) |
471 | 476 |
472 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) | |
473 ifeq ($(ARCH_X86),yes) | |
474 TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF) | |
475 endif | |
476 | |
477 tests: apiexample$(EXESUF) $(TESTS) | 477 tests: apiexample$(EXESUF) $(TESTS) |
478 | 478 |
479 cpuid-test$(EXESUF): i386/cputest.c | 479 cpuid-test$(EXESUF): i386/cputest.c |
480 apiexample$(EXESUF): apiexample.o $(LIBNAME) | 480 apiexample$(EXESUF): apiexample.o $(LIBNAME) |
481 dct-test$(EXESUF): dct-test.o fdctref.o $(LIBNAME) | 481 dct-test$(EXESUF): dct-test.o fdctref.o $(LIBNAME) |