Lines Matching defs:doobj
251 # doobj is responsible for producing all the recipes that build
253 sub doobj {
266 print STDERR "DEBUG[doobj] \@srcs for $obj ($bin) : ",
269 print STDERR "DEBUG[doobj] \@deps for $obj ($bin) : ",
272 print STDERR "DEBUG[doobj] \@incs for $obj ($bin) : ",
275 print STDERR "DEBUG[doobj] \@defs for $obj ($bin) : ",
278 print STDERR "DEBUG[doobj] \%opts for $obj ($bin) : ", ,
400 $self->doobj($_, $lib, intent => "shlib", attrs => { %attrs });
442 $self->doobj($_, $lib, intent => "lib", attrs => { %attrs });
477 $self->doobj($_, $module, intent => "dso", attrs => { %attrs });
509 $self->doobj($_, $bin, intent => "bin", attrs => { %attrs });