Lines Matching refs:objs
339 # We support two types of objs, those who are specific to this library
340 # (they end up in @objs) and those that we get indirectly, via other
362 my @objs = ();
367 push @objs, $_;
382 print STDERR "DEBUG[dolib:shlib] \@objs for $lib : ",
383 join(",", map { "\n $_" } @objs), "\n"
384 if @objs && $debug_rules;
391 objs => [ @objs, @foreign_objs ],
393 foreach (@objs) {
414 my @objs = ();
419 push @objs, $_;
432 print STDERR "DEBUG[dolib:lib] \@objs for $lib : ",
433 join(",", map { "\n $_" } @objs), "\n"
434 if @objs && $debug_rules;
440 objs => [ @objs, @foreign_objs ]);
441 foreach (@objs) {
456 my @objs = @{$self->{info}->{sources}->{$module}};
462 print STDERR "DEBUG[domodule] \@objs for $module : ",
463 join(",", map { "\n $_" } @objs), "\n"
471 objs => [ @objs ],
492 my @objs = @{$self->{info}->{sources}->{$bin}};
497 print STDERR "DEBUG[dobin] \@objs for $bin : ",
498 join(",", map { "\n $_" } @objs), "\n"
499 if @objs && $debug_rules;
506 objs => [ @objs ],
508 foreach (@objs) {