rm -rf vlc_source/modules/YOUR_MODULE_TYPE/.deps They are generated during compilation, and Makefile includes them. It's used to force recompilation, when a header which is included to the given .c/.cpp file is changed. -- Best regards, Alexey "DarthGandalf" Sokolov