]> Kevux Git Server - fll/commitdiff
Update: Add help message for fakefiles and testfiles.
authorKevin Day <Kevin@kevux.org>
Tue, 4 Mar 2025 05:12:59 +0000 (23:12 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 4 Mar 2025 05:12:59 +0000 (23:12 -0600)
Add a fakefile option for printing help.
I used a generic and easy to copy and paste message.

89 files changed:
level_0/f_abstruse/data/build/fakefile
level_0/f_abstruse/data/build/testfile
level_0/f_account/data/build/fakefile
level_0/f_account/data/build/testfile
level_0/f_capability/data/build/fakefile
level_0/f_capability/data/build/testfile
level_0/f_color/data/build/fakefile
level_0/f_color/data/build/testfile
level_0/f_compare/data/build/fakefile
level_0/f_compare/data/build/testfile
level_0/f_console/data/build/fakefile
level_0/f_console/data/build/testfile
level_0/f_control_group/data/build/fakefile
level_0/f_control_group/data/build/testfile
level_0/f_conversion/data/build/fakefile
level_0/f_conversion/data/build/testfile
level_0/f_directory/data/build/fakefile
level_0/f_directory/data/build/testfile
level_0/f_environment/data/build/fakefile
level_0/f_environment/data/build/testfile
level_0/f_execute/data/build/fakefile
level_0/f_execute/data/build/testfile
level_0/f_file/data/build/fakefile
level_0/f_file/data/build/testfile
level_0/f_fss/data/build/fakefile
level_0/f_fss/data/build/testfile
level_0/f_iki/data/build/fakefile
level_0/f_iki/data/build/testfile
level_0/f_limit/data/build/fakefile
level_0/f_limit/data/build/testfile
level_0/f_memory/data/build/fakefile
level_0/f_memory/data/build/testfile
level_0/f_network/data/build/fakefile
level_0/f_network/data/build/testfile
level_0/f_parse/data/build/fakefile
level_0/f_path/data/build/fakefile
level_0/f_path/data/build/testfile
level_0/f_pipe/data/build/fakefile
level_0/f_pipe/data/build/testfile
level_0/f_print/data/build/fakefile
level_0/f_print/data/build/testfile
level_0/f_random/data/build/fakefile
level_0/f_random/data/build/testfile
level_0/f_rip/data/build/fakefile
level_0/f_serialize/data/build/fakefile
level_0/f_serialize/data/build/testfile
level_0/f_signal/data/build/fakefile
level_0/f_signal/data/build/testfile
level_0/f_socket/data/build/fakefile
level_0/f_socket/data/build/testfile
level_0/f_status/data/build/fakefile
level_0/f_status/data/build/testfile
level_0/f_status_string/data/build/fakefile
level_0/f_status_string/data/build/testfile
level_0/f_string/data/build/fakefile
level_0/f_string/data/build/testfile
level_0/f_thread/data/build/fakefile
level_0/f_thread/data/build/testfile
level_0/f_time/data/build/fakefile
level_0/f_time/data/build/testfile
level_0/f_type/data/build/fakefile
level_0/f_type_array/data/build/fakefile
level_0/f_type_array/data/build/testfile
level_0/f_utf/data/build/fakefile
level_0/f_utf/data/build/testfile
level_1/fl_control_group/data/build/fakefile
level_1/fl_conversion/data/build/fakefile
level_1/fl_directory/data/build/fakefile
level_1/fl_environment/data/build/fakefile
level_1/fl_execute/data/build/fakefile
level_1/fl_fss/data/build/fakefile
level_1/fl_fss/data/build/testfile
level_1/fl_iki/data/build/fakefile
level_1/fl_iki/data/build/testfile
level_1/fl_path/data/build/fakefile
level_1/fl_path/data/build/testfile
level_1/fl_print/data/build/fakefile
level_1/fl_status_string/data/build/fakefile
level_1/fl_status_string/data/build/testfile
level_1/fl_utf_file/data/build/fakefile
level_2/fll_control_group/data/build/fakefile
level_2/fll_error/data/build/fakefile
level_2/fll_execute/data/build/fakefile
level_2/fll_file/data/build/fakefile
level_2/fll_fss/data/build/fakefile
level_2/fll_fss_status_string/data/build/fakefile
level_2/fll_iki/data/build/fakefile
level_2/fll_print/data/build/fakefile
level_2/fll_program/data/build/fakefile

index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 6e313b18fedf76871cb8ab3aaccad71eedfb5a5d..7a74444330c01343ee81569dd55534e6fe8be1c8 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 95c9233862e319dd40b72aba674bfe1d5ed4e0a2..983582397a62c262edeb299386c6ab8cc4133207 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 811910c6117569cb810a8ab661d7f29cd0df0a81..6a314b5841b887bae3cd672df5704b59f30887f5 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index d669e686d5ca3917fc6a2a9b285d1e61418dcaad..c76b16ee2919d2792a6dfbb7e5c422267376fd7e 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 3666fde7fce8ef240b705704ac54f83ec8bf6c31..28b6acb3d6700a2dd76867f0a5efbdf49ac20a56 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 75337f0d9e94cef00df1484672eb45a56df66269..4113b244e30362af1553e9ea04591d994cc22945 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 46d4726037d0f71da91630322963f5edacd80394..6c43edc1e112fa595660d1ff4b33b63c8f586e9f 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index f82f9997648763d9e84442d16b8b827ccf32124d..65d84c8ce19fb40437f5860c2f4e4b5d08ff34b8 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 81d097ae65b816a4beaf35c79d7c0c7636354bcc..01648f92fc0e49b5a858a0cac53f1b9a238330ab 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 4b2cb0bf4d79dcd2c749dc969319263496dba525..703320ac1007d435935277a045676fad778607d2 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ffcb99a3bde51e3c7a177ebb068e0ad2a0baec1e..e0264475f3a39d250a3febaec392c31165be4289 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index c2763922a5e152281d325388bd506f7b8a0411e1..8e1bf21439503e74a01c734802ad103102409129 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ce3cec468ddd6144b89e8223c6dfe38a22e60491..9c13548334c5e63e70e1baaba9c99da4cfc9d637 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 250ffa066b9fdcef6e6b9cb914338eb1f294e18f..0426abda73c0b4ff6a4881413d604b2b6cc4dc0f 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index fa0e4e34db0a3c7aef772508b272a906a7a07376..174a69fef1097e553b1bb412309810a7dab98567 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index a92d8eb9e1f422101711b203a0eaf5d5bdc9d5d4..d28daaccc6e7205bfffb9e593c25a9af06443aae 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 0af963c6718f7f7b4ae98c9a3ef6753b07d1dd20..d9e1bf30b2bf43ff84571aa1a049f1b1534040f7 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 709354457bf87246dbd90255287e40ff53ddcc37..d3f6f347750bdf405f7145a617eed93a35c011f9 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index abfa47a3d49d781ef011116c96243d7e3800073d..e3fc329278074c5f37625a74cff74ddad9de2887 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ab231f1ec30c58eaa7df0b24b5372c24d8a7b007..e5703eb3edc1835afac5013290da0381728f6d84 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index fff53284c8527142436433610b17b99d4f097296..0ebd298ce123e6e04511c88b25144fe0e4c899ae 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ab9c1c51cec872e317dfee506d90c88ce60ed28a..9444319fe3697f7b727251460046ca6f52b17266 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index f763e1f4820938180014749f59caab5d967225b0..e3ec78f05b299e661e50b3d02f573416d4a63be0 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index b6ede7b34be2a5f9cba9360738dc845d0729e44d..4e7ed295e119230d33d9b3e6626582e359816217 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 5091096adf4ef1c6fcda736b56331ab9a1c67da1..a06e17d58dcf165914dfb88972feea04e12950b3 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 3894183fdc5589702d2e54cff366a6b9aac370c6..fed4d5ed6dde2ce8dd1eb172d8e4cb27c6d938bd 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ff9a887bba49f22c24e59b5c96d80abfc8c6b927..1d0b480616389137bd60f0f9595381a2b93a8909 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 70494fa3872406fd9dab27f8cd7879d5acabfb80..776ca76c244c955d9dc274eabc177481b41dde8a 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index be9259b392681b4b95f67afcf4930e2b9c75c96e..b3c2a38197ac3439b4010920b9ca38ac4ce8edc2 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index b2e4b27addc929e9a76e3c616ece0684ca60fe45..4a371f08d592a2b501d8e3673927f207ac5aac6f 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 07bf969166f6bdd170b60cd132ce2b4c08d2ec32..4841a91fcda8a9eff14ad3e1097828dae7ec294f 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 46f955147472ef00f7ce40c8020a9acded081e1e..735befe2dc59d7d0aac797d23aa059e2bf72a38c 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 5480340dafc363e5ed1a22da5d3c5f99f4680c61..bc57e5c81e885c938618efca37f1f9db108a4d64 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index 895aebc4158de4322c530b334d33b271e045f712..b14d6d9793d10b6e5e0a3eee0c8e0bfba34c14d1 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ca62e56f46bcd85038e67d4c3257fe4db335eb08..e32163ee34f9a39f38b5c1d0d558f0982847bcae 100644 (file)
@@ -61,3 +61,13 @@ ld_library_path:
 
   else
     define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared'
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL Software Testing.context:'reset'
+  print
+
+  print
+  print The following operations are available\:
+  print "  - context:'notable'help:context:'reset'  Perform the help operation, printing this message."
+  print "  - context:'notable'main:context:'reset'  Build and run the tests."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."
index ecd4c2a36c07ca5759c4dffff3a20076962f75c5..82cffd9378aa96a18f4d27cc707aec3204ddb160 100644 (file)
@@ -8,5 +8,13 @@ settings:
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
 
 main:
-
   build
+
+help:
+  print
+  print context:'title'Fakefile Options for FLL 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'main:context:'reset'  The default compilation using the build settings mode."