[FFmpeg-devel] [PATCH] Non-recursive makefiles

Amos Jeffries amos
Fri Mar 28 03:56:58 CET 2008


M?ns Rullg?rd wrote:
> This splendid patch makes the makefiles non-recursive, which is good
> in a number of ways.  Through some clever tricks, it is still possible
> to invoke make in a subdirectory to build only that library.
> 
> Please test.  If you're too lazy to help me test it, at least comment.
> 

Tested.

The results of:
	make distclean
	./configure &&
	make

Creating config.mak and config.h...
config.h is unchanged
libavcodec/Makefile:5: ../config.mak: No such file or directory
libavcodec/Makefile:468: ../common.mak: No such file or directory
libavdevice/Makefile:1: ../config.mak: No such file or directory
libavdevice/Makefile:26: ../common.mak: No such file or directory
libavformat/Makefile:5: ../config.mak: No such file or directory
libavformat/Makefile:199: ../common.mak: No such file or directory
libavutil/Makefile:1: ../config.mak: No such file or directory
libavutil/Makefile:44: ../common.mak: No such file or directory
"/src/ffmpeg"/version.sh "/src/ffmpeg"
make: *** No rule to make target `../common.mak'.  Stop.

Amos Jeffries




More information about the ffmpeg-devel mailing list