HomeSort by: relevance | last modified time | path
    Searched refs:doobj (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/
gentemplate.pm 251 # doobj is responsible for producing all the recipes that build
253 sub doobj { subroutine
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 })
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
gentemplate.pm 251 # doobj is responsible for producing all the recipes that build
253 sub doobj { subroutine
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 })
    [all...]

Completed in 26 milliseconds