]> git.ipfire.org Git - thirdparty/openssl.git/blame - Configure
apps x509: passing PKCS#11 URL as -signkey
[thirdparty/openssl.git] / Configure
CommitLineData
de17db91 1#! /usr/bin/env perl
f4d8f037 2# -*- mode: perl; -*-
48e5119a 3# Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
ac3d0e13 4#
402dd558 5# Licensed under the Apache License 2.0 (the "License"). You may not use
ac3d0e13
RS
6# this file except in compliance with the License. You can obtain a copy
7# in the file LICENSE in the source distribution or at
8# https://www.openssl.org/source/license.html
de17db91 9
a4ed5532 10## Configure -- OpenSSL source tree configuration script
1641cb60 11
d83112b7 12use 5.10.0;
1641cb60 13use strict;
141d7325 14use Config;
cb6afcd6
RL
15use FindBin;
16use lib "$FindBin::Bin/util/perl";
f09e7ca9 17use File::Basename;
7f73eafe 18use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs splitdir/;
dca99383 19use File::Path qw/mkpath/;
1935a586 20use OpenSSL::fallback "$FindBin::Bin/external/perl/MODULES.txt";
8d2214c0 21use OpenSSL::Glob;
1f86b822 22use OpenSSL::Template;
1641cb60 23
22a4f969 24# see INSTALL for instructions.
462ba4f6 25
8937a4ed
RL
26my $orig_death_handler = $SIG{__DIE__};
27$SIG{__DIE__} = \&death_handler;
28
31b6ed76 29my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
462ba4f6 30
434c5dd3 31# Options:
e5f3045f 32#
f09e7ca9
RS
33# --config add the given configuration file, which will be read after
34# any "Configurations*" files that are found in the same
35# directory as this script.
d74dfafd
RL
36# --prefix prefix for the OpenSSL installation, which includes the
37# directories bin, lib, include, share/man, share/doc/openssl
38# This becomes the value of INSTALLTOP in Makefile
39# (Default: /usr/local)
40# --openssldir OpenSSL data area, such as openssl.cnf, certificates and keys.
41# If it's a relative directory, it will be added on the directory
42# given with --prefix.
43# This becomes the value of OPENSSLDIR in Makefile and in C.
44# (Default: PREFIX/ssl)
e5f3045f 45#
cbfb39d1
AP
46# --cross-compile-prefix Add specified prefix to binutils components.
47#
a6a4d0ac
RL
48# --api One of 0.9.8, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, or 3.0
49# Define the public APIs as they were for that version
50# including patch releases. If 'no-deprecated' is also
51# given, do not compile support for interfaces deprecated
52# up to and including the specified OpenSSL version.
98186eb4 53#
5270e702
RL
54# no-hw-xxx do not compile support for specific crypto hardware.
55# Generic OpenSSL-style methods relating to this support
56# are always compiled but return NULL if the hardware
57# support isn't compiled.
58# no-hw do not compile support for any crypto hardware.
5f8d5c96
BM
59# [no-]threads [don't] try to create a library that is suitable for
60# multithreaded applications (default is "threads" if we
61# know how to do it)
84f32c84 62# [no-]shared [don't] try to create shared libraries when supported.
ae48242c 63# [no-]pic [don't] try to build position independent code when supported.
45b71abe 64# If disabled, it also disables shared and dynamic-engine.
a723979d 65# no-asm do not use assembler
0423f812 66# no-egd do not compile support for the entropy-gathering daemon APIs
e452de9d 67# [no-]zlib [don't] compile support for zlib compression.
84f32c84
DMSP
68# zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
69# library and will be loaded in run-time by the OpenSSL library.
7e159e01 70# sctp include SCTP support
5ded1ca6 71# no-uplink Don't build support for UPLINK interface.
8b1a5af3 72# enable-weak-ssl-ciphers
edcdf38b 73# Enable weak ciphers that are disabled by default.
5ae5dc96
AP
74# 386 generate 80386 code in assembly modules
75# no-sse2 disables IA-32 SSE2 code in assembly modules, the above
76# mentioned '386' option implies this one
79df9d62 77# no-<cipher> build without specified algorithm (rsa, idea, rc5, ...)
f246f54f
DMSP
78# -<xxx> +<xxx> All options which are unknown to the 'Configure' script are
79# /<xxx> passed through to the compiler. Unix-style options beginning
80# with a '-' or '+' are recognized, as well as Windows-style
81# options beginning with a '/'. If the option contains arguments
82# separated by spaces, then the URL-style notation %20 can be
83# used for the space character in order to avoid having to quote
84# the option. For example, -opt%20arg gets expanded to -opt arg.
85# In fact, any ASCII character can be encoded as %xx using its
86# hexadecimal encoding.
047d97af
AP
87# -static while -static is also a pass-through compiler option (and
88# as such is limited to environments where it's actually
89# meaningful), it triggers a number configuration options,
31b6ed76 90# namely no-pic, no-shared and no-threads. It is
047d97af
AP
91# argued that the only reason to produce statically linked
92# binaries (and in context it means executables linked with
93# -static flag, and not just executables linked with static
94# libcrypto.a) is to eliminate dependency on specific run-time,
95# a.k.a. libc version. The mentioned config options are meant
96# to achieve just that. Unfortunately on Linux it's impossible
97# to eliminate the dependency completely for openssl executable
98# because of getaddrinfo and gethostbyname calls, which can
99# invoke dynamically loadable library facility anyway to meet
100# the lookup requests. For this reason on Linux statically
101# linked openssl executable has rather debugging value than
102# production quality.
e41c8d6a 103#
84f32c84
DMSP
104# BN_LLONG use the type 'long long' in crypto/bn/bn.h
105# RC4_CHAR use 'char' instead of 'int' for RC4_INT in crypto/rc4/rc4.h
d0590fe6
AP
106# Following are set automatically by this script
107#
84f32c84
DMSP
108# MD5_ASM use some extra md5 assembler,
109# SHA1_ASM use some extra sha1 assembler, must define L_ENDIAN for x86
110# RMD160_ASM use some extra ripemd160 assembler,
111# SHA256_ASM sha256_block is implemented in assembler
112# SHA512_ASM sha512_block is implemented in assembler
113# AES_ASM AES_[en|de]crypt is implemented in assembler
d02b48c6 114
3b437400
RL
115# Minimum warning options... any contributions to OpenSSL should at least
116# get past these. Note that we only use these with C compilers, not with
117# C++ compilers.
363bd0b4 118
463a7b8c 119# DEBUG_UNUSED enables __owur (warn unused result) checks.
77305338
RS
120# -DPEDANTIC complements -pedantic and is meant to mask code that
121# is not strictly standard-compliant and/or implementation-specific,
122# e.g. inline assembly, disregards to alignment requirements, such
123# that -pedantic would complain about. Incidentally -DPEDANTIC has
124# to be used even in sanitized builds, because sanitizer too is
125# supposed to and does take notice of non-standard behaviour. Then
126# -pedantic with pre-C9x compiler would also complain about 'long
127# long' not being supported. As 64-bit algorithms are common now,
128# it grew impossible to resolve this without sizeable additional
129# code, so we just tell compiler to be pedantic about everything
130# but 'long long' type.
131
3b437400
RL
132my @gcc_devteam_warn = qw(
133 -DDEBUG_UNUSED
134 -DPEDANTIC -pedantic -Wno-long-long
135 -Wall
136 -Wextra
137 -Wno-unused-parameter
138 -Wno-missing-field-initializers
139 -Wswitch
140 -Wsign-compare
141 -Wshadow
142 -Wformat
143 -Wtype-limits
144 -Wundef
145 -Werror
146 -Wmissing-prototypes
147 -Wstrict-prototypes
148);
363bd0b4 149
190c8c60
BL
150# These are used in addition to $gcc_devteam_warn when the compiler is clang.
151# TODO(openssl-team): fix problems and investigate if (at least) the
480405e4 152# following warnings can also be enabled:
8bccbce5 153# -Wcast-align
77305338 154# -Wunreachable-code -- no, too ugly/compiler-specific
a773b52a
RS
155# -Wlanguage-extension-token -- no, we use asm()
156# -Wunused-macros -- no, too tricky for BN and _XOPEN_SOURCE etc
157# -Wextended-offsetof -- no, needed in CMS ASN1 code
3b437400 158my @clang_devteam_warn = qw(
03e56683 159 -Wno-unknown-warning-option
3b437400
RL
160 -Wswitch-default
161 -Wno-parentheses-equality
162 -Wno-language-extension-token
163 -Wno-extended-offsetof
164 -Wconditional-uninitialized
165 -Wincompatible-pointer-types-discards-qualifiers
3b437400
RL
166 -Wmissing-variable-declarations
167);
cb2bc054 168
b4a7b4ec
RL
169my @cl_devteam_warn = qw(
170 /WX
171);
172
0c28f277
DSH
173my $strict_warnings = 0;
174
b7efa56a 175# As for $BSDthreads. Idea is to maintain "collective" set of flags,
fce0ba5f 176# which would cover all BSD flavors. -pthread applies to them all,
b7efa56a
AP
177# but is treated differently. OpenBSD expands is as -D_POSIX_THREAD
178# -lc_r, which is sufficient. FreeBSD 4.x expands it as -lc_r,
179# which has to be accompanied by explicit -D_THREAD_SAFE and
180# sometimes -D_REENTRANT. FreeBSD 5.x expands it as -lc_r, which
181# seems to be sufficient?
9c62a279 182our $BSDthreads="-pthread -D_THREAD_SAFE -D_REENTRANT";
d02b48c6 183
98186eb4 184#
f430ba31 185# API compatibility name to version number mapping.
98186eb4 186#
98186eb4 187my $apitable = {
a6a4d0ac
RL
188 # This table expresses when API additions or changes can occur.
189 # The numbering used changes from 3.0 and on because we updated
190 # (solidified) our version numbering scheme at that point.
191
192 # From 3.0 and on, we internalise the given version number in dedcimal
193 # as MAJOR * 10000 + MINOR * 100 + 0
194 "3.0.0" => 30000,
195 "3.0" => 30000,
196
197 # Note that before 3.0, we didn't have the same version number scheme.
198 # Still, the numbering we use here covers what we need.
199 "1.1.1" => 10101,
200 "1.1.0" => 10100,
201 "1.0.2" => 10002,
202 "1.0.1" => 10001,
203 "1.0.0" => 10000,
204 "0.9.8" => 908,
98186eb4
VD
205};
206
9e0724a1 207our %table = ();
291e94df 208our %config = ();
98fdbce0 209our %withargs = ();
f770d75b
AP
210our $now_printing; # set to current entry's name in print_table_entry
211 # (todo: right thing would be to encapsulate name
212 # into %target [class] and make print_table_entry
213 # a method)
3e83e686 214
bd5192b1 215# Forward declarations ###############################################
7ead0c89 216
bd5192b1
RL
217# read_config(filename)
218#
219# Reads a configuration file and populates %table with the contents
220# (which the configuration file places in %targets).
221sub read_config;
7d46b942 222
bd5192b1
RL
223# resolve_config(target)
224#
8483a003 225# Resolves all the late evaluations, inheritances and so on for the
bd5192b1
RL
226# chosen target and any target it inherits from.
227sub resolve_config;
7d46b942 228
15c7adb0 229
107b5792
RL
230# Information collection #############################################
231
9fe2bb77 232# Unified build supports separate build dir
ec182ef0
RL
233my $srcdir = catdir(absolutedir(dirname($0))); # catdir ensures local syntax
234my $blddir = catdir(absolutedir(".")); # catdir ensures local syntax
9fe2bb77
RL
235my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));
236
b5293d4c
RL
237my $local_config_envname = 'OPENSSL_LOCAL_CONFIG_DIR';
238
9fe2bb77
RL
239$config{sourcedir} = abs2rel($srcdir);
240$config{builddir} = abs2rel($blddir);
241
ee4cdb7f
RL
242# Collect reconfiguration information if needed
243my @argvcopy=@ARGV;
244
245if (grep /^reconf(igure)?$/, @argvcopy) {
99aeeecb
RL
246 die "reconfiguring with other arguments present isn't supported"
247 if scalar @argvcopy > 1;
ee4cdb7f 248 if (-f "./configdata.pm") {
84f32c84
DMSP
249 my $file = "./configdata.pm";
250 unless (my $return = do $file) {
251 die "couldn't parse $file: $@" if $@;
ee4cdb7f
RL
252 die "couldn't do $file: $!" unless defined $return;
253 die "couldn't run $file" unless $return;
84f32c84 254 }
ee4cdb7f 255
84f32c84
DMSP
256 @argvcopy = defined($configdata::config{perlargv}) ?
257 @{$configdata::config{perlargv}} : ();
258 die "Incorrect data to reconfigure, please do a normal configuration\n"
259 if (grep(/^reconf/,@argvcopy));
260 $config{perlenv} = $configdata::config{perlenv} // {};
ee4cdb7f 261 } else {
84f32c84 262 die "Insufficient data to reconfigure, please do a normal configuration\n";
ee4cdb7f
RL
263 }
264}
265
266$config{perlargv} = [ @argvcopy ];
267
107b5792 268# Collect version numbers
20551b2e 269my %version = ();
107b5792
RL
270
271collect_information(
20551b2e
RL
272 collect_from_file(catfile($srcdir,'VERSION')),
273 qr/\s*(\w+)\s*=\s*(.*?)\s*$/ =>
274 sub {
275 # Only define it if there is a value at all
276 $version{uc $1} = $2 if $2 ne '';
277 },
278 "OTHERWISE" =>
279 sub { die "Something wrong with this line:\n$_\nin $srcdir/VERSION" },
107b5792 280 );
20551b2e
RL
281
282$config{major} = $version{MAJOR} // 'unknown';
283$config{minor} = $version{MINOR} // 'unknown';
284$config{patch} = $version{PATCH} // 'unknown';
285$config{prerelease} =
286 defined $version{PRE_RELEASE_TAG} ? "-$version{PRE_RELEASE_TAG}" : '';
287$config{build_metadata} =
288 defined $version{BUILD_METADATA} ? "+$version{BUILD_METADATA}" : '';
289$config{shlib_version} = $version{SHLIB_VERSION} // 'unknown';
290$config{release_date} = $version{RELEASE_DATE} // 'xx XXX xxxx';
107b5792 291
16942e08
DMSP
292$config{version} = "$config{major}.$config{minor}.$config{patch}";
293$config{full_version} = "$config{version}$config{prerelease}$config{build_metadata}";
294
20551b2e
RL
295die "erroneous version information in VERSION: ",
296 "$config{version}, $config{shlib_version}\n"
297 unless (defined $version{MAJOR}
298 && defined $version{MINOR}
299 && defined $version{PATCH}
300 && defined $version{SHLIB_VERSION});
301
107b5792
RL
302# Collect target configurations
303
85152ca4 304my $pattern = catfile(dirname($0), "Configurations", "*.conf");
97855556 305foreach (sort glob($pattern)) {
f09e7ca9
RS
306 &read_config($_);
307}
d02b48c6 308
7ecdf18d 309if (defined env($local_config_envname)) {
b5293d4c
RL
310 if ($^O eq 'VMS') {
311 # VMS environment variables are logical names,
312 # which can be used as is
313 $pattern = $local_config_envname . ':' . '*.conf';
314 } else {
7ecdf18d 315 $pattern = catfile(env($local_config_envname), '*.conf');
b5293d4c
RL
316 }
317
97855556 318 foreach (sort glob($pattern)) {
b5293d4c
RL
319 &read_config($_);
320 }
321}
322
d5fa7035
RL
323# Save away perl command information
324$config{perl_cmd} = $^X;
325$config{perl_version} = $Config{version};
326$config{perl_archname} = $Config{archname};
327
291e94df
RL
328$config{prefix}="";
329$config{openssldir}="";
7d130f68 330$config{processor}="";
107b5792 331$config{libdir}="";
9c62a279 332my $auto_threads=1; # enable threads automatically? true by default
0396479d 333my $default_ranlib;
107b5792 334
6b01bed2 335# Known TLS and DTLS protocols
84a68336 336my @tls = qw(ssl3 tls1 tls1_1 tls1_2 tls1_3);
6b01bed2
VD
337my @dtls = qw(dtls1 dtls1_2);
338
8483a003 339# Explicitly known options that are possible to disable. They can
8b527be2
RL
340# be regexps, and will be used like this: /^no-${option}$/
341# For developers: keep it sorted alphabetically
342
343my @disablables = (
c91a0a83 344 "afalgeng",
d42d0a4d 345 "aria",
c38bb727 346 "asan",
8b527be2 347 "asm",
52739e40 348 "async",
b184e3ef 349 "autoalginit",
498abff0 350 "autoerrinit",
dbabc862 351 "autoload-config",
8b527be2 352 "bf",
2d0b4412 353 "blake2",
ac4033d6 354 "buildtest-c++",
8b527be2
RL
355 "camellia",
356 "capieng",
357 "cast",
48f14845 358 "chacha",
8b527be2 359 "cmac",
538f38db 360 "cmp",
8b527be2
RL
361 "cms",
362 "comp",
3e45d393 363 "crypto-mdebug",
8b527be2
RL
364 "ct",
365 "deprecated",
366 "des",
619eb33a 367 "devcryptoeng",
8b527be2
RL
368 "dgram",
369 "dh",
370 "dsa",
3b2f8c77 371 "dso",
a5ecdc6a 372 "dtls",
343ec2b0 373 "dynamic-engine",
8b527be2
RL
374 "ec",
375 "ec2m",
6b01bed2
VD
376 "ecdh",
377 "ecdsa",
8b527be2 378 "ec_nistp_64_gcc_128",
b31feae6 379 "egd",
8b527be2 380 "engine",
1288f26f 381 "err",
ce2596d4 382 "external-tests",
02f7114a 383 "filenames",
e7545517 384 "fips",
f59d0131
KR
385 "fuzz-libfuzzer",
386 "fuzz-afl",
168c3b73 387 "gost",
8b527be2 388 "idea",
742ccab3 389 "ktls",
d0308923 390 "legacy",
09aa263a 391 "makedepend",
8b527be2
RL
392 "md2",
393 "md4",
8b527be2 394 "mdc2",
34786bde 395 "module",
29df3061 396 "msan",
fa22f98f 397 "multiblock",
8b527be2 398 "nextprotoneg",
41999e7d 399 "pinshared",
8b527be2
RL
400 "ocb",
401 "ocsp",
469ce8ff 402 "padlockeng",
ae48242c 403 "pic",
48f14845 404 "poly1305",
8b527be2
RL
405 "posix-io",
406 "psk",
407 "rc2",
408 "rc4",
409 "rc5",
410 "rdrand",
411 "rfc3779",
8b527be2 412 "rmd160",
8b527be2 413 "scrypt",
8b527be2 414 "sctp",
6943335e 415 "secure-memory",
8b527be2 416 "seed",
8b527be2 417 "shared",
3f5616d7 418 "siphash",
b1ceb439 419 "siv",
1bf2cc23 420 "sm2",
a0c3e4fa 421 "sm3",
f19a5ff9 422 "sm4",
8b527be2
RL
423 "sock",
424 "srp",
425 "srtp",
426 "sse2",
427 "ssl",
8b527be2
RL
428 "ssl-trace",
429 "static-engine",
430 "stdio",
93880ce1 431 "tests",
8b527be2
RL
432 "threads",
433 "tls",
16a9d374 434 "trace",
1288f26f 435 "ts",
c38bb727 436 "ubsan",
48feaceb 437 "ui-console",
8b527be2 438 "unit-test",
5ded1ca6 439 "uplink",
8b527be2 440 "whirlpool",
8b1a5af3 441 "weak-ssl-ciphers",
8b527be2
RL
442 "zlib",
443 "zlib-dynamic",
444 );
6b01bed2 445foreach my $proto ((@tls, @dtls))
84f32c84
DMSP
446 {
447 push(@disablables, $proto);
448 push(@disablables, "$proto-method") unless $proto eq "tls1_3";
449 }
8b527be2 450
538f38db
RL
451# Internal disablables, for aliasing purposes. They serve no special
452# purpose here, but allow scripts to get to know them through configdata.pm,
453# where these are merged with @disablables.
454# The actual aliasing mechanism is done via %disable_cascades
455my @disablables_int = qw(
456 crmf
457 );
458
2b1343b9
MC
459my %deprecated_disablables = (
460 "ssl2" => undef,
461 "buf-freelists" => undef,
14611382 462 "crypto-mdebug-backtrace" => undef,
469ce8ff
RL
463 "hw" => "hw", # causes cascade, but no macro
464 "hw-padlock" => "padlockeng",
48feaceb
RL
465 "ripemd" => "rmd160",
466 "ui" => "ui-console",
0b45d8ee 467 "heartbeats" => undef,
e80381e1
RL
468 );
469
094925de 470# All of the following are disabled by default:
c9a112f5 471
9e04edf2 472our %disabled = ( # "what" => "comment"
84f32c84
DMSP
473 "asan" => "default",
474 "buildtest-c++" => "default",
475 "crypto-mdebug" => "default",
476 "crypto-mdebug-backtrace" => "default",
477 "devcryptoeng" => "default",
478 "ec_nistp_64_gcc_128" => "default",
479 "egd" => "default",
480 "external-tests" => "default",
481 "fuzz-libfuzzer" => "default",
482 "fuzz-afl" => "default",
84f32c84 483 "md2" => "default",
29df3061 484 "msan" => "default",
84f32c84
DMSP
485 "rc5" => "default",
486 "sctp" => "default",
487 "ssl-trace" => "default",
488 "ssl3" => "default",
489 "ssl3-method" => "default",
490 "trace" => "default",
491 "ubsan" => "default",
492 "unit-test" => "default",
493 "weak-ssl-ciphers" => "default",
494 "zlib" => "default",
495 "zlib-dynamic" => "default",
496 "ktls" => "default",
497 );
c9a112f5 498
c569e206
RL
499# Note: => pair form used for aesthetics, not to truly make a hash table
500my @disable_cascades = (
84f32c84 501 # "what" => [ "cascade", ... ]
7d130f68 502 sub { $config{processor} eq "386" }
84f32c84
DMSP
503 => [ "sse2" ],
504 "ssl" => [ "ssl3" ],
505 "ssl3-method" => [ "ssl3" ],
506 "zlib" => [ "zlib-dynamic" ],
507 "des" => [ "mdc2" ],
dbc6268f 508 "ec" => [ "ecdsa", "ecdh", "sm2" ],
65dc5c3c
MC
509 sub { $disabled{"ec"} && $disabled{"dh"} }
510 => [ "tls1_3" ],
84f32c84
DMSP
511 "dgram" => [ "dtls", "sctp" ],
512 "sock" => [ "dgram" ],
513 "dtls" => [ @dtls ],
343a7467 514 sub { 0 == scalar grep { !$disabled{$_} } @dtls }
84f32c84 515 => [ "dtls" ],
c569e206 516
84f32c84 517 "tls" => [ @tls ],
343a7467 518 sub { 0 == scalar grep { !$disabled{$_} } @tls }
84f32c84 519 => [ "tls" ],
c569e206 520
ef8ca6bd 521 "crypto-mdebug" => [ "crypto-mdebug-backtrace" ],
343ec2b0 522
34786bde
RL
523 # If no modules, then no dynamic engines either
524 "module" => [ "dynamic-engine" ],
525
526 # Without shared libraries, dynamic engines aren't possible.
527 # This is due to them having to link with libcrypto and register features
528 # using the ENGINE functionality, and since that relies on global tables,
529 # those *have* to be exacty the same as the ones accessed from the app,
530 # which cannot be guaranteed if shared libraries aren't present.
531 # (note that even with shared libraries, both the app and dynamic engines
532 # must be linked with the same library)
5ded1ca6 533 "shared" => [ "dynamic-engine", "uplink" ],
3b2f8c77 534 "dso" => [ "dynamic-engine", "module" ],
34786bde
RL
535 # Other modules don't necessarily have to link with libcrypto, so shared
536 # libraries do not have to be a condition to produce those.
537
538 # Without position independent code, there can be no shared libraries
539 # or modules.
540 "pic" => [ "shared", "module" ],
469ce8ff 541
318e074e 542 "module" => [ "fips" ],
e7545517 543
469ce8ff
RL
544 "engine" => [ grep /eng$/, @disablables ],
545 "hw" => [ "padlockeng" ],
d90a6beb
MC
546
547 # no-autoalginit is only useful when building non-shared
548 "autoalginit" => [ "shared", "apps" ],
549
15a1bd0a 550 "stdio" => [ "apps", "capieng", "egd" ],
d90a6beb 551 "apps" => [ "tests" ],
302eba3f 552 "tests" => [ "external-tests" ],
3cf96e88 553 "comp" => [ "zlib" ],
98020023 554 "sm3" => [ "sm2" ],
b612799a 555 sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
29df3061
EK
556
557 sub { !$disabled{"msan"} } => [ "asm" ],
b1ceb439
TS
558
559 sub { $disabled{cmac}; } => [ "siv" ],
d0308923 560 "legacy" => [ "md2" ],
538f38db
RL
561
562 "cmp" => [ "crmf" ],
c72fa255
MC
563
564 # Padlock engine uses low-level AES APIs which are deprecated
b05d6327 565 sub { $disabled{"deprecated-3.0"} }
c72fa255 566 => [ "padlockeng" ]
c569e206
RL
567 );
568
569# Avoid protocol support holes. Also disable all versions below N, if version
570# N is disabled while N+1 is enabled.
571#
572my @list = (reverse @tls);
573while ((my $first, my $second) = (shift @list, shift @list)) {
574 last unless @list;
575 push @disable_cascades, ( sub { !$disabled{$first} && $disabled{$second} }
84f32c84 576 => [ @list ] );
c569e206
RL
577 unshift @list, $second;
578}
579my @list = (reverse @dtls);
580while ((my $first, my $second) = (shift @list, shift @list)) {
581 last unless @list;
582 push @disable_cascades, ( sub { !$disabled{$first} && $disabled{$second} }
84f32c84 583 => [ @list ] );
c569e206
RL
584 unshift @list, $second;
585}
586
7a762197 587# Explicit "no-..." options will be collected in %disabled along with the defaults.
e4ef2e25 588# To remove something from %disabled, use "enable-foo".
7a762197
BM
589# For symmetry, "disable-foo" is a synonym for "no-foo".
590
462ba4f6 591&usage if ($#ARGV < 0);
d02b48c6 592
bbe486cf 593# For the "make variables" CPPINCLUDES and CPPDEFINES, we support lists with
5b18235a
RL
594# platform specific list separators. Users from those platforms should
595# recognise those separators from how you set up the PATH to find executables.
596# The default is the Unix like separator, :, but as an exception, we also
597# support the space as separator.
598my $list_separator_re =
599 { VMS => qr/(?<!\^),/,
600 MSWin32 => qr/(?<!\\);/ } -> {$^O} // qr/(?<!\\)[:\s]/;
601# All the "make variables" we support
f5846179
RL
602# Some get pre-populated for the sake of backward compatibility
603# (we supported those before the change to "make variable" support.
5b18235a 604my %user = (
f5846179 605 AR => env('AR'),
5b18235a
RL
606 ARFLAGS => [],
607 AS => undef,
608 ASFLAGS => [],
f5846179 609 CC => env('CC'),
8e7984e5 610 CFLAGS => [ env('CFLAGS') || () ],
f5846179 611 CXX => env('CXX'),
8e7984e5 612 CXXFLAGS => [ env('CXXFLAGS') || () ],
5b18235a 613 CPP => undef,
8e7984e5 614 CPPFLAGS => [ env('CPPFLAGS') || () ], # -D, -I, -Wp,
5b18235a
RL
615 CPPDEFINES => [], # Alternative for -D
616 CPPINCLUDES => [], # Alternative for -I
f5846179
RL
617 CROSS_COMPILE => env('CROSS_COMPILE'),
618 HASHBANGPERL=> env('HASHBANGPERL') || env('PERL'),
5b18235a 619 LD => undef,
8e7984e5
RL
620 LDFLAGS => [ env('LDFLAGS') || () ], # -L, -Wl,
621 LDLIBS => [ env('LDLIBS') || () ], # -l
5b18235a
RL
622 MT => undef,
623 MTFLAGS => [],
9e265322 624 PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"),
f5846179
RL
625 RANLIB => env('RANLIB'),
626 RC => env('RC') || env('WINDRES'),
0c4e984d 627 RCFLAGS => [ env('RCFLAGS') || () ],
5b18235a
RL
628 RM => undef,
629 );
f729ba55
RL
630# Info about what "make variables" may be prefixed with the cross compiler
631# prefix. This should NEVER mention any such variable with a list for value.
632my @user_crossable = qw ( AR AS CC CXX CPP LD MT RANLIB RC );
5b18235a
RL
633# The same but for flags given as Configure options. These are *additional*
634# input, as opposed to the VAR=string option that override the corresponding
635# config target attributes
636my %useradd = (
637 CPPDEFINES => [],
638 CPPINCLUDES => [],
639 CPPFLAGS => [],
640 CFLAGS => [],
641 CXXFLAGS => [],
642 LDFLAGS => [],
643 LDLIBS => [],
0c4e984d 644 RCFLAGS => [],
5b18235a
RL
645 );
646
647my %user_synonyms = (
648 HASHBANGPERL=> 'PERL',
649 RC => 'WINDRES',
650 );
abe256e7
RL
651
652# Some target attributes have been renamed, this is the translation table
653my %target_attr_translate =(
654 ar => 'AR',
655 as => 'AS',
656 cc => 'CC',
657 cxx => 'CXX',
658 cpp => 'CPP',
659 hashbangperl => 'HASHBANGPERL',
660 ld => 'LD',
661 mt => 'MT',
662 ranlib => 'RANLIB',
663 rc => 'RC',
664 rm => 'RM',
5b18235a 665 );
5b18235a 666
2ab92ae9 667# Initialisers coming from 'config' scripts
ff455d99
AP
668$config{defines} = [ split(/$list_separator_re/, env('__CNF_CPPDEFINES')) ];
669$config{includes} = [ split(/$list_separator_re/, env('__CNF_CPPINCLUDES')) ];
670$config{cppflags} = [ env('__CNF_CPPFLAGS') || () ];
671$config{cflags} = [ env('__CNF_CFLAGS') || () ];
672$config{cxxflags} = [ env('__CNF_CXXFLAGS') || () ];
673$config{lflags} = [ env('__CNF_LDFLAGS') || () ];
674$config{ex_libs} = [ env('__CNF_LDLIBS') || () ];
2ab92ae9 675
7d130f68 676$config{openssl_api_defines}=[];
7d130f68 677$config{openssl_sys_defines}=[];
e0bf7c01 678$config{openssl_feature_defines}=[];
3fa04f0d 679$config{options}="";
8864f0de 680$config{build_type} = "release";
5b18235a 681my $target="";
c59cb511 682
ac6ae8a9 683my %cmdvars = (); # Stores FOO='blah' type arguments
fe05264e 684my %unsupported_options = ();
e80381e1 685my %deprecated_options = ();
8389ec4b
RS
686# If you change this, update apps/version.c
687my @known_seed_sources = qw(getrandom devrandom os egd none rdcpu librandom);
688my @seed_sources = ();
fad599f7 689while (@argvcopy)
84f32c84
DMSP
690 {
691 $_ = shift @argvcopy;
692
693 # Support env variable assignments among the options
694 if (m|^(\w+)=(.+)?$|)
695 {
696 $cmdvars{$1} = $2;
697 # Every time a variable is given as a configuration argument,
698 # it acts as a reset if the variable.
699 if (exists $user{$1})
700 {
701 $user{$1} = ref $user{$1} eq "ARRAY" ? [] : undef;
702 }
703 #if (exists $useradd{$1})
704 # {
705 # $useradd{$1} = [];
706 # }
707 next;
708 }
709
710 # VMS is a case insensitive environment, and depending on settings
711 # out of our control, we may receive options uppercased. Let's
712 # downcase at least the part before any equal sign.
713 if ($^O eq "VMS")
714 {
715 s/^([^=]*)/lc($1)/e;
716 }
717
718 # some people just can't read the instructions, clang people have to...
719 s/^-no-(?!integrated-as)/no-/;
720
721 # rewrite some options in "enable-..." form
722 s /^-?-?shared$/enable-shared/;
723 s /^sctp$/enable-sctp/;
724 s /^threads$/enable-threads/;
725 s /^zlib$/enable-zlib/;
726 s /^zlib-dynamic$/enable-zlib-dynamic/;
c9a112f5 727
e4ef2e25 728 if (/^(no|disable|enable)-(.+)$/)
2b1343b9
MC
729 {
730 my $word = $2;
469ce8ff
RL
731 if ($word !~ m|hw(?:-.+)| # special treatment for hw regexp opt
732 && !exists $deprecated_disablables{$word}
733 && !grep { $word eq $_ } @disablables)
2b1343b9
MC
734 {
735 $unsupported_options{$_} = 1;
736 next;
737 }
738 }
739 if (/^no-(.+)$/ || /^disable-(.+)$/)
740 {
e4ef2e25
RS
741 foreach my $proto ((@tls, @dtls))
742 {
743 if ($1 eq "$proto-method")
744 {
745 $disabled{"$proto"} = "option($proto-method)";
746 last;
747 }
748 }
749 if ($1 eq "dtls")
750 {
751 foreach my $proto (@dtls)
752 {
753 $disabled{$proto} = "option(dtls)";
754 }
c5c7700c 755 $disabled{"dtls"} = "option(dtls)";
e4ef2e25
RS
756 }
757 elsif ($1 eq "ssl")
758 {
759 # Last one of its kind
760 $disabled{"ssl3"} = "option(ssl)";
761 }
762 elsif ($1 eq "tls")
763 {
764 # XXX: Tests will fail if all SSL/TLS
765 # protocols are disabled.
766 foreach my $proto (@tls)
767 {
768 $disabled{$proto} = "option(tls)";
769 }
770 }
343ec2b0
RL
771 elsif ($1 eq "static-engine")
772 {
19ab5790 773 delete $disabled{"dynamic-engine"};
343ec2b0
RL
774 }
775 elsif ($1 eq "dynamic-engine")
776 {
19ab5790 777 $disabled{"dynamic-engine"} = "option";
343ec2b0 778 }
2b1343b9
MC
779 elsif (exists $deprecated_disablables{$1})
780 {
781 $deprecated_options{$_} = 1;
782 if (defined $deprecated_disablables{$1})
783 {
784 $disabled{$deprecated_disablables{$1}} = "option";
785 }
786 }
469ce8ff
RL
787 elsif ($1 =~ m|hw(?:-.+)|) # deprecate hw options in regexp form
788 {
789 $deprecated_options{$_} = 1;
790 }
e4ef2e25
RS
791 else
792 {
793 $disabled{$1} = "option";
794 }
84f32c84
DMSP
795 # No longer an automatic choice
796 $auto_threads = 0 if ($1 eq "threads");
797 }
798 elsif (/^enable-(.+)$/)
799 {
343ec2b0
RL
800 if ($1 eq "static-engine")
801 {
19ab5790 802 $disabled{"dynamic-engine"} = "option";
343ec2b0
RL
803 }
804 elsif ($1 eq "dynamic-engine")
805 {
19ab5790 806 delete $disabled{"dynamic-engine"};
343ec2b0 807 }
25004db7
RL
808 elsif ($1 eq "zlib-dynamic")
809 {
810 delete $disabled{"zlib"};
811 }
84f32c84
DMSP
812 my $algo = $1;
813 delete $disabled{$algo};
814
815 # No longer an automatic choice
816 $auto_threads = 0 if ($1 eq "threads");
817 }
818 elsif (/^--strict-warnings$/)
819 {
820 # Pretend that our strict flags is a C flag, and replace it
821 # with the proper flags later on
822 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings';
84f32c84
DMSP
823 $strict_warnings=1;
824 }
825 elsif (/^--debug$/)
826 {
827 $config{build_type} = "debug";
828 }
829 elsif (/^--release$/)
830 {
831 $config{build_type} = "release";
832 }
833 elsif (/^386$/)
834 { $config{processor}=386; }
835 elsif (/^fips$/)
836 {
837 die "FIPS mode not supported\n";
838 }
839 elsif (/^rsaref$/)
840 {
841 # No RSAref support any more since it's not needed.
842 # The check for the option is there so scripts aren't
843 # broken
844 }
845 elsif (/^nofipscanistercheck$/)
846 {
847 die "FIPS mode not supported\n";
848 }
f246f54f 849 elsif (m|^[-+/]|)
84f32c84
DMSP
850 {
851 if (/^--prefix=(.*)$/)
852 {
853 $config{prefix}=$1;
854 die "Directory given with --prefix MUST be absolute\n"
855 unless file_name_is_absolute($config{prefix});
856 }
857 elsif (/^--api=(.*)$/)
858 {
a6a4d0ac
RL
859 my $api = $1;
860 die "Unknown API compatibility level $api"
861 unless defined $apitable->{$api};
862 $config{api}=$apitable->{$api};
84f32c84
DMSP
863 }
864 elsif (/^--libdir=(.*)$/)
865 {
866 $config{libdir}=$1;
867 }
868 elsif (/^--openssldir=(.*)$/)
869 {
870 $config{openssldir}=$1;
871 }
872 elsif (/^--with-zlib-lib=(.*)$/)
873 {
874 $withargs{zlib_lib}=$1;
875 }
876 elsif (/^--with-zlib-include=(.*)$/)
877 {
878 $withargs{zlib_include}=$1;
879 }
880 elsif (/^--with-fuzzer-lib=(.*)$/)
881 {
882 $withargs{fuzzer_lib}=$1;
883 }
884 elsif (/^--with-fuzzer-include=(.*)$/)
885 {
886 $withargs{fuzzer_include}=$1;
887 }
888 elsif (/^--with-rand-seed=(.*)$/)
889 {
890 foreach my $x (split(m|,|, $1))
891 {
892 die "Unknown --with-rand-seed choice $x\n"
893 if ! grep { $x eq $_ } @known_seed_sources;
894 push @seed_sources, $x;
895 }
896 }
897 elsif (/^--cross-compile-prefix=(.*)$/)
898 {
899 $user{CROSS_COMPILE}=$1;
900 }
901 elsif (/^--config=(.*)$/)
902 {
903 read_config $1;
904 }
905 elsif (/^-l(.*)$/)
906 {
907 push @{$useradd{LDLIBS}}, $_;
908 }
909 elsif (/^-framework$/)
910 {
911 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy);
912 }
913 elsif (/^-L(.*)$/ or /^-Wl,/)
914 {
915 push @{$useradd{LDFLAGS}}, $_;
916 }
917 elsif (/^-rpath$/ or /^-R$/)
918 # -rpath is the OSF1 rpath flag
919 # -R is the old Solaris rpath flag
920 {
921 my $rpath = shift(@argvcopy) || "";
922 $rpath .= " " if $rpath ne "";
923 push @{$useradd{LDFLAGS}}, $_, $rpath;
924 }
925 elsif (/^-static$/)
926 {
927 push @{$useradd{LDFLAGS}}, $_;
84f32c84 928 }
f246f54f 929 elsif (m|^[-/]D(.*)$|)
84f32c84
DMSP
930 {
931 push @{$useradd{CPPDEFINES}}, $1;
932 }
f246f54f 933 elsif (m|^[-/]I(.*)$|)
84f32c84
DMSP
934 {
935 push @{$useradd{CPPINCLUDES}}, $1;
936 }
937 elsif (/^-Wp,$/)
938 {
939 push @{$useradd{CPPFLAGS}}, $1;
940 }
941 else # common if (/^[-+]/), just pass down...
942 {
f246f54f
DMSP
943 # Treat %xx as an ASCII code (e.g. replace %20 by a space character).
944 # This provides a simple way to pass options with arguments separated
945 # by spaces without quoting (e.g. -opt%20arg translates to -opt arg).
84f32c84
DMSP
946 $_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
947 push @{$useradd{CFLAGS}}, $_;
948 push @{$useradd{CXXFLAGS}}, $_;
8389ec4b 949 }
84f32c84 950 }
f246f54f
DMSP
951 elsif (m|^/|)
952 {
953 # Treat %xx as an ASCII code (e.g. replace %20 by a space character).
954 # This provides a simple way to pass options with arguments separated
955 # by spaces without quoting (e.g. /opt%20arg translates to /opt arg).
956 $_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
957 push @{$useradd{CFLAGS}}, $_;
958 push @{$useradd{CXXFLAGS}}, $_;
959 }
84f32c84
DMSP
960 else
961 {
962 die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
963 $target=$_;
964 }
965 unless ($_ eq $target || /^no-/ || /^disable-/)
966 {
967 # "no-..." follows later after implied deactivations
968 # have been derived. (Don't take this too seriously,
969 # we really only write OPTIONS to the Makefile out of
970 # nostalgia.)
971
972 if ($config{options} eq "")
973 { $config{options} = $_; }
974 else
975 { $config{options} .= " ".$_; }
976 }
977 }
489eb740 978
ddbe700e 979if (keys %deprecated_options)
84f32c84
DMSP
980 {
981 warn "***** Deprecated options: ",
982 join(", ", keys %deprecated_options), "\n";
983 }
ddbe700e 984if (keys %unsupported_options)
84f32c84
DMSP
985 {
986 die "***** Unsupported options: ",
987 join(", ", keys %unsupported_options), "\n";
988 }
b6e4dac2 989
ac6ae8a9
RL
990# If any %useradd entry has been set, we must check that the "make
991# variables" haven't been set. We start by checking of any %useradd entry
fb174faa 992# is set.
b9201360 993if (grep { scalar @$_ > 0 } values %useradd) {
fb174faa 994 # Hash of env / make variables names. The possible values are:
ac6ae8a9 995 # 1 - "make vars"
fb174faa
RL
996 # 2 - %useradd entry set
997 # 3 - both set
ac6ae8a9 998 my %detected_vars =
fb174faa 999 map { my $v = 0;
ac6ae8a9 1000 $v += 1 if $cmdvars{$_};
fb174faa
RL
1001 $v += 2 if @{$useradd{$_}};
1002 $_ => $v }
1003 keys %useradd;
1004
ac6ae8a9
RL
1005 # If any of the corresponding "make variables" is set, we error
1006 if (grep { $_ & 1 } values %detected_vars) {
1007 my $names = join(', ', grep { $detected_vars{$_} > 0 }
1008 sort keys %detected_vars);
b9201360 1009 die <<"_____";
ac6ae8a9 1010***** Mixing make variables and additional compiler/linker flags as
b9201360 1011***** configure command line option is not permitted.
ac6ae8a9 1012***** Affected make variables: $names
b9201360
RL
1013_____
1014 }
1015}
1016
ac6ae8a9
RL
1017# Check through all supported command line variables to see if any of them
1018# were set, and canonicalise the values we got. If no compiler or linker
1019# flag or anything else that affects %useradd was set, we also check the
1020# environment for values.
1021my $anyuseradd =
1022 grep { defined $_ && (ref $_ ne 'ARRAY' || @$_) } values %useradd;
5b18235a 1023foreach (keys %user) {
ac6ae8a9
RL
1024 my $value = $cmdvars{$_};
1025 $value //= env($_) unless $anyuseradd;
1026 $value //=
1027 defined $user_synonyms{$_} ? $cmdvars{$user_synonyms{$_}} : undef;
1028 $value //= defined $user_synonyms{$_} ? env($user_synonyms{$_}) : undef
1029 unless $anyuseradd;
5b18235a
RL
1030
1031 if (defined $value) {
1032 if (ref $user{$_} eq 'ARRAY') {
bbe486cf
RL
1033 if ($_ eq 'CPPDEFINES' || $_ eq 'CPPINCLUDES') {
1034 $user{$_} = [ split /$list_separator_re/, $value ];
1035 } else {
1036 $user{$_} = [ $value ];
1037 }
5b18235a
RL
1038 } elsif (!defined $user{$_}) {
1039 $user{$_} = $value;
1040 }
1041 }
1042}
1043
07e4dc34 1044if (grep { /-rpath\b/ } ($user{LDFLAGS} ? @{$user{LDFLAGS}} : ())
342a1a23
RL
1045 && !$disabled{shared}
1046 && !($disabled{asan} && $disabled{msan} && $disabled{ubsan})) {
1047 die "***** Cannot simultaneously use -rpath, shared libraries, and\n",
84f32c84 1048 "***** any of asan, msan or ubsan\n";
342a1a23
RL
1049}
1050
71ef78d7
RL
1051sub disable {
1052 my $disable_type = shift;
1053
1054 for (@_) {
1055 $disabled{$_} = $disable_type;
1056 }
1057
1058 my @tocheckfor = (@_ ? @_ : keys %disabled);
1059 while (@tocheckfor) {
1060 my %new_tocheckfor = ();
1061 my @cascade_copy = (@disable_cascades);
1062 while (@cascade_copy) {
1063 my ($test, $descendents) =
1064 (shift @cascade_copy, shift @cascade_copy);
1065 if (ref($test) eq "CODE" ? $test->() : defined($disabled{$test})) {
1066 foreach (grep { !defined($disabled{$_}) } @$descendents) {
1067 $new_tocheckfor{$_} = 1; $disabled{$_} = "cascade";
1068 }
84f32c84
DMSP
1069 }
1070 }
71ef78d7 1071 @tocheckfor = (keys %new_tocheckfor);
c569e206 1072 }
c569e206 1073}
71ef78d7 1074disable(); # First cascade run
edc032b5 1075
d63c12c6 1076our $die = sub { die @_; };
436a376b 1077if ($target eq "TABLE") {
d63c12c6 1078 local $die = sub { warn @_; };
00ae96ca 1079 foreach (sort keys %table) {
84f32c84 1080 print_table_entry($_, "TABLE");
00ae96ca
RL
1081 }
1082 exit 0;
436a376b
BM
1083}
1084
10a926c1 1085if ($target eq "LIST") {
00ae96ca 1086 foreach (sort keys %table) {
84f32c84 1087 print $_,"\n" unless $table{$_}->{template};
00ae96ca
RL
1088 }
1089 exit 0;
10a926c1
UM
1090}
1091
aaf878cc 1092if ($target eq "HASH") {
d63c12c6 1093 local $die = sub { warn @_; };
00ae96ca
RL
1094 print "%table = (\n";
1095 foreach (sort keys %table) {
84f32c84 1096 print_table_entry($_, "HASH");
00ae96ca
RL
1097 }
1098 exit 0;
aaf878cc
RL
1099}
1100
16942e08
DMSP
1101print "Configuring OpenSSL version $config{full_version} ";
1102print "for target $target\n";
64119271 1103
51cf8e0b
RL
1104if (scalar(@seed_sources) == 0) {
1105 print "Using os-specific seed configuration\n";
1106 push @seed_sources, 'os';
1107}
2805ee1e
RL
1108if (scalar(grep { $_ eq 'none' } @seed_sources) > 0) {
1109 die "Cannot seed with none and anything else" if scalar(@seed_sources) > 1;
1110 warn <<_____ if scalar(@seed_sources) == 1;
2805ee1e 1111
caa85952
DMSP
1112============================== WARNING ===============================
1113You have selected the --with-rand-seed=none option, which effectively
1114disables automatic reseeding of the OpenSSL random generator.
1115All operations depending on the random generator such as creating keys
1116will not work unless the random generator is seeded manually by the
1117application.
1118
1119Please read the 'Note on random number generation' section in the
1120INSTALL instructions and the RAND_DRBG(7) manual page for more details.
1121============================== WARNING ===============================
1122
2805ee1e
RL
1123_____
1124}
e0bf7c01 1125push @{$config{openssl_feature_defines}},
51cf8e0b 1126 map { (my $x = $_) =~ tr|[\-a-z]|[_A-Z]|; "OPENSSL_RAND_SEED_$x" }
84f32c84 1127 @seed_sources;
51cf8e0b 1128
00ae96ca 1129# Backward compatibility?
49e04548 1130if ($target =~ m/^CygWin32(-.*)$/) {
00ae96ca 1131 $target = "Cygwin".$1;
49e04548
RL
1132}
1133
906eb3d0
RL
1134# Support for legacy targets having a name starting with 'debug-'
1135my ($d, $t) = $target =~ m/^(debug-)?(.*)$/;
1136if ($d) {
1137 $config{build_type} = "debug";
1138
1139 # If we do not find debug-foo in the table, the target is set to foo.
1140 if (!$table{$target}) {
84f32c84 1141 $target = $t;
906eb3d0
RL
1142 }
1143}
4e360445
RL
1144
1145&usage if !$table{$target} || $table{$target}->{template};
1146
906eb3d0
RL
1147$config{target} = $target;
1148my %target = resolve_config($target);
1149
abe256e7
RL
1150foreach (keys %target_attr_translate) {
1151 $target{$target_attr_translate{$_}} = $target{$_}
1152 if $target{$_};
1153 delete $target{$_};
1154}
1155
793077d0
RL
1156%target = ( %{$table{DEFAULTS}}, %target );
1157
906eb3d0
RL
1158my %conf_files = map { $_ => 1 } (@{$target{_conf_fname_int}});
1159$config{conf_files} = [ sort keys %conf_files ];
906eb3d0 1160
71ef78d7
RL
1161# Using sub disable within these loops may prove fragile, so we run
1162# a cascade afterwards
906eb3d0
RL
1163foreach my $feature (@{$target{disable}}) {
1164 if (exists $deprecated_disablables{$feature}) {
1165 warn "***** config $target disables deprecated feature $feature\n";
1166 } elsif (!grep { $feature eq $_ } @disablables) {
1167 die "***** config $target disables unknown feature $feature\n";
1168 }
1169 $disabled{$feature} = 'config';
1170}
1171foreach my $feature (@{$target{enable}}) {
7a8a35ff 1172 if ("default" eq ($disabled{$feature} // "")) {
906eb3d0
RL
1173 if (exists $deprecated_disablables{$feature}) {
1174 warn "***** config $target enables deprecated feature $feature\n";
1175 } elsif (!grep { $feature eq $_ } @disablables) {
1176 die "***** config $target enables unknown feature $feature\n";
1177 }
7a8a35ff 1178 delete $disabled{$feature};
906eb3d0
RL
1179 }
1180}
b19fe714
RL
1181
1182# If uplink_arch isn't defined, disable uplink
1183$disabled{uplink} = 'no uplink_arch' unless (defined $target{uplink_arch});
e6f98ae4
RL
1184# If asm_arch isn't defined, disable asm
1185$disabled{asm} = 'no asm_arch' unless (defined $target{asm_arch});
b19fe714 1186
71ef78d7 1187disable(); # Run a cascade now
906eb3d0 1188
abe256e7
RL
1189$target{CXXFLAGS}//=$target{CFLAGS} if $target{CXX};
1190$target{cxxflags}//=$target{cflags} if $target{CXX};
9dd4ed28 1191$target{exe_extension}=".exe" if ($config{target} eq "DJGPP");
107b5792 1192$target{exe_extension}=".pm" if ($config{target} =~ /vos/);
e987f9f2 1193
9e265322
RL
1194# Fill %config with values from %user, and in case those are undefined or
1195# empty, use values from %target (acting as a default).
5b18235a 1196foreach (keys %user) {
5b18235a
RL
1197 my $ref_type = ref $user{$_};
1198
1199 # Temporary function. Takes an intended ref type (empty string or "ARRAY")
1200 # and a value that's to be coerced into that type.
1201 my $mkvalue = sub {
1202 my $type = shift;
1203 my $value = shift;
1204 my $undef_p = shift;
1205
1206 die "Too many arguments for \$mkvalue" if @_;
1207
1208 while (ref $value eq 'CODE') {
1209 $value = $value->();
1210 }
1211
1212 if ($type eq 'ARRAY') {
1213 return undef unless defined $value;
1214 return undef if ref $value ne 'ARRAY' && !$value;
1215 return undef if ref $value eq 'ARRAY' && !@$value;
1216 return [ $value ] unless ref $value eq 'ARRAY';
1217 }
1218 return undef unless $value;
1219 return $value;
1220 };
1221
abe256e7 1222 $config{$_} =
5b18235a 1223 $mkvalue->($ref_type, $user{$_})
abe256e7
RL
1224 || $mkvalue->($ref_type, $target{$_});
1225 delete $config{$_} unless defined $config{$_};
5b18235a 1226}
aaf878cc 1227
c1a09254
RL
1228# Finish up %config by appending things the user gave us on the command line
1229# apart from "make variables"
1230foreach (keys %useradd) {
1231 # The must all be lists, so we assert that here
1232 die "internal error: \$useradd{$_} isn't an ARRAY\n"
1233 unless ref $useradd{$_} eq 'ARRAY';
1234
1235 if (defined $config{$_}) {
1236 push @{$config{$_}}, @{$useradd{$_}};
1237 } else {
1238 $config{$_} = [ @{$useradd{$_}} ];
1239 }
1240}
1241# At this point, we can forget everything about %user and %useradd,
1242# because it's now all been merged into the corresponding $config entry
1243
8b5156d1 1244# Allow overriding the build file name
5b18235a 1245$config{build_file} = env('BUILDFILE') || $target{build_file} || "Makefile";
bd5192b1 1246
291e94df
RL
1247# Make sure build_scheme is consistent.
1248$target{build_scheme} = [ $target{build_scheme} ]
1249 if ref($target{build_scheme}) ne "ARRAY";
1250
ddf1847d
RL
1251my ($builder, $builder_platform, @builder_opts) =
1252 @{$target{build_scheme}};
1253
d192a3aa
RL
1254foreach my $checker (($builder_platform."-".$target{build_file}."-checker.pm",
1255 $builder_platform."-checker.pm")) {
1256 my $checker_path = catfile($srcdir, "Configurations", $checker);
1257 if (-f $checker_path) {
1258 my $fn = $ENV{CONFIGURE_CHECKER_WARN}
1259 ? sub { warn $@; } : sub { die $@; };
1260 if (! do $checker_path) {
1261 if ($@) {
1262 $fn->($@);
1263 } elsif ($!) {
1264 $fn->($!);
1265 } else {
1266 $fn->("The detected tools didn't match the platform\n");
1267 }
1268 }
1269 last;
1270 }
1271}
1272
488e2b0f
RL
1273push @{$config{defines}}, "NDEBUG" if $config{build_type} eq "release";
1274
abe256e7 1275if ($target =~ /^mingw/ && `$config{CC} --target-help 2>&1` =~ m/-mno-cygwin/m)
84f32c84
DMSP
1276 {
1277 push @{$config{cflags}}, "-mno-cygwin";
1278 push @{$config{cxxflags}}, "-mno-cygwin" if $config{CXX};
1279 push @{$config{shared_ldflag}}, "-mno-cygwin";
1280 }
cbecd29a 1281
5b18235a 1282if ($target =~ /linux.*-mips/ && !$disabled{asm}
c1a09254 1283 && !grep { $_ !~ /-m(ips|arch=)/ } (@{$config{CFLAGS}})) {
84f32c84
DMSP
1284 # minimally required architecture flags for assembly modules
1285 my $value;
1286 $value = '-mips2' if ($target =~ /mips32/);
1287 $value = '-mips3' if ($target =~ /mips64/);
1288 unshift @{$config{cflags}}, $value;
1289 unshift @{$config{cxxflags}}, $value if $config{CXX};
63d8834c
AP
1290}
1291
9c62a279
RL
1292# If threads aren't disabled, check how possible they are
1293unless ($disabled{threads}) {
1294 if ($auto_threads) {
1295 # Enabled by default, disable it forcibly if unavailable
1296 if ($target{thread_scheme} eq "(unknown)") {
71ef78d7 1297 disable("unavailable", 'threads');
9c62a279
RL
1298 }
1299 } else {
8483a003 1300 # The user chose to enable threads explicitly, let's see
9c62a279
RL
1301 # if there's a chance that's possible
1302 if ($target{thread_scheme} eq "(unknown)") {
1303 # If the user asked for "threads" and we don't have internal
1304 # knowledge how to do it, [s]he is expected to provide any
1305 # system-dependent compiler options that are necessary. We
1306 # can't truly check that the given options are correct, but
1307 # we expect the user to know what [s]He is doing.
c1a09254 1308 if (!@{$config{CFLAGS}} && !@{$config{CPPDEFINES}}) {
9c62a279
RL
1309 die "You asked for multi-threading support, but didn't\n"
1310 ,"provide any system-specific compiler options\n";
1311 }
1312 }
1313 }
1314}
1315
bacc3081
RL
1316# Find out if clang's sanitizers have been enabled with -fsanitize
1317# flags and ensure that the corresponding %disabled elements area
1318# removed to reflect that the sanitizers are indeed enabled.
1319my %detected_sanitizers = ();
1320foreach (grep /^-fsanitize=/, @{$config{CFLAGS} || []}) {
1321 (my $checks = $_) =~ s/^-fsanitize=//;
1322 foreach (split /,/, $checks) {
1323 my $d = { address => 'asan',
1324 undefined => 'ubsan',
1325 memory => 'msan' } -> {$_};
1326 next unless defined $d;
1327
1328 $detected_sanitizers{$d} = 1;
1329 if (defined $disabled{$d}) {
1330 die "***** Conflict between disabling $d and enabling $_ sanitizer"
1331 if $disabled{$d} ne "default";
1332 delete $disabled{$d};
1333 }
1334 }
1335}
1336
9c62a279
RL
1337# If threads still aren't disabled, add a C macro to ensure the source
1338# code knows about it. Any other flag is taken care of by the configs.
1339unless($disabled{threads}) {
e0bf7c01 1340 push @{$config{openssl_feature_defines}}, "OPENSSL_THREADS";
9c62a279 1341}
e452de9d 1342
8c3bc594 1343my $no_shared_warn=0;
291e94df 1344if ($target{shared_target} eq "")
84f32c84
DMSP
1345 {
1346 $no_shared_warn = 1
1347 if (!$disabled{shared} || !$disabled{"dynamic-engine"});
71ef78d7 1348 disable('no-shared-target', 'pic');
84f32c84 1349 }
b436a982 1350
19ab5790 1351if ($disabled{"dynamic-engine"}) {
343ec2b0 1352 $config{dynamic_engines} = 0;
19ab5790 1353} else {
19ab5790 1354 $config{dynamic_engines} = 1;
343ec2b0 1355}
ecd45314 1356
bacc3081 1357unless ($disabled{asan} || defined $detected_sanitizers{asan}) {
5b18235a 1358 push @{$config{cflags}}, "-fsanitize=address";
c38bb727
BL
1359}
1360
bacc3081 1361unless ($disabled{ubsan} || defined $detected_sanitizers{ubsan}) {
f430ba31 1362 # -DPEDANTIC or -fnosanitize=alignment may also be required on some
c38bb727 1363 # platforms.
5b18235a 1364 push @{$config{cflags}}, "-fsanitize=undefined", "-fno-sanitize-recover=all";
c38bb727
BL
1365}
1366
bacc3081 1367unless ($disabled{msan} || defined $detected_sanitizers{msan}) {
5b18235a 1368 push @{$config{cflags}}, "-fsanitize=memory";
29df3061
EK
1369}
1370
65cc6d5c 1371unless ($disabled{"fuzz-libfuzzer"} && $disabled{"fuzz-afl"}
29df3061 1372 && $disabled{asan} && $disabled{ubsan} && $disabled{msan}) {
5b18235a 1373 push @{$config{cflags}}, "-fno-omit-frame-pointer", "-g";
abe256e7 1374 push @{$config{cxxflags}}, "-fno-omit-frame-pointer", "-g" if $config{CXX};
c38bb727 1375}
c313e32a
AP
1376#
1377# Platform fix-ups
1378#
ae48242c
RL
1379
1380# This saves the build files from having to check
1381if ($disabled{pic})
84f32c84
DMSP
1382 {
1383 foreach (qw(shared_cflag shared_cxxflag shared_cppflag
1384 shared_defines shared_includes shared_ldflag
1385 module_cflags module_cxxflags module_cppflags
1386 module_defines module_includes module_lflags))
1387 {
1388 delete $config{$_};
1389 $target{$_} = "";
1390 }
1391 }
4f16039e 1392else
84f32c84
DMSP
1393 {
1394 push @{$config{lib_defines}}, "OPENSSL_PIC";
1395 }
ae48242c 1396
291e94df 1397if ($target{sys_id} ne "")
84f32c84
DMSP
1398 {
1399 push @{$config{openssl_sys_defines}}, "OPENSSL_SYS_$target{sys_id}";
1400 }
cf1b7d96 1401
e373c70a
RL
1402my %predefined_C = compiler_predefined($config{CROSS_COMPILE}.$config{CC});
1403my %predefined_CXX = $config{CXX}
1404 ? compiler_predefined($config{CROSS_COMPILE}.$config{CXX})
1405 : ();
54cf3b98 1406
09840412
AP
1407unless ($disabled{asm}) {
1408 # big endian systems can use ELFv2 ABI
1409 if ($target eq "linux-ppc64") {
1410 $target{perlasm_scheme} = "linux64v2" if ($predefined_C{_CALL_ELF} == 2);
1411 }
1412}
1413
fe191b49 1414# Check for makedepend capabilities.
6d75a83c 1415if (!$disabled{makedepend}) {
fe191b49
RL
1416 if ($config{target} =~ /^(VC|vms)-/) {
1417 # For VC- and vms- targets, there's nothing more to do here. The
1418 # functionality is hard coded in the corresponding build files for
1419 # cl (Windows) and CC/DECC (VMS).
e373c70a 1420 } elsif (($predefined_C{__GNUC__} // -1) >= 3
84f32c84 1421 && !($predefined_C{__APPLE_CC__} && !$predefined_C{__clang__})) {
fe191b49 1422 # We know that GNU C version 3 and up as well as all clang
717f308e
TS
1423 # versions support dependency generation, but Xcode did not
1424 # handle $cc -M before clang support (but claims __GNUC__ = 3)
abe256e7 1425 $config{makedepprog} = "\$(CROSS_COMPILE)$config{CC}";
6d75a83c 1426 } else {
fe191b49
RL
1427 # In all other cases, we look for 'makedepend', and disable the
1428 # capability if not found.
6d75a83c 1429 $config{makedepprog} = which('makedepend');
71ef78d7 1430 disable('unavailable', 'makedepend') unless $config{makedepprog};
54cf3b98 1431 }
f1f07a23 1432}
8ed40b83 1433
e373c70a 1434if (!$disabled{asm} && !$predefined_C{__MACH__} && $^O ne 'VMS') {
0ad4078c 1435 # probe for -Wa,--noexecstack option...
e373c70a 1436 if ($predefined_C{__clang__}) {
0ad4078c
AP
1437 # clang has builtin assembler, which doesn't recognize --help,
1438 # but it apparently recognizes the option in question on all
1439 # supported platforms even when it's meaningless. In other words
1440 # probe would fail, but probed option always accepted...
1441 push @{$config{cflags}}, "-Wa,--noexecstack", "-Qunused-arguments";
8e5da579 1442 } else {
0ad4078c
AP
1443 my $cc = $config{CROSS_COMPILE}.$config{CC};
1444 open(PIPE, "$cc -Wa,--help -c -o null.$$.o -x assembler /dev/null 2>&1 |");
1445 while(<PIPE>) {
1446 if (m/--noexecstack/) {
1447 push @{$config{cflags}}, "-Wa,--noexecstack";
1448 last;
1449 }
1450 }
1451 close(PIPE);
1452 unlink("null.$$.o");
1453 }
1454}
7d130f68
RL
1455
1456# Deal with bn_ops ###################################################
1457
84f32c84 1458$config{bn_ll} =0;
7d130f68 1459my $def_int="unsigned int";
84f32c84 1460$config{rc4_int} =$def_int;
b4f35e5e 1461($config{b64l},$config{b64},$config{b32})=(0,0,1);
7d130f68 1462
94af0cd7 1463my $count = 0;
7d130f68 1464foreach (sort split(/\s+/,$target{bn_ops})) {
94af0cd7 1465 $count++ if /SIXTY_FOUR_BIT|SIXTY_FOUR_BIT_LONG|THIRTY_TWO_BIT/;
84f32c84
DMSP
1466 $config{bn_ll}=1 if $_ eq 'BN_LLONG';
1467 $config{rc4_int}="unsigned char" if $_ eq 'RC4_CHAR';
94af0cd7 1468 ($config{b64l},$config{b64},$config{b32})
84f32c84 1469 =(0,1,0) if $_ eq 'SIXTY_FOUR_BIT';
94af0cd7 1470 ($config{b64l},$config{b64},$config{b32})
84f32c84 1471 =(1,0,0) if $_ eq 'SIXTY_FOUR_BIT_LONG';
94af0cd7 1472 ($config{b64l},$config{b64},$config{b32})
84f32c84 1473 =(0,0,1) if $_ eq 'THIRTY_TWO_BIT';
7d130f68 1474}
94af0cd7
RS
1475die "Exactly one of SIXTY_FOUR_BIT|SIXTY_FOUR_BIT_LONG|THIRTY_TWO_BIT can be set in bn_ops\n"
1476 if $count > 1;
7d130f68 1477
a6a4d0ac
RL
1478$config{api} = $config{major} * 10000 + $config{minor} * 100
1479 unless $config{api};
b05d6327
RL
1480foreach (keys %$apitable) {
1481 $disabled{"deprecated-$_"} = "deprecation"
1482 if $disabled{deprecated} && $config{api} >= $apitable->{$_};
1483}
1484
1485disable(); # Run a cascade now
7d130f68
RL
1486
1487# Hack cflags for better warnings (dev option) #######################
1488
fa153b57
RL
1489# "Stringify" the C and C++ flags string. This permits it to be made part of
1490# a string and works as well on command lines.
5b18235a
RL
1491$config{cflags} = [ map { (my $x = $_) =~ s/([\\\"])/\\$1/g; $x }
1492 @{$config{cflags}} ];
fa153b57 1493$config{cxxflags} = [ map { (my $x = $_) =~ s/([\\\"])/\\$1/g; $x }
abe256e7 1494 @{$config{cxxflags}} ] if $config{CXX};
b436a982 1495
fcd2d5a6 1496$config{openssl_api_defines} = [
b05d6327 1497 "OPENSSL_CONFIGURED_API=".$config{api},
fcd2d5a6 1498];
98186eb4 1499
3b437400 1500my @strict_warnings_collection=();
0c28f277 1501if ($strict_warnings)
84f32c84
DMSP
1502 {
1503 my $wopt;
1504 my $gccver = $predefined_C{__GNUC__} // -1;
6d50589c 1505
b4a7b4ec
RL
1506 if ($gccver >= 4)
1507 {
1508 push @strict_warnings_collection, @gcc_devteam_warn;
1509 push @strict_warnings_collection, @clang_devteam_warn
1510 if (defined($predefined_C{__clang__}));
1511 }
1512 elsif ($config{target} =~ /^VC-/)
1513 {
1514 push @strict_warnings_collection, @cl_devteam_warn;
1515 }
1516 else
1517 {
1518 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
1519 }
84f32c84 1520 }
4650d10f 1521
cf0843c0 1522if (grep { $_ =~ /(?:^|\s)-static(?:\s|$)/ } @{$config{LDFLAGS}}) {
71ef78d7 1523 disable('static', 'pic', 'threads');
4650d10f
RL
1524}
1525
3b437400
RL
1526$config{CFLAGS} = [ map { $_ eq '--ossl-strict-warnings'
1527 ? @strict_warnings_collection
1528 : ( $_ ) }
1529 @{$config{CFLAGS}} ];
ef8ca6bd 1530
c91a0a83
EK
1531unless ($disabled{afalgeng}) {
1532 $config{afalgeng}="";
9e381e8a 1533 if (grep { $_ eq 'afalgeng' } @{$target{enable}}) {
79fff39d 1534 my $minver = 4*10000 + 1*100 + 0;
abe256e7 1535 if ($config{CROSS_COMPILE} eq "") {
79fff39d
RL
1536 my $verstr = `uname -r`;
1537 my ($ma, $mi1, $mi2) = split("\\.", $verstr);
1538 ($mi2) = $mi2 =~ /(\d+)/;
1539 my $ver = $ma*10000 + $mi1*100 + $mi2;
1540 if ($ver < $minver) {
71ef78d7 1541 disable('too-old-kernel', 'afalgeng');
79fff39d
RL
1542 } else {
1543 push @{$config{engdirs}}, "afalg";
1544 }
68dc37c1 1545 } else {
71ef78d7 1546 disable('cross-compiling', 'afalgeng');
6cba4a66 1547 }
79fff39d 1548 } else {
71ef78d7 1549 disable('not-linux', 'afalgeng');
7f458a48 1550 }
1551}
8da00a38 1552
76d0a74b
RL
1553unless ($disabled{devcryptoeng}) {
1554 if ($target =~ m/^BSD/) {
1555 my $maxver = 5*100 + 7;
1556 my $sysstr = `uname -s`;
1557 my $verstr = `uname -r`;
1558 $sysstr =~ s|\R$||;
1559 $verstr =~ s|\R$||;
1560 my ($ma, $mi, @rest) = split m|\.|, $verstr;
1561 my $ver = $ma*100 + $mi;
1562 if ($sysstr eq 'OpenBSD' && $ver >= $maxver) {
1563 disable('too-new-kernel', 'devcryptoeng');
1564 }
1565 }
1566}
1567
69495e3d
BP
1568unless ($disabled{ktls}) {
1569 $config{ktls}="";
1570 if ($target =~ m/^linux/) {
1571 my $usr = "/usr/$config{cross_compile_prefix}";
1572 chop($usr);
1573 if ($config{cross_compile_prefix} eq "") {
1574 $usr = "/usr";
1575 }
1576 my $minver = (4 << 16) + (13 << 8) + 0;
1577 my @verstr = split(" ",`cat $usr/include/linux/version.h | grep LINUX_VERSION_CODE`);
1578
1579 if ($verstr[2] < $minver) {
71ef78d7 1580 disable('too-old-kernel', 'ktls');
69495e3d 1581 }
2111f5c2
AG
1582 } elsif ($target =~ m/^BSD/) {
1583 my $cc = $config{CROSS_COMPILE}.$config{CC};
1584 system("printf '#include <sys/types.h>\n#include <sys/ktls.h>' | $cc -E - >/dev/null 2>&1");
1585 if ($? != 0) {
1586 disable('too-old-freebsd', 'ktls');
1587 }
69495e3d 1588 } else {
2111f5c2 1589 disable('not-linux-or-freebsd', 'ktls');
69495e3d
BP
1590 }
1591}
1592
1593push @{$config{openssl_other_defines}}, "OPENSSL_NO_KTLS" if ($disabled{ktls});
1594
8f0dd6d9
RL
1595# Get the extra flags used when building shared libraries and modules. We
1596# do this late because some of them depend on %disabled.
1597
1598# Make the flags to build DSOs the same as for shared libraries unless they
1599# are already defined
1600$target{module_cflags} = $target{shared_cflag} unless defined $target{module_cflags};
1601$target{module_cxxflags} = $target{shared_cxxflag} unless defined $target{module_cxxflags};
1602$target{module_ldflags} = $target{shared_ldflag} unless defined $target{module_ldflags};
1603{
1604 my $shared_info_pl =
1605 catfile(dirname($0), "Configurations", "shared-info.pl");
1606 my %shared_info = read_eval_file($shared_info_pl);
1607 push @{$target{_conf_fname_int}}, $shared_info_pl;
1608 my $si = $target{shared_target};
1609 while (ref $si ne "HASH") {
1610 last if ! defined $si;
1611 if (ref $si eq "CODE") {
1612 $si = $si->();
1613 } else {
1614 $si = $shared_info{$si};
1615 }
1616 }
1617
1618 # Some of the 'shared_target' values don't have any entries in
1619 # %shared_info. That's perfectly fine, AS LONG AS the build file
1620 # template knows how to handle this. That is currently the case for
1621 # Windows and VMS.
1622 if (defined $si) {
1623 # Just as above, copy certain shared_* attributes to the corresponding
1624 # module_ attribute unless the latter is already defined
1625 $si->{module_cflags} = $si->{shared_cflag} unless defined $si->{module_cflags};
1626 $si->{module_cxxflags} = $si->{shared_cxxflag} unless defined $si->{module_cxxflags};
1627 $si->{module_ldflags} = $si->{shared_ldflag} unless defined $si->{module_ldflags};
1628 foreach (sort keys %$si) {
1629 $target{$_} = defined $target{$_}
1630 ? add($si->{$_})->($target{$_})
1631 : $si->{$_};
1632 }
1633 }
1634}
1635
1636# ALL MODIFICATIONS TO %disabled, %config and %target MUST BE DONE FROM HERE ON
5b18235a 1637
8c06d719
RL
1638######################################################################
1639# Build up information for skipping certain directories depending on disabled
1640# features, as well as setting up macros for disabled features.
1641
1642# This is a tentative database of directories to skip. Some entries may not
1643# correspond to anything real, but that's ok, they will simply be ignored.
1644# The actual processing of these entries is done in the build.info lookup
1645# loop further down.
1646#
1647# The key is a Unix formatted path in the source tree, the value is an index
1648# into %disabled_info, so any existing path gets added to a corresponding
1649# 'skipped' entry in there with the list of skipped directories.
1650my %skipdir = ();
1651my %disabled_info = (); # For configdata.pm
1652foreach my $what (sort keys %disabled) {
1653 # There are deprecated disablables that translate to themselves.
1654 # They cause disabling cascades, but should otherwise not regiter.
1655 next if $deprecated_disablables{$what};
b05d6327
RL
1656 # The generated $disabled{"deprecated-x.y"} entries are special
1657 # and treated properly elsewhere
1658 next if $what =~ m|^deprecated-|;
8c06d719
RL
1659
1660 $config{options} .= " no-$what";
1661
1662 if (!grep { $what eq $_ } ( 'buildtest-c++', 'fips', 'threads', 'shared',
1663 'module', 'pic', 'dynamic-engine', 'makedepend',
1664 'zlib-dynamic', 'zlib', 'sse2', 'legacy' )) {
1665 (my $WHAT = uc $what) =~ s|-|_|g;
1666 my $skipdir = $what;
1667
1668 # fix-up crypto/directory name(s)
1669 $skipdir = "ripemd" if $what eq "rmd160";
1670 $skipdir = "whrlpool" if $what eq "whirlpool";
1671
1672 my $macro = $disabled_info{$what}->{macro} = "OPENSSL_NO_$WHAT";
1673 push @{$config{openssl_feature_defines}}, $macro;
1674
1675 $skipdir{engines} = $what if $what eq 'engine';
1676 $skipdir{"crypto/$skipdir"} = $what
1677 unless $what eq 'async' || $what eq 'err' || $what eq 'dso';
1678 }
1679}
1680
1681if ($disabled{"dynamic-engine"}) {
1682 push @{$config{openssl_feature_defines}}, "OPENSSL_NO_DYNAMIC_ENGINE";
1683} else {
1684 push @{$config{openssl_feature_defines}}, "OPENSSL_NO_STATIC_ENGINE";
1685}
1686
9fe2bb77
RL
1687# If we use the unified build, collect information from build.info files
1688my %unified_info = ();
1689
2b6b606c 1690my $buildinfo_debug = defined($ENV{CONFIGURE_DEBUG_BUILDINFO});
ddf1847d 1691if ($builder eq "unified") {
1935a586 1692 use Text::Template 1.46;
9fe2bb77 1693
9fe2bb77 1694 sub cleandir {
2e963849 1695 my $base = shift;
9fe2bb77 1696 my $dir = shift;
2e963849
RL
1697 my $relativeto = shift || ".";
1698
1699 $dir = catdir($base,$dir) unless isabsolute($dir);
9fe2bb77 1700
ec182ef0
RL
1701 # Make sure the directories we're building in exists
1702 mkpath($dir);
1703
2e963849 1704 my $res = abs2rel(absolutedir($dir), rel2abs($relativeto));
9fe2bb77
RL
1705 #print STDERR "DEBUG[cleandir]: $dir , $base => $res\n";
1706 return $res;
1707 }
1708
1709 sub cleanfile {
2e963849 1710 my $base = shift;
9fe2bb77 1711 my $file = shift;
2e963849
RL
1712 my $relativeto = shift || ".";
1713
1714 $file = catfile($base,$file) unless isabsolute($file);
1715
9fe2bb77
RL
1716 my $d = dirname($file);
1717 my $f = basename($file);
1718
ec182ef0
RL
1719 # Make sure the directories we're building in exists
1720 mkpath($d);
1721
2e963849 1722 my $res = abs2rel(catfile(absolutedir($d), $f), rel2abs($relativeto));
9fe2bb77
RL
1723 #print STDERR "DEBUG[cleanfile]: $d , $f => $res\n";
1724 return $res;
1725 }
1726
1967a42e
RL
1727 # Store the name of the template file we will build the build file from
1728 # in %config. This may be useful for the build file itself.
1729 my @build_file_template_names =
84f32c84
DMSP
1730 ( $builder_platform."-".$target{build_file}.".tmpl",
1731 $target{build_file}.".tmpl" );
1967a42e
RL
1732 my @build_file_templates = ();
1733
1734 # First, look in the user provided directory, if given
7ecdf18d 1735 if (defined env($local_config_envname)) {
84f32c84
DMSP
1736 @build_file_templates =
1737 map {
1738 if ($^O eq 'VMS') {
1739 # VMS environment variables are logical names,
1740 # which can be used as is
1741 $local_config_envname . ':' . $_;
1742 } else {
1743 catfile(env($local_config_envname), $_);
1744 }
1745 }
1746 @build_file_template_names;
1967a42e
RL
1747 }
1748 # Then, look in our standard directory
1749 push @build_file_templates,
84f32c84
DMSP
1750 ( map { cleanfile($srcdir, catfile("Configurations", $_), $blddir) }
1751 @build_file_template_names );
1967a42e
RL
1752
1753 my $build_file_template;
1754 for $_ (@build_file_templates) {
84f32c84 1755 $build_file_template = $_;
1967a42e
RL
1756 last if -f $build_file_template;
1757
1758 $build_file_template = undef;
1759 }
1760 if (!defined $build_file_template) {
84f32c84 1761 die "*** Couldn't find any of:\n", join("\n", @build_file_templates), "\n";
1967a42e
RL
1762 }
1763 $config{build_file_templates}
8258975c
RL
1764 = [ cleanfile($srcdir, catfile("Configurations", "common0.tmpl"),
1765 $blddir),
1766 $build_file_template,
1967a42e
RL
1767 cleanfile($srcdir, catfile("Configurations", "common.tmpl"),
1768 $blddir) ];
1769
7f73eafe 1770 my @build_dirs = ( [ ] ); # current directory
9fe2bb77 1771
2e0956ba
RL
1772 $config{build_infos} = [ ];
1773
d201dbc9 1774 my %ordinals = ();
7f73eafe
RL
1775 while (@build_dirs) {
1776 my @curd = @{shift @build_dirs};
1777 my $sourced = catdir($srcdir, @curd);
1778 my $buildd = catdir($blddir, @curd);
9fe2bb77 1779
75d47db4
RL
1780 my $unixdir = join('/', @curd);
1781 if (exists $skipdir{$unixdir}) {
1782 my $what = $skipdir{$unixdir};
1783 push @{$disabled_info{$what}->{skipped}}, catdir(@curd);
1784 next;
1785 }
1786
dca99383 1787 mkpath($buildd);
9fe2bb77 1788
7f73eafe 1789 my $f = 'build.info';
9fe2bb77
RL
1790 # The basic things we're trying to build
1791 my @programs = ();
1792 my @libraries = ();
1842f369 1793 my @modules = ();
9fe2bb77 1794 my @scripts = ();
9fe2bb77 1795
9fe2bb77 1796 my %sources = ();
2a08d1a0 1797 my %shared_sources = ();
9fe2bb77 1798 my %includes = ();
b96ab5e6 1799 my %defines = ();
9fe2bb77 1800 my %depends = ();
ae4c7450 1801 my %generate = ();
829f86bb
RL
1802 my %htmldocs = ();
1803 my %mandocs = ();
9fe2bb77 1804
26fe9b07
RL
1805 # Support for $variablename in build.info files.
1806 # Embedded perl code is the ultimate master, still. If its output
1807 # contains a dollar sign, it had better be escaped, or it will be
1808 # taken for a variable name prefix.
1809 my %variables = ();
285daccd 1810 my $variable_re = qr/\$(?P<VARIABLE>[[:alpha:]][[:alnum:]_]*)/;
26fe9b07
RL
1811 my $expand_variables = sub {
1812 my $value = '';
1813 my $value_rest = shift;
1814
03f30c55
RL
1815 if ($ENV{CONFIGURE_DEBUG_VARIABLE_EXPAND}) {
1816 print STDERR
1817 "DEBUG[\$expand_variables] Parsed '$value_rest' into:\n"
1818 }
26fe9b07
RL
1819 while ($value_rest =~ /(?<!\\)${variable_re}/) {
1820 $value .= $`;
285daccd 1821 $value .= $variables{$+{VARIABLE}};
26fe9b07
RL
1822 $value_rest = $';
1823 }
03f30c55
RL
1824 if ($ENV{CONFIGURE_DEBUG_VARIABLE_EXPAND}) {
1825 print STDERR
1826 "DEBUG[\$expand_variables] ... '$value$value_rest'\n";
1827 }
26fe9b07
RL
1828 return $value . $value_rest;
1829 };
1830
285daccd
RL
1831 # Support for attributes in build.info files
1832 my %attributes = ();
1833 my $handle_attributes = sub {
1834 my $attr_str = shift;
1835 my $ref = shift;
1836 my @goals = @_;
1837
1838 return unless defined $attr_str;
1839
1840 my @a = tokenize($attr_str, qr|\s*,\s*|);
1841 foreach my $a (@a) {
1842 my $ac = 1;
1843 my $ak = $a;
1844 my $av = 1;
1845 if ($a =~ m|^(!)?(.*?)\s* = \s*(.*?)$|) {
1846 $ac = ! $1;
1847 $ak = $1;
1848 $av = $2;
1849 }
1850 foreach my $g (@goals) {
1851 if ($ac) {
1852 $$ref->{$g}->{$ak} = $av;
1853 } else {
1854 delete $$ref->{$g}->{$ak};
1855 }
1856 }
1857 }
1858 };
1859
846e4c4d
RL
1860 # We want to detect configdata.pm in the source tree, so we
1861 # don't use it if the build tree is different.
1862 my $src_configdata = cleanfile($srcdir, "configdata.pm", $blddir);
1863
829f86bb
RL
1864
1865 if ($buildinfo_debug) {
1866 print STDERR "DEBUG: Reading ",catfile($sourced, $f),"\n";
1867 }
2e0956ba 1868 push @{$config{build_infos}}, catfile(abs2rel($sourced, $blddir), $f);
cb6afcd6
RL
1869 my $template =
1870 Text::Template->new(TYPE => 'FILE',
1871 SOURCE => catfile($sourced, $f),
1872 PREPEND => qq{use lib "$FindBin::Bin/util/perl";});
9fe2bb77
RL
1873 die "Something went wrong with $sourced/$f: $!\n" unless $template;
1874 my @text =
1875 split /^/m,
1876 $template->fill_in(HASH => { config => \%config,
1877 target => \%target,
9e04edf2 1878 disabled => \%disabled,
f59d0131 1879 withargs => \%withargs,
9fe2bb77
RL
1880 builddir => abs2rel($buildd, $blddir),
1881 sourcedir => abs2rel($sourced, $blddir),
1882 buildtop => abs2rel($blddir, $blddir),
1883 sourcetop => abs2rel($srcdir, $blddir) },
1884 DELIMITERS => [ "{-", "-}" ]);
1885
1886 # The top item of this stack has the following values
1887 # -2 positive already run and we found ELSE (following ELSIF should fail)
1888 # -1 positive already run (skip until ENDIF)
1889 # 0 negatives so far (if we're at a condition, check it)
1890 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF)
1891 # 2 positive ELSE (following ELSIF should fail)
1892 my @skip = ();
285daccd
RL
1893
1894 # A few useful generic regexps
1895 my $index_re = qr/\[\s*(?P<INDEX>(?:\\.|.)*?)\s*\]/;
1896 my $cond_re = qr/\[\s*(?P<COND>(?:\\.|.)*?)\s*\]/;
1897 my $attribs_re = qr/(?:\{\s*(?P<ATTRIBS>(?:\\.|.)*?)\s*\})?/;
1898 my $value_re = qr/\s*(?P<VALUE>.*?)\s*/;
9fe2bb77
RL
1899 collect_information(
1900 collect_from_array([ @text ],
1901 qr/\\$/ => sub { my $l1 = shift; my $l2 = shift;
1902 $l1 =~ s/\\$//; $l1.$l2 }),
1903 # Info we're looking for
285daccd 1904 qr/^\s* IF ${cond_re} \s*$/x
635bd409 1905 => sub {
c5798e0e 1906 if (! @skip || $skip[$#skip] > 0) {
285daccd 1907 push @skip, !! $expand_variables->($+{COND});
635bd409
RL
1908 } else {
1909 push @skip, -1;
1910 }
1911 },
285daccd 1912 qr/^\s* ELSIF ${cond_re} \s*$/x
9fe2bb77
RL
1913 => sub { die "ELSIF out of scope" if ! @skip;
1914 die "ELSIF following ELSE" if abs($skip[$#skip]) == 2;
1915 $skip[$#skip] = -1 if $skip[$#skip] != 0;
285daccd 1916 $skip[$#skip] = !! $expand_variables->($+{COND})
9fe2bb77 1917 if $skip[$#skip] == 0; },
285daccd 1918 qr/^\s* ELSE \s*$/x
9fe2bb77
RL
1919 => sub { die "ELSE out of scope" if ! @skip;
1920 $skip[$#skip] = -2 if $skip[$#skip] != 0;
1921 $skip[$#skip] = 2 if $skip[$#skip] == 0; },
285daccd 1922 qr/^\s* ENDIF \s*$/x
9fe2bb77
RL
1923 => sub { die "ENDIF out of scope" if ! @skip;
1924 pop @skip; },
285daccd 1925 qr/^\s* ${variable_re} \s* = ${value_re} $/x
26fe9b07
RL
1926 => sub {
1927 if (!@skip || $skip[$#skip] > 0) {
285daccd 1928 $variables{$+{VARIABLE}} = $expand_variables->($+{VALUE});
26fe9b07
RL
1929 }
1930 },
285daccd 1931 qr/^\s* SUBDIRS \s* = ${value_re} $/x
7f73eafe
RL
1932 => sub {
1933 if (!@skip || $skip[$#skip] > 0) {
285daccd 1934 foreach (tokenize($expand_variables->($+{VALUE}))) {
7f73eafe
RL
1935 push @build_dirs, [ @curd, splitdir($_, 1) ];
1936 }
1937 }
1938 },
285daccd 1939 qr/^\s* PROGRAMS ${attribs_re} \s* = ${value_re} $/x
7f5af797
RL
1940 => sub {
1941 if (!@skip || $skip[$#skip] > 0) {
285daccd 1942 my @p = tokenize($expand_variables->($+{VALUE}));
c91f24d4 1943 push @programs, @p;
285daccd
RL
1944 $handle_attributes->($+{ATTRIBS},
1945 \$attributes{programs},
1946 @p);
7f5af797
RL
1947 }
1948 },
285daccd 1949 qr/^\s* LIBS ${attribs_re} \s* = ${value_re} $/x
7f5af797
RL
1950 => sub {
1951 if (!@skip || $skip[$#skip] > 0) {
285daccd 1952 my @l = tokenize($expand_variables->($+{VALUE}));
c91f24d4 1953 push @libraries, @l;
285daccd
RL
1954 $handle_attributes->($+{ATTRIBS},
1955 \$attributes{libraries},
1956 @l);
7f5af797
RL
1957 }
1958 },
285daccd 1959 qr/^\s* MODULES ${attribs_re} \s* = ${value_re} $/x
7f5af797
RL
1960 => sub {
1961 if (!@skip || $skip[$#skip] > 0) {
285daccd 1962 my @m = tokenize($expand_variables->($+{VALUE}));
1842f369 1963 push @modules, @m;
285daccd
RL
1964 $handle_attributes->($+{ATTRIBS},
1965 \$attributes{modules},
1966 @m);
7f5af797
RL
1967 }
1968 },
285daccd 1969 qr/^\s* SCRIPTS ${attribs_re} \s* = ${value_re} $/x
7f5af797
RL
1970 => sub {
1971 if (!@skip || $skip[$#skip] > 0) {
285daccd 1972 my @s = tokenize($expand_variables->($+{VALUE}));
c91f24d4 1973 push @scripts, @s;
285daccd
RL
1974 $handle_attributes->($+{ATTRIBS},
1975 \$attributes{scripts},
1976 @s);
7f5af797
RL
1977 }
1978 },
829f86bb
RL
1979 qr/^\s* HTMLDOCS ${index_re} = ${value_re} $/x
1980 => sub { push @{$htmldocs{$expand_variables->($+{INDEX})}},
1981 tokenize($expand_variables->($+{VALUE}))
1982 if !@skip || $skip[$#skip] > 0 },
1983 qr/^\s* MANDOCS ${index_re} = ${value_re} $/x
1984 => sub { push @{$mandocs{$expand_variables->($+{INDEX})}},
1985 tokenize($expand_variables->($+{VALUE}))
1986 if !@skip || $skip[$#skip] > 0 },
285daccd
RL
1987 qr/^\s* ORDINALS ${index_re} = ${value_re} $/x
1988 => sub { push @{$ordinals{$expand_variables->($+{INDEX})}},
1989 tokenize($expand_variables->($+{VALUE}))
9fe2bb77 1990 if !@skip || $skip[$#skip] > 0 },
285daccd
RL
1991 qr/^\s* SOURCE ${index_re} = ${value_re} $/x
1992 => sub { push @{$sources{$expand_variables->($+{INDEX})}},
1993 tokenize($expand_variables->($+{VALUE}))
9fe2bb77 1994 if !@skip || $skip[$#skip] > 0 },
285daccd
RL
1995 qr/^\s* SHARED_SOURCE ${index_re} = ${value_re} $/x
1996 => sub { push @{$shared_sources{$expand_variables->($+{INDEX})}},
1997 tokenize($expand_variables->($+{VALUE}))
2a08d1a0 1998 if !@skip || $skip[$#skip] > 0 },
285daccd
RL
1999 qr/^\s* INCLUDE ${index_re} = ${value_re} $/x
2000 => sub { push @{$includes{$expand_variables->($+{INDEX})}},
2001 tokenize($expand_variables->($+{VALUE}))
9fe2bb77 2002 if !@skip || $skip[$#skip] > 0 },
285daccd
RL
2003 qr/^\s* DEFINE ${index_re} = ${value_re} $/x
2004 => sub { push @{$defines{$expand_variables->($+{INDEX})}},
2005 tokenize($expand_variables->($+{VALUE}))
b96ab5e6 2006 if !@skip || $skip[$#skip] > 0 },
9eba5933
RL
2007 qr/^\s* DEPEND ${index_re} ${attribs_re} = ${value_re} $/x
2008 => sub {
2009 if (!@skip || $skip[$#skip] > 0) {
2010 my $i = $expand_variables->($+{INDEX});
2011 my @d = tokenize($expand_variables->($+{VALUE}));
2012 push @{$depends{$i}}, @d;
2013 $handle_attributes->($+{ATTRIBS},
2014 \$attributes{depends}->{$i},
2015 @d);
2016 }
2017 },
285daccd
RL
2018 qr/^\s* GENERATE ${index_re} = ${value_re} $/x
2019 => sub { push @{$generate{$expand_variables->($+{INDEX})}},
2020 $+{VALUE}
ae4c7450 2021 if !@skip || $skip[$#skip] > 0 },
285daccd 2022 qr/^\s* (?:\#.*)? $/x => sub { },
2b6b606c
RL
2023 "OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" },
2024 "BEFORE" => sub {
2025 if ($buildinfo_debug) {
2026 print STDERR "DEBUG: Parsing ",join(" ", @_),"\n";
2027 print STDERR "DEBUG: ... before parsing, skip stack is ",join(" ", map { int($_) } @skip),"\n";
2028 }
2029 },
2030 "AFTER" => sub {
2031 if ($buildinfo_debug) {
2032 print STDERR "DEBUG: .... after parsing, skip stack is ",join(" ", map { int($_) } @skip),"\n";
2033 }
2034 },
9fe2bb77
RL
2035 );
2036 die "runaway IF?" if (@skip);
2037
285daccd 2038 if (grep { defined $attributes{modules}->{$_}->{engine} } keys %attributes
1842f369
RL
2039 and !$config{dynamic_engines}) {
2040 die <<"EOF"
19ab5790 2041ENGINES can only be used if configured with 'dynamic-engine'.
9fe2bb77
RL
2042This is usually a fault in a build.info file.
2043EOF
1842f369 2044 }
7f5af797 2045
c91f24d4
RL
2046 {
2047 my %infos = ( programs => [ @programs ],
2048 libraries => [ @libraries ],
1842f369 2049 modules => [ @modules ],
da7e31e0 2050 scripts => [ @scripts ] );
c91f24d4
RL
2051 foreach my $k (keys %infos) {
2052 foreach (@{$infos{$k}}) {
2053 my $item = cleanfile($buildd, $_, $blddir);
2054 $unified_info{$k}->{$item} = 1;
285daccd
RL
2055
2056 # Fix up associated attributes
2057 $unified_info{attributes}->{$k}->{$item} =
2058 $attributes{$k}->{$_}
2059 if defined $attributes{$k}->{$_};
c91f24d4
RL
2060 }
2061 }
8a67946e
RL
2062 }
2063
f5fb6f05
RL
2064 # Check that we haven't defined any library as both shared and
2065 # explicitly static. That is forbidden.
2066 my @doubles = ();
2067 foreach (grep /\.a$/, keys %{$unified_info{libraries}}) {
2068 (my $l = $_) =~ s/\.a$//;
2069 push @doubles, $l if defined $unified_info{libraries}->{$l};
9fe2bb77 2070 }
f5fb6f05
RL
2071 die "these libraries are both explicitly static and shared:\n ",
2072 join(" ", @doubles), "\n"
2073 if @doubles;
9fe2bb77 2074
9fe2bb77
RL
2075 foreach (keys %sources) {
2076 my $dest = $_;
2e963849 2077 my $ddest = cleanfile($buildd, $_, $blddir);
9fe2bb77 2078 foreach (@{$sources{$dest}}) {
2e963849 2079 my $s = cleanfile($sourced, $_, $blddir);
9fe2bb77
RL
2080
2081 # If it isn't in the source tree, we assume it's generated
2082 # in the build tree
846e4c4d 2083 if ($s eq $src_configdata || ! -f $s || $generate{$_}) {
2e963849 2084 $s = cleanfile($buildd, $_, $blddir);
9fe2bb77 2085 }
ea241958
RL
2086 # We recognise C++, C and asm files
2087 if ($s =~ /\.(cc|cpp|c|s|S)$/) {
2088 my $o = $_;
2089 $o =~ s/\.[csS]$/.o/; # C and assembler
2090 $o =~ s/\.(cc|cpp)$/_cc.o/; # C++
2e963849 2091 $o = cleanfile($buildd, $o, $blddir);
bec2db18
RL
2092 $unified_info{sources}->{$ddest}->{$o} = -1;
2093 $unified_info{sources}->{$o}->{$s} = -1;
83900628
RS
2094 } elsif ($s =~ /\.rc$/) {
2095 # We also recognise resource files
2096 my $o = $_;
2097 $o =~ s/\.rc$/.res/; # Resource configuration
2098 my $o = cleanfile($buildd, $o, $blddir);
bec2db18
RL
2099 $unified_info{sources}->{$ddest}->{$o} = -1;
2100 $unified_info{sources}->{$o}->{$s} = -1;
9fe2bb77
RL
2101 } else {
2102 $unified_info{sources}->{$ddest}->{$s} = 1;
2103 }
2104 }
2105 }
2106
2a08d1a0
RL
2107 foreach (keys %shared_sources) {
2108 my $dest = $_;
2109 my $ddest = cleanfile($buildd, $_, $blddir);
2a08d1a0
RL
2110 foreach (@{$shared_sources{$dest}}) {
2111 my $s = cleanfile($sourced, $_, $blddir);
2112
2113 # If it isn't in the source tree, we assume it's generated
2114 # in the build tree
846e4c4d 2115 if ($s eq $src_configdata || ! -f $s || $generate{$_}) {
2a08d1a0
RL
2116 $s = cleanfile($buildd, $_, $blddir);
2117 }
ccce3e1d 2118
ea241958 2119 if ($s =~ /\.(cc|cpp|c|s|S)$/) {
ccce3e1d 2120 # We recognise C++, C and asm files
ea241958
RL
2121 my $o = $_;
2122 $o =~ s/\.[csS]$/.o/; # C and assembler
2123 $o =~ s/\.(cc|cpp)$/_cc.o/; # C++
2a08d1a0 2124 $o = cleanfile($buildd, $o, $blddir);
bec2db18
RL
2125 $unified_info{shared_sources}->{$ddest}->{$o} = -1;
2126 $unified_info{sources}->{$o}->{$s} = -1;
ccce3e1d
RL
2127 } elsif ($s =~ /\.rc$/) {
2128 # We also recognise resource files
2129 my $o = $_;
2130 $o =~ s/\.rc$/.res/; # Resource configuration
2131 my $o = cleanfile($buildd, $o, $blddir);
bec2db18
RL
2132 $unified_info{shared_sources}->{$ddest}->{$o} = -1;
2133 $unified_info{sources}->{$o}->{$s} = -1;
ef2dfc99
RL
2134 } elsif ($s =~ /\.ld$/) {
2135 # We also recognise linker scripts (or corresponding)
ccce3e1d 2136 # We know they are generated files
05a72c28 2137 my $ld = cleanfile($buildd, $_, $blddir);
ef2dfc99 2138 $unified_info{shared_sources}->{$ddest}->{$ld} = 1;
2a08d1a0
RL
2139 } else {
2140 die "unrecognised source file type for shared library: $s\n";
2141 }
2142 }
2143 }
2144
ae4c7450
RL
2145 foreach (keys %generate) {
2146 my $dest = $_;
2147 my $ddest = cleanfile($buildd, $_, $blddir);
ae4c7450 2148 die "more than one generator for $dest: "
cff64af5
RL
2149 ,join(" ", @{$generate{$_}}),"\n"
2150 if scalar @{$generate{$_}} > 1;
ae4c7450 2151 my @generator = split /\s+/, $generate{$dest}->[0];
cff64af5
RL
2152 my $gen = $generator[0];
2153 $generator[0] = cleanfile($sourced, $gen, $blddir);
2154
2155 # If the generator isn't in the source tree, we assume it's
2156 # generated in the build tree
2157 if ($generate{$gen}) {
2158 $generator[0] = cleanfile($buildd, $gen, $blddir);
2159 }
2160
ae4c7450
RL
2161 $unified_info{generate}->{$ddest} = [ @generator ];
2162 }
2163
9fe2bb77
RL
2164 foreach (keys %depends) {
2165 my $dest = $_;
4f858293 2166 my $ddest = $dest eq "" ? "" : cleanfile($sourced, $_, $blddir);
8d34daf0
RL
2167
2168 # If the destination doesn't exist in source, it can only be
2169 # a generated file in the build tree.
846e4c4d 2170 if ($ddest ne "" && ($ddest eq $src_configdata || ! -f $ddest)) {
8d34daf0 2171 $ddest = cleanfile($buildd, $_, $blddir);
9fe2bb77
RL
2172 }
2173 foreach (@{$depends{$dest}}) {
2e963849 2174 my $d = cleanfile($sourced, $_, $blddir);
9fe2bb77 2175
e737d7b1
RL
2176 # If we know it's generated, or assume it is because we can't
2177 # find it in the source tree, we set file we depend on to be
2178 # in the build tree rather than the source tree, and assume
2179 # and that there are lines to build it in a BEGINRAW..ENDRAW
2180 # section or in the Makefile template.
846e4c4d
RL
2181 if ($d eq $src_configdata
2182 || ! -f $d
da1f2104
RL
2183 || (grep { $d eq $_ }
2184 map { cleanfile($srcdir, $_, $blddir) }
4f858293 2185 grep { /\.h$/ } keys %{$unified_info{generate}})) {
2e963849 2186 $d = cleanfile($buildd, $_, $blddir);
9fe2bb77
RL
2187 }
2188 # Take note if the file to depend on is being renamed
186a31e5
RL
2189 # Take extra care with files ending with .a, they should
2190 # be treated without that extension, and the extension
2191 # should be added back after treatment.
2192 $d =~ /(\.a)?$/;
2193 my $e = $1 // "";
f5fb6f05 2194 $d = $`.$e;
9fe2bb77 2195 $unified_info{depends}->{$ddest}->{$d} = 1;
9eba5933
RL
2196
2197 # Fix up associated attributes
2198 $unified_info{attributes}->{depends}->{$ddest}->{$d} =
2199 $attributes{depends}->{$dest}->{$_}
2200 if defined $attributes{depends}->{$dest}->{$_};
9fe2bb77
RL
2201 }
2202 }
2203
2204 foreach (keys %includes) {
2205 my $dest = $_;
8d34daf0
RL
2206 my $ddest = cleanfile($sourced, $_, $blddir);
2207
2208 # If the destination doesn't exist in source, it can only be
2209 # a generated file in the build tree.
846e4c4d 2210 if ($ddest eq $src_configdata || ! -f $ddest) {
8d34daf0 2211 $ddest = cleanfile($buildd, $_, $blddir);
9fe2bb77
RL
2212 }
2213 foreach (@{$includes{$dest}}) {
4748f890
RL
2214 my $is = cleandir($sourced, $_, $blddir);
2215 my $ib = cleandir($buildd, $_, $blddir);
2216 push @{$unified_info{includes}->{$ddest}->{source}}, $is
2217 unless grep { $_ eq $is } @{$unified_info{includes}->{$ddest}->{source}};
2218 push @{$unified_info{includes}->{$ddest}->{build}}, $ib
2219 unless grep { $_ eq $ib } @{$unified_info{includes}->{$ddest}->{build}};
9fe2bb77
RL
2220 }
2221 }
b96ab5e6 2222
ef57f799
RL
2223 foreach my $dest (keys %defines) {
2224 my $ddest;
b96ab5e6 2225
ef57f799
RL
2226 if ($dest ne "") {
2227 $ddest = cleanfile($sourced, $dest, $blddir);
2228
2229 # If the destination doesn't exist in source, it can only
2230 # be a generated file in the build tree.
2231 if (! -f $ddest) {
2232 $ddest = cleanfile($buildd, $dest, $blddir);
2233 if ($unified_info{rename}->{$ddest}) {
2234 $ddest = $unified_info{rename}->{$ddest};
2235 }
b96ab5e6
RL
2236 }
2237 }
ef57f799
RL
2238 foreach my $v (@{$defines{$dest}}) {
2239 $v =~ m|^([^=]*)(=.*)?$|;
b96ab5e6 2240 die "0 length macro name not permitted\n" if $1 eq "";
ef57f799
RL
2241 if ($dest ne "") {
2242 die "$1 defined more than once\n"
2243 if defined $unified_info{defines}->{$ddest}->{$1};
2244 $unified_info{defines}->{$ddest}->{$1} = $2;
2245 } else {
2246 die "$1 defined more than once\n"
2247 if grep { $v eq $_ } @{$config{defines}};
2248 push @{$config{defines}}, $v;
2249 }
b96ab5e6
RL
2250 }
2251 }
829f86bb
RL
2252
2253 foreach my $section (keys %htmldocs) {
2254 foreach (@{$htmldocs{$section}}) {
2255 my $htmldocs = cleanfile($buildd, $_, $blddir);
2256 $unified_info{htmldocs}->{$section}->{$htmldocs} = 1;
2257 }
2258 }
2259
2260 foreach my $section (keys %mandocs) {
2261 foreach (@{$mandocs{$section}}) {
2262 my $mandocs = cleanfile($buildd, $_, $blddir);
2263 $unified_info{mandocs}->{$section}->{$mandocs} = 1;
2264 }
2265 }
9fe2bb77
RL
2266 }
2267
d201dbc9
RL
2268 my $ordinals_text = join(', ', sort keys %ordinals);
2269 warn <<"EOF" if $ordinals_text;
2270
2271WARNING: ORDINALS were specified for $ordinals_text
2272They are ignored and should be replaced with a combination of GENERATE,
2273DEPEND and SHARED_SOURCE.
2274EOF
2275
51583cb8
RL
2276
2277 # Go through the sources of all libraries and check that the same basename
2278 # doesn't appear more than once. Some static library archivers depend on
2279 # them being unique.
2280 {
2281 my $err = 0;
2282 foreach my $prod (keys %{$unified_info{libraries}}) {
2283 my @prod_sources =
2284 map { keys %{$unified_info{sources}->{$_}} }
2285 keys %{$unified_info{sources}->{$prod}};
2286 my %srccnt = ();
2287
2288 # Count how many times a given each source basename
2289 # appears for each product.
2290 foreach my $src (@prod_sources) {
2291 $srccnt{basename $src}++;
2292 }
2293
2294 foreach my $src (keys %srccnt) {
2295 if ((my $cnt = $srccnt{$src}) > 1) {
2296 print STDERR "$src appears $cnt times for the product $prod\n";
2297 $err++
2298 }
2299 }
2300 }
2301 die if $err > 0;
2302 }
2303
1b5ad51f
RL
2304 # Massage the result
2305
e431bcfa
RL
2306 # If we depend on a header file or a perl module, add an inclusion of
2307 # its directory to allow smoothe inclusion
2308 foreach my $dest (keys %{$unified_info{depends}}) {
2309 next if $dest eq "";
2310 foreach my $d (keys %{$unified_info{depends}->{$dest}}) {
2311 next unless $d =~ /\.(h|pm)$/;
906032d5
RL
2312 my $i = dirname($d);
2313 my $spot =
2314 $d eq "configdata.pm" || defined($unified_info{generate}->{$d})
2315 ? 'build' : 'source';
2316 push @{$unified_info{includes}->{$dest}->{$spot}}, $i
2317 unless grep { $_ eq $i } @{$unified_info{includes}->{$dest}->{$spot}};
e431bcfa
RL
2318 }
2319 }
2320
ef2dfc99 2321 # Go through all intermediary files and change their names to something that
bec2db18
RL
2322 # reflects what they will be built for. Note that for some source files,
2323 # this leads to duplicate object files because they are used multiple times.
2324 # the goal is to rename all object files according to this scheme:
2325 # {productname}-{midfix}-{origobjname}.[o|res]
2326 # the {midfix} is a keyword indicating the type of product, which is mostly
2327 # valuable for libraries since they come in two forms.
2328 #
2329 # This also reorganises the {sources} and {shared_sources} so that the
2330 # former only contains ALL object files that are supposed to end up in
2331 # static libraries and programs, while the latter contains ALL object files
2332 # that are supposed to end up in shared libraries and DSOs.
2333 # The main reason for having two different source structures is to allow
2334 # the same name to be used for the static and the shared variants of a
2335 # library.
2336 {
2337 # Take copies so we don't get interference from added stuff
2338 my %unified_copy = ();
2339 foreach (('sources', 'shared_sources')) {
2340 $unified_copy{$_} = { %{$unified_info{$_}} }
2341 if defined($unified_info{$_});
2342 delete $unified_info{$_};
2343 }
1842f369 2344 foreach my $prodtype (('programs', 'libraries', 'modules', 'scripts')) {
bec2db18
RL
2345 # $intent serves multi purposes:
2346 # - give a prefix for the new object files names
2347 # - in the case of libraries, rearrange the object files so static
2348 # libraries use the 'sources' structure exclusively, while shared
2349 # libraries use the 'shared_sources' structure exclusively.
2350 my $intent = {
2351 programs => { bin => { src => [ 'sources' ],
2352 dst => 'sources' } },
2353 libraries => { lib => { src => [ 'sources' ],
2354 dst => 'sources' },
2355 shlib => { prodselect =>
2356 sub { grep !/\.a$/, @_ },
2357 src => [ 'sources',
2358 'shared_sources' ],
2359 dst => 'shared_sources' } },
22b41467
RL
2360 modules => { dso => { src => [ 'sources' ],
2361 dst => 'sources' } },
bec2db18
RL
2362 scripts => { script => { src => [ 'sources' ],
2363 dst => 'sources' } }
2364 } -> {$prodtype};
2365 foreach my $kind (keys %$intent) {
856b1b65
RL
2366 next if ($intent->{$kind}->{dst} eq 'shared_sources'
2367 && $disabled{shared});
2368
bec2db18
RL
2369 my @src = @{$intent->{$kind}->{src}};
2370 my $dst = $intent->{$kind}->{dst};
2371 my $prodselect = $intent->{$kind}->{prodselect} // sub { @_ };
2372 foreach my $prod ($prodselect->(keys %{$unified_info{$prodtype}})) {
2373 # %prod_sources has all applicable objects as keys, and
2374 # their corresponding sources as values
2375 my %prod_sources =
2376 map { $_ => [ keys %{$unified_copy{sources}->{$_}} ] }
2377 map { keys %{$unified_copy{$_}->{$prod}} }
2378 @src;
2379 foreach (keys %prod_sources) {
ef2dfc99
RL
2380 # Only affect object files and resource files,
2381 # the others simply get a new value
2382 # (+1 instead of -1)
bec2db18
RL
2383 if ($_ =~ /\.(o|res)$/) {
2384 (my $prodname = $prod) =~ s|\.a$||;
2385 my $newobj =
2386 catfile(dirname($_),
2387 basename($prodname)
2388 . '-' . $kind
2389 . '-' . basename($_));
2390 $unified_info{$dst}->{$prod}->{$newobj} = 1;
2391 foreach my $src (@{$prod_sources{$_}}) {
2392 $unified_info{sources}->{$newobj}->{$src} = 1;
2393 }
2394 # Adjust dependencies
2395 foreach my $deps (keys %{$unified_info{depends}->{$_}}) {
2396 $unified_info{depends}->{$_}->{$deps} = -1;
2397 $unified_info{depends}->{$newobj}->{$deps} = 1;
2398 }
2399 # Adjust includes
2400 foreach my $k (('source', 'build')) {
2401 next unless
2402 defined($unified_info{includes}->{$_}->{$k});
2403 my @incs = @{$unified_info{includes}->{$_}->{$k}};
2404 $unified_info{includes}->{$newobj}->{$k} = [ @incs ];
2405 }
2406 } else {
2407 $unified_info{$dst}->{$prod}->{$_} = 1;
2408 }
2409 }
2410 }
2411 }
2412 }
2413 }
51583cb8 2414
bec2db18
RL
2415 # At this point, we have a number of sources with the value -1. They
2416 # aren't part of the local build and are probably meant for a different
2417 # platform, and can therefore be cleaned away. That happens when making
2418 # %unified_info more efficient below.
2419
9fe2bb77
RL
2420 ### Make unified_info a bit more efficient
2421 # One level structures
1842f369 2422 foreach (("programs", "libraries", "modules", "scripts")) {
9fe2bb77
RL
2423 $unified_info{$_} = [ sort keys %{$unified_info{$_}} ];
2424 }
2425 # Two level structures
829f86bb
RL
2426 foreach my $l1 (("sources", "shared_sources", "ldadd", "depends",
2427 "htmldocs", "mandocs")) {
9fe2bb77 2428 foreach my $l2 (sort keys %{$unified_info{$l1}}) {
bec2db18
RL
2429 my @items =
2430 sort
2431 grep { $unified_info{$l1}->{$l2}->{$_} > 0 }
2432 keys %{$unified_info{$l1}->{$l2}};
2433 if (@items) {
2434 $unified_info{$l1}->{$l2} = [ @items ];
2435 } else {
2436 delete $unified_info{$l1}->{$l2};
2437 }
9fe2bb77
RL
2438 }
2439 }
b96ab5e6
RL
2440 # Defines
2441 foreach my $dest (sort keys %{$unified_info{defines}}) {
2442 $unified_info{defines}->{$dest}
2443 = [ map { $_.$unified_info{defines}->{$dest}->{$_} }
2444 sort keys %{$unified_info{defines}->{$dest}} ];
2445 }
4748f890
RL
2446 # Includes
2447 foreach my $dest (sort keys %{$unified_info{includes}}) {
2448 if (defined($unified_info{includes}->{$dest}->{build})) {
e431bcfa
RL
2449 my @source_includes = ();
2450 @source_includes = ( @{$unified_info{includes}->{$dest}->{source}} )
2451 if defined($unified_info{includes}->{$dest}->{source});
4748f890
RL
2452 $unified_info{includes}->{$dest} =
2453 [ @{$unified_info{includes}->{$dest}->{build}} ];
2454 foreach my $inc (@source_includes) {
2455 push @{$unified_info{includes}->{$dest}}, $inc
2456 unless grep { $_ eq $inc } @{$unified_info{includes}->{$dest}};
2457 }
609e4be8 2458 } elsif (defined($unified_info{includes}->{$dest}->{source})) {
4748f890
RL
2459 $unified_info{includes}->{$dest} =
2460 [ @{$unified_info{includes}->{$dest}->{source}} ];
609e4be8
RL
2461 } else {
2462 delete $unified_info{includes}->{$dest};
4748f890
RL
2463 }
2464 }
b6e66075
RL
2465
2466 # For convenience collect information regarding directories where
2467 # files are generated, those generated files and the end product
2468 # they end up in where applicable. Then, add build rules for those
2469 # directories
2470 my %loopinfo = ( "lib" => [ @{$unified_info{libraries}} ],
1842f369 2471 "dso" => [ @{$unified_info{modules}} ],
b6e66075 2472 "bin" => [ @{$unified_info{programs}} ],
829f86bb
RL
2473 "script" => [ @{$unified_info{scripts}} ],
2474 "docs" => [ (map { @{$unified_info{htmldocs}->{$_} // []} }
2475 keys %{$unified_info{htmldocs} // {}}),
2476 (map { @{$unified_info{mandocs}->{$_} // []} }
2477 keys %{$unified_info{mandocs} // {}}) ] );
b6e66075
RL
2478 foreach my $type (keys %loopinfo) {
2479 foreach my $product (@{$loopinfo{$type}}) {
2480 my %dirs = ();
2481 my $pd = dirname($product);
2482
3bed01a0 2483 foreach (@{$unified_info{sources}->{$product} // []},
b6e66075
RL
2484 @{$unified_info{shared_sources}->{$product} // []}) {
2485 my $d = dirname($_);
2486
2487 # We don't want to create targets for source directories
2488 # when building out of source
2489 next if ($config{sourcedir} ne $config{builddir}
2490 && $d =~ m|^\Q$config{sourcedir}\E|);
2491 # We already have a "test" target, and the current directory
2492 # is just silly to make a target for
2493 next if $d eq "test" || $d eq ".";
2494
2495 $dirs{$d} = 1;
2496 push @{$unified_info{dirinfo}->{$d}->{deps}}, $_
2497 if $d ne $pd;
2498 }
2499 foreach (keys %dirs) {
2500 push @{$unified_info{dirinfo}->{$_}->{products}->{$type}},
2501 $product;
2502 }
2503 }
2504 }
9fe2bb77
RL
2505}
2506
2507# For the schemes that need it, we provide the old *_obj configs
2508# from the *_asm_obj ones
3a55c92b 2509foreach (grep /_(asm|aux)_src$/, keys %target) {
9fe2bb77 2510 my $src = $_;
3a55c92b 2511 (my $obj = $_) =~ s/_(asm|aux)_src$/_obj/;
ea241958
RL
2512 $target{$obj} = $target{$src};
2513 $target{$obj} =~ s/\.[csS]\b/.o/g; # C and assembler
2514 $target{$obj} =~ s/\.(cc|cpp)\b/_cc.o/g; # C++
9fe2bb77
RL
2515}
2516
291e94df
RL
2517# Write down our configuration where it fits #########################
2518
1f86b822
RL
2519my %template_vars = (
2520 config => \%config,
2521 target => \%target,
2522 disablables => \@disablables,
2523 disablables_int => \@disablables_int,
2524 disabled => \%disabled,
2525 withargs => \%withargs,
2526 unified_info => \%unified_info,
2527 tls => \@tls,
2528 dtls => \@dtls,
2529 makevars => [ sort keys %user ],
2530 disabled_info => \%disabled_info,
2531 user_crossable => \@user_crossable,
291e94df 2532);
1f86b822
RL
2533my $configdata_outname = 'configdata.pm';
2534print "Creating $configdata_outname\n";
2535open CONFIGDATA, ">$configdata_outname.new"
2536 or die "Trying to create $configdata_outname.new: $!";
2537my $configdata_tmplname = cleanfile($srcdir, "configdata.pm.in", $blddir);
2538my $configdata_tmpl =
2539 OpenSSL::Template->new(TYPE => 'FILE', SOURCE => $configdata_tmplname);
2540$configdata_tmpl->fill_in(
2541 FILENAME => $configdata_tmplname,
2542 OUTPUT => \*CONFIGDATA,
2543 HASH => { %template_vars,
2544 autowarntext => [
2545 'WARNING: do not edit!',
2546 "Generated by Configure from $configdata_tmplname",
2547 ] }
2548) or die $Text::Template::ERROR;
2549close CONFIGDATA;
2550rename "$configdata_outname.new", $configdata_outname;
b1fafff6
RL
2551if ($builder_platform eq 'unix') {
2552 my $mode = (0755 & ~umask);
2553 chmod $mode, 'configdata.pm'
2554 or warn sprintf("WARNING: Couldn't change mode for 'configdata.pm' to 0%03o: %s\n",$mode,$!);
2555}
cba5068d 2556
1f86b822
RL
2557print "Running $configdata_outname\n";
2558my $perlcmd = (quotify("maybeshell", $config{PERL}))[0];
2559my $cmd = "$perlcmd $configdata_outname";
2560#print STDERR "DEBUG[run_dofile]: \$cmd = $cmd\n";
2561system($cmd);
2562exit 1 if $? != 0;
fce0ba5f 2563
8937a4ed
RL
2564$SIG{__DIE__} = $orig_death_handler;
2565
9c62a279 2566print <<"EOF" if ($disabled{threads} eq "unavailable");
5f8d5c96
BM
2567
2568The library could not be configured for supporting multi-threaded
2569applications as the compiler options required on this system are not known.
ff1b7e09 2570See file INSTALL for details if you need multi-threading.
ec577822
BM
2571EOF
2572
76ffb43d 2573print <<"EOF" if ($no_shared_warn);
2964ba8c 2574
ae48242c
RL
2575The options 'shared', 'pic' and 'dynamic-engine' aren't supported on this
2576platform, so we will pretend you gave the option 'no-pic', which also disables
2577'shared' and 'dynamic-engine'. If you know how to implement shared libraries
2578or position independent code, please let us know (but please first make sure
2579you have tried with a current version of OpenSSL).
2e31ef03
RS
2580EOF
2581
820e414d
RL
2582print <<"EOF";
2583
2584**********************************************************************
2585*** ***
41349b5e 2586*** OpenSSL has been successfully configured ***
820e414d 2587*** ***
41349b5e
DMSP
2588*** If you encounter a problem while building, please open an ***
2589*** issue on GitHub <https://github.com/openssl/openssl/issues> ***
2590*** and include the output from the following command: ***
2591*** ***
2592*** perl configdata.pm --dump ***
2593*** ***
2594*** (If you are new to OpenSSL, you might want to consult the ***
2595*** 'Troubleshooting' section in the INSTALL file first) ***
820e414d
RL
2596*** ***
2597**********************************************************************
2598EOF
2599
d02b48c6
RE
2600exit(0);
2601
bd5192b1
RL
2602######################################################################
2603#
2604# Helpers and utility functions
2605#
2606
8937a4ed
RL
2607# Death handler, to print a helpful message in case of failure #######
2608#
2609sub death_handler {
eb807d53 2610 die @_ if $^S; # To prevent the added message in eval blocks
8937a4ed 2611 my $build_file = $target{build_file} // "build file";
eb807d53 2612 my @message = ( <<"_____", @_ );
8937a4ed
RL
2613
2614Failure! $build_file wasn't produced.
2615Please read INSTALL and associated NOTES files. You may also have to look over
2616your available compiler tool chain or change your configuration.
2617
2618_____
eb807d53
RL
2619
2620 # Dying is terminal, so it's ok to reset the signal handler here.
2621 $SIG{__DIE__} = $orig_death_handler;
2622 die @message;
8937a4ed
RL
2623}
2624
bd5192b1
RL
2625# Configuration file reading #########################################
2626
1f2e1cd5
RL
2627# Note: All of the helper functions are for lazy evaluation. They all
2628# return a CODE ref, which will return the intended value when evaluated.
2629# Thus, whenever there's mention of a returned value, it's about that
2630# intended value.
2631
1f2e1cd5
RL
2632# Helper function to implement conditional value variants, with a default
2633# plus additional values based on the value of $config{build_type}.
2634# Arguments are given in hash table form:
2635#
2636# picker(default => "Basic string: ",
2637# debug => "debug",
2638# release => "release")
2639#
2640# When configuring with --debug, the resulting string will be
2641# "Basic string: debug", and when not, it will be "Basic string: release"
2642#
2643# This can be used to create variants of sets of flags according to the
2644# build type:
2645#
2646# cflags => picker(default => "-Wall",
2647# debug => "-g -O0",
2648# release => "-O3")
2649#
2650sub picker {
2651 my %opts = @_;
2652 return sub { add($opts{default} || (),
2653 $opts{$config{build_type}} || ())->(); }
2654}
2655
2656# Helper function to combine several values of different types into one.
2657# This is useful if you want to combine a string with the result of a
2658# lazy function, such as:
2659#
2660# cflags => combine("-Wall", sub { $disabled{zlib} ? () : "-DZLIB" })
2661#
2662sub combine {
2663 my @stuff = @_;
2664 return sub { add(@stuff)->(); }
2665}
2666
2667# Helper function to implement conditional values depending on the value
2668# of $disabled{threads}. Can be used as follows:
2669#
2670# cflags => combine("-Wall", threads("-pthread"))
2671#
2672sub threads {
2673 my @flags = @_;
2674 return sub { add($disabled{threads} ? () : @flags)->(); }
2675}
2676
60aa6c1a
AP
2677sub shared {
2678 my @flags = @_;
2679 return sub { add($disabled{shared} ? () : @flags)->(); }
2680}
1f2e1cd5 2681
9c62a279 2682our $add_called = 0;
88087414
RL
2683# Helper function to implement adding values to already existing configuration
2684# values. It handles elements that are ARRAYs, CODEs and scalars
2685sub _add {
2686 my $separator = shift;
2687
bcb1977b
RL
2688 # If there's any ARRAY in the collection of values OR the separator
2689 # is undef, we will return an ARRAY of combined values, otherwise a
2690 # string of joined values with $separator as the separator.
2691 my $found_array = !defined($separator);
88087414
RL
2692
2693 my @values =
84f32c84
DMSP
2694 map {
2695 my $res = $_;
2696 while (ref($res) eq "CODE") {
2697 $res = $res->();
2698 }
2699 if (defined($res)) {
2700 if (ref($res) eq "ARRAY") {
2701 $found_array = 1;
2702 @$res;
2703 } else {
2704 $res;
2705 }
2706 } else {
2707 ();
2708 }
88087414
RL
2709 } (@_);
2710
9c62a279
RL
2711 $add_called = 1;
2712
88087414 2713 if ($found_array) {
84f32c84 2714 [ @values ];
88087414 2715 } else {
84f32c84 2716 join($separator, grep { defined($_) && $_ ne "" } @values);
88087414
RL
2717 }
2718}
2719sub add_before {
bdcd83e1
RL
2720 my $separator = " ";
2721 if (ref($_[$#_]) eq "HASH") {
2722 my $opts = pop;
2723 $separator = $opts->{separator};
2724 }
88087414
RL
2725 my @x = @_;
2726 sub { _add($separator, @x, @_) };
2727}
2728sub add {
bdcd83e1
RL
2729 my $separator = " ";
2730 if (ref($_[$#_]) eq "HASH") {
2731 my $opts = pop;
2732 $separator = $opts->{separator};
2733 }
88087414
RL
2734 my @x = @_;
2735 sub { _add($separator, @_, @x) };
2736}
2737
3b6c4b07
RL
2738sub read_eval_file {
2739 my $fname = shift;
2740 my $content;
2741 my @result;
2742
2743 open F, "< $fname" or die "Can't open '$fname': $!\n";
2744 {
2745 undef local $/;
2746 $content = <F>;
2747 }
2748 close F;
2749 {
2750 local $@;
2751
2752 @result = ( eval $content );
2753 warn $@ if $@;
2754 }
2755 return wantarray ? @result : $result[0];
2756}
2757
bd5192b1
RL
2758# configuration reader, evaluates the input file as a perl script and expects
2759# it to fill %targets with target configurations. Those are then added to
2760# %table.
2761sub read_config {
2762 my $fname = shift;
3b6c4b07
RL
2763 my %targets;
2764
bd5192b1 2765 {
84f32c84
DMSP
2766 # Protect certain tables from tampering
2767 local %table = ();
bd5192b1 2768
84f32c84 2769 %targets = read_eval_file($fname);
bd5192b1 2770 }
225f980d
RL
2771 my %preexisting = ();
2772 foreach (sort keys %targets) {
2773 $preexisting{$_} = 1 if $table{$_};
2774 }
2775 die <<"EOF",
2776The following config targets from $fname
2777shadow pre-existing config targets with the same name:
2778EOF
2779 map { " $_\n" } sort keys %preexisting
2780 if %preexisting;
2781
bd5192b1
RL
2782
2783 # For each target, check that it's configured with a hash table.
2784 foreach (keys %targets) {
84f32c84
DMSP
2785 if (ref($targets{$_}) ne "HASH") {
2786 if (ref($targets{$_}) eq "") {
2787 warn "Deprecated target configuration for $_, ignoring...\n";
2788 } else {
2789 warn "Misconfigured target configuration for $_ (should be a hash table), ignoring...\n";
2790 }
2791 delete $targets{$_};
2792 } else {
ee9b0bbb
RL
2793 $targets{$_}->{_conf_fname_int} = add([ $fname ]);
2794 }
bd5192b1
RL
2795 }
2796
2797 %table = (%table, %targets);
2798
2799}
2800
8483a003
F
2801# configuration resolver. Will only resolve all the lazy evaluation
2802# codeblocks for the chosen target and all those it inherits from,
bd5192b1
RL
2803# recursively
2804sub resolve_config {
2805 my $target = shift;
2806 my @breadcrumbs = @_;
2807
c4718849 2808# my $extra_checks = defined($ENV{CONFIGURE_EXTRA_CHECKS});
9c62a279 2809
bd5192b1 2810 if (grep { $_ eq $target } @breadcrumbs) {
84f32c84
DMSP
2811 die "inherit_from loop! target backtrace:\n "
2812 ,$target,"\n ",join("\n ", @breadcrumbs),"\n";
bd5192b1
RL
2813 }
2814
2815 if (!defined($table{$target})) {
84f32c84
DMSP
2816 warn "Warning! target $target doesn't exist!\n";
2817 return ();
bd5192b1
RL
2818 }
2819 # Recurse through all inheritances. They will be resolved on the
2820 # fly, so when this operation is done, they will all just be a
2821 # bunch of attributes with string values.
2822 # What we get here, though, are keys with references to lists of
2823 # the combined values of them all. We will deal with lists after
2824 # this stage is done.
2825 my %combined_inheritance = ();
2826 if ($table{$target}->{inherit_from}) {
84f32c84
DMSP
2827 my @inherit_from =
2828 map { ref($_) eq "CODE" ? $_->() : $_ } @{$table{$target}->{inherit_from}};
2829 foreach (@inherit_from) {
2830 my %inherited_config = resolve_config($_, $target, @breadcrumbs);
2831
2832 # 'template' is a marker that's considered private to
2833 # the config that had it.
2834 delete $inherited_config{template};
2835
2836 foreach (keys %inherited_config) {
2837 if (!$combined_inheritance{$_}) {
2838 $combined_inheritance{$_} = [];
2839 }
2840 push @{$combined_inheritance{$_}}, $inherited_config{$_};
2841 }
2842 }
bd5192b1
RL
2843 }
2844
2845 # We won't need inherit_from in this target any more, since we've
2846 # resolved all the inheritances that lead to this
2847 delete $table{$target}->{inherit_from};
2848
2849 # Now is the time to deal with those lists. Here's the place to
2850 # decide what shall be done with those lists, all based on the
2851 # values of the target we're currently dealing with.
2852 # - If a value is a coderef, it will be executed with the list of
2853 # inherited values as arguments.
2854 # - If the corresponding key doesn't have a value at all or is the
8483a003 2855 # empty string, the inherited value list will be run through the
bd5192b1
RL
2856 # default combiner (below), and the result becomes this target's
2857 # value.
2858 # - Otherwise, this target's value is assumed to be a string that
2859 # will simply override the inherited list of values.
a26d8be9 2860 my $default_combiner = add();
bd5192b1
RL
2861
2862 my %all_keys =
84f32c84
DMSP
2863 map { $_ => 1 } (keys %combined_inheritance,
2864 keys %{$table{$target}});
b0b92a5b
RL
2865
2866 sub process_values {
84f32c84
DMSP
2867 my $object = shift;
2868 my $inherited = shift; # Always a [ list ]
2869 my $target = shift;
2870 my $entry = shift;
b0b92a5b 2871
9c62a279
RL
2872 $add_called = 0;
2873
b0b92a5b
RL
2874 while(ref($object) eq "CODE") {
2875 $object = $object->(@$inherited);
2876 }
2877 if (!defined($object)) {
2878 return ();
2879 }
2880 elsif (ref($object) eq "ARRAY") {
9c62a279 2881 local $add_called; # To make sure recursive calls don't affect it
b0b92a5b
RL
2882 return [ map { process_values($_, $inherited, $target, $entry) }
2883 @$object ];
2884 } elsif (ref($object) eq "") {
2885 return $object;
2886 } else {
2887 die "cannot handle reference type ",ref($object)
2888 ," found in target ",$target," -> ",$entry,"\n";
2889 }
2890 }
2891
bd5192b1 2892 foreach (sort keys %all_keys) {
9c62a279 2893 my $previous = $combined_inheritance{$_};
bd5192b1 2894
84f32c84
DMSP
2895 # Current target doesn't have a value for the current key?
2896 # Assign it the default combiner, the rest of this loop body
2897 # will handle it just like any other coderef.
2898 if (!exists $table{$target}->{$_}) {
2899 $table{$target}->{$_} = $default_combiner;
2900 }
bd5192b1 2901
84f32c84
DMSP
2902 $table{$target}->{$_} = process_values($table{$target}->{$_},
2903 $combined_inheritance{$_},
2904 $target, $_);
b0b92a5b
RL
2905 unless(defined($table{$target}->{$_})) {
2906 delete $table{$target}->{$_};
2907 }
c4718849
RL
2908# if ($extra_checks &&
2909# $previous && !($add_called || $previous ~~ $table{$target}->{$_})) {
2910# warn "$_ got replaced in $target\n";
2911# }
bd5192b1
RL
2912 }
2913
2914 # Finally done, return the result.
2915 return %{$table{$target}};
2916}
2917
462ba4f6 2918sub usage
84f32c84
DMSP
2919 {
2920 print STDERR $usage;
2921 print STDERR "\npick os/compiler from:\n";
2922 my $j=0;
2923 my $i;
10a926c1 2924 my $k=0;
84f32c84
DMSP
2925 foreach $i (sort keys %table)
2926 {
2927 next if $table{$i}->{template};
2928 next if $i =~ /^debug/;
2929 $k += length($i) + 1;
2930 if ($k > 78)
2931 {
2932 print STDERR "\n";
2933 $k=length($i);
2934 }
2935 print STDERR $i . " ";
2936 }
2937 foreach $i (sort keys %table)
2938 {
2939 next if $table{$i}->{template};
2940 next if $i !~ /^debug/;
2941 $k += length($i) + 1;
2942 if ($k > 78)
2943 {
2944 print STDERR "\n";
2945 $k=length($i);
2946 }
2947 print STDERR $i . " ";
2948 }
2949 print STDERR "\n\nNOTE: If in doubt, on Unix-ish systems use './config'.\n";
2950 exit(1);
2951 }
d02b48c6 2952
6d75a83c
RL
2953sub compiler_predefined {
2954 state %predefined;
41d6e0f3 2955 my $cc = shift;
6d75a83c
RL
2956
2957 return () if $^O eq 'VMS';
2958
41d6e0f3
AP
2959 die 'compiler_predefined called without a compiler command'
2960 unless $cc;
6d75a83c 2961
41d6e0f3 2962 if (! $predefined{$cc}) {
6d75a83c 2963
41d6e0f3 2964 $predefined{$cc} = {};
6d75a83c
RL
2965
2966 # collect compiler pre-defines from gcc or gcc-alike...
2967 open(PIPE, "$cc -dM -E -x c /dev/null 2>&1 |");
2968 while (my $l = <PIPE>) {
2969 $l =~ m/^#define\s+(\w+(?:\(\w+\))?)(?:\s+(.+))?/ or last;
41d6e0f3 2970 $predefined{$cc}->{$1} = $2 // '';
6d75a83c
RL
2971 }
2972 close(PIPE);
2973 }
2974
41d6e0f3 2975 return %{$predefined{$cc}};
6d75a83c
RL
2976}
2977
656bbdc6
AP
2978sub which
2979{
2980 my ($name)=@_;
2981
2982 if (eval { require IPC::Cmd; 1; }) {
2983 IPC::Cmd->import();
2984 return scalar IPC::Cmd::can_run($name);
2985 } else {
2986 # if there is $directories component in splitpath,
2987 # then it's not something to test with $PATH...
2988 return $name if (File::Spec->splitpath($name))[1];
2989
2990 foreach (File::Spec->path()) {
2991 my $fullpath = catfile($_, "$name$target{exe_extension}");
2992 if (-f $fullpath and -x $fullpath) {
2993 return $fullpath;
2994 }
2995 }
2996 }
2997}
2998
7ecdf18d
RL
2999sub env
3000{
3001 my $name = shift;
ac6ae8a9 3002 my %opts = @_;
7ecdf18d 3003
ac6ae8a9
RL
3004 unless ($opts{cacheonly}) {
3005 # Note that if $ENV{$name} doesn't exist or is undefined,
3006 # $config{perlenv}->{$name} will be created with the value
3007 # undef. This is intentional.
89bea083 3008
ac6ae8a9
RL
3009 $config{perlenv}->{$name} = $ENV{$name}
3010 if ! exists $config{perlenv}->{$name};
3011 }
7ecdf18d
RL
3012 return $config{perlenv}->{$name};
3013}
3014
00ae96ca
RL
3015# Configuration printer ##############################################
3016
3017sub print_table_entry
3018{
f770d75b
AP
3019 local $now_printing = shift;
3020 my %target = resolve_config($now_printing);
00ae96ca
RL
3021 my $type = shift;
3022
3023 # Don't print the templates
3024 return if $target{template};
3025
3026 my @sequence = (
84f32c84
DMSP
3027 "sys_id",
3028 "cpp",
3029 "cppflags",
3030 "defines",
3031 "includes",
3032 "cc",
3033 "cflags",
84f32c84
DMSP
3034 "ld",
3035 "lflags",
3036 "loutflag",
3037 "ex_libs",
3038 "bn_ops",
84f32c84
DMSP
3039 "poly1035_asm_src",
3040 "thread_scheme",
3041 "perlasm_scheme",
3042 "dso_scheme",
3043 "shared_target",
3044 "shared_cflag",
3045 "shared_defines",
3046 "shared_ldflag",
3047 "shared_rcflag",
3048 "shared_extension",
3049 "dso_extension",
3050 "obj_extension",
3051 "exe_extension",
3052 "ranlib",
3053 "ar",
3054 "arflags",
3055 "aroutflag",
3056 "rc",
3057 "rcflags",
3058 "rcoutflag",
3059 "mt",
3060 "mtflags",
3061 "mtinflag",
3062 "mtoutflag",
3063 "multilib",
3064 "build_scheme",
3065 );
00ae96ca
RL
3066
3067 if ($type eq "TABLE") {
84f32c84
DMSP
3068 print "\n";
3069 print "*** $now_printing\n";
cb212f23
RL
3070 foreach (@sequence) {
3071 if (ref($target{$_}) eq "ARRAY") {
3072 printf "\$%-12s = %s\n", $_, join(" ", @{$target{$_}});
3073 } else {
3074 printf "\$%-12s = %s\n", $_, $target{$_};
3075 }
3076 }
00ae96ca 3077 } elsif ($type eq "HASH") {
84f32c84
DMSP
3078 my $largest =
3079 length((sort { length($a) <=> length($b) } @sequence)[-1]);
3080 print " '$now_printing' => {\n";
3081 foreach (@sequence) {
3082 if ($target{$_}) {
cb212f23
RL
3083 if (ref($target{$_}) eq "ARRAY") {
3084 print " '",$_,"'"," " x ($largest - length($_))," => [ ",join(", ", map { "'$_'" } @{$target{$_}})," ],\n";
3085 } else {
3086 print " '",$_,"'"," " x ($largest - length($_))," => '",$target{$_},"',\n";
3087 }
84f32c84
DMSP
3088 }
3089 }
3090 print " },\n";
00ae96ca
RL
3091 }
3092}
3093
3094# Utility routines ###################################################
3095
2e963849
RL
3096# On VMS, if the given file is a logical name, File::Spec::Functions
3097# will consider it an absolute path. There are cases when we want a
3098# purely syntactic check without checking the environment.
3099sub isabsolute {
3100 my $file = shift;
3101
3102 # On non-platforms, we just use file_name_is_absolute().
3103 return file_name_is_absolute($file) unless $^O eq "VMS";
3104
69687aa8 3105 # If the file spec includes a device or a directory spec,
2e963849
RL
3106 # file_name_is_absolute() is perfectly safe.
3107 return file_name_is_absolute($file) if $file =~ m|[:\[]|;
3108
3109 # Here, we know the given file spec isn't absolute
3110 return 0;
3111}
3112
ec182ef0
RL
3113# Makes a directory absolute and cleans out /../ in paths like foo/../bar
3114# On some platforms, this uses rel2abs(), while on others, realpath() is used.
3115# realpath() requires that at least all path components except the last is an
3116# existing directory. On VMS, the last component of the directory spec must
3117# exist.
3118sub absolutedir {
3119 my $dir = shift;
3120
3121 # realpath() is quite buggy on VMS. It uses LIB$FID_TO_NAME, which
3122 # will return the volume name for the device, no matter what. Also,
3123 # it will return an incorrect directory spec if the argument is a
3124 # directory that doesn't exist.
3125 if ($^O eq "VMS") {
3126 return rel2abs($dir);
3127 }
3128
3129 # We use realpath() on Unix, since no other will properly clean out
3130 # a directory spec.
3131 use Cwd qw/realpath/;
3132
3133 return realpath($dir);
3134}
3135
fe05264e
RL
3136sub quotify {
3137 my %processors = (
84f32c84
DMSP
3138 perl => sub { my $x = shift;
3139 $x =~ s/([\\\$\@"])/\\$1/g;
3140 return '"'.$x.'"'; },
3141 maybeshell => sub { my $x = shift;
3142 (my $y = $x) =~ s/([\\\"])/\\$1/g;
3143 if ($x ne $y || $x =~ m|\s|) {
3144 return '"'.$y.'"';
3145 } else {
3146 return $x;
3147 }
3148 },
3149 );
fe05264e
RL
3150 my $for = shift;
3151 my $processor =
84f32c84 3152 defined($processors{$for}) ? $processors{$for} : sub { shift; };
fe05264e 3153
2110febb 3154 return map { $processor->($_); } @_;
fe05264e 3155}
107b5792 3156
9fe2bb77
RL
3157# collect_from_file($filename, $line_concat_cond_re, $line_concat)
3158# $filename is a file name to read from
3159# $line_concat_cond_re is a regexp detecting a line continuation ending
3160# $line_concat is a CODEref that takes care of concatenating two lines
3161sub collect_from_file {
3162 my $filename = shift;
3163 my $line_concat_cond_re = shift;
3164 my $line_concat = shift;
3165
3166 open my $fh, $filename || die "unable to read $filename: $!\n";
3167 return sub {
3168 my $saved_line = "";
3169 $_ = "";
3170 while (<$fh>) {
04f171c0 3171 s|\R$||;
9fe2bb77
RL
3172 if (defined $line_concat) {
3173 $_ = $line_concat->($saved_line, $_);
3174 $saved_line = "";
3175 }
3176 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
3177 $saved_line = $_;
3178 next;
3179 }
3180 return $_;
3181 }
3182 die "$filename ending with continuation line\n" if $_;
3183 close $fh;
3184 return undef;
3185 }
3186}
3187
3188# collect_from_array($array, $line_concat_cond_re, $line_concat)
3189# $array is an ARRAYref of lines
3190# $line_concat_cond_re is a regexp detecting a line continuation ending
3191# $line_concat is a CODEref that takes care of concatenating two lines
3192sub collect_from_array {
3193 my $array = shift;
3194 my $line_concat_cond_re = shift;
3195 my $line_concat = shift;
3196 my @array = (@$array);
3197
3198 return sub {
3199 my $saved_line = "";
3200 $_ = "";
3201 while (defined($_ = shift @array)) {
04f171c0 3202 s|\R$||;
9fe2bb77
RL
3203 if (defined $line_concat) {
3204 $_ = $line_concat->($saved_line, $_);
3205 $saved_line = "";
3206 }
3207 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
3208 $saved_line = $_;
3209 next;
3210 }
3211 return $_;
3212 }
3213 die "input text ending with continuation line\n" if $_;
3214 return undef;
3215 }
3216}
3217
3218# collect_information($lineiterator, $line_continue, $regexp => $CODEref, ...)
3219# $lineiterator is a CODEref that delivers one line at a time.
107b5792
RL
3220# All following arguments are regex/CODEref pairs, where the regexp detects a
3221# line and the CODEref does something with the result of the regexp.
3222sub collect_information {
9fe2bb77 3223 my $lineiterator = shift;
107b5792
RL
3224 my %collectors = @_;
3225
9fe2bb77 3226 while(defined($_ = $lineiterator->())) {
04f171c0 3227 s|\R$||;
9fe2bb77 3228 my $found = 0;
2b6b606c
RL
3229 if ($collectors{"BEFORE"}) {
3230 $collectors{"BEFORE"}->($_);
3231 }
9fe2bb77 3232 foreach my $re (keys %collectors) {
2b6b606c 3233 if ($re !~ /^OTHERWISE|BEFORE|AFTER$/ && /$re/) {
9fe2bb77
RL
3234 $collectors{$re}->($lineiterator);
3235 $found = 1;
3236 };
3237 }
3238 if ($collectors{"OTHERWISE"}) {
3239 $collectors{"OTHERWISE"}->($lineiterator, $_)
3240 unless $found || !defined $collectors{"OTHERWISE"};
3241 }
2b6b606c
RL
3242 if ($collectors{"AFTER"}) {
3243 $collectors{"AFTER"}->($_);
3244 }
107b5792 3245 }
107b5792 3246}
ce959812
RL
3247
3248# tokenize($line)
5d3af259 3249# tokenize($line,$separator)
ce959812 3250# $line is a line of text to split up into tokens
5d3af259
RL
3251# $separator [optional] is a regular expression that separates the tokens,
3252# the default being spaces. Do not use quotes of any kind as separators,
3253# that will give undefined results.
3254# Returns a list of tokens.
ce959812 3255#
5d3af259
RL
3256# Tokens are divided by separator (spaces by default). If the tokens include
3257# the separators, they have to be quoted with single or double quotes.
3258# Double quotes inside a double quoted token must be escaped. Escaping is done
ce959812
RL
3259# with backslash.
3260# Basically, the same quoting rules apply for " and ' as in any
3261# Unix shell.
3262sub tokenize {
3263 my $line = my $debug_line = shift;
5d3af259 3264 my $separator = shift // qr|\s+|;
ce959812
RL
3265 my @result = ();
3266
5d3af259
RL
3267 if ($ENV{CONFIGURE_DEBUG_TOKENIZE}) {
3268 print STDERR "DEBUG[tokenize]: \$separator = $separator\n";
3269 }
3270
3271 while ($line =~ s|^${separator}||, $line ne "") {
ce959812 3272 my $token = "";
5d3af259
RL
3273 again:
3274 $line =~ m/^(.*?)(${separator}|"|'|$)/;
3275 $token .= $1;
3276 $line = $2.$';
3277
3278 if ($line =~ m/^"((?:[^"\\]+|\\.)*)"/) {
3279 $token .= $1;
3280 $line = $';
3281 goto again;
3282 } elsif ($line =~ m/^'([^']*)'/) {
3283 $token .= $1;
3284 $line = $';
3285 goto again;
ce959812
RL
3286 }
3287 push @result, $token;
3288 }
3289
3290 if ($ENV{CONFIGURE_DEBUG_TOKENIZE}) {
5d3af259
RL
3291 print STDERR "DEBUG[tokenize]: Parsed '$debug_line' into:\n";
3292 print STDERR "DEBUG[tokenize]: ('", join("', '", @result), "')\n";
ce959812
RL
3293 }
3294 return @result;
3295}