Closed esper closed 10 years ago
I agree, this is a real pain. We can either write all the dependencies into the Makefile (there are tools which you can use to do this automatically).
Or should we be switching to a managed build system which does it automatically (e.g. cmake)
Oh wow, I didn't know about dependency files. That's cool.
If there is a change in a header file, all source files that includes the header file should be re-built.