openssl/crypto/des
Richard Levitte 722c9762f2 Harmonize the make variables across all known platforms families
The make variables LIB_CFLAGS, DSO_CFLAGS and so on were used in
addition to CFLAGS and so on.  This works without problem on Unix and
Windows, where options with different purposes (such as -D and -I) can
appear anywhere on the command line and get accumulated as they come.
This is not necessarely so on VMS.  For example, macros must all be
collected and given through one /DEFINE, and the same goes for
inclusion directories (/INCLUDE).

So, to harmonize all platforms, we repurpose make variables starting
with LIB_, DSO_ and BIN_ to be all encompassing variables that
collects the corresponding values from CFLAGS, CPPFLAGS, DEFINES,
INCLUDES and so on together with possible config target values
specific for libraries DSOs and programs, and use them instead of the
general ones everywhere.

This will, for example, allow VMS to use the exact same generators for
generated files that go through cpp as all other platforms, something
that has been impossible to do safely before now.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5357)
2018-02-14 17:13:53 +01:00
..
asm Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
build.info Harmonize the make variables across all known platforms families 2018-02-14 17:13:53 +01:00
cbc_cksm.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
cbc_enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
cfb64ede.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
cfb64enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
cfb_enc.c Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
des_enc.c Remove email addresses from source code. 2017-10-13 10:06:59 -04:00
des_locl.h Fix gcc-7 warnings. 2017-05-11 19:39:38 +02:00
ecb3_enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
ecb_enc.c Trivial bounds checking. 2017-07-07 15:45:55 +10:00
fcrypt.c Consistent formatting for sizeof(foo) 2017-12-07 19:11:49 -05:00
fcrypt_b.c Manual fixes after copyright consolidation 2016-05-17 17:38:18 -04:00
ncbc_enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
ofb64ede.c Copyright consolidation 06/10 2016-05-17 14:51:04 -04:00
ofb64enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
ofb_enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
pcbc_enc.c Copyright consolidation 06/10 2016-05-17 14:51:04 -04:00
qud_cksm.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
rand_key.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
set_key.c Consistent formatting for sizeof(foo) 2017-12-07 19:11:49 -05:00
spr.h Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too 2017-02-28 20:23:07 +01:00
str2key.c Remove OLD_STR_TO_KEY compile option 2017-06-14 12:05:25 -04:00
xcbc_enc.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00