Difference between revisions of "Prokee Module Configuration"

From prokee
Jump to navigation Jump to search
(Created page with " = Global Settings = == modname == Sets the name of the module. == modtype == Sets the type of the module. == version == Sets the version string of the module. == prokee_...")
 
(Global Settings)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
== modname ==
 
== modname ==
 
Sets the name of the module.
 
Sets the name of the module.
 +
modname="MyModule";
  
 
== modtype ==
 
== modtype ==
 
Sets the type of the module.
 
Sets the type of the module.
 +
modtype="mods";
  
 
== version ==
 
== version ==
 
Sets the version string of the module.
 
Sets the version string of the module.
 +
version="v01";
  
 
== prokee_info ==
 
== prokee_info ==
 +
 
=== manpage ===
 
=== manpage ===
 
This option states that one or more man pages should be created for this module.
 
This option states that one or more man pages should be created for this module.
 
  prokee_info="manpage";
 
  prokee_info="manpage";
 +
 
=== noexe ===
 
=== noexe ===
 
This option instructs bmc to not create executables for this module.
 
This option instructs bmc to not create executables for this module.
 
  prokee_info="noexe";
 
  prokee_info="noexe";
 +
 +
= Module Dependencies =
 +
 +
= Additional Source Files =
 +
 +
= Third Party Libraries =
  
 
= Extended Options =
 
= Extended Options =

Latest revision as of 09:57, 19 August 2019


Global Settings

modname

Sets the name of the module.

modname="MyModule";

modtype

Sets the type of the module.

modtype="mods";

version

Sets the version string of the module.

version="v01";

prokee_info

manpage

This option states that one or more man pages should be created for this module.

prokee_info="manpage";

noexe

This option instructs bmc to not create executables for this module.

prokee_info="noexe";

Module Dependencies

Additional Source Files

Third Party Libraries

Extended Options

extra_version_code

extra_version_cli