Mercurial > libavcodec.hg
comparison Makefile @ 6589:591209dba27a libavcodec
Generate the list of files to clean in subdirectories in common.mak.
This way, it can be used from all directories.
author | diego |
---|---|
date | Sun, 13 Apr 2008 10:09:47 +0000 |
parents | d1a06d94040a |
children | 4a50b15dc17a |
comparison
equal
deleted
inserted
replaced
6588:d1a06d94040a | 6589:591209dba27a |
---|---|
465 bfin/vp3_idct_bfin.o \ | 465 bfin/vp3_idct_bfin.o \ |
466 | 466 |
467 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) | 467 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) |
468 TESTS-$(ARCH_X86) += cpuid-test$(EXESUF) motion-test$(EXESUF) | 468 TESTS-$(ARCH_X86) += cpuid-test$(EXESUF) motion-test$(EXESUF) |
469 | 469 |
470 CLEANFILES = apiexample$(EXESUF) | |
470 DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc | 471 DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc |
471 | |
472 CLEANFILES = $(addsuffix /*.o,$(DIRS)) $(addsuffix /*.ho,$(DIRS)) \ | |
473 $(addsuffix /*~,$(DIRS)) apiexample$(EXESUF) | |
474 | 472 |
475 include $(SUBDIR)../subdir.mak | 473 include $(SUBDIR)../subdir.mak |
476 | 474 |
477 $(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c | 475 $(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c |
478 $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) | 476 $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) |