From 897f08282c5b62ab6cfde1d2c3322f9ce9d397c8 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 30 Jan 2023 20:31:32 -0600 Subject: [PATCH] Update: Featureless Make man page documentation. Move the specification details into man (5) pages. This further allows for more explicit declaration of the license of the specifications. The following are the commands used to help generated these man pages. fss_basic_list_read dependencies.txt +Q -cn "Dependencies Specification" | iki_read +Q -w -WWW code '\fB' '\fR' bold '\fB' '\fR' FLL '\fB' '\fR' fss_basic_list_read defines.txt +Q -cn "Defines Specification" | iki_read +Q -w -WW code '\fB' '\fR' bold '\fB' '\fR' fss_basic_list_read fakefile.txt +Q -cn "Fakefile Specification" | iki_read +Q -w -WW character '\fB' '\fR' code '\fB' '\fR' fss_basic_list_read settings.txt +Q -cn "Settings Specification" | iki_read +Q -w -WW character '\fB' '\fR' code '\fB' '\fR' fss_basic_list_read fakefile.txt +Q -cn "Fakefile Documentation" | iki_read +Q -w -rrr ASCII ASCII GCC GCC HTML HTML -WW character '\fB' '\fR' code '\fB' '\fR' fss_basic_list_read settings.txt +Q -cn "Settings Documentation" | iki_read +Q -w -rr ASCII ASCII FLL FLL -WW character '\fB' '\fR' code '\fB' '\fR' --- level_3/fake/data/documentation/man/man1/fake.1 | 688 +------------------ .../data/documentation/man/man5/fake-defines.5 | 27 + .../data/documentation/man/man5/fake-depedencies.5 | 28 + .../data/documentation/man/man5/fake-fakefile.5 | 764 +++++++++++++++++++++ .../data/documentation/man/man5/fake-settings.5 | 682 ++++++++++++++++++ 5 files changed, 1507 insertions(+), 682 deletions(-) create mode 100644 level_3/fake/data/documentation/man/man5/fake-defines.5 create mode 100644 level_3/fake/data/documentation/man/man5/fake-depedencies.5 create mode 100644 level_3/fake/data/documentation/man/man5/fake-fakefile.5 create mode 100644 level_3/fake/data/documentation/man/man5/fake-settings.5 diff --git a/level_3/fake/data/documentation/man/man1/fake.1 b/level_3/fake/data/documentation/man/man1/fake.1 index 052b144..a5a0070 100644 --- a/level_3/fake/data/documentation/man/man1/fake.1 +++ b/level_3/fake/data/documentation/man/man1/fake.1 @@ -15,7 +15,7 @@ In addition, there is a \fBsettings\fR file that utilizes hard-coded functionali The use of a \fBsettings\fR file can greatly simplify or even obviate the need for a \fBfakefile\fR in some limited cases. The default operation, called the \fBmake\fB operation, operates against this \fBfakefile\fR. -The \fBbuild\fR operation utilises the \fBsettings\fR file. +The \fBbuild\fR operation utilizes the \fBsettings\fR file. When performing the build operation, the \fB\-\-mode\fR parameter specifies a name (limited to alpha-numeric, underscore, and dash) to be used in addition to the global. For example, when a mode of '\fBfll_monolithic\fR' is specified, build libraries from both '\fBbuild_libraries\fR' and '\fBbuild_libraries\-fll_monolithic\fR' are used (but not '\fBbuild_libraries\-fll_level\fR'). @@ -116,688 +116,12 @@ Build or compile the code based on fakefile (default). .TP \fBskeleton\fR Build a skeleton directory structure. -.SH FAKEFILE SPECIFICATION +.SH SEE ALSO .PP -The fakefile file follows the \fBFSS-0005 (Somewhat Basic List)\fR format with a sub-format of \fBIKI-0002 (Simple Script)\fR. - -A fakefile is broken up into multiple Basic Lists, referred to as Sections, with two special purpose reserved Sections. -The Sections are broken up into multiple Extended Objects and their respective Contents, referred to as Section Operations. - -Each of these non-reserved Sections acts as a set to perform some set of Section Operations. -Each of these Section Operations perform a single command or action based on a set of reserved Section Operation types. -Each of these Section Operations have a set of Arguments associated with them. - -How these Arguments are interpreted and processed are specific to each Operation type. -The Section Operations are represented by the Extended Object name and the Extended Content represents the Operation Arguments. -Each of these Section Operations support IKI variable substitution within their respective Arguments. -The Operation Extended Object does not support IKI variable substitution. -The reserved Settings Section does not support IKI variable substitution. - -The \fBIKI-0002 (Simple Script)\fR vocabulary context is further clarified as follows: - \fBcontext\fR: The value is case-sensitive variable name. - \fBdefine\fR: The value must be a case-sensitive valid environment variable name (alpha-numeric or underscore, but no leading digits). - \fBparameter\fR: The value is a case-sensitive variable name. - Many parameters also support \fB:option\fR and \fB:value\fR appended at the end of the value. - -The reserved Section Objects are: - \fBsettings\fR: contains a list of Settings Objects and Content in \fBFSS-0001 (Extended)\fR format. - \fBmain:\fR contains a list of Operation Objects and Content in \fBFSS-0001 (Extended)\fR format. - -The Settings Objects are: - \fBcompiler\fR: Only one Content, which must only be a valid filename. - \fBdefine\fR: First Content represents variable name (case-sensitive), remaining Content represents the value. - \fBenvironment\fR: Zero or more Content representing valid environment variable names (alpha-numeric with underscore, but cannot begin with a number). - \fBfail\fR: Only one Content, which must be either \fBexit\fR, \fBwarn\fR or \fBignore\fR (quotes not required) (case-sensitive). - \fBimport\fR: Only one Content, which must only be a valid filename. - \fBindexer\fR: Only one Content, which must only be a valid filename. - \fBindexer_arguments: Zero or more arguments supported by the indexer specified in code:\fRbuild_indexer". - \fBload_build\fR: Only one Content, which must be either \fByes\fR or \fBno\fR (quotes not required) (case-sensitive). - \fBparameter\fR: First Content represents variable name (case-sensitive), remaining Content represents the value. - -The build settings may also be specified in the Settings Section. - -The Section Operation Objects are: - \fBand\fR: One or more Content. First Content is the condition or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the condition, etc..), remaining Content are specific to the condition. - \fBbreak\fR: Zero or one Content. If specified, First Content must be one of \fBsuccess\fR or \fBfailure\fR. - \fBbuild\fR: Zero or more Content. First Content represents file name of the settings file to use, second Content and on represent custom modes to use. - \fBclean\fR: Zero Content. - \fBclone\fR: Two or more Content representing paths to files. - \fBcompile\fR: One or more Content as parameters to compiler. - \fBcopy\fR: Two or more Content representing paths to files. - \fBdefine\fR: First Content represents variable name (case-sensitive), remaining Content represents the value. - \fBdelete\fR: One or more Content representing paths to files. - \fBdeletes\fR: One or more Content representing paths to files. - \fBelse\fR: Zero Content. - \fBexit\fR: Zero or one Content. If specified, first Content must be one of \fBsucceed\fR or \fBfail\fR. - \fBfail\fR: One Content. First Content must be one of \fBexit\fR, \fBwarn\fR, or \fBignore\fR (case-sensitive). - \fBgroup\fR: Two or more Content. First Content is group name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the group name or number, etc..), remaining Content are paths to files. - \fBgroups\fR: Two or more Content. First Content is group name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the group name or number, etc..), remaining Content are paths to files. - \fBif\fR: One or more Content. First Content is the condition or is \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the condition, etc..), remaining Content are specific to the condition. - \fBindex\fR: One or more Content. - \fBlink\fR: Two to Four Content. The first and second Content may be either \fBforce\fR or \fBstrict\fR, the second to last Content is the link target file, and the last Content is the pointer file (the link). - \fBmode\fR: Two or more Content. First Content is the mode, remaining Content are paths to files. - \fBmodes\fR: Two or more Content. First Content is the mode, remaining Content are paths to files. - \fBmove\fR: Two or more Content representing paths to files. - \fBoperate\fR: One Content. First Content is the name of a valid Section Object, except for the reserved Section Objects. - \fBor\fR: One or more Content. First Content is the condition or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the condition, etc..), remaining Content are specific to the condition. - \fBowner\fR: Two or more Content. First Content is owner name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the owner name or number, etc..), remaining Content are paths to files. - \fBowners\fR: Two or more Content. First Content is owner name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the owner name or number, etc..), remaining Content are paths to files. - \fBparameter\fR: First Content represents variable name (case-sensitive), remaining Content represents the value. - \fBpop\fR: Zero Content. - \fBprint\fR: Zero or more Content. - \fBrun\fR: One or more Content. First Content is the name of the program (or script) and all remaining Content are passed as arguments to the named program (or script). - \fBshell\fR: One or more Content. First Content is the file path of the program (or script) and all remaining Content are passed as arguments to the named program (or script). - \fBskeleton\fR: Zero Content. - \fBto\fR: One Content. First Content is the directory path. - \fBtop\fR: Zero Content. - \fBtouch\fR: Two or more Content. First Content is one of \fBfile\fR or \fBdirectory\fR, remaining Content are paths to files. - \fBwrite\fR: One or more Content. First Content the file to write to, remaining Content represent the string to write. - - The \fBif\fR Section Operation conditions are: - \fB==\fR: Two or more Content. - \fB>\fR: Two or more Content. - \fB<\fR: Two or more Content. - \fB>=\fR: Two or more Content. - \fB<=\fR: Two or more Content. - \fB<>\fR: Two or more Content. - \fBdefine\fR: One or more Content are valid environment variable name. - \fBexist\fR: One or more Content representing the files to check the existence of. - \fBfailure\fR: has no other Content. - \fBgroup\fR: First Content is the name of a group. Second or more Content are paths to files. - \fBis\fR: First Content is a list of \fBblock\fR, \fBcharacter\fR, \fBno_dereference\fR, \fBdirectory\fR, \fBfifo\fR, \fBlink\fR, \fBregular\fR , or \fBsocket\fR followed by "for" and then the remaining Content that are paths to files. - \fBmode\fR: First Content is either \fBhas\fR, \fBis\fR, or \fBno_dereference\fR. Second Content is a valid file mode. Third or more Content are paths to files. - \fBno_dereference\fR: A non-condition inserted before any of \fBexist\fR, \fBis\fR, and \fBmode\fR (then the second Content is the actual condition followed by any Content associated with that condition). - \fBnot\fR: First Content is one of \fBdefine\fR, \fBexist\fR, \fBgroup\fR, \fBis\fR, \fBmode\fR, \fBno_dereference\fR, \fBowner\fR, or \fBparameter\fR and all remaining Content are based on the first Content's \fBif\fR Section Operation Content rules. - \fBowner\fR: First Content is the name of an owner. Second or more Content are paths to files. - \fBparameter\fR: One or more Content are valid IKI names. - \fBsuccess\fR: has no other Content. - -The \fBif\fR Section Operation conditions and numbers: - The numbers may be represented in any of the forms: - \fBdecimal\fR: all numbers without a base-type prefix are of base-type 10, referred to as decimal. - \fBbinary\fR: all numbers with the prefix \fB0b\fR (uppercase or lowercase \fBb\fR) are of base-type 2, referred to as binary. - \fBoctal\fR: all numbers with the prefix \fB0o\fR (that is zero followed by the letter \fBo\fR, uppercase or lowercase \fBo\fR) are of base-type 8, referred to as octal. - \fBduodecimal\fR: all numbers with the prefix \fB0d\fR (uppercase or lowercase \fBd\fR) are of base-type 12, referred to as duodecimal. - \fBhexadecimal\fR: all numbers with the prefix \fB0x\fR (uppercase or lowercase \fBx\fR) are of base-type 16, referred to as hexadecimal. - - (At this time) The numbers may be of a max value of 2^64, or 18446744073709551615, positive or negative. - (At this time) The numbers may only be whole numbers. - Note: There are plans to impose no limits on the number size or any decimal values, but this requires significant work is not to be implemented at this time. - Once this restriction is lifted, it should be conditional upon an implementation for what the maximum supported numbers or digits may be. - - Only the following \fBif\fR Section Operation conditions use these operators: - \fB>\fR - \fB<\fR - \fB>=\fR - \fB<=\fR - -The \fBif\fR Section Operation condition \fBparameter\fR: - The following reserved words are available for parameter names: \fBbuild\fR, \fBcolor\fR, \fBcurrent\fR, \fBdata\fR, \fBdefine\fR, \fBfakefile\fR, \fBmode\fR, \fBprocess\fR, \fBreturn\fR, \fBsettings\fR, \fBsources\fR, \fBtop\fR, \fBverbosity\fR, and \fBwork\fR. - Each of the reserved words supports having \fB:option\fR and \fB:value\fR appended, such as: \fBwork:value\fR. -Fakefile Specification: -.SH SETTINGS SPECIFICATION -.PP -This describes intent and purposes of the build settings file settings. -The settings file is designed for very simple compilations that represent a single named program and/or a single named library. -For specific details on the allowed formatting, see the settings.txt under the specifications folder. - -\fBbuild_compiler\fR: - This represents the name of the compiler program to use, such as \fBgcc\fR. - - This defaults to \fBgcc\fR (the GNU C Compiler). - - The programs \fBgcc\fR and \fBclang\fR are known to work. - Many of the parameters in the settings file can be changed if not using GCC, but there may be certain hard-coded functionality that may need to be changed. - -\fBbuild_indexer\fR: - This represents the name of the indexer program to use, such as \fBar\fR. - An indexer is often called a linker. - - This defaults to \fBar\fR (the GNU \fBar\fR program). - Similar to \fBbuild_compiler\fR, any linker that supports the \fBar\fR program parameters is effectively supported. - -\fBbuild_indexer_arguments\fR: - This represents arguments needed to build an archive file from object files, such as \fBrcs\fR. - These arguments are placed immediately before the object files passed to the \fBindexer\fR program. - -\fBbuild_language\fR: - The programming language to build with. - The languages \fBc\fR and \fBc++\fR are supported (with \fBbash\fR as a consideration for support). - The \fBbash\fR language is not currently implemented and needs some consideration because there is nothing to compile. - The \fBbash\fR language will likely build a set of individual scripts, and perhaps script dependencies, into a single Bash script. - -\fBbuild_libraries\fR: - A collection of libraries to be linked against. - This should include the compiler specific parameter parts, such as the \fB-l\fR prefix in \fB-lc\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - -\fBbuild_libraries_shared\fR: - A collection of libraries to be linked against. - This should include the compiler specific parameter parts, such as the \fB-l\fR prefix in \fB-lc\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only shared builds. - -\fBbuild_libraries_static\fR: - A collection of libraries to be linked against. - This should include the compiler specific parameter parts, such as the \fB-l\fR prefix in \fB-lc\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only static builds. - -\fBbuild_objects_library\fR: - A collection of object files to be compile with when building libraries. - These are intended to represent already compiled object files. - These paths are relative to the \fBpath_object_script\fR, \fBpath_object_shared\fR, or \fBpath_object_static\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - -\fBbuild_objects_library_shared\fR: - A collection of object files to be compile with when building shared libraries. - These are intended to represent already compiled object files. - These paths are relative to the \fBpath_object_shared\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only shared builds. - -\fBbuild_objects_library_static\fR: - A collection of object files to be compile with when building static libraries. - These are intended to represent already compiled object files. - These paths are relative to the \fBpath_object_static\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only static builds. - -\fBbuild_objects_program\fR: - A collection of object files to be compile with when building programs. - These are intended to represent already compiled object files. - These paths are relative to the \fBpath_object_script\fR, \fBpath_object_shared\fR, or \fBpath_object_static\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - -\fBbuild_objects_program_shared\fR: - A collection of object files to be compile with when building shared programs. - These are intended to represent already compiled object files. - These paths are relative to the \fBpath_object_shared\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only shared builds. - -\fBbuild_objects_program_static\fR: - A collection of object files to be compile with when building static programs. - These are intended to represent already compiled object files. - These paths are relative to the \fBpath_object_static\fR. - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only static builds. - -\fBbuild_name\fR: - The name of the build, which often represent the project name. - If program sources are specified, then this will be used as the program name. - If library sources are specified, then this will be used in the library name, such as \fBlibX.so\fR where \fBX\fR would be the \fBbuild_name\fR value. - -\fBbuild_script\fR: - When \fByes\fR, the build process will build any scripts, such as a Bash script. - - This is neither implemented nor supported by Featureless Make 0.6.x and earlier. - -\fBbuild_shared\fR: - When \fByes\fR, the build process will compile any source code for any supported language that supports shared library linking. - -\fBbuild_sources_documentation\fR: - A collection of documentation files. - These are documentation files used by the project and are simply copied over to the build directory. - Unless a pre-process script (or in theory post-process script) is configured to alter these, they are not modified. - -\fBbuild_sources_headers\fR: - A collection of header files. - May include a relative sub-path to each individual header (such as: \fBlevel_0/a.h level_0/b.h level_1/c.h\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - -\fBbuild_sources_headers_shared\fR: - A collection of header files. - May include a relative sub-path to each individual header (such as: \fBlevel_0/a.h level_0/b.h level_1/c.h\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - Be careful not to have any conflicting names between this and build_sources_headers_static in case of when static and shared builds are both enabled. - These are applied to only shared builds. - -\fBbuild_sources_headers_static\fR: - A collection of header files. - May include a relative sub-path to each individual header (such as: \fBlevel_0/a.h level_0/b.h level_1/c.h\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These files are used when compiling the library. - Be careful not to have any conflicting names between this and build_sources_headers_shared in case of when static and shared builds are both enabled. - These are applied to only static builds. - -\fBbuild_sources_library\fR: - A collection of library related source files. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - -\fBbuild_sources_library_shared\fR: - A collection of library related source files. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only shared builds. - -\fBbuild_sources_library_static\fR: - A collection of library related source files. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These are applied to only static builds. - -\fBbuild_sources_object\fR: - A single source file used for generating an object file. - The source file is located within the path designated by \fBpath_sources_object\fR. - The built object does not get linked and therefore no linker arguments apply. - The built object file is named using the \fBbuild_name\fR with the \fB.o\fR extension. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c\fR). - -\fBbuild_sources_object_shared\fR: - A single source file used for generating an object file. - The source file is located within the path designated by \fBpath_sources_object\fR. - The built object does not get linked and therefore no linker arguments apply. - The built object file is named using the \fBbuild_name\fR with the \fB.o\fR extension. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c\fR). - These are applied to only shared builds. - -\fBbuild_sources_object_static\fR: - A single source file used for generating an object file. - The source file is located within the path designated by \fBpath_sources_object\fR. - The built object does not get linked and therefore no linker arguments apply. - The built object file is named using the \fBbuild_name\fR with the \fB.o\fR extension. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c\fR). - These are applied to only static builds. - -\fBbuild_sources_program\fR: - A collection of program related source files. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These files are used when compiling the program. - -\fBbuild_sources_program_shared\fR: - A collection of program related source files. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These files are used when compiling the program for shared builds. - -\fBbuild_sources_program_static\fR: - A collection of program related source files. - May include a relative sub-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). - The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive. - These files are used when compiling the program for static builds. - -\fBbuild_sources_script\fR: - A collection of script files. - These are script files used by the project and are simply copied over to the build directory. - Unless a pre-process script (or in theory post-process script) is configured to alter these, they are not modified. - Unlike the \fBcompile_language\fR setting \fBbash\fR, this is not for built Bash script, but is instead for any valid scripting language (including Bash). - These could be in any language. - -\fBbuild_sources_setting\fR: - A collection of settings files. - These are settings files used by the project and are simply copied over to the build directory. - Unless a pre-process script (or in theory post-process script) is configured to alter these, they are not modified. - -\fBbuild_static\fR: - When \fByes\fR, the build process will compile any source code for any supported language that supports static library linking. - -\fBdefines\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to both shared and static builds. - -\fBdefines_library\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only library builds. - -\fBdefines_library_shared\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only shared library builds. - -\fBdefines_library_static\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only static library builds. - -\fBdefines_object\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only object builds. - -\fBdefines_object_shared\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only shared object builds. - -\fBdefines_object_static\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only static object builds. - -\fBdefines_program\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only program builds. - -\fBdefines_program_shared\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only shared program builds. - -\fBdefines_program_static\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only shared program builds. - -\fBdefines_shared\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only shared builds. - -\fBdefines_static\fR: - A collection of macro names. - This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB-D\fR used by \fBgcc\fR and \fBclang\fR. - These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. - These are applied to only static builds. - -\fBenvironment\fR: - A collection of environment names to pass from the callers environment into the executed programs environment. - When provided, all environment variables are removed when calling user-space programs, such as \fBgcc\fR. - To remove all environment variables define this with no Content. - When not provided, all environment variables are loaded. - -\fBflags\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to both shared and static builds. - -\fBflags_library\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied when building a library. - -\fBflags_library_shared\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only library shared builds. - -\fBflags_library_static\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only library static builds. - -\fBflags_object\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied when building an object. - -\fBflags_object_shared\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only object shared builds. - -\fBflags_object_static\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only object static builds. - -\fBflags_program\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied when building a program. - -\fBflags_program_shared\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only program shared builds. - -\fBflags_program_static\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only program static builds. - -\fBflags_shared\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only shared builds. - -\fBflags_static\fR: - A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. - This includes the any compiler specific parameters to defined this, such as the \fB-f\fR used by \fBgcc\fR and \fBclang\fR. - These are applied to only static builds. - -\fBhas_path_standard\fR: - When \fByes\fR, the sources path will be built using the sources path with the language, such as \fBsources/c/\fR. - When \fBno\fR, the default sources path structure is not used and instead \fBpath_sources\fR is used. - When the parameter \fB-S/--sources\fR is specified, such as \fB-S xxx\fR, then when this is set to \fByes\fR is used then the path would be \fBxxx/c/\fR and when this is set to \fBno\fR then the path would be \fBxxx/\fR. - - This defaults to \fByes\fR. - -\fBimport\fR: - Load this settings file at this point in the settings file. - This can be an absolute or a relative path. - This is intended to reduce repition and likely should be placed at the top of the settings file. - This a non-recursive operation and the imported file itself cannot perform an import. - Loaded values are processed as if they are in the file at the spot where the import setting is specified. - Relative paths are relative to the importing file. - 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. - -\fBmodes\fR: - A collection of available build modes. - Build modes provide custom variants of the build process where certain settings are appended onto others. - See the settings.txt specification for a list of which setting names this applies to. - -\fBmodes_default\fR: - The name of the default mode to use when no mode is specified. - This must be one of the modes specified in the \fBmodes\fR setting. - -\fBpath_headers\fR: - A sub-path in which headers are to be installed under. - For example, the Featureless Linux Library project might use the \fBlevel_0\fR, \fBlevel_1\fR, etc.. headers without requiring that structure within the source. - A resulting build destination for a \fBpath_headers\fR of \fBlevel_0\fR would be something like \fBbuild/includes/level_0/\fR. - If \fBpath_headers\fR is \fBlevel_0\fR, \fBpreserve_path_headers\fR is \fByes\fR, and \fBbuild_sources_headers\fR has \fBxxx/a.h yyy/zzz/b.h\fR, then the headers would be at: \fBbuild/includes/level_0/xxx/a.h build/includes/level_0/yyy/zzz/b.h\fR - -\fBpath_language\fR: - A sub-path in which to find the source files for the currently defined language. - If the \fBbuild_language\fR is changed, it is recommended to change this as well to match. - -\fBpath_library_script\fR: - A sub-path representing the destination where the built library script files are placed. - - This defaults to \fBscript\fR. - - This is neither implemented nor supported by Featureless Make 0.6.x and earlier. - -\fBpath_library_shared\fR: - A sub-path representing the destination where the built shared library files are placed. - - This defaults to \fBshared\fR. - -\fBpath_library_static\fR: - A sub-path representing the destination where the built shared library files are placed. - - This defaults to \fBstatic\fR. - -\fBpath_object_script\fR: - A sub-path representing the destination where the built object script files are placed. - - This defaults to \fBscript\fR. - - This is neither implemented nor supported by Featureless Make 0.6.x and earlier. - -\fBpath_object_shared\fR: - A sub-path representing the destination where the built object library files are placed. - - This defaults to \fBshared\fR. - -\fBpath_object_static\fR: - A sub-path representing the destination where the built object library files are placed. - - This defaults to \fBstatic\fR. - -\fBpath_program_script\fR: - A sub-path representing the destination where the built program script files are placed. - - This defaults to \fBscript\fR. - - This is neither implemented nor supported by Featureless Make 0.6.x and earlier. - -\fBpath_program_shared\fR: - A sub-path representing the destination where the built shared program files are placed. - - This defaults to \fBshared\fR. - -\fBpath_program_static\fR: - A sub-path representing the destination where built shared program files are placed. - - This defaults to \fBstatic\fR. - -\fBpath_sources\fR: - A sub-path representing where the source files are found. - - This defaults to \fBsources\fR. - -\fBpath_sources_object\fR: - A sub-path representing where the object source files are found. - This is used by \fBbuild_sources_object\fR. - - This defaults to \fBsources\fR. - -\fBpreserve_path_headers\fR: - When this is \fByes\fR, then the relative directory structure in the source (as defined in \fBbuild_sources_headers\fR) is preserved. - If the \fBbuild_sources_headers\fR has the header files \fBxxx/a.h yyy/zzz/b.h\fR and this is \fByes\fR, then the directories \fBxxx/\fR and \fByyy/zzz/\fR are created and the files are stored within them. - If the \fBbuild_sources_headers\fR has the header files \fBxxx/a.h yyy/zzz/b.h\fR and this is \fBno\fR, then the directories \fBxxx/\fR and \fByyy/zzz/\fR are stripped before installing. - When this is \fBno\fR and the \fBbuild_sources_headers\fR has header files \fBxxx/a.h yyy/a.h\fR, then one of the \fBa.h\fR files will be overwritten, depending on order they were supplied. - -\fBprocess_post\fR: - The filename (relative to the data/build/ directory) of a script to execute after the \fBbuild\fR operation successfully completes. - A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes): - Color context parameters, such as: \fB+l\fR, \fB+n\fR, and \fB+d\fR. - Operation mode, such as: \fBbuild\fR, \fBclean\fR, \fBmake\fR, or \fBskeleton\fR. - Verbosity parameters, such as: \fB+q\fR, \fB+D\fR, or \fB+V\fR. - Define parameters, such as \fB-d X\fR or \fB-d Y\fR, whereas \fBX\fR or \fBY\fR are any valid argument associated with \fB-d\fR. - Process parameter, such as \fB-p X\fR, whereas \fBX\fR is any valid argument associated with \fB-p\fR. - Settings parameter, such as \fB-s X', whereas code:\fRX" is any valid argument associated with \fB-s\fR. - Build Path parameter, such as \fB-b X', whereas code:\fRX" is any valid argument associated with \fB-b\fR. - Data Path parameter, such as \fB-D X', whereas code:\fRX" is any valid argument associated with \fB-D\fR. - Sources Path parameter, such as \fB-S X', whereas code:\fRX" is any valid argument associated with \fB-S\fR. - Work Path parameter, such as \fB-w X', whereas code:\fRX" is any valid argument associated with \fB-w\fR. - -\fBprocess_pre\fR: - The filename (relative to the data/build/ directory) of a script to execute before the \fBbuild\fR operation is executed. - A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes): - Color context parameters, such as: \fB+l\fR, \fB+n\fR, and \fB+d\fR. - Operation mode, such as: \fBbuild\fR, \fBclean\fR, \fBmake\fR, or \fBskeleton\fR. - Verbosity parameters, such as: \fB+q\fR, \fB+D\fR, or \fB+V\fR. - Define parameters, such as \fB-d X\fR or \fB-d Y\fR, whereas \fBX\fR or \fBY\fR are any valid argument associated with \fB-d\fR. - Process parameter, such as \fB-p X\fR, whereas \fBX\fR is any valid argument associated with \fB-p\fR. - Settings parameter, such as \fB-s X', whereas code:\fRX" is any valid argument associated with \fB-s\fR. - Build Path parameter, such as \fB-b X', whereas code:\fRX" is any valid argument associated with \fB-b\fR. - Data Path parameter, such as \fB-D X', whereas code:\fRX" is any valid argument associated with \fB-D\fR. - Sources Path parameter, such as \fB-S X', whereas code:\fRX" is any valid argument associated with \fB-S\fR. - Work Path parameter, such as \fB-w X', whereas code:\fRX" is any valid argument associated with \fB-w\fR. - -\fBsearch_exclusive\fR: - When \fByes\fR, the search path during compile for shared libraries will only include shared library paths. - When \fBno\fR, the search path during compile time for shared libraries will include shared library paths followed by static library paths. - Setting this to \fByes\fR helps prevent static libraries from ending up in shared libraries (very useful when bootstrapping a system). - Setting this to \fBno\fR allows for including static libraries if no shared libraries are found but static are. - This does not alter search paths introduced automatically by the \fBbuild_compiler\fR or \fBbuild_indexer\fR, so it is still possible for static libraries to end up even when this is set to \fByes\fR. - -\fBsearch_shared\fR: - When \fByes\fR, shared library paths are searched during compile. - Both this and \fBsearch_static\fR cannot be \fBno\fR at the same time. - - This defaults to \fByes\fR. - -\fBsearch_shared\fR: - When \fByes\fR, static library paths are searched during compile. - Both this and search_shared cannot be \fBno\fR at the same time. - -\fBversion_file\fR: - Designates which version should be used when building the symbolic links. - Any version prefixes are used as defined. - A Symbolic link is created against this created file such that \fBlibX.so\fR is a link to \fBlibX.so.A\fR. - For all files other than when file is \fBmajor\fR, another symbolic link is created against this such that \fBlibX.so.A\fR is a link to \fBlibX.so.A.X\fR such that X is the respective \fBB\fR, \fBB.C', or code:\fRB.C.D" as described below. - The default file is \fBmajor\fR. - When \fBmajor\fR is used, the file created is \fBlibX.so.A\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA\fR is the major version. - When \fBminor\fR is used, the file created is \fBlibX.so.A.B\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B\fR is the major and minor versions, respectively. - When \fBmicro\fR is used, the file created is \fBlibX.so.A.B.C\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C\fR is the major, minor, and micro versions, respectively. - When \fBnano\fR is used, the file created is \fBlibX.so.A.B.C.D\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C.D\fR is the major, minor, micro, and nano versions, respectively. - -\fBversion_major\fR: - The major version number (or in theory any characters allowed in a filename). - This should generally be a positive number or 0. - Anything else is currently untested but allowed. - With a structure of \fBA.B.C\fR, the major version would be the \fBA\fR. - -\fBversion_major_prefix\fR: - The version major prefix is the character used to designate the start of the major version. - This can zero or more characters. - With a structure of \fBA.B.C\fR, the major version prefix would be before the \fBA\fR. - This is only added if \fBversion_major\fR is not empty. - - This defaults to the ASCII period character \fB.\fR. - -\fBversion_minor\fR: - The minor version number (or in theory any characters allowed in a filename). - This should generally be a positive number or 0. - Anything else is currently untested but allowed. - With a structure of \fBA.B.C\fR, the minor version would be the \fBB\fR. - -\fBversion_minor_prefix\fR: - The version minor prefix is the character used to separate the major from the minor. - This can zero or more characters. - With a structure of \fBA.B.C\fR, the minor version prefix would be the \fB.\fR before the \fBB\fR. - This is only added if \fBversion_minor\fR is not empty. - - This defaults to the ASCII period character \fB.\fR. - -\fBversion_micro\fR: - The micro version number (or in theory any characters allowed in a filename). - This should generally be a positive number or 0. - Anything else is currently untested but allowed. - With a structure of \fBA.B.C\fR, the micro version would be the \fBC\fR. - -\fBversion_micro_prefix\fR: - The version micro prefix is the character used to separate the minor from the micro. - This can zero or more characters. - With a structure of \fBA.B.C\fR, the micro version prefix would be the \fB.\fR before the \fBC\fR. - This is only added if \fBversion_micro\fR is not empty. - - This defaults to the ASCII period character \fB.\fR. - -\fBversion_nano\fR: - The nano version number (or in theory any characters allowed in a filename). - This should generally be a positive number or 0. - Anything else is currently untested but allowed. - With a structure of \fBA.B.C.D\fR, the micro version prefix would be the \fB.\fR before the \fBD\fR. - -\fBversion_nano_prefix\fR: - The version nano prefix is the character used to separate the micro from the nano. - This can zero or more characters. - With a structure of \fBA.B.C.D\fR, the minor version would be the \fB.\fR before the \fBD\fR. - This is only added if \fBversion_nano\fR is not empty. - - This defaults to the ASCII period character \fB.\fR. - -\fBversion_target\fR: - Designates which version should be used when linking the shared library. - Any version prefixes are used as defined. - The default target is \fBmicro\fR. - When \fBmajor\fR is used, a shared library is generated with \fB-Wl,-soname,libX.so.A\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA\fR is the major version. - When \fBminor\fR is used, a shared library is generated with \fB-Wl,-soname,libX.so.A.B\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B\fR is the major and minor versions, respectively. - When \fBmicro\fR is used, a shared library is generated with \fB-Wl,-soname,libX.so.A.B.C\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C\fR is the major, minor, and micro versions, respectively. - When \fBnano\fR is used, a shared library is generated with \fB-Wl,-soname,libX.so.A.B.C.D\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C.D\fR is the major, minor, micro, and nano versions, respectively. +\fBfake-defines\fR(5), +\fBfake-dependencies\fR(5), +\fBfake-fakefile\fR(5), +\fBfake-settings\fR(5) .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT diff --git a/level_3/fake/data/documentation/man/man5/fake-defines.5 b/level_3/fake/data/documentation/man/man5/fake-defines.5 new file mode 100644 index 0000000..fbc43ea --- /dev/null +++ b/level_3/fake/data/documentation/man/man5/fake-defines.5 @@ -0,0 +1,27 @@ +.TH fake-defines "5" "January 2023" "FLL - Featureless Make 0.6.4" "File Formats" +.SH NAME +Featureless Make \- "defines" file. +.SH SYNOPSIS +.B defines +.SH DESCRIPTION +.PP +The Object name has further restrictions than \fBFSS-0000\fR requires. +These restrictions are that the Object must only evaluate to a valid C/C++ macro name. +This is essentially means only Word characters. +.SH SPECIFICATION +.PP +The build settings \fBdefines\fR file follows the \fBFSS-0000 (Basic)\fR format. + +Each Object represents a specific a macro name to be defined during compilation. +Each Content represents documentation explaining the intent and purpose of that define. +.SH SEE ALSO +.PP +\fBfake\fR(1), +\fBfake\-defines\fR(5), +\fBfake\-fakefile\fR(5), +\fBfake\-settings\fR(5) +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-depedencies.5 b/level_3/fake/data/documentation/man/man5/fake-depedencies.5 new file mode 100644 index 0000000..60c8ca0 --- /dev/null +++ b/level_3/fake/data/documentation/man/man5/fake-depedencies.5 @@ -0,0 +1,28 @@ +.TH fake-dependencies "5" "January 2023" "FLL - Featureless Make 0.6.4" "File Formats" +.SH NAME +Featureless Make \- "dependencies" file. +.SH SYNOPSIS +.B dependencies +.SH DESCRIPTION +.PP +This file is originally intended for dependencies provided by the \fBFeatureless Linux Library\fR project. +Order matters, and the provided order represents the order of dependencies. +The first entry therefore has no preceding dependency and the last dependency could potentially depend on all dependencies above it. +.SH SPECIFICATION +.PP +The build settings dependencies file follows the \fBFSS-0001 (Extended)\fR format. + +Each Object represents a specific project name as it would be linked against. +Each Content represents associated information, such as a version number. +Future versions of this will clarify what and how Content, such as version numbers, are to be used and processed. +.SH SEE ALSO +.PP +\fBfake\fR(1), +\fBfake\-defines\fR(5), +\fBfake\-fakefile\fR(5), +\fBfake\-settings\fR(5) +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-fakefile.5 b/level_3/fake/data/documentation/man/man5/fake-fakefile.5 new file mode 100644 index 0000000..2e88797 --- /dev/null +++ b/level_3/fake/data/documentation/man/man5/fake-fakefile.5 @@ -0,0 +1,764 @@ +.TH fake-fakefile "5" "January 2023" "FLL - Featureless Make 0.6.4" "File Formats" +.SH NAME +Featureless Make \- "fakefile" file. +.SH SYNOPSIS +.B fakefile +.SH DESCRIPTION +.PP +This describes intent and purposes of the fakefile file settings. +For specific details on the allowed formatting, see the fakefile.txt under the specifications folder. + +All files specified are relative to the project root. + +The reserved Section Names are defined as follows: +\- \fBsettings\fR: + Any configuration specific to this fakefile is stored here. + This includes the declaration of define and parameter IKI variable substitution values. + + The build settings may also be specified in the Settings Section. + + The following settings are available (in addition to the build settings): + \- \fBcompiler\fR: + This represents the name of the compiler program to use, such as \fBgcc\fR. + + The programs \fBgcc\fR and \fBclang\fR are known to work. + Many of the parameters in the settings file can be changed if not using GCC, but there may be certain hard\-coded functionality that may need to be changed. + + When specified and \fBload_build\fR is \fBtrue\fR, then this will override the \fBbuild_compiler\fR specified in the loaded build settings. + + \- \fBdefine\fR: + This represents an environment variable to define on run. + The environment variable name is case\-sensitive. + This replaces the value of any existing environment variable with this name. + + \- \fBenvironment\fR: + This represents all environment variables that are exposed when executing sub\-programs. + This is not auto\-populated for environment variables defined in the \fBdefine\fR setting. + + When defined with no Content, then this means that no environment variables are exposed. + When not defined at all, then all environment variables are exposed. + Environment variables may still be exposed if \fBload_build\fR is \fBtrue\fR and the build setting file defines any environment variable names. + + \- \fBfail\fR: + Designates the fail mode when running external programs, such as through the \fBrun\fR or \fBshell\fR operations. + + There are three options: + \- \fBexit\fR: Designates to exit the program on failure, printing an error message. + \- \fBwarn\fR: Designates to continue on and if in verbose mode then print a warning. + \- \fBignore\fR: Designates to do nothing. + + The return code for programs can still be retrieved through using the reserved IKI variable \fBreturn\fR. + + \- \fBimport\fR: + Load this fakefile. + The \fBsettings\fR section data from the imported fakefile is treated as if it were appended to the end of the current fakefile \fBsetting\fR section. + Each section in the imported fakefile is treated as if it were appended to either the end of a matching section, if found, or appended at the end of the fakefile, if no matches are found. + This a non\-recursive operation and the imported file itself cannot perform an import. + Relative paths are relative to the importing file. + Absolute paths that start with \fB./\fR are relative to the project root rather than the importing file. + Absolute paths that start with \fB/\fR are treated normally. + + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + + \- \fBindexer\fR: + This represents the name of the indexer program to use, such as \fBar\fR. + An indexer is often called a linker. + + Similar to \fBbuild_compiler\fR, any linker that supports the \fBar\fR program parameters is effectively supported. + + When specified and \fBload_build\fR is \fBtrue\fR, then this will override the \fBbuild_indexer\fR specified in the loaded build settings. + + \- \fBindexer_arguments\fR: + This represents arguments needed to build an archive file from object files, such as \fBrcs\fR. + These arguments are placed immediately before the object files passed to the \fBindexer\fR program. + + \- \fBload_build\fR: + This represents whether or not to load the load the build settings file. + The first Content value may be \fBtrue\fR to load the build settings and \fBfalse\fR to not load the build settings file. + + \- \fBparameter\fR: + This defines an IKI variable name to substitute with the value. + This replaces the value of any existing environment variable with this name. + + The first Content value represents the IKI variable name. + All Content values after the first represent the values the matching IKI variable is replaced with. + + The parameter variable name \fBreturn\fR is used to store the return result of a \fBrun\fR or \fBshell\fR operation. + Setting this here only sets the default \fBreturn\fR parameter variable value. + +\- \fBmain\fR: + This is the main entry point when processing the fakefile. + This is processed top\-down until the end of the list is reached. + + The following operations are available: + \- \fBand\fR: + A special type of an \fBif\fR operation. + May only be specified following a valid \fBif\fR, \fBand\fR, or \fBor\fR operation. + This is executed only if the previous \fBif\fR operation result is true. + + When executed, this performs the test and returns true or false as appropriate. + When not executed, this passes through the result of the previous \fBif\fR, \fBand\fR, or \fBor\fR operation. + + \- \fBbuild\fR: + Run the fake build operation as if \fBfake build\fR was run instead of \fBfake make\fR. + Command line arguments are automatically passed to the fake build operation. + + Accepts an optional Content that is a file name to a build settings file to use instead of the default. + This file name is relative to the data build directory (which can be changed by \fB\-D/\-\-data\fR parameter). + + If the optional file name Content is specified, then it also supports additional modes to use instead of the default mode. + + When no additional Content after the \fBbuild\fR is specified, then the default (or program supplied) settings file and modes are used. + When the first Content after the \fBbuild\fR is specified as an empty string, then the default (or program supplied) settings file is used. + When the second Content after the \fBbuild\fR (and there is no third Content), then no modes are used. + + \- \fBbreak\fR: + Perform an exit from the current make operation. + This only exists the current depth. + If the depth is at the top (aka: 0), then this is identical to the \fBexit\fR section operation. + The second Content may be either \fBsucceed\fR or \fBfailure\fR to designate on whether or not to exit as a success or as a failure. + When set to \fBfailure\fR this will trigger any failure (with message), depending on the current fail state. + + \- \fBclean\fR: + Run the fake clean operation as if \fBfake clean\fR was run instead of \fBfake make\fR. + Command line arguments are automatically passed to the build operation. + + \- \fBclone\fR: + Copy all files (and directories), preserving all properties, into the last content. + If there are more than one file (or directory) being copied, then the final path must be a directory. + + All Content, except last, represents the files to clone. + The last Content represents the destination file (or directory) to clone to. + + \- \fBcompile\fR: + Execute the compiler program, such as \fBgcc\fR. + + All Content are passed as arguments to the respective \fBgcc\fR program. + + \- \fBcopy\fR: + Copy all files (and directories) into the last content. + If there are more than one file (or directory) being copied, then the final path must be a directory. + + All Content, except last, represents the files to copy. + The last Content represents the destination file (or directory) to copy to. + + \- \fBdefine\fR: + This represents an environment variable to define on run. + The environment variable name is case\-sensitive. + This replaces the value of any existing environment variable with this name. + + \- \fBdelete\fR: + Delete one or more files or directories. + + All Content must be the file or directory to be deleted. + + If the path is a directory and is not empty, then this will not delete the directory. + + \- \fBdeletes\fR: + Identical to \fBdelete\fR, except that when the path is a directory and is not empty, then this will delete the directory. + + \- \fBelse\fR: + Performs a programmatic \fBelse\fR condition. + Must be specified following a valid if operation (and the operation it affects). + + This has no Content. + + An else operation may not follow this. + An if operation may immediately follow to represent an \fBelse if\fR condition. + + \- \fBexit\fR: + Perform an exit from the entire make operation. + This always exits completely, regardless of the operation depth. + The second Content may be either \fBsuccess\fR or \fBfailure\fR to designate on whether or not to exit as success or failure. + + When set to \fBfailure\fR this will trigger a failure message. + When set to \fBfailure\fR, the fail state will be forcibly changed to \fBfailure\fR regardless of the current fail state. + + \- \fBfail\fR: + Toggle how the to handle an operation failure. + + The first Content may be one of the following: + \fBexit\fR: Set failure handler to exit on failure. + \fBwarn\fR: Set failure handler to print a warning on failure but continue on. + \fBignore\fR: Set failure handler to continue on regardless of failure. + + \- \fBgroup\fR: + Change the group role for a given file. + + The first Content represents the group to assign. + The second Content represents the file to assign the group to. + + \- \fBgroups\fR: + Identical to group operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path. + + \- \fBif\fR: + Performs a programmatic \fBif\fR condition. + May be specified following a valid \fBelse\fR operation. + + The Content represents a set of conditions to perform. + + The \fBif\fR operation may be used in conjunction with the \fBand\fR, \fBor\fR, and the \fBelse\fR operations. + + The conditional logic is different from normal logic found in most software programs. + There is only one order of operation, a top\-down design where the current operation relates to the previous operation. + This is mostly relevant when \fBif\fR operation is followed by an \fBand\fR or an \fBor\fR operation. + + Consider the following: + \fBif parameter xxx + or parameter yyy + and parameter zzz + print first + else + if parameter www + print second + else + print third\fR + + The resulting logic is as follows: + 1) If \fBxxx\fR is defined, then... + 2) If result from (1) is TRUE or if \fByyy\fR is defined, then... + 3) If result from (2) is TRUE and if \fBzzz\fR is defined, then... + 4) If result from (3) is FALSE, then... + 5) If result from (4) is TRUE, then... + 6) If result from (5) is FALSE, then... + + For all conditions that rely on numbers, only whole numbers are (currently) supported. + + conditions: + \- \fB== 'left' 'right'\fR: + Compare all parameters to be equal. + Requires 2 or more after the \fB==\fR. + For example, \fBif == 'a' 'b' 'c' 'd'\fR would test: \fB'a' == 'b' && 'b' == 'c' && 'c' == 'd'\fR. + This performs only string\-based comparisons. + + \- \fB> 'left string' 'right string'\fR: + Compare \fBleft\fR to \fBright\fR for greater than. + Requires 2 or more after the \fB>\fR. + For example, \fBif > 0 1 2 3\fR would test: \fB0 > 1 && 1 > 2 && 2 > 3\fR. + This performs only number\-based comparisons. + + \- \fB< 'left string' 'right string'\fR: + Compare \fBleft\fR to \fBright\fR for less than. + Requires 2 or more after the \fB>\fR. + For example, \fBif < 0 1 2 3\fR would test: \fB0 < 1 && 1 < 2 && 2 < 3\fR. + This performs only number\-based comparisons. + + \- \fB>= 'left string' 'right string'\fR: + Compare \fBleft\fR to \fBright\fR for greater than or equal to. + Requires 2 or more after the \fB>=\fR. + For example, \fBif >= 0 1 2 3\fR would test: \fB0 >= 1 && 1 >= 2 && 2 >= 3\fR. + This performs only number\-based comparisons. + + \- \fB<= 'left string' 'right string'\fR: + Compare \fBleft\fR to \fBright\fR for less than or equal to. + Requires 2 or more after the \fB>=\fR. + For example, \fBif <= 0 1 2 3\fR would test: \fB0 <= 1 && 1 <= 2 && 2 <= 3\fR. + This performs only number\-based comparisons. + + \- \fB<> 'left' 'right'\fR: + Compare all parameters to be not equal. + Requires 2 or more after the \fB==\fR. + For example, \fBif <> 'a' 'b' 'c'\fR would test: \fB'a' <> 'b' && 'b' <> 'c' && 'a' <> 'c'\fR. + This performs only string\-based comparisons. + + \- \fBdefine 'some define name'\fR: + Test if one or more names are defined as an environment variable. + For example, \fBif define PWD SHELL\fR would test if both the \fBPWD\fR and the \fBSHELL\fR variables are defined via the environment variables. + + \- \fBexist 'file path'\fR: + Test if file exists. + For example, \fBif exist 'a.txt' 'b.txt'\fR would test if both the file \fBa.txt\fR and \fBb.txt\fR exist. + + \- \fBfailure\fR: + Test if the previous section operation failed. + + \- \fBgroup 'some mode' 'some file'\fR: + For example, \fBif group friends a.txt b.txt\fR would test if both file \fBa.txt\fR and \fBb.txt\fR have a group named \fBwe\fR. + + \- \fBis block character directory fifo link regular socket for 'file path'\fR: + Test if one or more files exist and if each file is any of the given types. + The given types must be followed by \fBfor\fR to designate where the the file paths begin. + For example, \fBif is regular directory for 'a.txt' 'b.txt'\fR would test if both the file \fBa.txt\fR and \fBb.txt\fR exist and are either of type \fBregular\fR or type \fBdirectory\fR. + + \- \fBmode is/has 'some mode' 'some file'\fR: + Test if one or more files has the exact mode (\fBis\fR) or has at least the given modes (\fBhas\fR). + For example, \fBif mode is u+r a.txt b.txt\fR would test if both file \fBa.txt\fR and \fBb.txt\fR only have owner set to read. + For example, \fBif mode has u+r a.txt b.txt\fR would test if both file \fBa.txt\fR and \fBb.txt\fR has owner set to read, and all other modes can be anything. + + \- \fBnot\fR: + Perform the test expecting a false result rather than a true result. + This is to be immediately followed by a valid if condition as well as all appropriate valid content associated with that if condition. + + Only the following if conditions are supported: + \- \fBdefine\fR. + \- \fBexist\fR. + \- \fBgroup\fR. + \- \fBis\fR. + \- \fBmode\fR. + \- \fBowner\fR. + \- \fBparameter\fR. + + Examples: + \- \fBif not parameter work\fR + \- \fBif not exist documentation.txt\fR + + \- \fBowner 'some mode' 'some file'\fR: + Test if one or more files has the given owner. + For example, \fBif owner me a.txt b.txt\fR would test if both file \fBa.txt\fR and \fBb.txt\fR have an owner named \fBme\fR. + + \- \fBparameter 'some parameter name'\fR: + Test if one or more names are defined as a \fBparameter\fR variable. + For example, \fBif parameter verbose silent\fR would test if both the \fBverbose\fR and the \fBsilent\fR variables are defined via the \fBparameter\fR setting. + + Reserved parameters that represent program arguments, three forms are available. + For example, the program argument \fB\-w/\-\-work\fR has the reserved word \fBwork\fR and has three forms: + 1) \fBwork\fR. + 2) \fBwork:option\fR. + 3) \fBwork:value\fR. + + In the case of form 1, the \fBif parameter work\fR would be true if the argument is passed to the program or a default is provided. + In the case of form 2, the \fBif parameter work:option\fR would be true if the argument is passed to the program. + In the case of form 3, the \fBif parameter work:value\fR would be true if the argument is passed to the program and has a non\-zero value. + + Some reserved parameters, such as the \fBverbosity\fR, has no \fBvalue\fR and in this case would always return false for \fBif parameter verbosity:value\fR. + + Multi\-valued reserved parameters expand into multiple parameters (such as when using multiple \fB\-m/\-\-mode\fR). + Avoid this behavior by wrapping the the IKI variable in quotes. + + The following are reserved parameters: + \- \fBbuild\fR: Associated with \fB\-b/\-\-build\fR parameter. + \- \fBcolor\fR: Associated with \fB+d/++dark\fR, \fB+l/++light\fR, and \fB+n/++no_color\fR parameters. + \- \fBcurrent\fR: The absolute path to the current working directory (present working directory) (Always has a trailing forward slash). + \- \fBdata\fR: Associated with \fB\-D/\-\-data\fR parameter. + \- \fBdefine\fR: Associated with \fB\-d/\-\-define\fR parameter. + \- \fBdocuments\fR: Associated with \fB\-O/\-\-documents\fR parameter (This is neither implemented nor supported by Featureless Make 0.6.x and earlier). + \- \fBfakefile\fR: Associated with \fB\-f/\-\-fakefile\fR parameter. + \- \fBlicenses\fR: Associated with \fB\-l/\-\-licenses\fR parameter (This is neither implemented nor supported by Featureless Make 0.6.x and earlier). + \- \fBmode\fR: Associated with \fB\-m/\-\-mode\fR parameter and possibly with the build settings default mode \fBmodes_default\fR. + \- \fBprocess\fR: Associated with \fB\-p/\-\-process\fR parameter. + \- \fBreturn\fR: Contains the return value of a previous operation that produces a return code. + \- \fBsettings\fR: Associated with \fB\-s/\-\-settings\fR parameter. + \- \fBsources\fR: Associated with \fB\-S/\-\-sources\fR parameter. + \- \fBtop\fR: The absolute path to the \fBtop\fR directory, which is the base project directory (Always has a trailing forward slash). + \- \fBverbosity\fR: Associated with \fB+Q/++quiet\fR, \fB+E/++error\fR, \fB+N/++normal\fR, \fB+V/++verbose\fR, and \fB+D/++debug\fR parameters. + \- \fBwork\fR: Associated with \fB\-w/\-\-work\fR parameter. + + \- \fBsucceed\fR: + Test if the previous section operation succeeded. + + \- \fBindex\fR: + Execute the linker program, such as \fBar\fR. + + All Content are passed as arguments to the respective \fBar\fR program. + + \- \fBlink\fR: + Create a symbolic link from some point to some target. + + The first Content, when there are more than 2 arguments, may be either \fBforce\fR or \fBstrict\fR. + The second to last Content represents the target file. + The last Content represents the point file. + + The \fBforce\fR Content designates that the point file will be overwritten if the file already exists. + The \fBstrict\fR Content requires that the target file already exists. + + \- \fBmode\fR: + Change the mode permissions for a given file. + + The first Content represents the mode to assign. + The second Content represents the file to assign the mode to. + + \- \fBmodes\fR: + Identical to mode operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path. + + \- \fBmove\fR: + Move all files (and directories) into the last content. + If there are more than one file (or directory) being copied, then the final path must be a directory. + + All Content, except last, represents the files to move. + The last Content represents the destination file (or directory) to move to. + + \- \fBoperate\fR: + Begin execution of another Section. + + The first Content represents the name of the Section Object to execute. + This may be neither the \fBsettings\fR Section no the \fBmain\fR Section. + Recursion is prohibited, a Section that is already on the operation stack may not be called again. + Once the operation is off the stack, it can then be called again. + + \- \fBor\fR: + A special type of an \fBif\fR operation. + May only be specified following a valid \fBif\fR, \fBand\fR, or \fBor\fR operation. + This is executed only if the previous \fBif\fR operation result is false. + + When executed, this performs the test and returns true or false as appropriate. + When not executed, this passes through the result of the previous \fBif\fR, \fBand\fR, or \fBor\fR operation. + + \- \fBowner\fR: + Change the owner role for a given file. + + The first Content represents the role to assign. + The second Content represents the file to assign the role to. + + \- \fBowners\fR: + Identical to owner operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path. + + \- \fBparameter\fR: + This represents a variable defined within the scope of the fakefile. + This is not exported as an environment variable and is therefore not visible to any executed programs or scripts. + This replaces the value of any existing parameter variable with this name. + The reserved parameter variable names (see IKI vocabulary context section below) may not be changed by this. + + \- \fBpop\fR: + Pop a directory path of the path stack, thereby changing to the previous directory on the stack. + This is a change directory command similar to a back button in a browser. + + This has no Content. + + This does not generate an error if the path stack is empty. + If the directory popping to no longer exists, then an error occurs. + + \- \fBprint\fR: + Print the content to the output screen. + This always prints a newline at the end. + + All Content is printed, and if no Content is provided, an empty line is printed. + + The following escape sequences are supported for printing special characters: + \- \fB\f\fR: Form Feed. + \- \fB\n\fR: New Line. + \- \fB\r\fR: Carriage Return. + \- \fB\t\fR: Tab. + \- \fB\v\fR: Vertical Tab. + \- \fB\\fR: Backslash Character (may require additional slashes in certain circumstances.) + \- \fB\0\fR: NULL Character. + \- \fB\U+\fR: Unicode Sequence (followed by a valid Unicode sequence with a minimum 4 hexidecimal digits and a maximum of 6 hexidecimal digits). + \- \fB\!\fR: Non\-printing separator, allowing for \fB\U+000A\!5\fR to be equivalent to \fB\n5\fR. + + If the Unicode is invalid, then nothing is printed for that character (the invalid character is skipped when printing). + Example Unicodes: + \- \fB\U+000A\fR: Prints a new line, equivalent to \fB\n\fR. + \- \fB\U+2E19\fR: Prints the Unicode feather\-like character \fB⸙\fR. + + Only ASCII alpha\-numeric hexidecimal digits are allowed in the Unicode sequence (upper or lower case). + + Invalid or unknown escape sequences are not printed. + + \- \fBrun\fR: + Manually execute a remote program or script. + This program must be in the appropriate \fBPATH\fR environment or otherwise automatically detected when calling without a specific path to the program or script. + + The first Content represents the program or script name. + All Content after the first are passed to the program or script when running. + + After this executes the return result is made available via the \fBreturn\fR parameter variable name. + Any existing value associated with \fBreturn\fR gets replaced. + + \- \fBshell\fR: + Manually execute a remote program or script using a specific path to the program or script. + This does not require the program to exist in \fBPATH\fR, but the path to the program or script must be relative to the project path. + + The first Content represents the program or script name. + All Content after the first are passed to the program or script when running. + + After this executes the return result is made available via the \fBreturn\fR parameter variable name. + Any existing value associated with \fBreturn\fR gets replaced. + + \- \fBskeleton\fR: + Run the fake skeleton operation as if \fBfake skeleton\fR was run instead of \fBfake make\fR. + Command line arguments are automatically passed to the fake skeleton operation. + + \- \fBto\fR: + Change to the directory within the project root path tree, pushing the previous directory onto the path stack. + The previous path is saved onto the path stack and may later be \fBpopped\fR off. + + The first Content represents the path to change directory into. + + \- \fBtop\fR: + Change to the project root path, clearing the directory path stack. + + This has no Content. + If the project root path no longer exists, then an error occurs. + + \- \fBtouch\fR: + Manually create a new file or a directory within the project root or update its last changed timestamp if the file already exists. + + The first Content must be either \fBfile\fR or \fBdirectory\fR. + The remaining Content must be a path to the file. + + \- \fBwrite\fR: + Write strings to a file within the project root. + The Content after the first Content is appended to the file. + + The first Content represents the file to write to. + If there is no Content beyond the first, then the file is truncated (all content within the file is deleted). + + In all cases, if the file does not exist, the file is created. + + When only the first Content exists, this acts similar to the \fBtouch\fR operation. + The major difference between the two is that the \fBtouch\fR operation does not alter the content within the file. + This does alter the content within the file. + + A single space is printed between each argument. + To preserve spaces, wrap the message in quotes (single or double). + + The following escape sequences are supported for printing special characters: + \- \fB\f\fR: Form Feed. + \- \fB\n\fR: New Line. + \- \fB\r\fR: Carriage Return. + \- \fB\t\fR: Tab. + \- \fB\v\fR: Vertical Tab. + \- \fB\\fR: Backslash Character (may require additional slashes in certain circumstances.) + \- \fB\0\fR: NULL Character. + \- \fB\U+\fR: Unicode Sequence (followed by a valid Unicode sequence with a minimum 4 hexidecimal digits and a maximum of 6 hexidecimal digits). + \- \fB\!\fR: Non\-printing separator, allowing for \fB\U+000A\!5\fR to be equivalent to \fB\n5\fR. + + If the Unicode is invalid, then nothing is printed for that character (the invalid character is skipped when printing). + Example Unicodes: + \- \fB\U+000A\fR: Prints a new line, equivalent to \fB\n\fR. + \- \fB\U+2E19\fR: Prints the Unicode feather\-like character \fB⸙\fR. + + Only ASCII alpha\-numeric hexidecimal digits are allowed in the Unicode sequence (upper or lower case). + + Invalid or unknown escape sequences are not printed. + +The IKI vocabulary context is supported and is further clarified as follows: +\- \fBcontext\fR: + The context Object represents a name representing simple context or complex combination of context. + Context should wrap some text such that if some text begins with some context, the context should be reset at the end. + The most basic context is color context, such as: \fBcontext\:'notice' This is emphasized text context\:'reset'\fR. + + The use of IKI in this way is acceptable but it is not perfect. + IKI is not designed to be a replacement to markup. + The markup \fBExample\fR vs the IKI \fBcontext\:'notable' Example context\:'notable'\fR has obvious differences in the spaces. + The IKI by design cannot be used like this: \fBcontext\:'notable'Examplecontext\:'notable'\fR because the word \fBExample\fR and the word \fBcontext\fR collide. + + This context will respect the programs \fB++light\fR, \fB++dark\fR, and \fB++no_color\fR parameters. + + The following context are available: + \- \fBerror\fR: Designate as an error, often printed in red. + \- \fBimportant\fR: Designate as important. + \- \fBnormal\fR: Explicitly designate normal text. + \- \fBnotable\fR: Designate as notable (similar to \fBstrong\fR or \fBbold\fR in HTML). + \- \fBreset\fR: Remove the context. + \- \fBstandout\fR: Designate to make notable (similar to \fBitalic\fR or \fBemphasis\fR in HTML). + \- \fBsuccess\fR: Designate as a success, often printed in bright green. + \- \fBtitle\fR: Designate as a title. + \- \fBwarning\fR: Designate as a warning, often printed in some shade of orange. + +\- \fBdefine\fR: + The define Object represents environment variables passed to the program or created by the program. + The value represents the environment variable name and is case\-sensitive. + This IKI variable gets substituted with the environment variable's value or NULL if not defined. + The \fBsettings\fR list supports declaring custom environment variables (which overwrite any existing environment variable with the same name). + +\- \fBparameter\fR: + The parameter Object represents a variable that is to be substituted. + The value represents the variable name and is case\-sensitive. + This IKI variable gets substituted with the value defined in the \fBsettings\fR list or NULL if not defined. + The value may contain an additional \fB:option\fR or \fB:value\fR at the end of the name to designate getting only part of the parameter. + + The following are reserved parameter variable names: + \- \fBbuild\fR: + This variable holds the \fBbuild\fR program parameters, such as \fB\-b build/\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBcolor\fR: + This variable holds the color related program parameters, such as \fB+n\fR. + This supports both \fB:option\fR and \fB:value\fR (value is always an empty string). + + \- \fBdata\fR: + This variable holds the \fBdata\fR program parameters, such as \fB\-D data/\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBdefine\fR: + This variable holds the \fBdefine\fR program parameters, such as \fB\-d define/\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBdocuments\fR: + This variable holds the \fBdocuments\fR program parameters, such as \fB\-O documents/\fR. + This supports both \fB:option\fR and \fB:value\fR. + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + + \- \fBfakefile\fR: + This variable holds the \fBfakefile\fR program parameters, such as \fB\-f fakefile\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBlicenses\fR: + This variable holds the \fBlicenses\fR program parameters, such as \fB\-l licenses/\fR. + This supports both \fB:option\fR and \fB:value\fR. + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + + \- \fBmode\fR: + This variable holds the \fBfakefile\fR program parameters, such as \fB\-m monolithic\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBprocess\fR: + This variable holds the \fBprocess\fR program parameters, such as \fB\-p process_name\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBreturn\fR: + This variable holds the return status from a previously run user\-space applications, which happens with the \fBrun\fR and \fBshell\fR section operations. + This does not represent the return code for each line, just only those lines that run user\-space applications. + + \- \fBsettings\fR: + This variable holds the \fBsettings\fR program parameters, such as \fB\-s settings\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBsources\fR: + This variable holds the \fBsources\fR program parameters, such as \fB\-S sources/\fR. + This supports both \fB:option\fR and \fB:value\fR. + + \- \fBverbosity\fR: + This variable holds the verbosity related program parameters, such as \fB+V\fR. + This supports both \fB:option\fR and \fB:value\fR (value is always an empty string). + + \- \fBwork\fR: + This variable holds the \fBwork\fR program parameters, such as \fB\-w work/\fR. + This supports both \fB:option\fR and \fB:value\fR. + + An example of getting just the \fB:option\fR or \fB:value\fR part of a parameter for the \fBwork\fR parameters: + \- \fBwork:option\fR: + This variable holds the option part of the \fBwork\fR program parameters, such as \fB\-w\fR. + + \- \fBwork:value\fR: + This variable holds the value part of the \fBwork\fR program parameters, such as \fBwork/\fR. + +The Content \fBno_dereference\fR may be specified in certain cases relating to files. +These cases operate on a file that can be a link itself or the link target. +The default behavior is normally to dereference the link target. + +For example, consider a symbolic link, called \fBsome_file\fR, that points to a file that does not exist (which means that the link in question is a broken link). +The Operation \fBif exist some_file\fR would return false. +The Operation \fBif no_dereference exist some_file\fR would return true. +This is because the symbolic link itself, \fBsome_file\fR, does exist but the file it is pointing to does not. +The \fBno_dereference\fR is ignored for conditions that do not need it. +.SH SPECIFICATION +.PP +The fakefile file follows the \fBFSS\-0005 (Somewhat Basic List)\fR format with a sub\-format of \fBIKI\-0002 (Simple Script)\fR. + +A fakefile is broken up into multiple Basic Lists, referred to as Sections, with two special purpose reserved Sections. +The Sections are broken up into multiple Extended Objects and their respective Contents, referred to as Section Operations. + +Each of these non\-reserved Sections acts as a set to perform some set of Section Operations. +Each of these Section Operations perform a single command or action based on a set of reserved Section Operation types. +Each of these Section Operations have a set of Arguments associated with them. + +How these Arguments are interpreted and processed are specific to each Operation type. +The Section Operations are represented by the Extended Object name and the Extended Content represents the Operation Arguments. +Each of these Section Operations support IKI variable substitution within their respective Arguments. +The Operation Extended Object does not support IKI variable substitution. +The reserved Settings Section does not support IKI variable substitution. + +The \fBIKI\-0002 (Simple Script)\fR vocabulary context is further clarified as follows: + \- \fBcontext\fR: The value is case\-sensitive variable name. + \- \fBdefine\fR: The value must be a case\-sensitive valid environment variable name (alpha\-numeric or underscore, but no leading digits). + \- \fBparameter\fR: The value is a case\-sensitive variable name. + \- Many parameters also support \fB:option\fR and \fB:value\fR appended at the end of the value. + +The reserved Section Objects are: + \- \fBsettings\fR: contains a list of Settings Objects and Content in \fBFSS\-0001 (Extended)\fR format. + \- \fBmain:\fR contains a list of Operation Objects and Content in \fBFSS\-0001 (Extended)\fR format. + +The Settings Objects are: + \- \fBcompiler\fR: Only one Content, which must only be a valid filename. + \- \fBdefine\fR: First Content represents variable name (case\-sensitive), remaining Content represents the value. + \- \fBenvironment\fR: Zero or more Content representing valid environment variable names (alpha\-numeric with underscore, but cannot begin with a number). + \- \fBfail\fR: Only one Content, which must be either \fBexit\fR, \fBwarn\fR or \fBignore\fR (quotes not required) (case\-sensitive). + \- \fBimport\fR: Only one Content, which must only be a valid filename. + \- \fBindexer\fR: Only one Content, which must only be a valid filename. + \- \fBindexer_arguments: Zero or more arguments supported by the indexer specified in code:\fRbuild_indexer". + \- \fBload_build\fR: Only one Content, which must be either \fByes\fR or \fBno\fR (quotes not required) (case\-sensitive). + \- \fBparameter\fR: First Content represents variable name (case\-sensitive), remaining Content represents the value. + +The build settings may also be specified in the Settings Section. + +The Section Operation Objects are: + \- \fBand\fR: One or more Content. First Content is the condition or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the condition, etc..), remaining Content are specific to the condition. + \- \fBbreak\fR: Zero or one Content. If specified, First Content must be one of \fBsuccess\fR or \fBfailure\fR. + \- \fBbuild\fR: Zero or more Content. First Content represents file name of the settings file to use, second Content and on represent custom modes to use. + \- \fBclean\fR: Zero Content. + \- \fBclone\fR: Two or more Content representing paths to files. + \- \fBcompile\fR: One or more Content as parameters to compiler. + \- \fBcopy\fR: Two or more Content representing paths to files. + \- \fBdefine\fR: First Content represents variable name (case\-sensitive), remaining Content represents the value. + \- \fBdelete\fR: One or more Content representing paths to files. + \- \fBdeletes\fR: One or more Content representing paths to files. + \- \fBelse\fR: Zero Content. + \- \fBexit\fR: Zero or one Content. If specified, first Content must be one of \fBsucceed\fR or \fBfail\fR. + \- \fBfail\fR: One Content. First Content must be one of \fBexit\fR, \fBwarn\fR, or \fBignore\fR (case\-sensitive). + \- \fBgroup\fR: Two or more Content. First Content is group name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the group name or number, etc..), remaining Content are paths to files. + \- \fBgroups\fR: Two or more Content. First Content is group name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the group name or number, etc..), remaining Content are paths to files. + \- \fBif\fR: One or more Content. First Content is the condition or is \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the condition, etc..), remaining Content are specific to the condition. + \- \fBindex\fR: One or more Content. + \- \fBlink\fR: Two to Four Content. The first and second Content may be either \fBforce\fR or \fBstrict\fR, the second to last Content is the link target file, and the last Content is the pointer file (the link). + \- \fBmode\fR: Two or more Content. First Content is the mode, remaining Content are paths to files. + \- \fBmodes\fR: Two or more Content. First Content is the mode, remaining Content are paths to files. + \- \fBmove\fR: Two or more Content representing paths to files. + \- \fBoperate\fR: One Content. First Content is the name of a valid Section Object, except for the reserved Section Objects. + \- \fBor\fR: One or more Content. First Content is the condition or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the condition, etc..), remaining Content are specific to the condition. + \- \fBowner\fR: Two or more Content. First Content is owner name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the owner name or number, etc..), remaining Content are paths to files. + \- \fBowners\fR: Two or more Content. First Content is owner name, number, or \fBno_dereference\fR (when \fBno_dereference\fR, then the second Content is the owner name or number, etc..), remaining Content are paths to files. + \- \fBparameter\fR: First Content represents variable name (case\-sensitive), remaining Content represents the value. + \- \fBpop\fR: Zero Content. + \- \fBprint\fR: Zero or more Content. + \- \fBrun\fR: One or more Content. First Content is the name of the program (or script) and all remaining Content are passed as arguments to the named program (or script). + \- \fBshell\fR: One or more Content. First Content is the file path of the program (or script) and all remaining Content are passed as arguments to the named program (or script). + \- \fBskeleton\fR: Zero Content. + \- \fBto\fR: One Content. First Content is the directory path. + \- \fBtop\fR: Zero Content. + \- \fBtouch\fR: Two or more Content. First Content is one of \fBfile\fR or \fBdirectory\fR, remaining Content are paths to files. + \- \fBwrite\fR: One or more Content. First Content the file to write to, remaining Content represent the string to write. + + The \fBif\fR Section Operation conditions are: + \- \fB==\fR: Two or more Content. + \- \fB>\fR: Two or more Content. + \- \fB<\fR: Two or more Content. + \- \fB>=\fR: Two or more Content. + \- \fB<=\fR: Two or more Content. + \- \fB<>\fR: Two or more Content. + \- \fBdefine\fR: One or more Content are valid environment variable name. + \- \fBexist\fR: One or more Content representing the files to check the existence of. + \- \fBfailure\fR: has no other Content. + \- \fBgroup\fR: First Content is the name of a group. Second or more Content are paths to files. + \- \fBis\fR: First Content is a list of \fBblock\fR, \fBcharacter\fR, \fBno_dereference\fR, \fBdirectory\fR, \fBfifo\fR, \fBlink\fR, \fBregular\fR , or \fBsocket\fR followed by "for" and then the remaining Content that are paths to files. + \- \fBmode\fR: First Content is either \fBhas\fR, \fBis\fR, or \fBno_dereference\fR. Second Content is a valid file mode. Third or more Content are paths to files. + \- \fBno_dereference\fR: A non\-condition inserted before any of \fBexist\fR, \fBis\fR, and \fBmode\fR (then the second Content is the actual condition followed by any Content associated with that condition). + \- \fBnot\fR: First Content is one of \fBdefine\fR, \fBexist\fR, \fBgroup\fR, \fBis\fR, \fBmode\fR, \fBno_dereference\fR, \fBowner\fR, or \fBparameter\fR and all remaining Content are based on the first Content's \fBif\fR Section Operation Content rules. + \- \fBowner\fR: First Content is the name of an owner. Second or more Content are paths to files. + \- \fBparameter\fR: One or more Content are valid IKI names. + \- \fBsuccess\fR: has no other Content. + +The \fBif\fR Section Operation conditions and numbers: + The numbers may be represented in any of the forms: + 1) \fBdecimal\fR: all numbers without a base\-type prefix are of base\-type 10, referred to as decimal. + 2) \fBbinary\fR: all numbers with the prefix \fB0b\fR (uppercase or lowercase \fBb\fR) are of base\-type 2, referred to as binary. + 3) \fBoctal\fR: all numbers with the prefix \fB0o\fR (that is zero followed by the letter \fBo\fR, uppercase or lowercase \fBo\fR) are of base\-type 8, referred to as octal. + 4) \fBduodecimal\fR: all numbers with the prefix \fB0d\fR (uppercase or lowercase \fBd\fR) are of base\-type 12, referred to as duodecimal. + 5) \fBhexadecimal\fR: all numbers with the prefix \fB0x\fR (uppercase or lowercase \fBx\fR) are of base\-type 16, referred to as hexadecimal. + + (At this time) The numbers may be of a max value of 2^64, or 18446744073709551615, positive or negative. + (At this time) The numbers may only be whole numbers. + Note: There are plans to impose no limits on the number size or any decimal values, but this requires significant work is not to be implemented at this time. + Once this restriction is lifted, it should be conditional upon an implementation for what the maximum supported numbers or digits may be. + + Only the following \fBif\fR Section Operation conditions use these operators: + \- \fB>\fR + \- \fB<\fR + \- \fB>=\fR + \- \fB<=\fR + +The \fBif\fR Section Operation condition \fBparameter\fR: + The following reserved words are available for parameter names: \fBbuild\fR, \fBcolor\fR, \fBcurrent\fR, \fBdata\fR, \fBdocuments\fR, \fBdefine\fR, \fBfakefile\fR, \fBlicenses\fR, \fBmode\fR, \fBprocess\fR, \fBreturn\fR, \fBsettings\fR, \fBsources\fR, \fBtop\fR, \fBverbosity\fR, and \fBwork\fR. + The reserved words \fBdocuments\fR and \fBlicenses\fR are neither implemented nor supported by Featureless Make 0.6.x and earlier) + Each of the reserved words supports having \fB:option\fR and \fB:value\fR appended, such as: \fBwork:value\fR. +.SH SEE ALSO +.PP +\fBfake\fR(1), +\fBfake\-defines\fR(5), +\fBfake\-dependencies\fR(5), +\fBfake\-settings\fR(5) +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-settings.5 b/level_3/fake/data/documentation/man/man5/fake-settings.5 new file mode 100644 index 0000000..c213a38 --- /dev/null +++ b/level_3/fake/data/documentation/man/man5/fake-settings.5 @@ -0,0 +1,682 @@ +.TH fake-settings "5" "January 2023" "FLL - Featureless Make 0.6.4" "File Formats" +.SH NAME +Featureless Make \- "settings" file. +.SH SYNOPSIS +.B settings +.SH DESCRIPTION +.PP +This describes intent and purposes of the build settings file settings. +The settings file is designed for very simple compilations that represent a single named program and/or a single named library. +For specific details on the allowed formatting, see the settings.txt under the specifications folder. + +\- \fBbuild_compiler\fR: + This represents the name of the compiler program to use, such as \fBgcc\fR. + + This defaults to \fBgcc\fR (the GNU C Compiler). + + The programs \fBgcc\fR and \fBclang\fR are known to work. + Many of the parameters in the settings file can be changed if not using GNU Compiler Collection, but there may be certain hard\-coded functionality that may need to be changed. + +\- \fBbuild_indexer\fR: + This represents the name of the indexer program to use, such as \fBar\fR. + An indexer is often called a linker. + + This defaults to \fBar\fR (the GNU \fBar\fR program). + Similar to \fBbuild_compiler\fR, any linker that supports the \fBar\fR program parameters is effectively supported. + +\- \fBbuild_indexer_arguments\fR: + This represents arguments needed to build an archive file from object files, such as \fBrcs\fR. + These arguments are placed immediately before the object files passed to the \fBindexer\fR program. + +\- \fBbuild_language\fR: + The programming language to build with. + The languages \fBc\fR and \fBc++\fR are supported (with \fBbash\fR as a consideration for support). + The \fBbash\fR language is not currently implemented and needs some consideration because there is nothing to compile. + The \fBbash\fR language will likely build a set of individual scripts, and perhaps script dependencies, into a single Bash script. + +\- \fBbuild_libraries\fR: + A collection of libraries to be linked against. + This should include the compiler specific parameter parts, such as the \fB\-l\fR prefix in \fB\-lc\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + +\- \fBbuild_libraries_shared\fR: + A collection of libraries to be linked against. + This should include the compiler specific parameter parts, such as the \fB\-l\fR prefix in \fB\-lc\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only shared builds. + +\- \fBbuild_libraries_static\fR: + A collection of libraries to be linked against. + This should include the compiler specific parameter parts, such as the \fB\-l\fR prefix in \fB\-lc\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only static builds. + +\- \fBbuild_objects_library\fR: + A collection of object files to be compile with when building libraries. + These are intended to represent already compiled object files. + These paths are relative to the \fBpath_object_script\fR, \fBpath_object_shared\fR, or \fBpath_object_static\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + +\- \fBbuild_objects_library_shared\fR: + A collection of object files to be compile with when building shared libraries. + These are intended to represent already compiled object files. + These paths are relative to the \fBpath_object_shared\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only shared builds. + +\- \fBbuild_objects_library_static\fR: + A collection of object files to be compile with when building static libraries. + These are intended to represent already compiled object files. + These paths are relative to the \fBpath_object_static\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only static builds. + +\- \fBbuild_objects_program\fR: + A collection of object files to be compile with when building programs. + These are intended to represent already compiled object files. + These paths are relative to the \fBpath_object_script\fR, \fBpath_object_shared\fR, or \fBpath_object_static\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + +\- \fBbuild_objects_program_shared\fR: + A collection of object files to be compile with when building shared programs. + These are intended to represent already compiled object files. + These paths are relative to the \fBpath_object_shared\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only shared builds. + +\- \fBbuild_objects_program_static\fR: + A collection of object files to be compile with when building static programs. + These are intended to represent already compiled object files. + These paths are relative to the \fBpath_object_static\fR. + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only static builds. + +\- \fBbuild_name\fR: + The name of the build, which often represent the project name. + If program sources are specified, then this will be used as the program name. + If library sources are specified, then this will be used in the library name, such as \fBlibX.so\fR where \fBX\fR would be the \fBbuild_name\fR value. + +\- \fBbuild_script\fR: + When \fByes\fR, the build process will build any scripts, such as a Bash script. + + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + +\- \fBbuild_shared\fR: + When \fByes\fR, the build process will compile any source code for any supported language that supports shared library linking. + +\- \fBbuild_sources_documentation\fR: + A collection of documentation files. + These are documentation files used by the project and are simply copied over to the build directory. + Unless a pre\-process script (or in theory post\-process script) is configured to alter these, they are not modified. + +\- \fBbuild_sources_headers\fR: + A collection of header files. + May include a relative sub\-path to each individual header (such as: \fBlevel_0/a.h level_0/b.h level_1/c.h\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + +\- \fBbuild_sources_headers_shared\fR: + A collection of header files. + May include a relative sub\-path to each individual header (such as: \fBlevel_0/a.h level_0/b.h level_1/c.h\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + Be careful not to have any conflicting names between this and build_sources_headers_static in case of when static and shared builds are both enabled. + These are applied to only shared builds. + +\- \fBbuild_sources_headers_static\fR: + A collection of header files. + May include a relative sub\-path to each individual header (such as: \fBlevel_0/a.h level_0/b.h level_1/c.h\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These files are used when compiling the library. + Be careful not to have any conflicting names between this and build_sources_headers_shared in case of when static and shared builds are both enabled. + These are applied to only static builds. + +\- \fBbuild_sources_library\fR: + A collection of library related source files. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + +\- \fBbuild_sources_library_shared\fR: + A collection of library related source files. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only shared builds. + +\- \fBbuild_sources_library_static\fR: + A collection of library related source files. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These are applied to only static builds. + +\- \fBbuild_sources_object\fR: + A single source file used for generating an object file. + The source file is located within the path designated by \fBpath_sources_object\fR. + The built object does not get linked and therefore no linker arguments apply. + The built object file is named using the \fBbuild_name\fR with the \fB.o\fR extension. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c\fR). + +\- \fBbuild_sources_object_shared\fR: + A single source file used for generating an object file. + The source file is located within the path designated by \fBpath_sources_object\fR. + The built object does not get linked and therefore no linker arguments apply. + The built object file is named using the \fBbuild_name\fR with the \fB.o\fR extension. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c\fR). + These are applied to only shared builds. + +\- \fBbuild_sources_object_static\fR: + A single source file used for generating an object file. + The source file is located within the path designated by \fBpath_sources_object\fR. + The built object does not get linked and therefore no linker arguments apply. + The built object file is named using the \fBbuild_name\fR with the \fB.o\fR extension. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c\fR). + These are applied to only static builds. + +\- \fBbuild_sources_program\fR: + A collection of program related source files. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These files are used when compiling the program. + +\- \fBbuild_sources_program_shared\fR: + A collection of program related source files. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These files are used when compiling the program for shared builds. + +\- \fBbuild_sources_program_static\fR: + A collection of program related source files. + May include a relative sub\-path to each individual source file (such as: \fBlevel_0/a.c level_0/b.c level_1/c.c\fR). + The order of these may matter if the compiler (such as GNU Compiler Collection or a linker via GNU Compiler Collection) is order sensitive. + These files are used when compiling the program for static builds. + +\- \fBbuild_sources_script\fR: + A collection of script files. + These are script files used by the project and are simply copied over to the build directory. + Unless a pre\-process script (or in theory post\-process script) is configured to alter these, they are not modified. + Unlike the \fBcompile_language\fR setting \fBbash\fR, this is not for built Bash script, but is instead for any valid scripting language (including Bash). + These could be in any language. + +\- \fBbuild_sources_setting\fR: + A collection of settings files. + These are settings files used by the project and are simply copied over to the build directory. + Unless a pre\-process script (or in theory post\-process script) is configured to alter these, they are not modified. + +\- \fBbuild_static\fR: + When \fByes\fR, the build process will compile any source code for any supported language that supports static library linking. + +\- \fBdefines\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to both shared and static builds. + +\- \fBdefines_library\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only library builds. + +\- \fBdefines_library_shared\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only shared library builds. + +\- \fBdefines_library_static\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only static library builds. + +\- \fBdefines_object\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only object builds. + +\- \fBdefines_object_shared\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only shared object builds. + +\- \fBdefines_object_static\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only static object builds. + +\- \fBdefines_program\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only program builds. + +\- \fBdefines_program_shared\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only shared program builds. + +\- \fBdefines_program_static\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only shared program builds. + +\- \fBdefines_shared\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only shared builds. + +\- \fBdefines_static\fR: + A collection of macro names. + This includes the any compiler specific parameters required by the \fBbuild_compiler\fR, such as the \fB\-D\fR used by \fBgcc\fR and \fBclang\fR. + These will be appended to the compiler for compiled languages such as \fBC\fR and \fBC++\fR. + These are applied to only static builds. + +\- \fBenvironment\fR: + A collection of environment names to pass from the callers environment into the executed programs environment. + When provided, all environment variables are removed when calling user\-space programs, such as \fBgcc\fR. + To remove all environment variables define this with no Content. + When not provided, all environment variables are loaded. + +\- \fBflags\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to both shared and static builds. + +\- \fBflags_library\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied when building a library. + +\- \fBflags_library_shared\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only library shared builds. + +\- \fBflags_library_static\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only library static builds. + +\- \fBflags_object\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied when building an object. + +\- \fBflags_object_shared\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only object shared builds. + +\- \fBflags_object_static\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only object static builds. + +\- \fBflags_program\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied when building a program. + +\- \fBflags_program_shared\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only program shared builds. + +\- \fBflags_program_static\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only program static builds. + +\- \fBflags_shared\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only shared builds. + +\- \fBflags_static\fR: + A collection of any flag supported by the \fBbuild_compiler\fR, such as \fBgcc\fR. + This includes the any compiler specific parameters to defined this, such as the \fB\-f\fR used by \fBgcc\fR and \fBclang\fR. + These are applied to only static builds. + +\- \fBhas_path_standard\fR: + When \fByes\fR, the sources path will be built using the sources path with the language, such as \fBsources/c/\fR. + When \fBno\fR, the default sources path structure is not used and instead \fBpath_sources\fR is used. + When the parameter \fB\-S/\-\-sources\fR is specified, such as \fB\-S xxx\fR, then when this is set to \fByes\fR is used then the path would be \fBxxx/c/\fR and when this is set to \fBno\fR then the path would be \fBxxx/\fR. + + This defaults to \fByes\fR. + +\- \fBimport\fR: + Load this settings file at this point in the settings file. + This can be an absolute or a relative path. + This is intended to reduce repition and likely should be placed at the top of the settings file. + This a non\-recursive operation and the imported file itself cannot perform an import. + Loaded values are processed as if they are in the file at the spot where the import setting is specified. + Relative paths are relative to the importing file. + 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. + +\- \fBmodes\fR: + A collection of available build modes. + Build modes provide custom variants of the build process where certain settings are appended onto others. + See the settings.txt specification for a list of which setting names this applies to. + +\- \fBmodes_default\fR: + The name of the default mode to use when no mode is specified. + This must be one of the modes specified in the \fBmodes\fR setting. + +\- \fBpath_headers\fR: + A sub\-path in which headers are to be installed under. + For example, the FLL project might use the \fBlevel_0\fR, \fBlevel_1\fR, etc.. headers without requiring that structure within the source. + A resulting build destination for a \fBpath_headers\fR of \fBlevel_0\fR would be something like \fBbuild/includes/level_0/\fR. + If \fBpath_headers\fR is \fBlevel_0\fR, \fBpreserve_path_headers\fR is \fByes\fR, and \fBbuild_sources_headers\fR has \fBxxx/a.h yyy/zzz/b.h\fR, then the headers would be at: \fBbuild/includes/level_0/xxx/a.h build/includes/level_0/yyy/zzz/b.h\fR + +\- \fBpath_language\fR: + A sub\-path in which to find the source files for the currently defined language. + If the \fBbuild_language\fR is changed, it is recommended to change this as well to match. + +\- \fBpath_library_script\fR: + A sub\-path representing the destination where the built library script files are placed. + + This defaults to \fBscript\fR. + + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + +\- \fBpath_library_shared\fR: + A sub\-path representing the destination where the built shared library files are placed. + + This defaults to \fBshared\fR. + +\- \fBpath_library_static\fR: + A sub\-path representing the destination where the built shared library files are placed. + + This defaults to \fBstatic\fR. + +\- \fBpath_object_script\fR: + A sub\-path representing the destination where the built object script files are placed. + + This defaults to \fBscript\fR. + + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + +\- \fBpath_object_shared\fR: + A sub\-path representing the destination where the built object library files are placed. + + This defaults to \fBshared\fR. + +\- \fBpath_object_static\fR: + A sub\-path representing the destination where the built object library files are placed. + + This defaults to \fBstatic\fR. + +\- \fBpath_program_script\fR: + A sub\-path representing the destination where the built program script files are placed. + + This defaults to \fBscript\fR. + + This is neither implemented nor supported by Featureless Make 0.6.x and earlier. + +\- \fBpath_program_shared\fR: + A sub\-path representing the destination where the built shared program files are placed. + + This defaults to \fBshared\fR. + +\- \fBpath_program_static\fR: + A sub\-path representing the destination where built shared program files are placed. + + This defaults to \fBstatic\fR. + +\- \fBpath_sources\fR: + A sub\-path representing where the source files are found. + + This defaults to \fBsources\fR. + +\- \fBpath_sources_object\fR: + A sub\-path representing where the object source files are found. + This is used by \fBbuild_sources_object\fR. + + This defaults to \fBsources\fR. + +\- \fBpreserve_path_headers\fR: + When this is \fByes\fR, then the relative directory structure in the source (as defined in \fBbuild_sources_headers\fR) is preserved. + If the \fBbuild_sources_headers\fR has the header files \fBxxx/a.h yyy/zzz/b.h\fR and this is \fByes\fR, then the directories \fBxxx/\fR and \fByyy/zzz/\fR are created and the files are stored within them. + If the \fBbuild_sources_headers\fR has the header files \fBxxx/a.h yyy/zzz/b.h\fR and this is \fBno\fR, then the directories \fBxxx/\fR and \fByyy/zzz/\fR are stripped before installing. + When this is \fBno\fR and the \fBbuild_sources_headers\fR has header files \fBxxx/a.h yyy/a.h\fR, then one of the \fBa.h\fR files will be overwritten, depending on order they were supplied. + +\- \fBprocess_post\fR: + The filename (relative to the data/build/ directory) of a script to execute after the \fBbuild\fR operation successfully completes. + A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes): + Color context parameters, such as: \fB+l\fR, \fB+n\fR, and \fB+d\fR. + Operation mode, such as: \fBbuild\fR, \fBclean\fR, \fBmake\fR, or \fBskeleton\fR. + Verbosity parameters, such as: \fB+q\fR, \fB+D\fR, or \fB+V\fR. + Define parameters, such as \fB\-d X\fR or \fB\-d Y\fR, whereas \fBX\fR or \fBY\fR are any valid argument associated with \fB\-d\fR. + Process parameter, such as \fB\-p X\fR, whereas \fBX\fR is any valid argument associated with \fB\-p\fR. + Settings parameter, such as \fB\-s X', whereas code:\fRX" is any valid argument associated with \fB\-s\fR. + Build Path parameter, such as \fB\-b X', whereas code:\fRX" is any valid argument associated with \fB\-b\fR. + Data Path parameter, such as \fB\-D X', whereas code:\fRX" is any valid argument associated with \fB\-D\fR. + Sources Path parameter, such as \fB\-S X', whereas code:\fRX" is any valid argument associated with \fB\-S\fR. + Work Path parameter, such as \fB\-w X', whereas code:\fRX" is any valid argument associated with \fB\-w\fR. + +\- \fBprocess_pre\fR: + The filename (relative to the data/build/ directory) of a script to execute before the \fBbuild\fR operation is executed. + A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes): + Color context parameters, such as: \fB+l\fR, \fB+n\fR, and \fB+d\fR. + Operation mode, such as: \fBbuild\fR, \fBclean\fR, \fBmake\fR, or \fBskeleton\fR. + Verbosity parameters, such as: \fB+q\fR, \fB+D\fR, or \fB+V\fR. + Define parameters, such as \fB\-d X\fR or \fB\-d Y\fR, whereas \fBX\fR or \fBY\fR are any valid argument associated with \fB\-d\fR. + Process parameter, such as \fB\-p X\fR, whereas \fBX\fR is any valid argument associated with \fB\-p\fR. + Settings parameter, such as \fB\-s X', whereas code:\fRX" is any valid argument associated with \fB\-s\fR. + Build Path parameter, such as \fB\-b X', whereas code:\fRX" is any valid argument associated with \fB\-b\fR. + Data Path parameter, such as \fB\-D X', whereas code:\fRX" is any valid argument associated with \fB\-D\fR. + Sources Path parameter, such as \fB\-S X', whereas code:\fRX" is any valid argument associated with \fB\-S\fR. + Work Path parameter, such as \fB\-w X', whereas code:\fRX" is any valid argument associated with \fB\-w\fR. + +\- \fBsearch_exclusive\fR: + When \fByes\fR, the search path during compile for shared libraries will only include shared library paths. + When \fBno\fR, the search path during compile time for shared libraries will include shared library paths followed by static library paths. + Setting this to \fByes\fR helps prevent static libraries from ending up in shared libraries (very useful when bootstrapping a system). + Setting this to \fBno\fR allows for including static libraries if no shared libraries are found but static are. + This does not alter search paths introduced automatically by the \fBbuild_compiler\fR or \fBbuild_indexer\fR, so it is still possible for static libraries to end up even when this is set to \fByes\fR. + +\- \fBsearch_shared\fR: + When \fByes\fR, shared library paths are searched during compile. + Both this and \fBsearch_static\fR cannot be \fBno\fR at the same time. + + This defaults to \fByes\fR. + +\- \fBsearch_shared\fR: + When \fByes\fR, static library paths are searched during compile. + Both this and search_shared cannot be \fBno\fR at the same time. + +\- \fBversion_file\fR: + Designates which version should be used when building the symbolic links. + Any version prefixes are used as defined. + A Symbolic link is created against this created file such that \fBlibX.so\fR is a link to \fBlibX.so.A\fR. + For all files other than when file is \fBmajor\fR, another symbolic link is created against this such that \fBlibX.so.A\fR is a link to \fBlibX.so.A.X\fR such that X is the respective \fBB\fR, \fBB.C', or code:\fRB.C.D" as described below. + The default file is \fBmajor\fR. + When \fBmajor\fR is used, the file created is \fBlibX.so.A\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA\fR is the major version. + When \fBminor\fR is used, the file created is \fBlibX.so.A.B\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B\fR is the major and minor versions, respectively. + When \fBmicro\fR is used, the file created is \fBlibX.so.A.B.C\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C\fR is the major, minor, and micro versions, respectively. + When \fBnano\fR is used, the file created is \fBlibX.so.A.B.C.D\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C.D\fR is the major, minor, micro, and nano versions, respectively. + +\- \fBversion_major\fR: + The major version number (or in theory any characters allowed in a filename). + This should generally be a positive number or 0. + Anything else is currently untested but allowed. + With a structure of \fBA.B.C\fR, the major version would be the \fBA\fR. + +\- \fBversion_major_prefix\fR: + The version major prefix is the character used to designate the start of the major version. + This can zero or more characters. + With a structure of \fBA.B.C\fR, the major version prefix would be before the \fBA\fR. + This is only added if \fBversion_major\fR is not empty. + + This defaults to the ASCII period character \fB.\fR. + +\- \fBversion_minor\fR: + The minor version number (or in theory any characters allowed in a filename). + This should generally be a positive number or 0. + Anything else is currently untested but allowed. + With a structure of \fBA.B.C\fR, the minor version would be the \fBB\fR. + +\- \fBversion_minor_prefix\fR: + The version minor prefix is the character used to separate the major from the minor. + This can zero or more characters. + With a structure of \fBA.B.C\fR, the minor version prefix would be the \fB.\fR before the \fBB\fR. + This is only added if \fBversion_minor\fR is not empty. + + This defaults to the ASCII period character \fB.\fR. + +\- \fBversion_micro\fR: + The micro version number (or in theory any characters allowed in a filename). + This should generally be a positive number or 0. + Anything else is currently untested but allowed. + With a structure of \fBA.B.C\fR, the micro version would be the \fBC\fR. + +\- \fBversion_micro_prefix\fR: + The version micro prefix is the character used to separate the minor from the micro. + This can zero or more characters. + With a structure of \fBA.B.C\fR, the micro version prefix would be the \fB.\fR before the \fBC\fR. + This is only added if \fBversion_micro\fR is not empty. + + This defaults to the ASCII period character \fB.\fR. + +\- \fBversion_nano\fR: + The nano version number (or in theory any characters allowed in a filename). + This should generally be a positive number or 0. + Anything else is currently untested but allowed. + With a structure of \fBA.B.C.D\fR, the micro version prefix would be the \fB.\fR before the \fBD\fR. + +\- \fBversion_nano_prefix\fR: + The version nano prefix is the character used to separate the micro from the nano. + This can zero or more characters. + With a structure of \fBA.B.C.D\fR, the minor version would be the \fB.\fR before the \fBD\fR. + This is only added if \fBversion_nano\fR is not empty. + + This defaults to the ASCII period character \fB.\fR. + +\- \fBversion_target\fR: + Designates which version should be used when linking the shared library. + Any version prefixes are used as defined. + The default target is \fBmicro\fR. + When \fBmajor\fR is used, a shared library is generated with \fB\-Wl,\-soname,libX.so.A\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA\fR is the major version. + When \fBminor\fR is used, a shared library is generated with \fB\-Wl,\-soname,libX.so.A.B\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B\fR is the major and minor versions, respectively. + When \fBmicro\fR is used, a shared library is generated with \fB\-Wl,\-soname,libX.so.A.B.C\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C\fR is the major, minor, and micro versions, respectively. + When \fBnano\fR is used, a shared library is generated with \fB\-Wl,\-soname,libX.so.A.B.C.D\fR, whereas \fBX\fR is the \fBbuild_name\fR and \fBA.B.C.D\fR is the major, minor, micro, and nano versions, respectively. +.SH SPECIFICATION +.PP +The build settings settings file follows the \fBFSS\-0001 (Extended)\fR format. + +Each Object represents a settings property name. +There is only a distinct set of setting property names (see below). + +Each Content represents the values associated with that property. +Additional restrictions are applied to each Content depending on each specific Object name (see below). + +Object names and their respective Content purpose/restrictions: + \- \fBbuild_compiler\fR: Only one Content, which must only be a valid filename. + \- \fBbuild_indexer\fR: Only one Content, which must only be a valid filename. + \- \fBbuild_indexer_arguments\fR: Zero or more arguments supported by the indexer specified in \fBbuild_indexer\fR. + \- \fBbuild_language\fR: Must only be one of: \fBbash\fR, \fBc\fR, or \fBc++\fR. + \- \fBbuild_libraries\fR: Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" Object. + \- \fBbuild_libraries_shared\fR: Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" Object. + \- \fBbuild_libraries_static\fR: Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" Object. + \- \fBbuild_name\fR: Must only contain characters allowed in a filename. + \- \fBbuild_objects_library\fR: Must only contain any number of valid object file names relative to the appropriate \fBpath_object_*\fR path. + \- \fBbuild_objects_library_shared\fR: Must only contain any number of valid object file names relative to the \fBpath_object_shared\fR path. + \- \fBbuild_objects_library_static\fR: Must only contain any number of valid object file names relative to the \fBpath_object_static\fR path. + \- \fBbuild_objects_program\fR: Must only contain any number of valid object file names relative to the appropriate \fBpath_object_*\fR path. + \- \fBbuild_objects_program_shared\fR: Must only contain any number of valid object file names relative to the \fBpath_object_shared\fR path. + \- \fBbuild_objects_program_static\fR: Must only contain any number of valid object file names relative to the \fBpath_object_static\fR path. + \- \fBbuild_script\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBbuild_shared\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBbuild_sources_documentation\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_headers\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_headers_shared\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_headers_static\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_library\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_library_shared\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_library_static\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_object\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_object_shared\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_object_static\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_program\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_program_shared\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_program_static\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_script\fR: Must only contain any number of valid filenames. + \- \fBbuild_sources_setting\fR: Must only contain any number of valid filenames. + \- \fBbuild_static\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBdefines\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_library\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_library_shared\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_library_static\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_object\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_object_shared\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_object_static\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_program\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_program_shared\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_program_static\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_shared\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBdefines_static\fR: Must only contain any number of valid macro names supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBenvironment\fR: Environment variable names, case\-sensitive, usually uppercase. May only contain characters allowed in an environment variable. + \- \fBflags\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_library\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_library_shared\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_library_static\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_object\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_object_shared\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_object_static\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_program\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_program_shared\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_program_static\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_shared\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBflags_static\fR: Must only contain any number of parameters supported by the compiler specified in \fBbuild_compiler\fR. + \- \fBhas_path_standard\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBimport\fR: Only one Content, which must only be a valid filename. + \- \fBmodes\fR: Any valid word character, \fB\-\fR, or \fB+\fR. + \- \fBmodes_default\fR: May only be a single complete Content word defined in \fBmodes\fR Object. + \- \fBpath_headers\fR: Must be a single valid path. + \- \fBpath_language\fR: Must be a single valid path. + \- \fBpath_library_script\fR: Must be a single valid path. + \- \fBpath_library_shared\fR: Must be a single valid path. + \- \fBpath_library_static\fR: Must be a single valid path. + \- \fBpath_object_script\fR: Must be a single valid path. + \- \fBpath_object_shared\fR: Must be a single valid path. + \- \fBpath_object_static\fR: Must be a single valid path. + \- \fBpath_program_script\fR: Must be a single valid path. + \- \fBpath_program_shared\fR: Must be a single valid path. + \- \fBpath_program_static\fR: Must be a single valid path. + \- \fBpath_sources\fR: Must only be a valid directory path or not specified. + \- \fBpath_sources_object\fR: Must only be a valid directory path or not specified. + \- \fBpreserve_path_headers\fR: Must only be one of \fByes\fR or \fBno\fR. + \- \fBprocess_post\fR: Only one Content, which must only be a valid filename. + \- \fBprocess_pre\fR: Only one Content, which must only be a valid filename. + \- \fBsearch_exclusive\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBsearch_shared\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBsearch_static\fR: Must only one of: \fByes\fR or \fBno\fR. + \- \fBversion_file\fR: Must only be one of: \fBmajor\fR, \fBminor\fR, \fBmicro\fR, or \fBnano\fR. + \- \fBversion_major\fR: Must only be a single value containing valid filename characters. + \- \fBversion_major_prefix\fR: Must be zero or more valid filename characters. + \- \fBversion_micro\fR: Must only be a single value containing valid filename characters. + \- \fBversion_micro_prefix\fR: Must be zero or more valid filename characters. + \- \fBversion_minor\fR: Must only be a single value containing valid filename characters. + \- \fBversion_minor_prefix\fR: Must be zero or more valid filename characters. + \- \fBversion_nano\fR: Must only be a single value containing valid filename characters. + \- \fBversion_nano_prefix\fR: Must be zero or more valid filename characters. + \- \fBversion_target\fR: Must only be one of: \fBmajor\fR, \fBminor\fR, \fBmicro\fR, or \fBnano\fR. + +All Object names support having a \fB\-\fR and a \fBmode\fR name, such as \fBbuild_libraries\-individual\fR for a mode called \fBindividual\fR, except for the \fBmodes\fR and the \fBmodes_default\fR Object names. +.SH SEE ALSO +.PP +\fBfake\fR(1), +\fBfake\-defines\fR(5), +\fBfake\-dependencies\fR(5), +\fBfake\-fakefile\fR(5) +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. -- 1.8.3.1