Absolute paths that start with "./" are relative to the project root rather than the importing file.
Absolute paths that start with "/" are treated normally.
+ This is neither implemented nor supported by Featureless Make 0.6.x and earlier.
+
- code:"indexer"\:
This represents the name of the indexer program to use, such as code:"ar".
An indexer is often called a linker.
- code:"build_script"\:
When code:"yes", the build process will build any scripts, such as a Bash script.
- This is currently not implemented.
+
+ This is neither implemented nor supported by Featureless Make 0.6.x and earlier.
- code:"build_shared"\:
When code:"yes", the build process will compile any source code for any supported language that supports shared library linking.
Absolute paths that start with "./" are relative to the project root rather than the importing file.
Absolute paths that start with "/" are treated normally.
+ This is neither implemented nor supported by Featureless Make 0.6.x and earlier.
+
- code:"modes"\:
A collection of available build modes.
Build modes provide custom variants of the build process where certain bold:"settings" are appended onto others.
A sub-path representing the destination where the built library script files are placed.
This defaults to code:"script".
- This is currently not implemented.
+
+ This is neither implemented nor supported by Featureless Make 0.6.x and earlier.
- code:"path_library_shared"\:
A sub-path representing the destination where the built shared library files are placed.
A sub-path representing the destination where the built object script files are placed.
This defaults to code:"script".
- This is currently not implemented.
+
+ This is neither implemented nor supported by Featureless Make 0.6.x and earlier.
- code:"path_object_shared"\:
A sub-path representing the destination where the built object library files are placed.
A sub-path representing the destination where the built program script files are placed.
This defaults to code:"script".
- This is currently not implemented.
+
+ This is neither implemented nor supported by Featureless Make 0.6.x and earlier.
- code:"path_program_shared"\:
A sub-path representing the destination where the built shared program files are placed.