Remove comments saying you must do 'make -f Makefile.in TABLE'
[openssl.git] / Configurations / 90-team.conf
1 ## -*- mode: perl; -*-
2 ## Build configuration targets for openssl-team members
3
4 %targets = (
5     "purify" => {
6         cc               => "purify gcc",
7         cflags           => "-g -Wall",
8         thread_cflag     => "(unknown)",
9         ex_libs          => "-lsocket -lnsl",
10     },
11     "debug" => {
12         cc               => "gcc",
13         cflags           => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror",
14         thread_cflag     => "(unknown)",
15         ex_libs          => "-lefence",
16     },
17     "debug-erbridge" => {
18         inherit_from     => [ "x86_64_asm" ],
19         cc               => "gcc",
20         cflags           => "$gcc_devteam_warn -DBN_DEBUG -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g",
21         thread_cflag     => "-D_REENTRANT",
22         ex_libs          => "-ldl",
23         bn_ops           => "SIXTY_FOUR_BIT_LONG",
24         perlasm_scheme   => "elf",
25         dso_scheme       => "dlfcn",
26         shared_target    => "linux-shared",
27         shared_cflag     => "-fPIC",
28         shared_ldflag    => "-m64",
29         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
30         multilib         => "64",
31     },
32     "debug-linux-pentium" => {
33         inherit_from     => [ "x86_elf_asm" ],
34         cc               => "gcc",
35         cflags           => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentium -Wall",
36         thread_cflag     => "-D_REENTRANT",
37         ex_libs          => "-ldl",
38         bn_ops           => "BN_LLONG",
39         dso_scheme       => "dlfcn",
40     },
41     "debug-linux-ppro" => {
42         inherit_from     => [ "x86_elf_asm" ],
43         cc               => "gcc",
44         cflags           => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentiumpro -Wall",
45         thread_cflag     => "-D_REENTRANT",
46         ex_libs          => "-ldl",
47         bn_ops           => "BN_LLONG",
48         dso_scheme       => "dlfcn",
49     },
50     "debug-linux-elf-noefence" => {
51         inherit_from     => [ "x86_elf_asm" ],
52         cc               => "gcc",
53         cflags           => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -Wall",
54         thread_cflag     => "-D_REENTRANT",
55         ex_libs          => "-ldl",
56         bn_ops           => "BN_LLONG",
57         dso_scheme       => "dlfcn",
58         shared_target    => "linux-shared",
59         shared_cflag     => "-fPIC",
60         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
61     },
62     "debug-linux-ia32-aes" => {
63         cc               => "gcc",
64         cflags           => "-DL_ENDIAN -O3 -fomit-frame-pointer -Wall",
65         thread_cflag     => "-D_REENTRANT",
66         ex_libs          => "-ldl",
67         bn_ops           => "BN_LLONG",
68         cpuid_asm_src    => "x86cpuid.s",
69         bn_asm_src       => "bn-586.s co-586.s x86-mont.s",
70         des_asm_src      => "des-586.s crypt586.s",
71         aes_asm_src      => "aes_x86core.s aes_cbc.s aesni-x86.s",
72         bf_asm_src       => "bf-586.s",
73         md5_asm_src      => "md5-586.s",
74         sha1_asm_src     => "sha1-586.s sha256-586.s sha512-586.s",
75         cast_asm_src     => "cast-586.s",
76         rc4_asm_src      => "rc4-586.s",
77         rmd160_asm_src   => "rmd-586.s",
78         rc5_asm_src      => "rc5-586.s",
79         wp_asm_src       => "wp_block.s wp-mmx.s",
80         modes_asm_src    => "ghash-x86.s",
81         padlock_asm_src  => "e_padlock-x86.s",
82         perlasm_scheme   => "elf",
83         dso_scheme       => "dlfcn",
84         shared_target    => "linux-shared",
85         shared_cflag     => "-fPIC",
86         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
87     },
88     "dist" => {
89         cc               => "cc",
90         cflags           => "-O",
91         thread_cflag     => "(unknown)",
92     },
93     "debug-test-64-clang" => {
94         inherit_from     => [ "x86_64_asm" ],
95         cc               => "clang",
96         cflags           => "$gcc_devteam_warn -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe",
97         thread_cflag     => "${BSDthreads}",
98         bn_ops           => "SIXTY_FOUR_BIT_LONG",
99         perlasm_scheme   => "elf",
100         dso_scheme       => "dlfcn",
101         shared_target    => "bsd-gcc-shared",
102         shared_cflag     => "-fPIC",
103         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
104     },
105     "darwin64-debug-test-64-clang" => {
106         inherit_from     => [ "x86_64_asm" ],
107         cc               => "clang",
108         cflags           => "-arch x86_64 -DL_ENDIAN $gcc_devteam_warn -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe",
109         thread_cflag     => "${BSDthreads}",
110         sys_id           => "MACOSX",
111         bn_ops           => "SIXTY_FOUR_BIT_LONG",
112         perlasm_scheme   => "macosx",
113         dso_scheme       => "dlfcn",
114         shared_target    => "darwin-shared",
115         shared_cflag     => "-fPIC -fno-common",
116         shared_ldflag    => "-arch x86_64 -dynamiclib",
117         shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
118     },
119 );