Incremental File Output And Makefiles
X.cpp: {read config record for dependencies}
Unfortunately, when the Makefile target is kept older than any dependency in its config record, Clearmake will insist that the build step be re-executed. The solution is effectively...
X.dummy: {read config record}
generate X.class {produces X.cpp, X.h}