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

  /src/crypto/external/bsd/openssl/dist/Configurations/
00-base-templates.conf 27 build_scheme => [ "unified", "unix" ],
82 build_scheme => [ "unified", "unix" ],
117 build_scheme => [ "unified", "windows" ],
137 build_scheme => [ "unified", "VMS" ],
windows-makefile.tmpl 11 my $build_scheme = $target{build_scheme};
12 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element
10-main.conf 1393 # additional parameter to build_scheme denotes install-path "flavour"
1394 build_scheme => add("VC-common", { separator => undef }),
1481 build_scheme => add("VC-WOW", { separator => undef }),
  /src/crypto/external/apache2/openssl/dist/Configurations/
00-base-templates.conf 27 build_scheme => [ "unified", "unix" ],
126 build_scheme => [ "unified", "unix" ],
178 build_scheme => [ "unified", "windows" ],
198 build_scheme => [ "unified", "VMS" ],
windows-makefile.tmpl 11 my $build_scheme = $target{build_scheme};
12 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element
10-main.conf 1560 # additional parameter to build_scheme denotes install-path "flavour"
1561 build_scheme => add("VC-common", { separator => undef }),
1648 build_scheme => add("VC-WOW", { separator => undef }),
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
00-base-templates.conf 50 build_scheme => [ "unified", "unix" ],
107 build_scheme => [ "unified", "unix" ],
150 build_scheme => [ "unified", "windows" ],
170 build_scheme => [ "unified", "VMS" ],
unix-Makefile.tmpl 18 my $build_scheme = $target{build_scheme};
19 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element
windows-makefile.tmpl 17 my $build_scheme = $target{build_scheme};
18 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element
10-main.conf 1265 # additional parameter to build_scheme denotes install-path "flavour"
1266 build_scheme => add("VC-common", { separator => undef }),
1354 build_scheme => add("VC-WOW", { separator => undef }),
1430 build_scheme => add("WOW", { separator => undef }),
  /src/crypto/external/apache2/openssl/dist/
Configure 1520 # Make sure build_scheme is consistent.
1521 $target{build_scheme} = [ $target{build_scheme} ]
1522 if ref($target{build_scheme}) ne "ARRAY";
1525 @{$target{build_scheme}};
3503 "build_scheme",
  /src/crypto/external/bsd/openssl/dist/
Configure 1390 # Make sure build_scheme is consistent.
1391 $target{build_scheme} = [ $target{build_scheme} ]
1392 if ref($target{build_scheme}) ne "ARRAY";
1395 @{$target{build_scheme}};
3344 "build_scheme",
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1211 # Make sure build_scheme is consistent.
1212 $target{build_scheme} = [ $target{build_scheme} ]
1213 if ref($target{build_scheme}) ne "ARRAY";
1216 @{$target{build_scheme}};
3374 "build_scheme",

Completed in 40 milliseconds