Mercurial > libavcodec.hg
comparison Makefile @ 6590:4a50b15dc17a libavcodec
Unset DIRS after including subdir.mak so that the variable is not used
in the other subdirectory Makefiles.
author | diego |
---|---|
date | Sun, 13 Apr 2008 10:22:46 +0000 |
parents | 591209dba27a |
children | 45bcfc54aa80 |
comparison
equal
deleted
inserted
replaced
6589:591209dba27a | 6590:4a50b15dc17a |
---|---|
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 | |
475 $(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c | 477 $(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c |
476 $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) | 478 $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) |
477 $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME) | 479 $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME) |
478 $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fft-test.o $(SUBDIR)$(LIBNAME) | 480 $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fft-test.o $(SUBDIR)$(LIBNAME) |
479 $(SUBDIR)motion-test$(EXESUF): $(SUBDIR)motion-test.o $(SUBDIR)$(LIBNAME) | 481 $(SUBDIR)motion-test$(EXESUF): $(SUBDIR)motion-test.o $(SUBDIR)$(LIBNAME) |