![]() |
OpenMake Meister |
Gets a list of defined Build Tasks, as listed in the options for all dependencies. This list is not necessarily one element long (the current Build Task), because dependencies can be inherited from previous Build
Tasks. Note that the current Build Task is defined in the global variable $BuildTask.
USAGE:
my @build_tasks = $build_opt->getBuildTasks();
or
my $build_task_ref = $build_opt->getBuildTasks();
RETURNS:
An Array, or reference to an array, of build task names, depending if the method is called in scalar context.