Lines Matching refs:targets
246 # (which the configuration file places in %targets).
1254 # Support for legacy targets having a name starting with 'debug-'
1266 # It's possible that we have different config targets for specific
2388 $unified_info{targets}->{$1} = 1;
2712 foreach (("programs", "libraries", "modules", "scripts", "targets")) {
2779 # We don't want to create targets for source directories
3036 # it to fill %targets with target configurations. Those are then added to
3040 my %targets;
3046 %targets = read_eval_file($fname);
3049 foreach (sort keys %targets) {
3053 The following config targets from $fname
3054 shadow pre-existing config targets with the same name:
3061 foreach (keys %targets) {
3062 if (ref($targets{$_}) ne "HASH") {
3063 if (ref($targets{$_}) eq "") {
3068 delete $targets{$_};
3070 $targets{$_}->{_conf_fname_int} = add([ $fname ]);
3074 %table = (%table, %targets);