Check dependencies for build targets
I think there are still many build targets which do not include their dependencies properly. For instance, make testTrackingLine
executed in a clean build environment fails. It works only if you build everything together, when the dependencies are already provided by previously built targets.