Hi all, Is jam capable of scanning header files to generate dependencies so that if a header file is modified then the C++ file that includes it is rebuilt, without me needing to specify all the header files manually? If so, could someone point me in the right direction to getting this working? Thanks, Craig.