2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 17:17:40 +00:00
|
|
|
MB_I18N ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable,MB_I18N,The language code to select the i18n pack.)
|
2024-07-10 17:17:40 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_ASSERT_SUCCESS ?= Assert successfull
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_ASSERT_SUCCESS,Message for when assertion test is successfull.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-14 01:46:29 +00:00
|
|
|
MB_I18N_ASSERT_FAILURE ?= Assert failure
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_ASSERT_FAILURE,Message for when assertion test is failed.)
|
2024-07-14 01:46:29 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_AUTOEXEC_WRITE ?= Write autoexec for
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_AUTOEXEC_WRITE,Message for when writing a default autoexec.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_CONV_UNIX2DOS ?= Convert to dos-EOL
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_CONV_UNIX2DOS,Message for when converting a file to dos.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_CONV_DOS2UNIX ?= Convert to nix-EOL
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_CONV_DOS2UNIX,Message for when converting a file to unix.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 15:48:15 +00:00
|
|
|
MB_I18N_PACKAGE_CREATE_ARCHIVE ?= Build distribution archive
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PACKAGE_CREATE_ARCHIVE,Message for when creating a archive.)
|
2024-07-10 15:48:15 +00:00
|
|
|
|
2024-07-16 15:36:22 +00:00
|
|
|
MB_I18N_MAKE_CHECK_VARIABLE ?= Variable is empty
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VARIABLE,Error message when an variable is empty.)
|
2024-07-16 15:36:22 +00:00
|
|
|
|
|
|
|
MB_I18N_MAKE_CHECK_VALUE_VALID ?= Value is not valid
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VALUE_VALID,Error message when the value is invalid.)
|
2024-07-16 15:36:22 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MAKE_CHECK_ARG1 ?= Argument 1 is missing
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG1,Error message when argument 1 is missing.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MAKE_CHECK_ARG2 ?= Argument 2 is missing
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG2,Error message when argument 2 is missing.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MAKE_CHECK_ARG3 ?= Argument 3 is missing
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG3,Error message when argument 3 is missing.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MAKE_CHECK_ARG4 ?= Argument 4 is missing
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG4,Error message when argument 4 is missing.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MAKE_CHECK_ARG5 ?= Argument 5 is missing
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG5,Error message when argument 5 is missing.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MSXHUB_FILE_FETCH ?= Fetch msxhub file
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MSXHUB_FILE_FETCH,Message for when fetching a msxhub file.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_MSXROM_FILE_FETCH ?= Fetch msxrom file
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MSXROM_FILE_FETCH,Message for when fetching a msxrom file.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_OPENMSX_STARTUP ?= Start openMSX! for
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_OPENMSX_STARTUP,Message used on startup of openMSX.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 14:24:46 +00:00
|
|
|
MB_I18N_OS_CRAYON_TAG ?= ===
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_OS_CRAYON_TAG,Crayon tag colored prefix to a message.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 22:03:25 +00:00
|
|
|
MB_I18N_PROJ_STEP_BEFORE ?= -- Before
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_STEP_BEFORE,Prefix for begin phase message.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 22:03:25 +00:00
|
|
|
MB_I18N_PROJ_STEP_AFTER ?= ---- After
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_STEP_AFTER,Prefix for after phase message.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_PROJ_STEP_DONE ?= Finished executing prime pi target
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_STEP_DONE,Message for requested phase completed.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_PROJ_DIR_CREATE ?= Creating folder
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_DIR_CREATE,Message for creating a folder.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_PROJ_DIR_DELETE ?= Removing folder
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_DIR_DELETE,Message for deleting a folder.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-14 18:53:44 +00:00
|
|
|
MB_I18N_PROJ_ASSERT_COUNT ?= Total assertions done
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_ASSERT_COUNT,Message for reporting the assertion count of a phase.)
|
2024-07-14 18:53:44 +00:00
|
|
|
|
2024-07-14 22:31:46 +00:00
|
|
|
MB_I18N_PROJ_OPENMSX_COUNT ?= Total openMSX invokes
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_OPENMSX_COUNT,Message for reporting the openMSX invoke count of a session.)
|
2024-07-14 22:31:46 +00:00
|
|
|
|
2024-07-12 15:59:26 +00:00
|
|
|
MB_I18N_FLOW_CLONE_REPORT ?= Clone troopers
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_FLOW_CLONE_REPORT,Message for total amount of cloned files.)
|
2024-07-12 15:59:26 +00:00
|
|
|
|
2024-07-14 22:12:42 +00:00
|
|
|
MB_I18N_NESTOR80_COMPILE ?= Nestor80 compile
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_NESTOR80_COMPILE,Message for Nestor80 compiler run.)
|
2024-07-14 22:12:42 +00:00
|
|
|
|
|
|
|
MB_I18N_NESTOR80_LINK ?= Nestor80 linking
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_NESTOR80_LINK,Message for Nestor80 linker run.)
|
2024-07-14 22:12:42 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_SDCC_COMPILE ?= SDCC Compile super
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_COMPILE,Message for SDCC compiler run.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_SDCC_ARLIB ?= SDCC Builder arlib
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_ARLIB,Message for SDCC lib archive tool.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_SDCC_LINK ?= SDCC Linker MSXlib
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_LINK,Message for SDCC linker run.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_SDCC_OBJCOPY ?= SDCC sdobjcopy for
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_OBJCOPY,Message for SDCC objcopy run.)
|
2024-07-08 02:23:37 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_PROJ_PHASEID_CLEAN ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_CLEAN,Local command of clean target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_CLEAN ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_CLEAN,Local documentation of clean target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_INIT ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_INIT,Local command of init target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_INIT ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_INIT,Local documentation of init target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
2024-07-12 15:59:26 +00:00
|
|
|
MB_I18N_PROJ_PHASEID_PREPARE ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PREPARE,Local command of prepare target.)
|
2024-07-12 15:59:26 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_PREPARE ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PREPARE,Local documentation of prepare target.)
|
2024-07-12 15:59:26 +00:00
|
|
|
|
2024-07-10 12:05:38 +00:00
|
|
|
MB_I18N_PROJ_PHASEID_PROCESS ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PROCESS,Local command of proces target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_PROCESS ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PROCESS,Local documentation of process target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_COMPILE ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_COMPILE,Local command of compile target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_COMPILE ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_COMPILE,Local documentation of compile target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_LINK ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_LINK,Local command of link target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_LINK ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_LINK,Local documentation of link target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_BUILD ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_BUILD,Local command of build target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_BUILD ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_BUILD,Local documentation of build target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_TEST ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_TEST,Local command of test target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_TEST ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_TEST,Local documentation of test target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_PACKAGE ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PACKAGE,Local command of package target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_PACKAGE ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PACKAGE,Local documentation of package target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_PACKAGE_QA ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PACKAGE_QA,Local command of package-qa target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_PACKAGE_QA ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PACKAGE_QA,Local documentation of package-qa target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEID_PACKAGE_DEPLOY ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PACKAGE_DEPLOY,Local command of package-deploy target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_PACKAGE_DEPLOY ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PACKAGE_DEPLOY,Local documentation of package-deploy target.)
|
2024-07-10 12:05:38 +00:00
|
|
|
|
2024-07-12 15:59:26 +00:00
|
|
|
MB_I18N_PROJ_PHASEID_ALL ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_ALL,Local command of all target.)
|
2024-07-12 15:59:26 +00:00
|
|
|
|
|
|
|
MB_I18N_PROJ_PHASEDOC_ALL ?=
|
2024-07-16 17:32:08 +00:00
|
|
|
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_ALL,Local documentation of all target.)
|
2024-07-12 15:59:26 +00:00
|
|
|
|