// file : libbuild2/target.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #include #include namespace build2 { recipe_function* const empty_recipe = nullptr; recipe_function* const noop_recipe = &noop_action; recipe_function* const default_recipe = &default_action; recipe_function* const group_recipe = &group_action; }