ChorusOS 5.0 Source Delivery Guide

.mf Files

The .mf suffix denotes make file.

The .mf files contain lists of source files. The .mf files are used during make sources when the binary file to be built uses many subdirectories, each subdirectory containing a variable number of files to be compiled.

Another form of .mf files are .lf files. The variables and macros used in the .mf and .lf files are listed in Table 4-10.

Table 4-10 Variables and Macros used in .mf and .lf Files

Variable 

Description 

C++SRCS  C++ source files
C_SRCS  C source files
AS_SRCS  Assembly code source files
M4_SRCS  M4 source files (assembly code source files preprocessed with m4).
OF_SRCS C++ source files used to produce offset files