From e6eb50d25b1cd7fa78af43fbd37445b88f5a94bb Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 5 Jul 2023 20:37:21 -0500 Subject: [PATCH] Update: Add missing fakefiles for stand alone builds. --- build/stand_alone/byte_dump.fakefile | 27 +++++++++++++++++++++++++++ build/stand_alone/firewall.fakefile | 27 +++++++++++++++++++++++++++ build/stand_alone/utf8.fakefile | 27 +++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 build/stand_alone/byte_dump.fakefile create mode 100644 build/stand_alone/firewall.fakefile create mode 100644 build/stand_alone/utf8.fakefile diff --git a/build/stand_alone/byte_dump.fakefile b/build/stand_alone/byte_dump.fakefile new file mode 100644 index 0000000..75e8cf3 --- /dev/null +++ b/build/stand_alone/byte_dump.fakefile @@ -0,0 +1,27 @@ +# fss-0005 iki-0002 + +settings: + fail exit + modes stand_alone clang test fanalyzer thread threadless + + environment PATH LD_LIBRARY_PATH + environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH + +main: + build + +install: + shell ./install.sh parameter:'work' parameter:'verbosity' parameter:'color' + +help: + print + print context:'title'Fakefile Options for Featureless Make Software.context:'reset' + + print + print The following operations are available\: + print " - context:'notable'help:context:'reset' Perform the help operation, printing this message." + print " - context:'notable'install:context:'reset' A helper operation that simply calls the ./install.sh script with default settings." + print " - context:'notable'main:context:'reset' The default compilation using the build settings mode." + + print + print The context:'notable'install context:'reset'operation supports the context:'notable'work,context:'reset' context:'notable'verbosity,context:'reset' and context:'notable'color context:'reset'parameters. diff --git a/build/stand_alone/firewall.fakefile b/build/stand_alone/firewall.fakefile new file mode 100644 index 0000000..75e8cf3 --- /dev/null +++ b/build/stand_alone/firewall.fakefile @@ -0,0 +1,27 @@ +# fss-0005 iki-0002 + +settings: + fail exit + modes stand_alone clang test fanalyzer thread threadless + + environment PATH LD_LIBRARY_PATH + environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH + +main: + build + +install: + shell ./install.sh parameter:'work' parameter:'verbosity' parameter:'color' + +help: + print + print context:'title'Fakefile Options for Featureless Make Software.context:'reset' + + print + print The following operations are available\: + print " - context:'notable'help:context:'reset' Perform the help operation, printing this message." + print " - context:'notable'install:context:'reset' A helper operation that simply calls the ./install.sh script with default settings." + print " - context:'notable'main:context:'reset' The default compilation using the build settings mode." + + print + print The context:'notable'install context:'reset'operation supports the context:'notable'work,context:'reset' context:'notable'verbosity,context:'reset' and context:'notable'color context:'reset'parameters. diff --git a/build/stand_alone/utf8.fakefile b/build/stand_alone/utf8.fakefile new file mode 100644 index 0000000..75e8cf3 --- /dev/null +++ b/build/stand_alone/utf8.fakefile @@ -0,0 +1,27 @@ +# fss-0005 iki-0002 + +settings: + fail exit + modes stand_alone clang test fanalyzer thread threadless + + environment PATH LD_LIBRARY_PATH + environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH + +main: + build + +install: + shell ./install.sh parameter:'work' parameter:'verbosity' parameter:'color' + +help: + print + print context:'title'Fakefile Options for Featureless Make Software.context:'reset' + + print + print The following operations are available\: + print " - context:'notable'help:context:'reset' Perform the help operation, printing this message." + print " - context:'notable'install:context:'reset' A helper operation that simply calls the ./install.sh script with default settings." + print " - context:'notable'main:context:'reset' The default compilation using the build settings mode." + + print + print The context:'notable'install context:'reset'operation supports the context:'notable'work,context:'reset' context:'notable'verbosity,context:'reset' and context:'notable'color context:'reset'parameters. -- 1.8.3.1