Next: Files generated when targeting C, Previous: Timestamp files, Up: Filenames [Contents][Index]
The ‘mmake’ build tool gets the information it needs about the program being built from Makefile fragments automatically generated by the Mercury compiler. These fragments come from files with the following extensions.
.dep and .dv files are built as part of the initial setup of the program, when ‘mmc’ is invoked with ‘--generate-dependencies’ (or some related options). .d files contain information about a single module, and they are updated (if needed) by every recompilation of that module.