RS08 Compiler > Output > Configuration for list of included files in make format

Use this panel to configure the list of included files in make format for the RS08 Compiler to generate the output.

The following table lists and describes the configuration for list of included files in make format options for RS08 compiler.

Table 1. Tool Settings - RS08 Compiler > Output > Configure Listing File Options
Option Description
Disable all (-LmCfg) This option is used when configuring the List of Included Files in Make Format (-Lm) option. The -LmCfg option is operative only if the -Lm option is also used. The -Lm option produces the `dependency' information for a make file.
Unix style paths (-LmCfg=x) Use this option to writes the path names in Unix style.
Update information (-LmCfg=u) This option updates the information in the output file. If the file does not exist, the Compiler creates the file. If the file exists and the current information is not yet in the file, the Compiler appends the information to the file. If the information is already present, the Compiler updates the information. This allows you to specify this suboption for each compilation ensuring that the make dependency file is always up to date.
Write path of object file (-LmCfg=o) This option writes the full name of the target object file.
Write path of main file (-LmCfg=m) This option writes the full path of the compiled file. This is necessary when there are files with the same name in different directories.
Use line continuation (-LmCfg=l) This option uses line continuation for each single entry in the dependency list. This improves readability.
Write path of included file (-LmCfg=i) This option writes the full path of all included files in the dependency list.