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.
9 inherit_from => [ "no_asm_filler" ],
11 cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
12 thread_cflag => "-D_REENTRANT",
15 dso_scheme => "dlfcn",
16 shared_target => "linux-shared",
17 shared_cflag => "-fPIC",
18 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
21 inherit_from => [ "no_asm_filler" ],
23 cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
24 thread_cflag => "-D_REENTRANT",
26 bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
27 dso_scheme => "dlfcn",
28 shared_target => "linux-shared",
29 shared_cflag => "-fPIC",
30 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",