updates for less shelly behavior
authorChris Koeritz <fred@gruntose.com>
Tue, 14 Jun 2022 22:59:15 +0000 (18:59 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 14 Jun 2022 22:59:15 +0000 (18:59 -0400)
commit24cc3eb21befb743dfebaea4048e7082bb14a740
treedd0080bb73ada7d75884942b07f979cab39c5e4e
parentf5a696ab37bd0071cc80c30536775478f31655a6
updates for less shelly behavior

took out a few things that were previously generated everytime a build was performed, in fact, they were done per each makefile, potentially consuming a huge amount of windoze's spoons.  windoze is just NOT good at running lots of little programs, and prefers the big blobby ones.  so we're trying to cut down on the shelling out done by feisty builds by offloading them to the regeneration process.
nucleus/tools/dependency_tool/CMakeLists.txt [new file with mode: 0644]
production/feisty_meow_config.ini
scripts/clam/cpp/preconditions.sh
scripts/clam/cpp/rules.def
scripts/clam/cpp/variables.def
scripts/clam/target_runner.sh
scripts/clam/variables.def
scripts/core/functions.sh
scripts/generator/build_variables.sh
scripts/generator/produce_feisty_meow.sh
testkit/library/helper_methods.sh