Definition: The file used by .cmake for specifying C/C++ compiler options is known as 'Makefile'. Detailed definition: This is a text file that contains options specified in C/C++ language, such as linkage rules or include paths, which are used by Make to generate executables on the target system. The '.cmake.conf' file allows users to specify these options for each compilation unit they create.