[FFmpeg-devel] distclean and depend

matthieu castet castet.matthieu
Fri Jun 20 19:48:09 CEST 2008


M?ns Rullg?rd wrote:
> Michel Bardiaux <mbardiaux at mediaxim.be> writes:
> 
>> "make distclean" generates all the .d files, then removes them. Is the 
>> former actually necessary?
> 
> No, it's not necessary, but I don't know of a simple way to make it
> not happen.  GNU make tries to generate any included files before
> doing anything else.
> 
May be not including the file on distclean will work :

ifeq ($(filter distclean,$(MAKECMDGOALS)),)
-include $(DEPS)
endif




More information about the ffmpeg-devel mailing list