Mercurial > libavcodec.hg
comparison Makefile @ 6591:45bcfc54aa80 libavcodec
Clear DIRS variable in common.mak, so it does not have to be cleared in
each subdirectory Makefile.
author | diego |
---|---|
date | Sun, 13 Apr 2008 10:37:30 +0000 |
parents | 4a50b15dc17a |
children | f76581c16848 |
comparison
equal
deleted
inserted
replaced
6590:4a50b15dc17a | 6591:45bcfc54aa80 |
---|---|
470 CLEANFILES = apiexample$(EXESUF) | 470 CLEANFILES = apiexample$(EXESUF) |
471 DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc | 471 DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc |
472 | 472 |
473 include $(SUBDIR)../subdir.mak | 473 include $(SUBDIR)../subdir.mak |
474 | 474 |
475 DIRS = | |
476 | |
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) |
479 $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME) | 477 $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME) |
480 $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fft-test.o $(SUBDIR)$(LIBNAME) | 478 $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fft-test.o $(SUBDIR)$(LIBNAME) |
481 $(SUBDIR)motion-test$(EXESUF): $(SUBDIR)motion-test.o $(SUBDIR)$(LIBNAME) | 479 $(SUBDIR)motion-test$(EXESUF): $(SUBDIR)motion-test.o $(SUBDIR)$(LIBNAME) |