In line 57 of Makefile.am, there's a reference to a script called 'compile'. http://repo.or.cz/w/vlc.git/blob/HEAD:/Makefile.am#l57 But the script is not present in the sources, and I'm getting an error: gmake[2]: *** No rule to make target `compile', needed by `all-am'. Stop. What's the idea behind it?