| 84 | } |
| 85 | |
| 86 | void target_include_many( TARGET * const including, LIST * const included_names |
| 87 | ) |
| 88 | { |
| 89 | TARGET * const internal = get_target_includes( including ); |
| 90 | internal->depends = targetlist( internal->depends, included_names ); |
| 91 | } |
| 92 | |
| 93 | |
| 94 | /* |
no test coverage detected