// -*- c++ -*- #pragma once #include #include #include #include "task.h" #include "settings.h" #include "tasks.h" int build(const Settings& settings, const std::string& name, const std::list>& tasks, const std::list>& all_tasks); int build(const Settings& settings, const std::string& name, const std::list>& all_tasks); int build(const Settings& settings, const std::string& name, const std::vector& targets, const std::list>& all_tasks);