1 ## Personal configuration targets
3 ## If you edit this file, run this command before committing
4 ## make -f Makefile.org TABLE
5 ## This file is interpolated by the Configure script.
8 "levitte-linux-elf" => {
9 inherit_from => [ "x86_elf_asm" ],
11 cflags => "-DL_ENDIAN -Wall",
12 debug_cflags => "-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG-ggdb -g3",
13 thread_cflag => "-D_REENTRANT",
15 bn_ops => "BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT",
16 dso_scheme => "dlfcn",
17 shared_target => "linux-shared",
18 shared_cflag => "-fPIC",
19 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
21 "debug-levitte-linux-noasm" => {
22 inherit_from => [ "no_asm_filler" ],
24 cflags => "-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -ggdb -g3 -Wall",
25 thread_cflag => "-D_REENTRANT",
27 bn_ops => "BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT",
28 dso_scheme => "dlfcn",
29 shared_target => "linux-shared",
30 shared_cflag => "-fPIC",
31 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
33 "debug-levitte-linux-elf-extreme" => {
34 inherit_from => [ "x86_elf_asm" ],
36 cflags => "-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe",
37 thread_cflag => "-D_REENTRANT",
39 bn_ops => "BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT",
40 perlasm_scheme => "elf",
41 dso_scheme => "dlfcn",
42 shared_target => "linux-shared",
43 shared_cflag => "-fPIC",
44 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
46 "debug-levitte-linux-noasm-extreme" => {
47 inherit_from => [ "no_asm_filler" ],
49 cflags => "-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe",
50 thread_cflag => "-D_REENTRANT",
52 bn_ops => "BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT",
53 perlasm_scheme => "void",
54 dso_scheme => "dlfcn",
55 shared_target => "linux-shared",
56 shared_cflag => "-fPIC",
57 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",