TABLE 125.3 KB
Newer Older
A
Andy Polyakov 已提交
1
Output of `Configure TABLE':
2 3 4 5 6

*** BC-32
$cc           = bcc32
$cflags       = 
$unistd       = 
7
$thread_cflag = 
8
$sys_id       = WIN32
9
$lflags       = 
R
Richard Levitte 已提交
10
$bn_ops       = BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN
11
$cpuid_obj    = 
12 13
$bn_obj       = 
$des_obj      = 
14
$aes_obj      = 
15 16 17 18 19 20 21
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
22
$wp_obj       = 
23
$cmll_obj     = 
A
Andy Polyakov 已提交
24
$perlasm_scheme = void
B
Bodo Möller 已提交
25
$dso_scheme   = win32
R
Richard Levitte 已提交
26 27
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
28
$shared_ldflag = 
29
$shared_extension = 
30
$ranlib       = 
R
Richard Levitte 已提交
31
$arflags      = 
32
$multilib     = 
33 34 35

*** BS2000-OSD
$cc           = c89
36
$cflags       = -O -XLLML -XLLMK -XL -DB_ENDIAN -DTERMIOS -DCHARSET_EBCDIC
37 38
$unistd       = 
$thread_cflag = (unknown)
39
$sys_id       = 
40 41
$lflags       = -lsocket -lnsl
$bn_ops       = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
42
$cpuid_obj    = 
43 44
$bn_obj       = 
$des_obj      = 
45
$aes_obj      = 
46 47 48 49 50 51 52
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
53
$wp_obj       = 
54
$cmll_obj     = 
A
Andy Polyakov 已提交
55
$perlasm_scheme = 
B
Bodo Möller 已提交
56
$dso_scheme   = 
R
Richard Levitte 已提交
57 58
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
59
$shared_ldflag = 
60
$shared_extension = 
61
$ranlib       = 
R
Richard Levitte 已提交
62
$arflags      = 
63
$multilib     = 
64

65
*** BSD-generic32
B
Bodo Möller 已提交
66
$cc           = gcc
67
$cflags       = -DTERMIOS -O3 -fomit-frame-pointer -Wall
B
Bodo Möller 已提交
68
$unistd       = 
69 70
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id       = 
B
Bodo Möller 已提交
71
$lflags       = 
72
$bn_ops       = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL
73
$cpuid_obj    = 
B
Bodo Möller 已提交
74 75
$bn_obj       = 
$des_obj      = 
76
$aes_obj      = 
B
Bodo Möller 已提交
77 78 79 80 81 82 83
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
84
$wp_obj       = 
85
$cmll_obj     = 
A
Andy Polyakov 已提交
86
$perlasm_scheme = void
87 88 89
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
90
$shared_ldflag = 
91
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
92
$ranlib       = 
R
Richard Levitte 已提交
93
$arflags      = 
94
$multilib     = 
95

96
*** BSD-generic64
97
$cc           = gcc
98
$cflags       = -DTERMIOS -O3 -Wall
99
$unistd       = 
100
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
101
$sys_id       = 
102
$lflags       = 
103
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
104
$cpuid_obj    = 
105 106
$bn_obj       = 
$des_obj      = 
107
$aes_obj      = 
108 109 110 111 112 113 114
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
115
$wp_obj       = 
116
$cmll_obj     = 
A
Andy Polyakov 已提交
117
$perlasm_scheme = void
118 119 120
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
121 122 123
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
124
$arflags      = 
125
$multilib     = 
126

127
*** BSD-ia64
B
Bodo Möller 已提交
128
$cc           = gcc
129
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -Wall
B
Bodo Möller 已提交
130
$unistd       = 
131
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
B
Bodo Möller 已提交
132 133
$sys_id       = 
$lflags       = 
134
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT
A
Andy Polyakov 已提交
135
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
136
$bn_obj       = bn-ia64.o
B
Bodo Möller 已提交
137
$des_obj      = 
138
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
B
Bodo Möller 已提交
139
$bf_obj       = 
A
Andy Polyakov 已提交
140
$md5_obj      = md5-ia64.o
141
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
B
Bodo Möller 已提交
142
$cast_obj     = 
143
$rc4_obj      = rc4-ia64.o rc4_skey.o
B
Bodo Möller 已提交
144 145
$rmd160_obj   = 
$rc5_obj      = 
146
$wp_obj       = 
147
$cmll_obj     = 
A
Andy Polyakov 已提交
148
$perlasm_scheme = void
B
Bodo Möller 已提交
149 150 151 152 153 154 155
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
156
$multilib     = 
B
Bodo Möller 已提交
157

158
*** BSD-sparc64
R
Richard Levitte 已提交
159
$cc           = gcc
160
$cflags       = -DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall
R
Richard Levitte 已提交
161
$unistd       = 
162
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
R
Richard Levitte 已提交
163 164
$sys_id       = 
$lflags       = 
165
$bn_ops       = BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR
166 167
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
168
$des_obj      = des_enc-sparc.o fcrypt_b.o
169
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
R
Richard Levitte 已提交
170
$bf_obj       = 
171
$md5_obj      = 
A
Andy Polyakov 已提交
172
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
R
Richard Levitte 已提交
173 174 175 176
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
177
$wp_obj       = 
178
$cmll_obj     = 
A
Andy Polyakov 已提交
179
$perlasm_scheme = void
R
Richard Levitte 已提交
180 181 182 183 184 185 186
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
187
$multilib     = 
R
Richard Levitte 已提交
188

189
*** BSD-sparcv8
190
$cc           = gcc
191
$cflags       = -DB_ENDIAN -DTERMIOS -O3 -mv8 -Wall
192
$unistd       = 
193
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
194
$sys_id       = 
195
$lflags       = 
196
$bn_ops       = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL
197
$cpuid_obj    = 
198 199
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
200
$aes_obj      = 
201 202 203 204 205 206 207
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
208
$wp_obj       = 
209
$cmll_obj     = 
A
Andy Polyakov 已提交
210
$perlasm_scheme = void
211 212 213
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
214 215 216
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
217
$arflags      = 
218
$multilib     = 
219

220
*** BSD-x86
221
$cc           = gcc
222
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
223
$unistd       = 
224
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
225
$sys_id       = 
226
$lflags       = 
227
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
228 229 230 231 232 233 234 235 236 237 238 239
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
240
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
241
$perlasm_scheme = a.out
242
$dso_scheme   = dlfcn
243
$shared_target= bsd-shared
244
$shared_cflag = -fPIC
B
Bodo Möller 已提交
245 246 247
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
248
$arflags      = 
249
$multilib     = 
250

251
*** BSD-x86-elf
252
$cc           = gcc
253
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
254
$unistd       = 
255
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
256
$sys_id       = 
257 258
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
259 260 261 262 263 264 265 266 267 268 269 270
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
271
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
272
$perlasm_scheme = elf
273
$dso_scheme   = dlfcn
274
$shared_target= bsd-shared
275
$shared_cflag = -fPIC
B
Bodo Möller 已提交
276 277 278
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
279
$arflags      = 
280
$multilib     = 
281

282
*** BSD-x86_64
R
Richard Levitte 已提交
283
$cc           = gcc
284
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall
R
Richard Levitte 已提交
285
$unistd       = 
286
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
R
Richard Levitte 已提交
287 288
$sys_id       = 
$lflags       = 
289
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
290
$cpuid_obj    = x86_64cpuid.o
291
$bn_obj       = x86_64-gcc.o x86_64-mont.o
R
Richard Levitte 已提交
292
$des_obj      = 
A
Andy Polyakov 已提交
293
$aes_obj      = aes-x86_64.o
R
Richard Levitte 已提交
294
$bf_obj       = 
295
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
296
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
R
Richard Levitte 已提交
297
$cast_obj     = 
298
$rc4_obj      = rc4-x86_64.o
299 300
$rmd160_obj   = 
$rc5_obj      = 
301
$wp_obj       = wp-x86_64.o
302
$cmll_obj     = cmll-x86_64.o cmll_misc.o
303
$perlasm_scheme = elf
304 305 306
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
307 308 309
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
310
$arflags      = 
311
$multilib     = 
312

313
*** Cygwin
314
$cc           = gcc
315
$cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
316
$unistd       = 
317 318
$thread_cflag = 
$sys_id       = CYGWIN32
319
$lflags       = 
320
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
321 322 323 324 325 326 327 328 329 330 331 332
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
333
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
334
$perlasm_scheme = coff
335
$dso_scheme   = dlfcn
336
$shared_target= cygwin-shared
337
$shared_cflag = -D_WINDLL
338
$shared_ldflag = -shared
339
$shared_extension = .dll.a
B
Bodo Möller 已提交
340
$ranlib       = 
R
Richard Levitte 已提交
341
$arflags      = 
342
$multilib     = 
343

344
*** Cygwin-pre1.3
345
$cc           = gcc
346
$cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
347 348
$unistd       = 
$thread_cflag = (unknown)
349
$sys_id       = CYGWIN32
350
$lflags       = 
351
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
352
$cpuid_obj    = 
353 354
$bn_obj       = 
$des_obj      = 
355
$aes_obj      = 
356 357 358 359 360 361 362
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
363
$wp_obj       = 
364
$cmll_obj     = 
A
Andy Polyakov 已提交
365
$perlasm_scheme = void
366 367 368
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
369
$shared_ldflag = 
370
$shared_extension = 
B
Bodo Möller 已提交
371
$ranlib       = 
R
Richard Levitte 已提交
372
$arflags      = 
373
$multilib     = 
374

375
*** DJGPP
376
$cc           = gcc
A
Andy Polyakov 已提交
377
$cflags       = -I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall
378
$unistd       = 
379 380 381
$thread_cflag = 
$sys_id       = MSDOS
$lflags       = -L/dev/env/WATT_ROOT/lib -lwatt
382
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
383 384 385 386 387 388 389 390 391 392 393 394
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
395
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
396
$perlasm_scheme = a.out
397 398 399
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
400
$shared_ldflag = 
401
$shared_extension = 
402
$ranlib       = 
R
Richard Levitte 已提交
403
$arflags      = 
404
$multilib     = 
405

406
*** MPE/iX-gcc
407
$cc           = gcc
408
$cflags       = -D_ENDIAN -DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB
409 410
$unistd       = 
$thread_cflag = (unknown)
411 412 413
$sys_id       = MPE
$lflags       = -L/SYSLOG/PUB -lsyslog -lsocket -lcurses
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
414
$cpuid_obj    = 
415 416
$bn_obj       = 
$des_obj      = 
417
$aes_obj      = 
418 419 420 421 422 423 424
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
425
$wp_obj       = 
426
$cmll_obj     = 
A
Andy Polyakov 已提交
427
$perlasm_scheme = 
428 429 430
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
431
$shared_ldflag = 
432
$shared_extension = 
433
$ranlib       = 
R
Richard Levitte 已提交
434
$arflags      = 
435
$multilib     = 
436

437
*** OS2-EMX
438
$cc           = gcc
439
$cflags       = 
440
$unistd       = 
441
$thread_cflag = 
442 443
$sys_id       = 
$lflags       = 
444
$bn_ops       = 
445
$cpuid_obj    = 
446 447
$bn_obj       = 
$des_obj      = 
448
$aes_obj      = 
449 450 451 452 453 454 455
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
456
$wp_obj       = 
457
$cmll_obj     = 
A
Andy Polyakov 已提交
458
$perlasm_scheme = 
459 460 461
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
462
$shared_ldflag = 
463
$shared_extension = 
464
$ranlib       = 
R
Richard Levitte 已提交
465
$arflags      = 
466
$multilib     = 
467

468 469 470
*** OS390-Unix
$cc           = c89.sh
$cflags       = -O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  -D_ALL_SOURCE
471 472 473 474
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
475
$bn_ops       = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
476
$cpuid_obj    = 
477 478
$bn_obj       = 
$des_obj      = 
479
$aes_obj      = 
480 481 482 483 484 485 486
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
487
$wp_obj       = 
488
$cmll_obj     = 
A
Andy Polyakov 已提交
489
$perlasm_scheme = 
490 491 492
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
493
$shared_ldflag = 
494
$shared_extension = 
495
$ranlib       = 
R
Richard Levitte 已提交
496
$arflags      = 
497
$multilib     = 
498

499 500
*** ReliantUNIX
$cc           = cc
501
$cflags       = -KPIC -g -DTERMIOS -DB_ENDIAN
502 503
$unistd       = 
$thread_cflag = -Kthread
504
$sys_id       = SNI
505 506
$lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
$bn_ops       = BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR
507
$cpuid_obj    = 
508 509
$bn_obj       = 
$des_obj      = 
510
$aes_obj      = 
511 512 513 514 515 516 517
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
518
$wp_obj       = 
519
$cmll_obj     = 
A
Andy Polyakov 已提交
520
$perlasm_scheme = void
R
Richard Levitte 已提交
521 522
$dso_scheme   = dlfcn
$shared_target= reliantunix-shared
R
Richard Levitte 已提交
523
$shared_cflag = 
524 525
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
526
$ranlib       = 
R
Richard Levitte 已提交
527
$arflags      = 
528
$multilib     = 
529 530 531

*** SINIX
$cc           = cc
532
$cflags       = -O
533 534
$unistd       = 
$thread_cflag = (unknown)
535
$sys_id       = SNI
536 537
$lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
$bn_ops       = RC4_INDEX RC4_CHAR
538
$cpuid_obj    = 
539 540
$bn_obj       = 
$des_obj      = 
541
$aes_obj      = 
542 543 544 545 546 547 548
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
549
$wp_obj       = 
550
$cmll_obj     = 
A
Andy Polyakov 已提交
551
$perlasm_scheme = 
B
Bodo Möller 已提交
552
$dso_scheme   = 
R
Richard Levitte 已提交
553 554
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
555
$shared_ldflag = 
556
$shared_extension = 
557
$ranlib       = 
R
Richard Levitte 已提交
558
$arflags      = 
559
$multilib     = 
560 561 562 563 564 565

*** SINIX-N
$cc           = /usr/ucb/cc
$cflags       = -O2 -misaligned
$unistd       = 
$thread_cflag = (unknown)
566
$sys_id       = 
567 568
$lflags       = -lucb
$bn_ops       = RC4_INDEX RC4_CHAR
569
$cpuid_obj    = 
570 571
$bn_obj       = 
$des_obj      = 
572
$aes_obj      = 
573 574 575 576 577 578 579
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
580
$wp_obj       = 
581
$cmll_obj     = 
A
Andy Polyakov 已提交
582
$perlasm_scheme = 
B
Bodo Möller 已提交
583
$dso_scheme   = 
R
Richard Levitte 已提交
584 585
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
586
$shared_ldflag = 
587
$shared_extension = 
588
$ranlib       = 
R
Richard Levitte 已提交
589
$arflags      = 
590
$multilib     = 
591

592 593 594 595 596 597 598 599
*** UWIN
$cc           = cc
$cflags       = -DTERMIOS -DL_ENDIAN -O -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = UWIN
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
600
$cpuid_obj    = 
601 602
$bn_obj       = 
$des_obj      = 
603
$aes_obj      = 
604 605 606 607 608 609 610
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
611
$wp_obj       = 
612
$cmll_obj     = 
A
Andy Polyakov 已提交
613
$perlasm_scheme = void
614 615 616 617 618 619
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
620
$arflags      = 
621
$multilib     = 
622

R
Richard Levitte 已提交
623 624 625 626 627 628 629 630
*** VC-CE
$cc           = cl
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = WINCE
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
631
$cpuid_obj    = 
R
Richard Levitte 已提交
632 633
$bn_obj       = 
$des_obj      = 
634
$aes_obj      = 
R
Richard Levitte 已提交
635 636 637 638 639 640 641
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
642
$wp_obj       = 
643
$cmll_obj     = 
A
Andy Polyakov 已提交
644
$perlasm_scheme = void
R
Richard Levitte 已提交
645 646 647 648 649 650 651
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
652
$multilib     = 
R
Richard Levitte 已提交
653

654
*** VC-WIN32
655
$cc           = cl
656
$cflags       = -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE
657
$unistd       = 
658
$thread_cflag = 
659
$sys_id       = WIN32
660
$lflags       = 
661
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
662 663 664 665 666 667 668 669 670 671 672 673
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
674
$cmll_obj     = cmll-x86.o
675
$perlasm_scheme = win32n
676
$dso_scheme   = win32
R
Richard Levitte 已提交
677 678
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
679
$shared_ldflag = 
680
$shared_extension = 
681
$ranlib       = 
R
Richard Levitte 已提交
682
$arflags      = 
683
$multilib     = 
684

685
*** VC-WIN64A
686
$cc           = cl
687
$cflags       = -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE
688
$unistd       = 
689 690
$thread_cflag = 
$sys_id       = WIN64A
691
$lflags       = 
692
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
693 694
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = bn_asm.o x86_64-mont.o
695
$des_obj      = 
696
$aes_obj      = aes-x86_64.o
697
$bf_obj       = 
698 699
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
700
$cast_obj     = 
701
$rc4_obj      = rc4-x86_64.o
702 703
$rmd160_obj   = 
$rc5_obj      = 
704
$wp_obj       = wp-x86_64.o
705
$cmll_obj     = 
706
$perlasm_scheme = ml64
707
$dso_scheme   = win32
R
Richard Levitte 已提交
708 709
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
710
$shared_ldflag = 
711
$shared_extension = 
712
$ranlib       = 
R
Richard Levitte 已提交
713
$arflags      = 
714
$multilib     = 
715

716
*** VC-WIN64I
717
$cc           = cl
718
$cflags       = -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE
719
$unistd       = 
720
$thread_cflag = 
721
$sys_id       = WIN64I
722
$lflags       = 
723
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
724 725
$cpuid_obj    = ia64cpuid.o
$bn_obj       = ia64.o
726
$des_obj      = 
727
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
728
$bf_obj       = 
729 730
$md5_obj      = md5-ia64.o
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
731 732 733 734
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
735
$wp_obj       = 
736
$cmll_obj     = 
737
$perlasm_scheme = ias
B
Bodo Möller 已提交
738
$dso_scheme   = win32
R
Richard Levitte 已提交
739 740
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
741
$shared_ldflag = 
742
$shared_extension = 
743
$ranlib       = 
R
Richard Levitte 已提交
744
$arflags      = 
745
$multilib     = 
746 747 748

*** aix-cc
$cc           = cc
A
Andy Polyakov 已提交
749
$cflags       = -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
750
$unistd       = 
A
Andy Polyakov 已提交
751
$thread_cflag = -qthreaded
752
$sys_id       = AIX
753 754
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
A
Andy Polyakov 已提交
755 756
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
757
$des_obj      = 
A
Andy Polyakov 已提交
758
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
759 760
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
761
$sha1_obj     = sha1-ppc.o sha256-ppc.o
762 763 764 765
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
766
$wp_obj       = 
767
$cmll_obj     = 
A
Andy Polyakov 已提交
768
$perlasm_scheme = aix32
769 770
$dso_scheme   = dlfcn
$shared_target= aix-shared
R
Richard Levitte 已提交
771
$shared_cflag = 
A
Andy Polyakov 已提交
772
$shared_ldflag = -q32 -G
773
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
774
$ranlib       = 
775
$arflags      = -X 32
776
$multilib     = 
777 778 779

*** aix-gcc
$cc           = gcc
780
$cflags       = -O -DB_ENDIAN
781
$unistd       = 
A
Andy Polyakov 已提交
782
$thread_cflag = -pthread
783
$sys_id       = AIX
784 785
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
A
Andy Polyakov 已提交
786 787
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
788
$des_obj      = 
A
Andy Polyakov 已提交
789
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
790 791
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
792
$sha1_obj     = sha1-ppc.o sha256-ppc.o
793 794 795 796
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
797
$wp_obj       = 
798
$cmll_obj     = 
A
Andy Polyakov 已提交
799
$perlasm_scheme = aix32
800
$dso_scheme   = dlfcn
801
$shared_target= aix-shared
R
Richard Levitte 已提交
802
$shared_cflag = 
A
Andy Polyakov 已提交
803
$shared_ldflag = -shared -Wl,-G
804
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
805
$ranlib       = 
A
Andy Polyakov 已提交
806
$arflags      = -X32
807
$multilib     = 
808

A
Andy Polyakov 已提交
809
*** aix3-cc
B
Update.  
Bodo Möller 已提交
810
$cc           = cc
811
$cflags       = -O -DB_ENDIAN -qmaxmem=16384
B
Update.  
Bodo Möller 已提交
812 813
$unistd       = 
$thread_cflag = (unknown)
A
Andy Polyakov 已提交
814
$sys_id       = AIX
R
Richard Levitte 已提交
815 816
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
817
$cpuid_obj    = 
A
Andy Polyakov 已提交
818
$bn_obj       = 
B
Update.  
Bodo Möller 已提交
819
$des_obj      = 
820
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
821 822 823 824 825 826
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
R
Richard Levitte 已提交
827
$rc5_obj      = 
828
$wp_obj       = 
829
$cmll_obj     = 
A
Andy Polyakov 已提交
830
$perlasm_scheme = 
A
Andy Polyakov 已提交
831 832
$dso_scheme   = 
$shared_target= 
B
Update.  
Bodo Möller 已提交
833
$shared_cflag = 
B
Bodo Möller 已提交
834
$shared_ldflag = 
A
Andy Polyakov 已提交
835
$shared_extension = 
B
Update.  
Bodo Möller 已提交
836
$ranlib       = 
R
Richard Levitte 已提交
837
$arflags      = 
838
$multilib     = 
B
Update.  
Bodo Möller 已提交
839

R
Richard Levitte 已提交
840 841
*** aix64-cc
$cc           = cc
A
Andy Polyakov 已提交
842
$cflags       = -q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
R
Richard Levitte 已提交
843
$unistd       = 
A
Andy Polyakov 已提交
844
$thread_cflag = -qthreaded
845
$sys_id       = AIX
R
Richard Levitte 已提交
846 847
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR
A
Andy Polyakov 已提交
848 849
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
R
Richard Levitte 已提交
850
$des_obj      = 
A
Andy Polyakov 已提交
851
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
852 853
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
854
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
R
Richard Levitte 已提交
855 856 857 858
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
859
$wp_obj       = 
860
$cmll_obj     = 
A
Andy Polyakov 已提交
861
$perlasm_scheme = aix64
R
Richard Levitte 已提交
862
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
863
$shared_target= aix-shared
R
Richard Levitte 已提交
864
$shared_cflag = 
A
Andy Polyakov 已提交
865
$shared_ldflag = -q64 -G
R
Richard Levitte 已提交
866
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
867 868
$ranlib       = 
$arflags      = -X 64
869
$multilib     = 
B
Update.  
Bodo Möller 已提交
870

A
Andy Polyakov 已提交
871 872
*** aix64-gcc
$cc           = gcc
A
Andy Polyakov 已提交
873
$cflags       = -maix64 -O -DB_ENDIAN
A
Andy Polyakov 已提交
874
$unistd       = 
A
Andy Polyakov 已提交
875
$thread_cflag = -pthread
A
Andy Polyakov 已提交
876 877 878
$sys_id       = AIX
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR
A
Andy Polyakov 已提交
879 880
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
A
Andy Polyakov 已提交
881
$des_obj      = 
A
Andy Polyakov 已提交
882
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
A
Andy Polyakov 已提交
883 884
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
885
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
A
Andy Polyakov 已提交
886 887 888 889
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
890
$wp_obj       = 
891
$cmll_obj     = 
A
Andy Polyakov 已提交
892
$perlasm_scheme = aix64
A
Andy Polyakov 已提交
893
$dso_scheme   = dlfcn
894
$shared_target= aix-shared
A
Andy Polyakov 已提交
895
$shared_cflag = 
A
Andy Polyakov 已提交
896
$shared_ldflag = -maix64 -shared -Wl,-G
897
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
A
Andy Polyakov 已提交
898 899
$ranlib       = 
$arflags      = -X64
900
$multilib     = 
A
Andy Polyakov 已提交
901

R
Richard Levitte 已提交
902 903 904 905 906 907 908 909
*** aux3-gcc
$cc           = gcc
$cflags       = -O2 -DTERMIO
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = AUX
$lflags       = -lbsd
$bn_ops       = RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
910
$cpuid_obj    = 
R
Richard Levitte 已提交
911 912
$bn_obj       = 
$des_obj      = 
913
$aes_obj      = 
R
Richard Levitte 已提交
914 915 916 917 918 919 920
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
921
$wp_obj       = 
922
$cmll_obj     = 
A
Andy Polyakov 已提交
923
$perlasm_scheme = 
R
Richard Levitte 已提交
924 925 926 927 928 929 930
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
931
$multilib     = 
R
Richard Levitte 已提交
932

R
Richard Levitte 已提交
933 934 935 936 937 938 939 940
*** beos-x86-bone
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = BEOS
$lflags       = -lbe -lbind -lsocket
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
941 942 943 944 945 946 947 948 949 950 951 952
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
953
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
954
$perlasm_scheme = elf
R
Richard Levitte 已提交
955 956 957 958 959 960 961
$dso_scheme   = beos
$shared_target= beos-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so
$ranlib       = 
$arflags      = 
962
$multilib     = 
R
Richard Levitte 已提交
963 964 965 966 967 968 969 970 971

*** beos-x86-r5
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = BEOS
$lflags       = -lbe -lnet
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
972 973 974 975 976 977 978 979 980 981 982 983
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
984
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
985
$perlasm_scheme = elf
R
Richard Levitte 已提交
986 987 988 989 990 991 992
$dso_scheme   = beos
$shared_target= beos-shared
$shared_cflag = -fPIC -DPIC
$shared_ldflag = -shared
$shared_extension = .so
$ranlib       = 
$arflags      = 
993
$multilib     = 
R
Richard Levitte 已提交
994

995 996
*** bsdi-elf-gcc
$cc           = gcc
997
$cflags       = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
998 999
$unistd       = 
$thread_cflag = (unknown)
1000
$sys_id       = 
B
Update.  
Bodo Möller 已提交
1001
$lflags       = -ldl
1002
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1015
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1016
$perlasm_scheme = elf
1017 1018 1019
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1020 1021 1022
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1023
$arflags      = 
1024
$multilib     = 
1025 1026 1027 1028 1029 1030

*** cc
$cc           = cc
$cflags       = -O
$unistd       = 
$thread_cflag = (unknown)
1031
$sys_id       = 
1032 1033
$lflags       = 
$bn_ops       = 
1034
$cpuid_obj    = 
1035 1036
$bn_obj       = 
$des_obj      = 
1037
$aes_obj      = 
1038 1039 1040 1041 1042 1043 1044
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1045
$wp_obj       = 
1046
$cmll_obj     = 
A
Andy Polyakov 已提交
1047
$perlasm_scheme = 
B
Bodo Möller 已提交
1048
$dso_scheme   = 
R
Richard Levitte 已提交
1049 1050
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1051
$shared_ldflag = 
1052
$shared_extension = 
1053
$ranlib       = 
R
Richard Levitte 已提交
1054
$arflags      = 
1055
$multilib     = 
1056

1057
*** cray-j90
1058 1059 1060 1061
$cc           = cc
$cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
1062
$sys_id       = CRAY
1063
$lflags       = 
1064
$bn_ops       = SIXTY_FOUR_BIT_LONG DES_INT
1065
$cpuid_obj    = 
1066 1067
$bn_obj       = 
$des_obj      = 
1068
$aes_obj      = 
1069 1070 1071 1072 1073 1074 1075
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1076
$wp_obj       = 
1077
$cmll_obj     = 
A
Andy Polyakov 已提交
1078
$perlasm_scheme = 
B
Bodo Möller 已提交
1079
$dso_scheme   = 
R
Richard Levitte 已提交
1080 1081
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1082
$shared_ldflag = 
1083
$shared_extension = 
1084
$ranlib       = 
R
Richard Levitte 已提交
1085
$arflags      = 
1086
$multilib     = 
1087

1088
*** cray-t3e
1089 1090 1091 1092
$cc           = cc
$cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
1093
$sys_id       = CRAY
1094
$lflags       = 
1095
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
1096
$cpuid_obj    = 
1097 1098
$bn_obj       = 
$des_obj      = 
1099
$aes_obj      = 
1100 1101 1102 1103 1104 1105 1106
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1107
$wp_obj       = 
1108
$cmll_obj     = 
A
Andy Polyakov 已提交
1109
$perlasm_scheme = 
B
Bodo Möller 已提交
1110
$dso_scheme   = 
R
Richard Levitte 已提交
1111 1112
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1113
$shared_ldflag = 
1114
$shared_extension = 
1115
$ranlib       = 
R
Richard Levitte 已提交
1116
$arflags      = 
1117
$multilib     = 
1118 1119 1120

*** darwin-i386-cc
$cc           = cc
A
Andy Polyakov 已提交
1121
$cflags       = -arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN
1122
$unistd       = 
B
update  
Bodo Möller 已提交
1123
$thread_cflag = -D_REENTRANT
1124
$sys_id       = MACOSX
A
Andy Polyakov 已提交
1125
$lflags       = -Wl,-search_paths_first%
1126
$bn_ops       = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1139
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1140
$perlasm_scheme = macosx
A
Andy Polyakov 已提交
1141
$dso_scheme   = dlfcn
1142
$shared_target= darwin-shared
A
Andy Polyakov 已提交
1143
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1144
$shared_ldflag = -arch i386 -dynamiclib
1145
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1146
$ranlib       = 
R
Richard Levitte 已提交
1147
$arflags      = 
1148
$multilib     = 
1149

B
update  
Bodo Möller 已提交
1150 1151
*** darwin-ppc-cc
$cc           = cc
A
Andy Polyakov 已提交
1152
$cflags       = -arch ppc -O3 -DB_ENDIAN
B
update  
Bodo Möller 已提交
1153
$unistd       = 
B
update  
Bodo Möller 已提交
1154
$thread_cflag = -D_REENTRANT
1155
$sys_id       = MACOSX
1156
$lflags       = -Wl,-search_paths_first%
B
update  
Bodo Möller 已提交
1157
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1158 1159
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
B
update  
Bodo Möller 已提交
1160
$des_obj      = 
A
Andy Polyakov 已提交
1161
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
B
update  
Bodo Möller 已提交
1162 1163
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1164
$sha1_obj     = sha1-ppc.o sha256-ppc.o
B
update  
Bodo Möller 已提交
1165 1166 1167 1168
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1169
$wp_obj       = 
1170
$cmll_obj     = 
A
Andy Polyakov 已提交
1171
$perlasm_scheme = osx32
A
Andy Polyakov 已提交
1172
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1173
$shared_target= darwin-shared
1174
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1175
$shared_ldflag = -arch ppc -dynamiclib
1176
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1177
$ranlib       = 
R
Richard Levitte 已提交
1178
$arflags      = 
1179
$multilib     = 
B
update  
Bodo Möller 已提交
1180

R
Richard Levitte 已提交
1181 1182
*** darwin64-ppc-cc
$cc           = cc
A
Andy Polyakov 已提交
1183
$cflags       = -arch ppc64 -O3 -DB_ENDIAN
R
Richard Levitte 已提交
1184 1185 1186
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
1187
$lflags       = -Wl,-search_paths_first%
R
Richard Levitte 已提交
1188
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1189 1190
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
R
Richard Levitte 已提交
1191
$des_obj      = 
A
Andy Polyakov 已提交
1192
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
1193 1194
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1195
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
R
Richard Levitte 已提交
1196 1197 1198 1199 1200
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
1201
$cmll_obj     = 
A
Andy Polyakov 已提交
1202
$perlasm_scheme = osx64
R
Richard Levitte 已提交
1203 1204 1205
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1206 1207 1208 1209
$shared_ldflag = -arch ppc64 -dynamiclib
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1210
$multilib     = 
A
Andy Polyakov 已提交
1211 1212 1213

*** darwin64-x86_64-cc
$cc           = cc
1214
$cflags       = -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall
A
Andy Polyakov 已提交
1215 1216 1217 1218
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = -Wl,-search_paths_first%
1219
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
1220 1221
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
A
Andy Polyakov 已提交
1222
$des_obj      = 
1223
$aes_obj      = aes-x86_64.o
A
Andy Polyakov 已提交
1224
$bf_obj       = 
1225 1226
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
A
Andy Polyakov 已提交
1227
$cast_obj     = 
1228
$rc4_obj      = rc4-x86_64.o
A
Andy Polyakov 已提交
1229 1230
$rmd160_obj   = 
$rc5_obj      = 
1231
$wp_obj       = wp-x86_64.o
1232
$cmll_obj     = cmll-x86_64.o cmll_misc.o
1233
$perlasm_scheme = macosx
A
Andy Polyakov 已提交
1234 1235 1236 1237
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
$shared_ldflag = -arch x86_64 -dynamiclib
R
Richard Levitte 已提交
1238 1239 1240
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1241
$multilib     = 
R
Richard Levitte 已提交
1242

1243 1244
*** debug
$cc           = gcc
1245
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
1246 1247
$unistd       = 
$thread_cflag = (unknown)
1248
$sys_id       = 
1249 1250
$lflags       = -lefence
$bn_ops       = 
1251
$cpuid_obj    = 
1252 1253
$bn_obj       = 
$des_obj      = 
1254
$aes_obj      = 
1255 1256 1257 1258 1259 1260 1261
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1262
$wp_obj       = 
1263
$cmll_obj     = 
A
Andy Polyakov 已提交
1264
$perlasm_scheme = 
B
Bodo Möller 已提交
1265
$dso_scheme   = 
R
Richard Levitte 已提交
1266 1267
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1268
$shared_ldflag = 
1269
$shared_extension = 
1270
$ranlib       = 
R
Richard Levitte 已提交
1271
$arflags      = 
1272
$multilib     = 
1273

B
Bodo Möller 已提交
1274 1275 1276 1277 1278 1279 1280 1281
*** debug-BSD-x86-elf
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -Wall -g
$unistd       = 
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1294
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1295
$perlasm_scheme = elf
B
Bodo Möller 已提交
1296 1297 1298 1299 1300 1301 1302
$dso_scheme   = dlfcn
$shared_target= bsd-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1303
$multilib     = 
B
Bodo Möller 已提交
1304

1305 1306 1307 1308 1309 1310 1311 1312
*** debug-Cygwin
$cc           = gcc
$cflags       = -DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
$unistd       = 
$thread_cflag = 
$sys_id       = CYGWIN32
$lflags       = 
$bn_ops       = 
1313
$cpuid_obj    = 
1314
$bn_obj       = 
1315 1316 1317
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
1318 1319
$md5_obj      = 
$sha1_obj     = 
1320
$cast_obj     = 
1321 1322 1323
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1324
$wp_obj       = 
1325
$cmll_obj     = 
A
Andy Polyakov 已提交
1326
$perlasm_scheme = void
1327
$dso_scheme   = dlfcn
1328
$shared_target= cygwin-shared
1329
$shared_cflag = -D_WINDLL
1330
$shared_ldflag = -shared
1331
$shared_extension = .dll.a
1332 1333
$ranlib       = 
$arflags      = 
1334
$multilib     = 
1335

1336 1337
*** debug-ben
$cc           = gcc
1338
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe
1339 1340
$unistd       = 
$thread_cflag = (unknown)
1341
$sys_id       = 
1342 1343
$lflags       = 
$bn_ops       = 
1344
$cpuid_obj    = 
1345
$bn_obj       = bn86-elf.o co86-elf.o
1346
$des_obj      = 
1347
$aes_obj      = 
1348 1349 1350 1351 1352 1353 1354
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1355
$wp_obj       = 
1356
$cmll_obj     = 
A
Andy Polyakov 已提交
1357
$perlasm_scheme = 
B
Bodo Möller 已提交
1358
$dso_scheme   = 
R
Richard Levitte 已提交
1359 1360
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1361
$shared_ldflag = 
1362
$shared_extension = 
1363
$ranlib       = 
R
Richard Levitte 已提交
1364
$arflags      = 
1365
$multilib     = 
1366 1367 1368

*** debug-ben-debug
$cc           = gcc
1369
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -DBN_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -g3 -O2 -pipe
1370 1371
$unistd       = 
$thread_cflag = (unknown)
1372
$sys_id       = 
1373 1374
$lflags       = 
$bn_ops       = 
1375
$cpuid_obj    = 
1376 1377
$bn_obj       = 
$des_obj      = 
1378
$aes_obj      = 
1379 1380 1381 1382 1383 1384 1385
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1386
$wp_obj       = 
1387
$cmll_obj     = 
A
Andy Polyakov 已提交
1388
$perlasm_scheme = 
B
Bodo Möller 已提交
1389
$dso_scheme   = 
R
Richard Levitte 已提交
1390 1391
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1392
$shared_ldflag = 
1393
$shared_extension = 
1394
$ranlib       = 
R
Richard Levitte 已提交
1395
$arflags      = 
1396
$multilib     = 
1397

1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426
*** debug-ben-no-opt
$cc           = gcc
$cflags       = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -DTERMIOS -Wall -g3
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = 
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
1427
$multilib     = 
1428

1429 1430 1431 1432 1433 1434 1435 1436
*** debug-ben-openbsd
$cc           = gcc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = 
1437
$cpuid_obj    = 
1438 1439
$bn_obj       = 
$des_obj      = 
1440
$aes_obj      = 
1441 1442 1443 1444 1445 1446 1447
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1448
$wp_obj       = 
1449
$cmll_obj     = 
A
Andy Polyakov 已提交
1450
$perlasm_scheme = 
1451 1452
$dso_scheme   = 
$shared_target= 
R
Richard Levitte 已提交
1453 1454 1455 1456
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
1457
$arflags      = 
1458
$multilib     = 
R
Richard Levitte 已提交
1459 1460 1461 1462 1463 1464 1465 1466 1467

*** debug-ben-openbsd-debug
$cc           = gcc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = 
1468
$cpuid_obj    = 
R
Richard Levitte 已提交
1469 1470
$bn_obj       = 
$des_obj      = 
1471
$aes_obj      = 
R
Richard Levitte 已提交
1472 1473 1474 1475 1476 1477 1478
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1479
$wp_obj       = 
1480
$cmll_obj     = 
A
Andy Polyakov 已提交
1481
$perlasm_scheme = 
R
Richard Levitte 已提交
1482 1483
$dso_scheme   = 
$shared_target= 
1484
$shared_cflag = 
B
Bodo Möller 已提交
1485
$shared_ldflag = 
1486 1487
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
1488
$arflags      = 
1489
$multilib     = 
1490

1491 1492
*** debug-ben-strict
$cc           = gcc
1493
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe
1494 1495
$unistd       = 
$thread_cflag = (unknown)
1496
$sys_id       = 
1497 1498
$lflags       = 
$bn_ops       = 
1499
$cpuid_obj    = 
1500 1501
$bn_obj       = 
$des_obj      = 
1502
$aes_obj      = 
1503 1504 1505 1506 1507 1508 1509
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1510
$wp_obj       = 
1511
$cmll_obj     = 
A
Andy Polyakov 已提交
1512
$perlasm_scheme = 
B
Bodo Möller 已提交
1513
$dso_scheme   = 
R
Richard Levitte 已提交
1514 1515
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1516
$shared_ldflag = 
1517
$shared_extension = 
1518
$ranlib       = 
R
Richard Levitte 已提交
1519
$arflags      = 
1520
$multilib     = 
1521 1522 1523

*** debug-bodo
$cc           = gcc
B
Bodo Möller 已提交
1524
$cflags       = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion
1525 1526
$unistd       = 
$thread_cflag = -D_REENTRANT
1527
$sys_id       = 
1528 1529
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1542
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1543
$perlasm_scheme = elf
B
Bodo Möller 已提交
1544
$dso_scheme   = 
R
Richard Levitte 已提交
1545 1546
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1547
$shared_ldflag = 
1548
$shared_extension = 
1549
$ranlib       = 
R
Richard Levitte 已提交
1550
$arflags      = 
1551
$multilib     = 
1552

B
Bodo Möller 已提交
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572
*** debug-darwin-i386-cc
$cc           = cc
$cflags       = -arch i386 -g3 -DL_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = -Wl,-search_paths_first%
$bn_ops       = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1573
$cmll_obj     = cmll-x86.o
B
Bodo Möller 已提交
1574 1575 1576 1577 1578 1579 1580 1581
$perlasm_scheme = macosx
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
$shared_ldflag = -arch i386 -dynamiclib
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1582
$multilib     = 
B
Bodo Möller 已提交
1583

B
Bodo Möller 已提交
1584 1585 1586 1587 1588 1589 1590 1591
*** debug-darwin-ppc-cc
$cc           = cc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1592 1593
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
B
Bodo Möller 已提交
1594
$des_obj      = 
A
Andy Polyakov 已提交
1595
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
B
Bodo Möller 已提交
1596 1597
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1598
$sha1_obj     = sha1-ppc.o sha256-ppc.o
B
Bodo Möller 已提交
1599 1600 1601 1602
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1603
$wp_obj       = 
1604
$cmll_obj     = 
A
Andy Polyakov 已提交
1605
$perlasm_scheme = osx32
A
Andy Polyakov 已提交
1606
$dso_scheme   = dlfcn
B
Bodo Möller 已提交
1607 1608
$shared_target= darwin-shared
$shared_cflag = -fPIC
1609
$shared_ldflag = -dynamiclib
B
Bodo Möller 已提交
1610 1611 1612
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1613
$multilib     = 
B
Bodo Möller 已提交
1614

A
Andy Polyakov 已提交
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643
*** debug-geoff32
$cc           = gcc
$cflags       = -DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -DMD32_REG_T=int -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = void
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1644
$multilib     = 
A
Andy Polyakov 已提交
1645 1646

*** debug-geoff64
G
Geoff Thorpe 已提交
1647
$cc           = gcc
G
Geoff Thorpe 已提交
1648
$cflags       = -DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -DMD32_REG_T=int -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long
G
Geoff Thorpe 已提交
1649 1650 1651 1652
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
1653
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
1654
$cpuid_obj    = 
G
Geoff Thorpe 已提交
1655 1656
$bn_obj       = 
$des_obj      = 
1657
$aes_obj      = 
G
Geoff Thorpe 已提交
1658 1659 1660 1661 1662 1663 1664
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1665
$wp_obj       = 
1666
$cmll_obj     = 
A
Andy Polyakov 已提交
1667
$perlasm_scheme = void
G
Geoff Thorpe 已提交
1668 1669 1670 1671 1672 1673 1674
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1675
$multilib     = 
G
Geoff Thorpe 已提交
1676

1677 1678
*** debug-levitte-linux-elf
$cc           = gcc
1679
$cflags       = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
R
Richard Levitte 已提交
1680 1681 1682 1683 1684
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1697
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1698
$perlasm_scheme = elf
R
Richard Levitte 已提交
1699 1700 1701 1702 1703 1704 1705
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1706
$multilib     = 
R
Richard Levitte 已提交
1707 1708 1709

*** debug-levitte-linux-elf-extreme
$cc           = gcc
1710
$cflags       = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
1711 1712
$unistd       = 
$thread_cflag = -D_REENTRANT
1713
$sys_id       = 
B
Bodo Möller 已提交
1714
$lflags       = -ldl
B
Bodo Möller 已提交
1715
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1728
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1729
$perlasm_scheme = elf
B
Bodo Möller 已提交
1730
$dso_scheme   = dlfcn
B
Bodo Möller 已提交
1731 1732
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1733 1734 1735
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1736
$arflags      = 
1737
$multilib     = 
1738

B
Update.  
Bodo Möller 已提交
1739 1740
*** debug-levitte-linux-noasm
$cc           = gcc
1741
$cflags       = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
R
Richard Levitte 已提交
1742 1743 1744 1745 1746
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1747
$cpuid_obj    = 
R
Richard Levitte 已提交
1748 1749
$bn_obj       = 
$des_obj      = 
1750
$aes_obj      = 
R
Richard Levitte 已提交
1751 1752 1753 1754 1755 1756 1757
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1758
$wp_obj       = 
1759
$cmll_obj     = 
A
Andy Polyakov 已提交
1760
$perlasm_scheme = void
R
Richard Levitte 已提交
1761 1762 1763 1764 1765 1766 1767
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1768
$multilib     = 
R
Richard Levitte 已提交
1769 1770 1771

*** debug-levitte-linux-noasm-extreme
$cc           = gcc
1772
$cflags       = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
B
Update.  
Bodo Möller 已提交
1773 1774
$unistd       = 
$thread_cflag = -D_REENTRANT
1775
$sys_id       = 
B
Update.  
Bodo Möller 已提交
1776 1777
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1778
$cpuid_obj    = 
B
Update.  
Bodo Möller 已提交
1779 1780
$bn_obj       = 
$des_obj      = 
1781
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
1782 1783 1784 1785 1786 1787 1788
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1789
$wp_obj       = 
1790
$cmll_obj     = 
A
Andy Polyakov 已提交
1791
$perlasm_scheme = void
B
Update.  
Bodo Möller 已提交
1792 1793 1794
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1795 1796 1797
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1798
$arflags      = 
1799
$multilib     = 
B
Update.  
Bodo Möller 已提交
1800

1801 1802
*** debug-linux-elf
$cc           = gcc
1803
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
1804 1805
$unistd       = 
$thread_cflag = -D_REENTRANT
1806
$sys_id       = 
B
Bodo Möller 已提交
1807
$lflags       = -lefence -ldl
1808
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1821
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1822
$perlasm_scheme = elf
B
Bodo Möller 已提交
1823
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1824 1825
$shared_target= linux-shared
$shared_cflag = -fPIC
1826 1827
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
1828
$ranlib       = 
R
Richard Levitte 已提交
1829
$arflags      = 
1830
$multilib     = 
R
Richard Levitte 已提交
1831 1832 1833

*** debug-linux-elf-noefence
$cc           = gcc
1834
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
R
Richard Levitte 已提交
1835 1836 1837 1838 1839
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1852
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1853
$perlasm_scheme = elf
1854 1855 1856 1857 1858 1859 1860
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1861
$multilib     = 
1862 1863 1864 1865 1866 1867 1868 1869 1870

*** debug-linux-ia32-aes
$cc           = gcc
$cflags       = -DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1871 1872 1873
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
1874
$aes_obj      = aes_x86core.o aes_cbc.o
A
Andy Polyakov 已提交
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
$cmll_obj     = 
$perlasm_scheme = elf
1885
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1886 1887
$shared_target= linux-shared
$shared_cflag = -fPIC
1888
$shared_ldflag = 
R
Richard Levitte 已提交
1889
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1890
$ranlib       = 
R
Richard Levitte 已提交
1891
$arflags      = 
1892
$multilib     = 
1893 1894 1895

*** debug-linux-pentium
$cc           = gcc
R
Richard Levitte 已提交
1896
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall
1897 1898 1899 1900 1901
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1914
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1915
$perlasm_scheme = elf
R
Richard Levitte 已提交
1916
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1917 1918
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1919
$shared_ldflag = 
1920
$shared_extension = 
1921
$ranlib       = 
R
Richard Levitte 已提交
1922
$arflags      = 
1923
$multilib     = 
1924

R
Richard Levitte 已提交
1925
*** debug-linux-ppro
R
Richard Levitte 已提交
1926
$cc           = gcc
R
Richard Levitte 已提交
1927
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall
R
Richard Levitte 已提交
1928 1929
$unistd       = 
$thread_cflag = -D_REENTRANT
1930
$sys_id       = 
B
Bodo Möller 已提交
1931
$lflags       = -ldl
R
Richard Levitte 已提交
1932
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1945
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1946
$perlasm_scheme = elf
R
Richard Levitte 已提交
1947
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1948 1949
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1950
$shared_ldflag = 
1951
$shared_extension = 
1952
$ranlib       = 
R
Richard Levitte 已提交
1953
$arflags      = 
1954
$multilib     = 
R
Richard Levitte 已提交
1955

1956 1957 1958 1959 1960
*** debug-rse
$cc           = cc
$cflags       = -DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall
$unistd       = 
$thread_cflag = (unknown)
1961
$sys_id       = 
1962 1963
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1976
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1977
$perlasm_scheme = elf
B
Bodo Möller 已提交
1978
$dso_scheme   = 
R
Richard Levitte 已提交
1979 1980
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1981
$shared_ldflag = 
1982
$shared_extension = 
1983
$ranlib       = 
R
Richard Levitte 已提交
1984
$arflags      = 
1985
$multilib     = 
1986

1987 1988
*** debug-solaris-sparcv8-cc
$cc           = cc
1989
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
1990 1991
$unistd       = 
$thread_cflag = -D_REENTRANT
1992
$sys_id       = 
B
Bodo Möller 已提交
1993
$lflags       = -lsocket -lnsl -ldl
1994
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
1995
$cpuid_obj    = 
1996
$bn_obj       = sparcv8.o
1997
$des_obj      = des_enc-sparc.o fcrypt_b.o
1998
$aes_obj      = 
1999 2000 2001 2002 2003 2004 2005
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2006
$wp_obj       = 
2007
$cmll_obj     = 
A
Andy Polyakov 已提交
2008
$perlasm_scheme = void
B
Bodo Möller 已提交
2009
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2010 2011
$shared_target= solaris-shared
$shared_cflag = -KPIC
2012
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
2013 2014
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2015
$arflags      = 
2016
$multilib     = 
2017

2018
*** debug-solaris-sparcv8-gcc
2019
$cc           = gcc
2020
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
2021 2022
$unistd       = 
$thread_cflag = -D_REENTRANT
2023
$sys_id       = 
B
Bodo Möller 已提交
2024
$lflags       = -lsocket -lnsl -ldl
2025
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2026
$cpuid_obj    = 
2027
$bn_obj       = sparcv8.o
2028
$des_obj      = des_enc-sparc.o fcrypt_b.o
2029
$aes_obj      = 
2030 2031 2032 2033 2034 2035 2036
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2037
$wp_obj       = 
2038
$cmll_obj     = 
A
Andy Polyakov 已提交
2039
$perlasm_scheme = void
B
Bodo Möller 已提交
2040
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2041
$shared_target= solaris-shared
R
Richard Levitte 已提交
2042
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
2043
$shared_ldflag = -shared
B
Bodo Möller 已提交
2044 2045
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2046
$arflags      = 
2047
$multilib     = 
2048

2049 2050
*** debug-solaris-sparcv9-cc
$cc           = cc
2051
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
2052 2053
$unistd       = 
$thread_cflag = -D_REENTRANT
2054
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
2055
$lflags       = -lsocket -lnsl -ldl
2056
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2057 2058 2059 2060
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
2061
$bf_obj       = 
2062
$md5_obj      = 
A
Andy Polyakov 已提交
2063
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
2064 2065 2066 2067
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2068
$wp_obj       = 
2069
$cmll_obj     = 
A
Andy Polyakov 已提交
2070
$perlasm_scheme = void
B
Bodo Möller 已提交
2071
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2072 2073
$shared_target= solaris-shared
$shared_cflag = -KPIC
2074
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
2075 2076
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2077
$arflags      = 
2078
$multilib     = 
2079

2080
*** debug-solaris-sparcv9-gcc
2081
$cc           = gcc
R
Richard Levitte 已提交
2082
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -O -g -mcpu=ultrasparc -pedantic -ansi -Wall -Wshadow -Wno-long-long -D__EXTENSIONS__ -DB_ENDIAN -DBN_DIV2W
2083 2084
$unistd       = 
$thread_cflag = -D_REENTRANT
R
Richard Levitte 已提交
2085
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
2086
$lflags       = -lsocket -lnsl -ldl
2087
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2088 2089
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
2090
$des_obj      = des_enc-sparc.o fcrypt_b.o
2091
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
2092
$bf_obj       = 
2093
$md5_obj      = 
A
Andy Polyakov 已提交
2094
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
2095 2096 2097 2098
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2099
$wp_obj       = 
2100
$cmll_obj     = 
A
Andy Polyakov 已提交
2101
$perlasm_scheme = void
B
Bodo Möller 已提交
2102
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2103
$shared_target= solaris-shared
R
Richard Levitte 已提交
2104
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
2105
$shared_ldflag = -shared
B
Bodo Möller 已提交
2106 2107
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2108
$arflags      = 
2109
$multilib     = 
2110

2111
*** debug-steve-opt
2112
$cc           = gcc
2113
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g -DMD32_REG_T=int
2114 2115
$unistd       = 
$thread_cflag = -D_REENTRANT
2116
$sys_id       = 
2117
$lflags       = -ldl
2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
$des_obj      = 
$aes_obj      = aes-x86_64.o
$bf_obj       = 
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
$cast_obj     = 
$rc4_obj      = rc4-x86_64.o
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = wp-x86_64.o
2131
$cmll_obj     = cmll-x86_64.o cmll_misc.o
2132
$perlasm_scheme = elf
R
Richard Levitte 已提交
2133
$dso_scheme   = dlfcn
D
Dr. Stephen Henson 已提交
2134
$shared_target= linux-shared
2135 2136 2137
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
2138
$ranlib       = 
R
Richard Levitte 已提交
2139
$arflags      = 
2140
$multilib     = 
R
Richard Levitte 已提交
2141

2142
*** debug-steve32
D
Dr. Stephen Henson 已提交
2143
$cc           = gcc
2144
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -g -pipe
D
Dr. Stephen Henson 已提交
2145 2146 2147 2148 2149
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -rdynamic -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2162
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2163
$perlasm_scheme = elf
D
Dr. Stephen Henson 已提交
2164 2165
$dso_scheme   = dlfcn
$shared_target= linux-shared
2166 2167 2168 2169 2170
$shared_cflag = -fPIC
$shared_ldflag = -m32
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2171
$multilib     = 
2172 2173 2174

*** debug-steve64
$cc           = gcc
2175
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g -DMD32_REG_T=int
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
$des_obj      = 
$aes_obj      = aes-x86_64.o
$bf_obj       = 
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
$cast_obj     = 
$rc4_obj      = rc4-x86_64.o
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = wp-x86_64.o
2193
$cmll_obj     = cmll-x86_64.o cmll_misc.o
2194
$perlasm_scheme = elf
2195 2196 2197 2198 2199
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
D
Dr. Stephen Henson 已提交
2200 2201
$ranlib       = 
$arflags      = 
2202
$multilib     = 
D
Dr. Stephen Henson 已提交
2203

U
Ulf Möller 已提交
2204 2205
*** debug-ulf
$cc           = gcc
2206
$cflags       = -DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations
U
Ulf Möller 已提交
2207
$unistd       = 
2208 2209
$thread_cflag = 
$sys_id       = CYGWIN32
U
Ulf Möller 已提交
2210
$lflags       = 
2211
$bn_ops       = 
2212
$cpuid_obj    = 
2213
$bn_obj       = 
2214 2215 2216
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
2217 2218
$md5_obj      = 
$sha1_obj     = 
2219
$cast_obj     = 
2220 2221 2222
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2223
$wp_obj       = 
2224
$cmll_obj     = 
A
Andy Polyakov 已提交
2225
$perlasm_scheme = void
2226 2227
$dso_scheme   = win32
$shared_target= cygwin-shared
R
Richard Levitte 已提交
2228
$shared_cflag = 
B
Bodo Möller 已提交
2229
$shared_ldflag = 
2230
$shared_extension = .dll
2231
$ranlib       = 
R
Richard Levitte 已提交
2232
$arflags      = 
2233
$multilib     = 
U
Ulf Möller 已提交
2234

R
Richard Levitte 已提交
2235 2236
*** debug-vos-gcc
$cc           = gcc
2237
$cflags       = -O0 -g -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG
R
Richard Levitte 已提交
2238 2239 2240 2241 2242
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = VOS
$lflags       = -Wl,-map
$bn_ops       = BN_LLONG
2243
$cpuid_obj    = 
R
Richard Levitte 已提交
2244 2245
$bn_obj       = 
$des_obj      = 
2246
$aes_obj      = 
R
Richard Levitte 已提交
2247 2248 2249 2250 2251 2252 2253
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2254
$wp_obj       = 
2255
$cmll_obj     = 
A
Andy Polyakov 已提交
2256
$perlasm_scheme = void
R
Richard Levitte 已提交
2257 2258 2259
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
2260 2261
$shared_ldflag = 
$shared_extension = .so
R
Richard Levitte 已提交
2262 2263
$ranlib       = 
$arflags      = 
2264
$multilib     = 
R
Richard Levitte 已提交
2265

2266 2267 2268 2269 2270
*** dgux-R3-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
2271
$sys_id       = 
2272 2273
$lflags       = 
$bn_ops       = RC4_INDEX DES_UNROLL
2274
$cpuid_obj    = 
2275 2276
$bn_obj       = 
$des_obj      = 
2277
$aes_obj      = 
2278 2279 2280 2281 2282 2283 2284
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2285
$wp_obj       = 
2286
$cmll_obj     = 
A
Andy Polyakov 已提交
2287
$perlasm_scheme = 
B
Bodo Möller 已提交
2288
$dso_scheme   = 
R
Richard Levitte 已提交
2289 2290
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2291
$shared_ldflag = 
2292
$shared_extension = 
2293
$ranlib       = 
R
Richard Levitte 已提交
2294
$arflags      = 
2295
$multilib     = 
2296 2297 2298 2299 2300 2301

*** dgux-R4-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
2302
$sys_id       = 
2303
$lflags       = -lnsl -lsocket
G
Geoff Thorpe 已提交
2304
$bn_ops       = RC4_INDEX DES_UNROLL
2305
$cpuid_obj    = 
G
Geoff Thorpe 已提交
2306
$bn_obj       = 
2307
$des_obj      = 
2308
$aes_obj      = 
2309 2310 2311 2312 2313 2314 2315
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2316
$wp_obj       = 
2317
$cmll_obj     = 
A
Andy Polyakov 已提交
2318
$perlasm_scheme = 
B
Bodo Möller 已提交
2319
$dso_scheme   = 
R
Richard Levitte 已提交
2320 2321
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2322
$shared_ldflag = 
2323
$shared_extension = 
2324
$ranlib       = 
R
Richard Levitte 已提交
2325
$arflags      = 
2326
$multilib     = 
2327 2328 2329 2330 2331 2332

*** dgux-R4-x86-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer -DL_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
2333
$sys_id       = 
2334 2335
$lflags       = -lnsl -lsocket
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2348
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2349
$perlasm_scheme = elf
B
Bodo Möller 已提交
2350
$dso_scheme   = 
R
Richard Levitte 已提交
2351 2352
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2353
$shared_ldflag = 
2354
$shared_extension = 
2355
$ranlib       = 
R
Richard Levitte 已提交
2356
$arflags      = 
2357
$multilib     = 
2358 2359 2360 2361 2362 2363

*** dist
$cc           = cc
$cflags       = -O
$unistd       = 
$thread_cflag = (unknown)
2364
$sys_id       = 
2365 2366
$lflags       = 
$bn_ops       = 
2367
$cpuid_obj    = 
2368 2369
$bn_obj       = 
$des_obj      = 
2370
$aes_obj      = 
2371 2372 2373 2374 2375 2376 2377
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2378
$wp_obj       = 
2379
$cmll_obj     = 
A
Andy Polyakov 已提交
2380
$perlasm_scheme = 
B
Bodo Möller 已提交
2381
$dso_scheme   = 
R
Richard Levitte 已提交
2382 2383
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2384
$shared_ldflag = 
2385
$shared_extension = 
2386
$ranlib       = 
R
Richard Levitte 已提交
2387
$arflags      = 
2388
$multilib     = 
2389 2390 2391 2392 2393 2394

*** gcc
$cc           = gcc
$cflags       = -O3
$unistd       = 
$thread_cflag = (unknown)
2395
$sys_id       = 
2396 2397
$lflags       = 
$bn_ops       = BN_LLONG
2398
$cpuid_obj    = 
2399 2400
$bn_obj       = 
$des_obj      = 
2401
$aes_obj      = 
2402 2403 2404 2405 2406 2407 2408
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2409
$wp_obj       = 
2410
$cmll_obj     = 
A
Andy Polyakov 已提交
2411
$perlasm_scheme = 
B
Bodo Möller 已提交
2412
$dso_scheme   = 
R
Richard Levitte 已提交
2413 2414
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2415
$shared_ldflag = 
2416
$shared_extension = 
2417
$ranlib       = 
R
Richard Levitte 已提交
2418
$arflags      = 
2419
$multilib     = 
2420

2421 2422
*** hpux-cc
$cc           = cc
2423
$cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O2 -z
2424 2425
$unistd       = 
$thread_cflag = (unknown)
2426
$sys_id       = 
2427
$lflags       = -Wl,+s -ldld
2428
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
2429
$cpuid_obj    = 
2430 2431
$bn_obj       = 
$des_obj      = 
2432
$aes_obj      = 
2433 2434 2435 2436 2437 2438 2439
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2440
$wp_obj       = 
2441
$cmll_obj     = 
A
Andy Polyakov 已提交
2442
$perlasm_scheme = void
B
Bodo Möller 已提交
2443
$dso_scheme   = dl
2444 2445
$shared_target= hpux-shared
$shared_cflag = +Z
2446
$shared_ldflag = -b
B
Bodo Möller 已提交
2447 2448
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2449
$arflags      = 
2450
$multilib     = 
2451

2452 2453 2454 2455 2456
*** hpux-gcc
$cc           = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = (unknown)
2457
$sys_id       = 
2458
$lflags       = -Wl,+s -ldld
2459
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
2460
$cpuid_obj    = 
2461 2462
$bn_obj       = 
$des_obj      = 
2463
$aes_obj      = 
2464 2465 2466 2467 2468 2469 2470
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2471
$wp_obj       = 
2472
$cmll_obj     = 
A
Andy Polyakov 已提交
2473
$perlasm_scheme = void
B
Bodo Möller 已提交
2474
$dso_scheme   = dl
2475 2476
$shared_target= hpux-shared
$shared_cflag = -fPIC
2477
$shared_ldflag = -shared
B
Bodo Möller 已提交
2478 2479
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2480
$arflags      = 
2481
$multilib     = 
2482

2483 2484
*** hpux-ia64-cc
$cc           = cc
A
Andy Polyakov 已提交
2485
$cflags       = -Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT
2486
$unistd       = 
2487
$thread_cflag = 
2488 2489
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2490
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2491
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2492
$bn_obj       = bn-ia64.o
2493
$des_obj      = 
2494
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
2495
$bf_obj       = 
A
Andy Polyakov 已提交
2496
$md5_obj      = md5-ia64.o
2497
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2498
$cast_obj     = 
2499
$rc4_obj      = rc4-ia64.o rc4_skey.o
2500 2501
$rmd160_obj   = 
$rc5_obj      = 
2502
$wp_obj       = 
2503
$cmll_obj     = 
A
Andy Polyakov 已提交
2504
$perlasm_scheme = void
2505 2506 2507
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = +Z
2508
$shared_ldflag = +DD32 -b
2509
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
B
Bodo Möller 已提交
2510
$ranlib       = 
R
Richard Levitte 已提交
2511
$arflags      = 
2512
$multilib     = /hpux32
2513

A
Andy Polyakov 已提交
2514 2515
*** hpux-ia64-gcc
$cc           = gcc
2516
$cflags       = -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2517
$unistd       = 
2518
$thread_cflag = 
A
Andy Polyakov 已提交
2519 2520
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2521
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
2522
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2523
$bn_obj       = bn-ia64.o
A
Andy Polyakov 已提交
2524
$des_obj      = 
2525
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
A
Andy Polyakov 已提交
2526
$bf_obj       = 
2527 2528
$md5_obj      = md5-ia64.o
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
A
Andy Polyakov 已提交
2529
$cast_obj     = 
2530
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
2531 2532
$rmd160_obj   = 
$rc5_obj      = 
2533
$wp_obj       = 
2534
$cmll_obj     = 
A
Andy Polyakov 已提交
2535
$perlasm_scheme = void
A
Andy Polyakov 已提交
2536 2537 2538
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = -fpic
2539
$shared_ldflag = -shared
A
Andy Polyakov 已提交
2540 2541 2542
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2543
$multilib     = /hpux32
A
Andy Polyakov 已提交
2544

2545
*** hpux-parisc-cc
2546
$cc           = cc
2547
$cflags       = +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
2548
$unistd       = 
R
Richard Levitte 已提交
2549
$thread_cflag = -D_REENTRANT
2550
$sys_id       = 
2551
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2552
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2553
$cpuid_obj    = 
2554 2555
$bn_obj       = 
$des_obj      = 
2556
$aes_obj      = 
2557 2558 2559 2560 2561 2562 2563
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2564
$wp_obj       = 
2565
$cmll_obj     = 
A
Andy Polyakov 已提交
2566
$perlasm_scheme = void
B
Bodo Möller 已提交
2567
$dso_scheme   = dl
2568 2569
$shared_target= hpux-shared
$shared_cflag = +Z
2570
$shared_ldflag = -b
B
Bodo Möller 已提交
2571 2572
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2573
$arflags      = 
2574
$multilib     = 
2575

2576 2577 2578 2579
*** hpux-parisc-cc-o4
$cc           = cc
$cflags       = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
$unistd       = 
2580
$thread_cflag = -D_REENTRANT
2581
$sys_id       = 
B
Bodo Möller 已提交
2582
$lflags       = -ldld
2583
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
2584
$cpuid_obj    = 
2585 2586
$bn_obj       = 
$des_obj      = 
2587
$aes_obj      = 
2588 2589 2590 2591 2592 2593 2594
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2595
$wp_obj       = 
2596
$cmll_obj     = 
A
Andy Polyakov 已提交
2597
$perlasm_scheme = void
B
Bodo Möller 已提交
2598
$dso_scheme   = dl
2599 2600
$shared_target= hpux-shared
$shared_cflag = +Z
2601
$shared_ldflag = -b
B
Bodo Möller 已提交
2602 2603
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2604
$arflags      = 
2605
$multilib     = 
2606

2607
*** hpux-parisc-gcc
2608
$cc           = gcc
2609
$cflags       = -O3 -DB_ENDIAN -DBN_DIV2W
2610
$unistd       = 
2611
$thread_cflag = -D_REENTRANT
2612
$sys_id       = 
2613
$lflags       = -Wl,+s -ldld
2614
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
2615
$cpuid_obj    = 
2616 2617
$bn_obj       = 
$des_obj      = 
2618
$aes_obj      = 
2619 2620 2621 2622 2623 2624 2625
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2626
$wp_obj       = 
2627
$cmll_obj     = 
A
Andy Polyakov 已提交
2628
$perlasm_scheme = void
B
Bodo Möller 已提交
2629
$dso_scheme   = dl
2630 2631
$shared_target= hpux-shared
$shared_cflag = -fPIC
2632
$shared_ldflag = -shared
B
Bodo Möller 已提交
2633 2634
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2635
$arflags      = 
2636
$multilib     = 
2637

2638
*** hpux-parisc1_0-cc
R
Richard Levitte 已提交
2639
$cc           = cc
2640
$cflags       = +DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
R
Richard Levitte 已提交
2641 2642
$unistd       = 
$thread_cflag = -D_REENTRANT
2643
$sys_id       = 
2644
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2645
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2646
$cpuid_obj    = 
R
Richard Levitte 已提交
2647 2648
$bn_obj       = 
$des_obj      = 
2649
$aes_obj      = 
R
Richard Levitte 已提交
2650 2651 2652 2653 2654 2655 2656
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2657
$wp_obj       = 
2658
$cmll_obj     = 
A
Andy Polyakov 已提交
2659
$perlasm_scheme = void
R
Richard Levitte 已提交
2660
$dso_scheme   = dl
2661 2662
$shared_target= hpux-shared
$shared_cflag = +Z
2663
$shared_ldflag = -b
B
Bodo Möller 已提交
2664 2665
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2666
$arflags      = 
2667
$multilib     = 
R
Richard Levitte 已提交
2668 2669 2670

*** hpux-parisc2-cc
$cc           = cc
2671
$cflags       = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
R
Richard Levitte 已提交
2672
$unistd       = 
2673
$thread_cflag = 
2674
$sys_id       = 
2675
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2676
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2677
$cpuid_obj    = 
2678
$bn_obj       = pa-risc2.o
R
Richard Levitte 已提交
2679
$des_obj      = 
2680
$aes_obj      = 
R
Richard Levitte 已提交
2681 2682 2683 2684 2685 2686 2687
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2688
$wp_obj       = 
2689
$cmll_obj     = 
A
Andy Polyakov 已提交
2690
$perlasm_scheme = void
R
Richard Levitte 已提交
2691
$dso_scheme   = dl
2692 2693
$shared_target= hpux-shared
$shared_cflag = +Z
2694
$shared_ldflag = -b
B
Bodo Möller 已提交
2695 2696
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2697
$arflags      = 
2698
$multilib     = 
R
Richard Levitte 已提交
2699

A
Andy Polyakov 已提交
2700 2701
*** hpux-parisc2-gcc
$cc           = gcc
2702
$cflags       = -march=2.0 -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2703
$unistd       = 
2704
$thread_cflag = 
A
Andy Polyakov 已提交
2705 2706 2707
$sys_id       = 
$lflags       = -Wl,+s -ldld
$bn_ops       = SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1
2708
$cpuid_obj    = 
2709
$bn_obj       = pa-risc2.o
A
Andy Polyakov 已提交
2710
$des_obj      = 
2711
$aes_obj      = 
A
Andy Polyakov 已提交
2712 2713 2714 2715 2716 2717 2718
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2719
$wp_obj       = 
2720
$cmll_obj     = 
A
Andy Polyakov 已提交
2721
$perlasm_scheme = void
A
Andy Polyakov 已提交
2722 2723 2724
$dso_scheme   = dl
$shared_target= hpux-shared
$shared_cflag = -fPIC
2725
$shared_ldflag = -shared
A
Andy Polyakov 已提交
2726 2727 2728
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2729
$multilib     = 
A
Andy Polyakov 已提交
2730

2731 2732
*** hpux64-ia64-cc
$cc           = cc
2733
$cflags       = -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT
2734
$unistd       = 
2735
$thread_cflag = 
2736 2737
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2738
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2739
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2740
$bn_obj       = bn-ia64.o
2741
$des_obj      = 
2742
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
2743
$bf_obj       = 
A
Andy Polyakov 已提交
2744
$md5_obj      = md5-ia64.o
2745
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2746
$cast_obj     = 
2747
$rc4_obj      = rc4-ia64.o rc4_skey.o
2748 2749
$rmd160_obj   = 
$rc5_obj      = 
2750
$wp_obj       = 
2751
$cmll_obj     = 
A
Andy Polyakov 已提交
2752
$perlasm_scheme = void
2753
$dso_scheme   = dlfcn
2754
$shared_target= hpux-shared
2755
$shared_cflag = +Z
2756
$shared_ldflag = +DD64 -b
2757
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
B
Bodo Möller 已提交
2758
$ranlib       = 
R
Richard Levitte 已提交
2759
$arflags      = 
2760
$multilib     = /hpux64
2761

A
Andy Polyakov 已提交
2762 2763
*** hpux64-ia64-gcc
$cc           = gcc
2764
$cflags       = -mlp64 -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2765
$unistd       = 
2766
$thread_cflag = 
A
Andy Polyakov 已提交
2767 2768
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2769
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2770
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2771
$bn_obj       = bn-ia64.o
A
Andy Polyakov 已提交
2772
$des_obj      = 
2773
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
A
Andy Polyakov 已提交
2774
$bf_obj       = 
A
Andy Polyakov 已提交
2775
$md5_obj      = md5-ia64.o
2776
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
A
Andy Polyakov 已提交
2777
$cast_obj     = 
2778
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
2779 2780
$rmd160_obj   = 
$rc5_obj      = 
2781
$wp_obj       = 
2782
$cmll_obj     = 
A
Andy Polyakov 已提交
2783
$perlasm_scheme = void
A
Andy Polyakov 已提交
2784 2785 2786
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = -fpic
2787
$shared_ldflag = -mlp64 -shared
A
Andy Polyakov 已提交
2788 2789 2790
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2791
$multilib     = /hpux64
A
Andy Polyakov 已提交
2792

2793 2794
*** hpux64-parisc2-cc
$cc           = cc
2795
$cflags       = +DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
2796
$unistd       = 
2797
$thread_cflag = 
2798 2799 2800
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2801
$cpuid_obj    = 
2802
$bn_obj       = pa-risc2W.o
2803
$des_obj      = 
2804
$aes_obj      = 
2805 2806 2807 2808 2809 2810 2811
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2812
$wp_obj       = 
2813
$cmll_obj     = 
A
Andy Polyakov 已提交
2814
$perlasm_scheme = void
2815
$dso_scheme   = dlfcn
2816
$shared_target= hpux-shared
2817
$shared_cflag = +Z
2818
$shared_ldflag = +DD64 -b
2819 2820
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2821
$arflags      = 
2822
$multilib     = /pa20_64
2823

2824 2825
*** hpux64-parisc2-gcc
$cc           = gcc
2826
$cflags       = -O3 -DB_ENDIAN -D_REENTRANT
R
Richard Levitte 已提交
2827
$unistd       = 
2828
$thread_cflag = 
2829
$sys_id       = 
R
Richard Levitte 已提交
2830 2831
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2832
$cpuid_obj    = 
2833
$bn_obj       = pa-risc2W.o
R
Richard Levitte 已提交
2834
$des_obj      = 
2835
$aes_obj      = 
R
Richard Levitte 已提交
2836 2837 2838 2839 2840 2841 2842
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2843
$wp_obj       = 
2844
$cmll_obj     = 
A
Andy Polyakov 已提交
2845
$perlasm_scheme = void
R
Richard Levitte 已提交
2846
$dso_scheme   = dlfcn
2847
$shared_target= hpux-shared
2848
$shared_cflag = -fpic
2849
$shared_ldflag = -shared
B
Bodo Möller 已提交
2850 2851
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2852
$arflags      = 
2853
$multilib     = /pa20_64
R
Richard Levitte 已提交
2854

B
update  
Bodo Möller 已提交
2855 2856
*** hurd-x86
$cc           = gcc
2857
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall
B
update  
Bodo Möller 已提交
2858 2859
$unistd       = 
$thread_cflag = -D_REENTRANT
2860
$sys_id       = 
B
update  
Bodo Möller 已提交
2861 2862
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2875
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2876
$perlasm_scheme = elf
B
update  
Bodo Möller 已提交
2877 2878 2879
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
2880
$shared_ldflag = 
B
update  
Bodo Möller 已提交
2881
$shared_extension = 
2882
$ranlib       = 
R
Richard Levitte 已提交
2883
$arflags      = 
2884
$multilib     = 
B
update  
Bodo Möller 已提交
2885

2886 2887 2888 2889 2890
*** irix-cc
$cc           = cc
$cflags       = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
2891
$sys_id       = 
2892
$lflags       = 
2893
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR
2894
$cpuid_obj    = 
2895 2896
$bn_obj       = 
$des_obj      = 
2897
$aes_obj      = 
2898 2899 2900 2901 2902 2903 2904
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2905
$wp_obj       = 
2906
$cmll_obj     = 
A
Andy Polyakov 已提交
2907
$perlasm_scheme = void
R
Richard Levitte 已提交
2908 2909
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
2910
$shared_cflag = 
B
Bodo Möller 已提交
2911 2912 2913
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2914
$arflags      = 
2915
$multilib     = 
2916 2917 2918

*** irix-gcc
$cc           = gcc
2919
$cflags       = -O3 -DTERMIOS -DB_ENDIAN
2920 2921
$unistd       = 
$thread_cflag = (unknown)
2922
$sys_id       = 
2923
$lflags       = 
2924
$bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR
2925
$cpuid_obj    = 
2926 2927
$bn_obj       = 
$des_obj      = 
2928
$aes_obj      = 
2929 2930 2931 2932 2933 2934 2935
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2936
$wp_obj       = 
2937
$cmll_obj     = 
A
Andy Polyakov 已提交
2938
$perlasm_scheme = void
R
Richard Levitte 已提交
2939 2940
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
2941
$shared_cflag = 
B
Bodo Möller 已提交
2942 2943 2944
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2945
$arflags      = 
2946
$multilib     = 
2947 2948 2949

*** irix-mips3-cc
$cc           = cc
A
Andy Polyakov 已提交
2950
$cflags       = -n32 -mips3 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W
2951
$unistd       = 
2952
$thread_cflag = -D_SGI_MP_SOURCE
2953
$sys_id       = 
2954
$lflags       = 
2955
$bn_ops       = DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT
2956
$cpuid_obj    = 
2957
$bn_obj       = bn-mips3.o
2958
$des_obj      = 
2959
$aes_obj      = 
2960 2961 2962 2963 2964 2965 2966
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2967
$wp_obj       = 
2968
$cmll_obj     = 
A
Andy Polyakov 已提交
2969
$perlasm_scheme = void
R
Richard Levitte 已提交
2970 2971
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
2972
$shared_cflag = 
R
Richard Levitte 已提交
2973
$shared_ldflag = -n32
B
Bodo Möller 已提交
2974 2975
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2976
$arflags      = 
2977
$multilib     = 32
2978 2979 2980

*** irix-mips3-gcc
$cc           = gcc
2981
$cflags       = -mabi=n32 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
2982
$unistd       = 
2983
$thread_cflag = -D_SGI_MP_SOURCE
2984
$sys_id       = 
2985 2986
$lflags       = 
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT
2987
$cpuid_obj    = 
2988
$bn_obj       = bn-mips3.o
G
Geoff Thorpe 已提交
2989
$des_obj      = 
2990
$aes_obj      = 
G
Geoff Thorpe 已提交
2991 2992 2993 2994 2995 2996 2997
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2998
$wp_obj       = 
2999
$cmll_obj     = 
A
Andy Polyakov 已提交
3000
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3001
$dso_scheme   = dlfcn
3002 3003 3004
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -mabi=n32
R
Richard Levitte 已提交
3005 3006 3007
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3008
$multilib     = 32
R
Richard Levitte 已提交
3009

3010 3011
*** irix64-mips4-cc
$cc           = cc
A
Andy Polyakov 已提交
3012
$cflags       = -64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W
B
Bodo Möller 已提交
3013
$unistd       = 
3014
$thread_cflag = -D_SGI_MP_SOURCE
3015
$sys_id       = 
3016 3017
$lflags       = 
$bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
3018
$cpuid_obj    = 
3019
$bn_obj       = bn-mips3.o
B
Bodo Möller 已提交
3020
$des_obj      = 
3021
$aes_obj      = 
B
Bodo Möller 已提交
3022 3023
$bf_obj       = 
$md5_obj      = 
3024
$sha1_obj     = 
B
Bodo Möller 已提交
3025
$cast_obj     = 
3026
$rc4_obj      = 
B
Bodo Möller 已提交
3027 3028
$rmd160_obj   = 
$rc5_obj      = 
3029
$wp_obj       = 
3030
$cmll_obj     = 
A
Andy Polyakov 已提交
3031
$perlasm_scheme = void
3032
$dso_scheme   = dlfcn
3033 3034 3035
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -64
B
Bodo Möller 已提交
3036 3037
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3038
$arflags      = 
3039
$multilib     = 64
B
Bodo Möller 已提交
3040

3041 3042
*** irix64-mips4-gcc
$cc           = gcc
3043
$cflags       = -mabi=64 -mips4 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
D
Dr. Stephen Henson 已提交
3044
$unistd       = 
3045
$thread_cflag = -D_SGI_MP_SOURCE
D
Dr. Stephen Henson 已提交
3046
$sys_id       = 
3047 3048
$lflags       = 
$bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
3049
$cpuid_obj    = 
3050
$bn_obj       = bn-mips3.o
D
Dr. Stephen Henson 已提交
3051
$des_obj      = 
3052
$aes_obj      = 
D
Dr. Stephen Henson 已提交
3053 3054
$bf_obj       = 
$md5_obj      = 
3055
$sha1_obj     = 
D
Dr. Stephen Henson 已提交
3056
$cast_obj     = 
3057
$rc4_obj      = 
D
Dr. Stephen Henson 已提交
3058 3059
$rmd160_obj   = 
$rc5_obj      = 
3060
$wp_obj       = 
3061
$cmll_obj     = 
A
Andy Polyakov 已提交
3062
$perlasm_scheme = void
D
Dr. Stephen Henson 已提交
3063
$dso_scheme   = dlfcn
3064 3065 3066
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -mabi=64
B
Bodo Möller 已提交
3067 3068
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3069
$arflags      = 
3070
$multilib     = 64
U
Ulf Möller 已提交
3071

3072 3073 3074
*** linux-alpha+bwx-ccc
$cc           = ccc
$cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
G
Geoff Thorpe 已提交
3075 3076
$unistd       = 
$thread_cflag = -D_REENTRANT
3077
$sys_id       = 
G
Geoff Thorpe 已提交
3078
$lflags       = 
3079
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3080
$cpuid_obj    = alphacpuid.o
3081
$bn_obj       = bn_asm.o alpha-mont.o
G
Geoff Thorpe 已提交
3082
$des_obj      = 
3083
$aes_obj      = 
G
Geoff Thorpe 已提交
3084 3085 3086 3087 3088 3089 3090
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3091
$wp_obj       = 
3092
$cmll_obj     = 
A
Andy Polyakov 已提交
3093
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3094
$dso_scheme   = 
R
Richard Levitte 已提交
3095 3096
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3097
$shared_ldflag = 
3098
$shared_extension = 
3099
$ranlib       = 
R
Richard Levitte 已提交
3100
$arflags      = 
3101
$multilib     = 
G
Geoff Thorpe 已提交
3102

3103
*** linux-alpha+bwx-gcc
3104
$cc           = gcc
3105
$cflags       = -O3 -DL_ENDIAN -DTERMIO
R
Richard Levitte 已提交
3106
$unistd       = 
B
Bodo Möller 已提交
3107
$thread_cflag = -D_REENTRANT
3108
$sys_id       = 
B
Bodo Möller 已提交
3109
$lflags       = -ldl
3110
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3111
$cpuid_obj    = alphacpuid.o
3112
$bn_obj       = bn_asm.o alpha-mont.o
R
Richard Levitte 已提交
3113
$des_obj      = 
3114
$aes_obj      = 
R
Richard Levitte 已提交
3115 3116 3117 3118 3119 3120 3121
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3122
$wp_obj       = 
3123
$cmll_obj     = 
A
Andy Polyakov 已提交
3124
$perlasm_scheme = void
B
Bodo Möller 已提交
3125 3126 3127
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3128
$shared_ldflag = 
B
Bodo Möller 已提交
3129
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3130
$ranlib       = 
R
Richard Levitte 已提交
3131
$arflags      = 
3132
$multilib     = 
R
Richard Levitte 已提交
3133

3134 3135 3136
*** linux-alpha-ccc
$cc           = ccc
$cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
3137
$unistd       = 
B
Bodo Möller 已提交
3138
$thread_cflag = -D_REENTRANT
3139
$sys_id       = 
3140 3141
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3142
$cpuid_obj    = alphacpuid.o
3143
$bn_obj       = bn_asm.o alpha-mont.o
3144
$des_obj      = 
3145
$aes_obj      = 
3146 3147 3148 3149 3150 3151 3152
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3153
$wp_obj       = 
3154
$cmll_obj     = 
A
Andy Polyakov 已提交
3155
$perlasm_scheme = void
3156 3157 3158
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3159
$shared_ldflag = 
3160
$shared_extension = 
3161
$ranlib       = 
R
Richard Levitte 已提交
3162
$arflags      = 
3163
$multilib     = 
3164

3165
*** linux-alpha-gcc
R
Richard Levitte 已提交
3166
$cc           = gcc
3167
$cflags       = -O3 -DL_ENDIAN -DTERMIO
R
Richard Levitte 已提交
3168 3169 3170
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
A
Andy Polyakov 已提交
3171
$lflags       = -ldl
3172
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3173
$cpuid_obj    = alphacpuid.o
3174
$bn_obj       = bn_asm.o alpha-mont.o
R
Richard Levitte 已提交
3175
$des_obj      = 
3176
$aes_obj      = 
R
Richard Levitte 已提交
3177 3178 3179 3180 3181 3182 3183
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3184
$wp_obj       = 
3185
$cmll_obj     = 
A
Andy Polyakov 已提交
3186
$perlasm_scheme = void
A
Andy Polyakov 已提交
3187 3188 3189
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3190
$shared_ldflag = 
A
Andy Polyakov 已提交
3191
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
3192
$ranlib       = 
R
Richard Levitte 已提交
3193
$arflags      = 
3194
$multilib     = 
R
Richard Levitte 已提交
3195

3196 3197
*** linux-aout
$cc           = gcc
3198
$cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall
3199 3200 3201 3202 3203
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3216
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3217
$perlasm_scheme = a.out
3218 3219 3220 3221 3222 3223 3224
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3225
$multilib     = 
3226

A
Andy Polyakov 已提交
3227 3228
*** linux-armv4
$cc           = gcc
A
Andy Polyakov 已提交
3229
$cflags       = -DTERMIO -O3 -Wall
A
Andy Polyakov 已提交
3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
$cpuid_obj    = 
$bn_obj       = bn_asm.o armv4-mont.o
$des_obj      = 
$aes_obj      = aes_cbc.o aes-armv4.o
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = sha1-armv4-large.o sha256-armv4.o sha512-armv4.o
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
A
Andy Polyakov 已提交
3248
$perlasm_scheme = void
A
Andy Polyakov 已提交
3249 3250 3251 3252 3253 3254 3255
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3256
$multilib     = 
A
Andy Polyakov 已提交
3257

3258
*** linux-elf
U
Ulf Möller 已提交
3259
$cc           = gcc
3260
$cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
U
Ulf Möller 已提交
3261 3262 3263 3264 3265
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3278
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3279
$perlasm_scheme = elf
U
Ulf Möller 已提交
3280 3281 3282
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3283 3284 3285
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3286
$arflags      = 
3287
$multilib     = 
U
Ulf Möller 已提交
3288

3289
*** linux-generic32
3290
$cc           = gcc
3291
$cflags       = -DTERMIO -O3 -fomit-frame-pointer -Wall
3292
$unistd       = 
B
Bodo Möller 已提交
3293
$thread_cflag = -D_REENTRANT
3294
$sys_id       = 
R
Richard Levitte 已提交
3295
$lflags       = -ldl
3296
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
3297
$cpuid_obj    = 
3298
$bn_obj       = 
R
Richard Levitte 已提交
3299
$des_obj      = 
3300
$aes_obj      = 
R
Richard Levitte 已提交
3301 3302 3303 3304 3305 3306 3307
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3308
$wp_obj       = 
3309
$cmll_obj     = 
A
Andy Polyakov 已提交
3310
$perlasm_scheme = void
R
Richard Levitte 已提交
3311 3312 3313
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3314 3315 3316
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3317
$arflags      = 
3318
$multilib     = 
R
Richard Levitte 已提交
3319

3320
*** linux-generic64
3321
$cc           = gcc
3322
$cflags       = -DTERMIO -O3 -Wall
3323 3324 3325 3326
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
3327
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
3328
$cpuid_obj    = 
3329
$bn_obj       = 
3330
$des_obj      = 
3331
$aes_obj      = 
3332 3333 3334 3335 3336 3337 3338
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3339
$wp_obj       = 
3340
$cmll_obj     = 
A
Andy Polyakov 已提交
3341
$perlasm_scheme = void
3342 3343 3344
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
3345
$shared_ldflag = 
A
Andy Polyakov 已提交
3346
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3347 3348
$ranlib       = 
$arflags      = 
3349
$multilib     = 
3350

3351 3352 3353
*** linux-ia32-icc
$cc           = icc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -no_cpprt
U
Ulf Möller 已提交
3354 3355 3356 3357 3358
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3371
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3372
$perlasm_scheme = elf
U
Ulf Möller 已提交
3373 3374
$dso_scheme   = dlfcn
$shared_target= linux-shared
3375
$shared_cflag = -KPIC
B
Bodo Möller 已提交
3376 3377 3378
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3379
$arflags      = 
3380
$multilib     = 
U
Ulf Möller 已提交
3381

3382
*** linux-ia64
R
Richard Levitte 已提交
3383
$cc           = gcc
3384
$cflags       = -DL_ENDIAN -DTERMIO -O3 -Wall
R
Richard Levitte 已提交
3385 3386
$unistd       = 
$thread_cflag = -D_REENTRANT
3387
$sys_id       = 
R
Richard Levitte 已提交
3388
$lflags       = -ldl
A
Andy Polyakov 已提交
3389 3390
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3391
$bn_obj       = bn-ia64.o
3392
$des_obj      = 
3393
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
3394
$bf_obj       = 
A
Andy Polyakov 已提交
3395
$md5_obj      = md5-ia64.o
3396
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
3397
$cast_obj     = 
3398
$rc4_obj      = rc4-ia64.o rc4_skey.o
3399 3400
$rmd160_obj   = 
$rc5_obj      = 
3401
$wp_obj       = 
3402
$cmll_obj     = 
A
Andy Polyakov 已提交
3403
$perlasm_scheme = void
3404 3405 3406 3407 3408 3409 3410
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3411
$multilib     = 
3412 3413 3414 3415 3416 3417 3418 3419

*** linux-ia64-ecc
$cc           = ecc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
3420 3421
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3422 3423 3424 3425
$bn_obj       = bn-ia64.o
$des_obj      = 
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
$bf_obj       = 
A
Andy Polyakov 已提交
3426
$md5_obj      = md5-ia64.o
A
Andy Polyakov 已提交
3427 3428
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
$cast_obj     = 
3429
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
3430 3431
$rmd160_obj   = 
$rc5_obj      = 
3432
$wp_obj       = 
3433
$cmll_obj     = 
A
Andy Polyakov 已提交
3434
$perlasm_scheme = void
A
Andy Polyakov 已提交
3435 3436 3437 3438 3439 3440 3441
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3442
$multilib     = 
A
Andy Polyakov 已提交
3443 3444 3445 3446 3447 3448 3449 3450

*** linux-ia64-icc
$cc           = icc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
3451 3452
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3453
$bn_obj       = bn-ia64.o
3454
$des_obj      = 
3455
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
3456
$bf_obj       = 
A
Andy Polyakov 已提交
3457
$md5_obj      = md5-ia64.o
3458
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
3459
$cast_obj     = 
3460
$rc4_obj      = rc4-ia64.o rc4_skey.o
3461 3462
$rmd160_obj   = 
$rc5_obj      = 
3463
$wp_obj       = 
3464
$cmll_obj     = 
A
Andy Polyakov 已提交
3465
$perlasm_scheme = void
R
Richard Levitte 已提交
3466 3467 3468
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3469
$shared_ldflag = 
R
Richard Levitte 已提交
3470
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3471
$ranlib       = 
R
Richard Levitte 已提交
3472
$arflags      = 
3473
$multilib     = 
3474

3475
*** linux-ppc
R
Richard Levitte 已提交
3476
$cc           = gcc
3477
$cflags       = -DB_ENDIAN -DTERMIO -O3 -Wall
R
Richard Levitte 已提交
3478 3479 3480
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
R
Richard Levitte 已提交
3481
$lflags       = -ldl
3482
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3483 3484
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
R
Richard Levitte 已提交
3485
$des_obj      = 
A
Andy Polyakov 已提交
3486
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
3487 3488
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
3489
$sha1_obj     = sha1-ppc.o sha256-ppc.o
R
Richard Levitte 已提交
3490 3491 3492 3493
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3494
$wp_obj       = 
3495
$cmll_obj     = 
A
Andy Polyakov 已提交
3496
$perlasm_scheme = linux32
R
Richard Levitte 已提交
3497
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
3498 3499 3500 3501 3502
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3503
$arflags      = 
3504
$multilib     = 
R
Richard Levitte 已提交
3505

3506
*** linux-ppc64
3507
$cc           = gcc
A
Andy Polyakov 已提交
3508
$cflags       = -m64 -DB_ENDIAN -DTERMIO -O3 -Wall
3509 3510
$unistd       = 
$thread_cflag = -D_REENTRANT
3511
$sys_id       = 
3512 3513
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3514 3515
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
3516
$des_obj      = 
A
Andy Polyakov 已提交
3517
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
3518 3519
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
3520
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
3521 3522 3523 3524
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3525
$wp_obj       = 
3526
$cmll_obj     = 
A
Andy Polyakov 已提交
3527
$perlasm_scheme = linux64
3528 3529 3530
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
3531
$shared_ldflag = -m64
3532
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3533
$ranlib       = 
R
Richard Levitte 已提交
3534
$arflags      = 
3535
$multilib     = 64
3536

A
Andy Polyakov 已提交
3537 3538 3539 3540 3541 3542 3543 3544
*** linux-s390x
$cc           = gcc
$cflags       = -m64 -DB_ENDIAN -DTERMIO -O3 -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL
A
Andy Polyakov 已提交
3545 3546
$cpuid_obj    = s390xcpuid.o
$bn_obj       = bn-s390x.o s390x-mont.o
A
Andy Polyakov 已提交
3547
$des_obj      = 
A
Andy Polyakov 已提交
3548
$aes_obj      = aes-s390x.o
A
Andy Polyakov 已提交
3549 3550 3551 3552
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = sha1-s390x.o sha256-s390x.o sha512-s390x.o
$cast_obj     = 
A
Andy Polyakov 已提交
3553
$rc4_obj      = rc4-s390x.o
A
Andy Polyakov 已提交
3554 3555 3556
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
3557
$cmll_obj     = 
A
Andy Polyakov 已提交
3558
$perlasm_scheme = void
A
Andy Polyakov 已提交
3559 3560 3561 3562 3563 3564 3565
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3566
$multilib     = 64
A
Andy Polyakov 已提交
3567

3568
*** linux-sparcv8
3569
$cc           = gcc
R
Richard Levitte 已提交
3570
$cflags       = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W
3571 3572
$unistd       = 
$thread_cflag = -D_REENTRANT
3573
$sys_id       = 
3574
$lflags       = -ldl
3575
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
3576
$cpuid_obj    = 
3577 3578
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
3579
$aes_obj      = 
3580 3581 3582 3583 3584 3585 3586
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3587
$wp_obj       = 
3588
$cmll_obj     = 
A
Andy Polyakov 已提交
3589
$perlasm_scheme = void
3590 3591 3592
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3593
$shared_ldflag = 
3594
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3595
$ranlib       = 
R
Richard Levitte 已提交
3596
$arflags      = 
3597
$multilib     = 
3598

3599 3600
*** linux-sparcv9
$cc           = gcc
3601
$cflags       = -m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W
3602 3603
$unistd       = 
$thread_cflag = -D_REENTRANT
3604
$sys_id       = ULTRASPARC
3605
$lflags       = -ldl
3606
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
3607 3608
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
3609
$des_obj      = des_enc-sparc.o fcrypt_b.o
3610
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
3611
$bf_obj       = 
3612
$md5_obj      = 
A
Andy Polyakov 已提交
3613
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
3614 3615 3616 3617
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3618
$wp_obj       = 
3619
$cmll_obj     = 
A
Andy Polyakov 已提交
3620
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3621 3622 3623
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
3624
$shared_ldflag = -m32
3625
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
3626 3627
$ranlib       = 
$arflags      = 
3628
$multilib     = 
R
Richard Levitte 已提交
3629 3630 3631

*** linux-x86_64
$cc           = gcc
R
Richard Levitte 已提交
3632
$cflags       = -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int
R
Richard Levitte 已提交
3633 3634 3635 3636
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
3637
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
3638
$cpuid_obj    = x86_64cpuid.o
3639
$bn_obj       = x86_64-gcc.o x86_64-mont.o
R
Richard Levitte 已提交
3640
$des_obj      = 
A
Andy Polyakov 已提交
3641
$aes_obj      = aes-x86_64.o
R
Richard Levitte 已提交
3642
$bf_obj       = 
3643
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
3644
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
R
Richard Levitte 已提交
3645
$cast_obj     = 
3646
$rc4_obj      = rc4-x86_64.o
R
Richard Levitte 已提交
3647 3648
$rmd160_obj   = 
$rc5_obj      = 
3649
$wp_obj       = wp-x86_64.o
3650
$cmll_obj     = cmll-x86_64.o cmll_misc.o
3651
$perlasm_scheme = elf
R
Richard Levitte 已提交
3652 3653 3654
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
3655
$shared_ldflag = -m64
R
Richard Levitte 已提交
3656
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3657 3658
$ranlib       = 
$arflags      = 
3659
$multilib     = 64
3660 3661 3662

*** linux64-sparcv9
$cc           = gcc
R
Richard Levitte 已提交
3663
$cflags       = -m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
3664 3665 3666 3667
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = -ldl
3668
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
3669 3670
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
3671
$des_obj      = des_enc-sparc.o fcrypt_b.o
3672
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
3673
$bf_obj       = 
3674
$md5_obj      = 
A
Andy Polyakov 已提交
3675
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
3676 3677 3678 3679
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3680
$wp_obj       = 
3681
$cmll_obj     = 
A
Andy Polyakov 已提交
3682
$perlasm_scheme = void
3683 3684 3685 3686 3687
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3688
$ranlib       = 
R
Richard Levitte 已提交
3689
$arflags      = 
3690
$multilib     = 64
3691

D
Dr. Stephen Henson 已提交
3692 3693
*** mingw
$cc           = gcc
3694
$cflags       = -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
D
Dr. Stephen Henson 已提交
3695 3696 3697
$unistd       = 
$thread_cflag = 
$sys_id       = MINGW32
3698
$lflags       = -lws2_32 -lgdi32
B
Bodo Möller 已提交
3699
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
A
Andy Polyakov 已提交
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3712
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3713
$perlasm_scheme = coff
D
Dr. Stephen Henson 已提交
3714
$dso_scheme   = win32
3715
$shared_target= cygwin-shared
3716
$shared_cflag = -D_WINDLL -DOPENSSL_USE_APPLINK
A
Andy Polyakov 已提交
3717
$shared_ldflag = -mno-cygwin
3718
$shared_extension = .dll.a
D
Dr. Stephen Henson 已提交
3719 3720
$ranlib       = 
$arflags      = 
3721
$multilib     = 
D
Dr. Stephen Henson 已提交
3722

A
Andy Polyakov 已提交
3723 3724 3725 3726 3727 3728 3729 3730
*** mingw64
$cc           = gcc
$cflags       = -mno-cygwin -DL_ENDIAN -O3 -Wall -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE
$unistd       = 
$thread_cflag = 
$sys_id       = MINGW64
$lflags       = -lws2_32 -lgdi32
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
3731 3732
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
A
Andy Polyakov 已提交
3733
$des_obj      = 
3734
$aes_obj      = aes-x86_64.o
A
Andy Polyakov 已提交
3735
$bf_obj       = 
3736 3737
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
A
Andy Polyakov 已提交
3738
$cast_obj     = 
3739
$rc4_obj      = rc4-x86_64.o
A
Andy Polyakov 已提交
3740 3741
$rmd160_obj   = 
$rc5_obj      = 
3742
$wp_obj       = wp-x86_64.o
3743
$cmll_obj     = cmll-x86_64.o cmll_misc.o
3744
$perlasm_scheme = mingw64
A
Andy Polyakov 已提交
3745 3746 3747 3748 3749 3750 3751
$dso_scheme   = win32
$shared_target= cygwin-shared
$shared_cflag = -D_WINDLL
$shared_ldflag = -mno-cygwin
$shared_extension = .dll.a
$ranlib       = 
$arflags      = 
3752
$multilib     = 
A
Andy Polyakov 已提交
3753

3754 3755 3756 3757 3758
*** ncr-scde
$cc           = cc
$cflags       = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
$unistd       = 
$thread_cflag = (unknown)
3759
$sys_id       = 
R
Richard Levitte 已提交
3760
$lflags       = -lsocket -lnsl -lc89
3761
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
3762
$cpuid_obj    = 
3763 3764
$bn_obj       = 
$des_obj      = 
3765
$aes_obj      = 
3766 3767 3768 3769 3770 3771 3772
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3773
$wp_obj       = 
3774
$cmll_obj     = 
A
Andy Polyakov 已提交
3775
$perlasm_scheme = 
B
Bodo Möller 已提交
3776
$dso_scheme   = 
R
Richard Levitte 已提交
3777 3778
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3779
$shared_ldflag = 
3780
$shared_extension = 
3781
$ranlib       = 
R
Richard Levitte 已提交
3782
$arflags      = 
3783
$multilib     = 
3784

3785 3786 3787 3788 3789 3790
*** netware-clib
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
3791
$lflags       = 
A
Andy Polyakov 已提交
3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813
$bn_ops       = RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3814
$multilib     = 
A
Andy Polyakov 已提交
3815 3816 3817 3818 3819 3820 3821 3822 3823

*** netware-clib-bsdsock
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
3824
$cpuid_obj    = 
3825 3826
$bn_obj       = 
$des_obj      = 
3827
$aes_obj      = 
3828 3829 3830 3831 3832 3833 3834
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3835
$wp_obj       = 
3836
$cmll_obj     = 
A
Andy Polyakov 已提交
3837 3838 3839 3840 3841 3842 3843 3844
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3845
$multilib     = 
A
Andy Polyakov 已提交
3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875

*** netware-clib-bsdsock-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/nwsdk/include/nlm -DNETWARE_BSDSOCK -DNETDB_USE_INTERNET -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYSNAME_NETWARE -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3876
$multilib     = 
A
Andy Polyakov 已提交
3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899

*** netware-clib-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/nwsdk/include/nlm -I/ndk/ws295sdk/include -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYSNAME_NETWARE -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
3900 3901 3902 3903 3904 3905 3906
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3907
$multilib     = 
3908 3909 3910 3911 3912 3913 3914

*** netware-libc
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3928
$wp_obj       = 
3929
$cmll_obj     = 
A
Andy Polyakov 已提交
3930
$perlasm_scheme = 
A
Andy Polyakov 已提交
3931 3932 3933 3934 3935 3936 3937
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3938
$multilib     = 
A
Andy Polyakov 已提交
3939 3940 3941 3942 3943 3944 3945 3946 3947

*** netware-libc-bsdsock
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
3948
$cpuid_obj    = 
3949 3950
$bn_obj       = 
$des_obj      = 
3951
$aes_obj      = 
3952 3953 3954 3955 3956 3957 3958
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3959
$wp_obj       = 
3960
$cmll_obj     = 
A
Andy Polyakov 已提交
3961 3962 3963 3964 3965 3966 3967 3968
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3969
$multilib     = 
A
Andy Polyakov 已提交
3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992

*** netware-libc-bsdsock-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/libc/include -DNETWARE_BSDSOCK -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
3993 3994 3995 3996 3997 3998 3999
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4000
$multilib     = 
4001

R
Richard Levitte 已提交
4002 4003 4004 4005 4006 4007
*** netware-libc-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/libc/include -I/ndk/libc/include/winsock -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
4008 4009
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
4010
$cpuid_obj    = 
R
Richard Levitte 已提交
4011 4012
$bn_obj       = 
$des_obj      = 
4013
$aes_obj      = 
R
Richard Levitte 已提交
4014 4015 4016 4017 4018 4019 4020
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4021
$wp_obj       = 
4022
$cmll_obj     = 
A
Andy Polyakov 已提交
4023
$perlasm_scheme = 
R
Richard Levitte 已提交
4024 4025 4026 4027 4028 4029 4030
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4031
$multilib     = 
R
Richard Levitte 已提交
4032

R
Richard Levitte 已提交
4033 4034
*** newsos4-gcc
$cc           = gcc
4035
$cflags       = -O -DB_ENDIAN
R
Richard Levitte 已提交
4036 4037
$unistd       = 
$thread_cflag = (unknown)
4038
$sys_id       = NEWS4
R
Richard Levitte 已提交
4039 4040
$lflags       = -lmld -liberty
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4041
$cpuid_obj    = 
R
Richard Levitte 已提交
4042 4043
$bn_obj       = 
$des_obj      = 
4044
$aes_obj      = 
R
Richard Levitte 已提交
4045 4046 4047 4048 4049 4050 4051
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4052
$wp_obj       = 
4053
$cmll_obj     = 
A
Andy Polyakov 已提交
4054
$perlasm_scheme = 
R
Richard Levitte 已提交
4055 4056 4057
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4058
$shared_ldflag = 
4059
$shared_extension = 
4060
$ranlib       = 
R
Richard Levitte 已提交
4061
$arflags      = 
4062
$multilib     = 
R
Richard Levitte 已提交
4063

4064 4065 4066 4067 4068
*** nextstep
$cc           = cc
$cflags       = -O -Wall
$unistd       = <libc.h>
$thread_cflag = (unknown)
4069
$sys_id       = 
4070 4071
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4072
$cpuid_obj    = 
4073 4074
$bn_obj       = 
$des_obj      = 
4075
$aes_obj      = 
4076 4077 4078 4079 4080 4081 4082
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4083
$wp_obj       = 
4084
$cmll_obj     = 
A
Andy Polyakov 已提交
4085
$perlasm_scheme = 
B
Bodo Möller 已提交
4086
$dso_scheme   = 
R
Richard Levitte 已提交
4087 4088
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4089
$shared_ldflag = 
4090
$shared_extension = 
4091
$ranlib       = 
R
Richard Levitte 已提交
4092
$arflags      = 
4093
$multilib     = 
4094

4095 4096 4097 4098 4099
*** nextstep3.3
$cc           = cc
$cflags       = -O3 -Wall
$unistd       = <libc.h>
$thread_cflag = (unknown)
4100
$sys_id       = 
4101 4102
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4103
$cpuid_obj    = 
4104 4105
$bn_obj       = 
$des_obj      = 
4106
$aes_obj      = 
4107 4108 4109 4110 4111 4112 4113
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4114
$wp_obj       = 
4115
$cmll_obj     = 
A
Andy Polyakov 已提交
4116
$perlasm_scheme = 
B
Bodo Möller 已提交
4117
$dso_scheme   = 
R
Richard Levitte 已提交
4118 4119
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4120
$shared_ldflag = 
4121
$shared_extension = 
4122
$ranlib       = 
R
Richard Levitte 已提交
4123
$arflags      = 
4124
$multilib     = 
4125

A
Andy Polyakov 已提交
4126
*** osf1-alpha-cc
4127 4128 4129 4130 4131 4132 4133
$cc           = cc
$cflags       = -std1 -tune host -O4 -readonly_strings
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
A
Andy Polyakov 已提交
4134
$cpuid_obj    = alphacpuid.o
4135
$bn_obj       = bn_asm.o alpha-mont.o
4136 4137 4138 4139 4140 4141 4142 4143 4144
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4145
$wp_obj       = 
4146
$cmll_obj     = 
A
Andy Polyakov 已提交
4147
$perlasm_scheme = void
4148 4149 4150 4151 4152 4153 4154
$dso_scheme   = dlfcn
$shared_target= alpha-osf1-shared
$shared_cflag = 
$shared_ldflag = 
$shared_extension = .so
$ranlib       = 
$arflags      = 
4155
$multilib     = 
4156 4157 4158 4159 4160 4161 4162 4163 4164

*** osf1-alpha-gcc
$cc           = gcc
$cflags       = -O3
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1
A
Andy Polyakov 已提交
4165
$cpuid_obj    = alphacpuid.o
4166
$bn_obj       = bn_asm.o alpha-mont.o
4167 4168 4169 4170 4171 4172 4173 4174 4175
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4176
$wp_obj       = 
4177
$cmll_obj     = 
A
Andy Polyakov 已提交
4178
$perlasm_scheme = void
4179 4180 4181 4182 4183 4184 4185
$dso_scheme   = dlfcn
$shared_target= alpha-osf1-shared
$shared_cflag = 
$shared_ldflag = 
$shared_extension = .so
$ranlib       = 
$arflags      = 
4186
$multilib     = 
4187

4188 4189 4190 4191 4192
*** purify
$cc           = purify gcc
$cflags       = -g -DPURIFY -Wall
$unistd       = 
$thread_cflag = (unknown)
4193
$sys_id       = 
4194 4195
$lflags       = -lsocket -lnsl
$bn_ops       = 
4196
$cpuid_obj    = 
4197 4198
$bn_obj       = 
$des_obj      = 
4199
$aes_obj      = 
4200 4201 4202 4203 4204 4205 4206
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4207
$wp_obj       = 
4208
$cmll_obj     = 
A
Andy Polyakov 已提交
4209
$perlasm_scheme = 
B
Bodo Möller 已提交
4210
$dso_scheme   = 
R
Richard Levitte 已提交
4211 4212
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4213
$shared_ldflag = 
4214
$shared_extension = 
4215
$ranlib       = 
R
Richard Levitte 已提交
4216
$arflags      = 
4217
$multilib     = 
4218

B
Bodo Möller 已提交
4219 4220 4221 4222
*** qnx4
$cc           = cc
$cflags       = -DL_ENDIAN -DTERMIO
$unistd       = 
B
update  
Bodo Möller 已提交
4223
$thread_cflag = (unknown)
4224
$sys_id       = 
B
Bodo Möller 已提交
4225 4226
$lflags       = 
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4227
$cpuid_obj    = 
B
update  
Bodo Möller 已提交
4228 4229
$bn_obj       = 
$des_obj      = 
4230
$aes_obj      = 
B
update  
Bodo Möller 已提交
4231 4232 4233 4234 4235 4236 4237
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4238
$wp_obj       = 
4239
$cmll_obj     = 
A
Andy Polyakov 已提交
4240
$perlasm_scheme = 
B
Bodo Möller 已提交
4241 4242 4243
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4244
$shared_ldflag = 
4245
$shared_extension = 
4246
$ranlib       = 
R
Richard Levitte 已提交
4247
$arflags      = 
4248
$multilib     = 
B
Bodo Möller 已提交
4249

4250 4251 4252 4253 4254 4255 4256 4257
*** qnx6
$cc           = cc
$cflags       = -DL_ENDIAN -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = -lsocket
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4258
$cpuid_obj    = 
4259 4260
$bn_obj       = 
$des_obj      = 
4261
$aes_obj      = 
4262 4263 4264 4265 4266 4267 4268
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4269
$wp_obj       = 
4270
$cmll_obj     = 
A
Andy Polyakov 已提交
4271
$perlasm_scheme = 
4272 4273 4274
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4275
$shared_ldflag = 
4276 4277
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
4278
$arflags      = 
4279
$multilib     = 
4280

4281 4282 4283 4284 4285
*** rhapsody-ppc-cc
$cc           = cc
$cflags       = -O3 -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
R
Richard Levitte 已提交
4286
$sys_id       = MACOSX_RHAPSODY
4287 4288
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4289
$cpuid_obj    = 
4290 4291
$bn_obj       = 
$des_obj      = 
4292
$aes_obj      = 
4293 4294 4295 4296 4297 4298 4299
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4300
$wp_obj       = 
4301
$cmll_obj     = 
A
Andy Polyakov 已提交
4302
$perlasm_scheme = void
B
Bodo Möller 已提交
4303
$dso_scheme   = 
R
Richard Levitte 已提交
4304 4305
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4306
$shared_ldflag = 
4307
$shared_extension = 
4308
$ranlib       = 
R
Richard Levitte 已提交
4309
$arflags      = 
4310
$multilib     = 
4311

4312 4313
*** sco5-cc
$cc           = cc
R
Richard Levitte 已提交
4314
$cflags       = -belf
4315 4316
$unistd       = 
$thread_cflag = (unknown)
4317
$sys_id       = 
R
Richard Levitte 已提交
4318
$lflags       = -lsocket -lnsl
4319
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4332
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4333
$perlasm_scheme = elf
R
Richard Levitte 已提交
4334 4335 4336
$dso_scheme   = dlfcn
$shared_target= svr3-shared
$shared_cflag = -Kpic
B
Bodo Möller 已提交
4337
$shared_ldflag = 
R
Richard Levitte 已提交
4338
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4339
$ranlib       = 
R
Richard Levitte 已提交
4340
$arflags      = 
4341
$multilib     = 
4342 4343 4344 4345 4346 4347

*** sco5-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
4348
$sys_id       = 
R
Richard Levitte 已提交
4349
$lflags       = -lsocket -lnsl
4350
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4363
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4364
$perlasm_scheme = elf
R
Richard Levitte 已提交
4365 4366 4367
$dso_scheme   = dlfcn
$shared_target= svr3-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
4368
$shared_ldflag = 
R
Richard Levitte 已提交
4369
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4370
$ranlib       = 
R
Richard Levitte 已提交
4371
$arflags      = 
4372
$multilib     = 
4373

4374
*** solaris-sparcv7-cc
4375
$cc           = cc
4376
$cflags       = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4377 4378
$unistd       = 
$thread_cflag = -D_REENTRANT
4379
$sys_id       = 
B
Bodo Möller 已提交
4380
$lflags       = -lsocket -lnsl -ldl
4381
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4382
$cpuid_obj    = 
4383
$bn_obj       = 
4384
$des_obj      = 
4385
$aes_obj      = 
4386 4387 4388 4389 4390 4391 4392
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4393
$wp_obj       = 
4394
$cmll_obj     = 
A
Andy Polyakov 已提交
4395
$perlasm_scheme = void
B
Bodo Möller 已提交
4396
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4397 4398
$shared_target= solaris-shared
$shared_cflag = -KPIC
4399
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4400 4401
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4402
$arflags      = 
4403
$multilib     = 
4404

4405
*** solaris-sparcv7-gcc
4406
$cc           = gcc
4407
$cflags       = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
4408 4409
$unistd       = 
$thread_cflag = -D_REENTRANT
4410
$sys_id       = 
B
Bodo Möller 已提交
4411
$lflags       = -lsocket -lnsl -ldl
4412
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4413
$cpuid_obj    = 
4414
$bn_obj       = 
4415
$des_obj      = 
4416
$aes_obj      = 
4417 4418 4419 4420 4421 4422 4423
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4424
$wp_obj       = 
4425
$cmll_obj     = 
A
Andy Polyakov 已提交
4426
$perlasm_scheme = void
B
Bodo Möller 已提交
4427
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4428
$shared_target= solaris-shared
R
Richard Levitte 已提交
4429
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4430
$shared_ldflag = -shared
B
Bodo Möller 已提交
4431 4432
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4433
$arflags      = 
4434
$multilib     = 
4435

4436
*** solaris-sparcv8-cc
4437
$cc           = cc
4438
$cflags       = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4439 4440
$unistd       = 
$thread_cflag = -D_REENTRANT
4441
$sys_id       = 
B
Bodo Möller 已提交
4442
$lflags       = -lsocket -lnsl -ldl
4443
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4444
$cpuid_obj    = 
4445 4446
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
4447
$aes_obj      = 
4448 4449 4450 4451 4452 4453 4454
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4455
$wp_obj       = 
4456
$cmll_obj     = 
A
Andy Polyakov 已提交
4457
$perlasm_scheme = void
B
Bodo Möller 已提交
4458
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4459 4460
$shared_target= solaris-shared
$shared_cflag = -KPIC
4461
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4462 4463
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4464
$arflags      = 
4465
$multilib     = 
4466 4467 4468 4469 4470 4471

*** solaris-sparcv8-gcc
$cc           = gcc
$cflags       = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
$unistd       = 
$thread_cflag = -D_REENTRANT
4472
$sys_id       = 
B
Bodo Möller 已提交
4473
$lflags       = -lsocket -lnsl -ldl
4474
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4475
$cpuid_obj    = 
4476 4477
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
4478
$aes_obj      = 
4479 4480 4481 4482 4483 4484 4485
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4486
$wp_obj       = 
4487
$cmll_obj     = 
A
Andy Polyakov 已提交
4488
$perlasm_scheme = void
B
Bodo Möller 已提交
4489
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4490
$shared_target= solaris-shared
R
Richard Levitte 已提交
4491
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4492
$shared_ldflag = -shared
B
Bodo Möller 已提交
4493 4494
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4495
$arflags      = 
4496
$multilib     = 
4497

4498
*** solaris-sparcv9-cc
4499
$cc           = cc
4500
$cflags       = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4501 4502
$unistd       = 
$thread_cflag = -D_REENTRANT
4503
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4504
$lflags       = -lsocket -lnsl -ldl
4505
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4506 4507
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4508
$des_obj      = des_enc-sparc.o fcrypt_b.o
4509
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4510
$bf_obj       = 
4511
$md5_obj      = 
A
Andy Polyakov 已提交
4512
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4513 4514 4515 4516
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4517
$wp_obj       = 
4518
$cmll_obj     = 
A
Andy Polyakov 已提交
4519
$perlasm_scheme = void
B
Bodo Möller 已提交
4520
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4521 4522
$shared_target= solaris-shared
$shared_cflag = -KPIC
4523
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4524 4525
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4526
$arflags      = 
4527
$multilib     = 
4528

4529
*** solaris-sparcv9-gcc
4530
$cc           = gcc
4531
$cflags       = -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
4532 4533
$unistd       = 
$thread_cflag = -D_REENTRANT
4534
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4535
$lflags       = -lsocket -lnsl -ldl
4536
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4537 4538
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4539
$des_obj      = des_enc-sparc.o fcrypt_b.o
4540
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4541
$bf_obj       = 
4542
$md5_obj      = 
A
Andy Polyakov 已提交
4543
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4544 4545 4546 4547
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4548
$wp_obj       = 
4549
$cmll_obj     = 
A
Andy Polyakov 已提交
4550
$perlasm_scheme = void
B
Bodo Möller 已提交
4551
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4552
$shared_target= solaris-shared
R
Richard Levitte 已提交
4553
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4554
$shared_ldflag = -shared
B
Bodo Möller 已提交
4555 4556
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4557
$arflags      = 
4558
$multilib     = 
4559

R
Richard Levitte 已提交
4560 4561 4562 4563 4564 4565 4566 4567
*** solaris-x86-cc
$cc           = cc
$cflags       = -fast -O -Xa
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
4568
$cpuid_obj    = 
R
Richard Levitte 已提交
4569 4570
$bn_obj       = 
$des_obj      = 
4571
$aes_obj      = 
R
Richard Levitte 已提交
4572 4573 4574 4575 4576 4577 4578
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4579
$wp_obj       = 
4580
$cmll_obj     = 
A
Andy Polyakov 已提交
4581
$perlasm_scheme = void
R
Richard Levitte 已提交
4582 4583 4584
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -KPIC
4585
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4586 4587
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4588
$arflags      = 
4589
$multilib     = 
R
Richard Levitte 已提交
4590

4591 4592
*** solaris-x86-gcc
$cc           = gcc
4593
$cflags       = -O3 -fomit-frame-pointer -march=pentium -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM
4594 4595
$unistd       = 
$thread_cflag = -D_REENTRANT
4596
$sys_id       = 
B
Bodo Möller 已提交
4597
$lflags       = -lsocket -lnsl -ldl
4598
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4611
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4612
$perlasm_scheme = elf
B
Bodo Möller 已提交
4613
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4614
$shared_target= solaris-shared
R
Richard Levitte 已提交
4615
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4616
$shared_ldflag = -shared
B
Bodo Möller 已提交
4617 4618
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4619
$arflags      = 
4620
$multilib     = 
4621

4622
*** solaris64-sparcv9-cc
4623
$cc           = cc
4624
$cflags       = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
4625 4626
$unistd       = 
$thread_cflag = -D_REENTRANT
4627
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4628
$lflags       = -lsocket -lnsl -ldl
4629
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4630 4631
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4632
$des_obj      = des_enc-sparc.o fcrypt_b.o
4633
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4634
$bf_obj       = 
4635
$md5_obj      = 
A
Andy Polyakov 已提交
4636
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4637 4638 4639 4640
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4641
$wp_obj       = 
4642
$cmll_obj     = 
A
Andy Polyakov 已提交
4643
$perlasm_scheme = void
B
Bodo Möller 已提交
4644
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4645 4646
$shared_target= solaris-shared
$shared_cflag = -KPIC
4647
$shared_ldflag = -xarch=v9 -G -dy -z text
B
Bodo Möller 已提交
4648 4649
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = /usr/ccs/bin/ar rs
R
Richard Levitte 已提交
4650
$arflags      = 
4651
$multilib     = /64
4652

4653 4654 4655 4656 4657 4658 4659
*** solaris64-sparcv9-gcc
$cc           = gcc
$cflags       = -m64 -mcpu=ultrasparc -O3 -Wall -DB_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = -lsocket -lnsl -ldl
4660
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4661 4662
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4663
$des_obj      = des_enc-sparc.o fcrypt_b.o
4664
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4665
$bf_obj       = 
4666
$md5_obj      = 
A
Andy Polyakov 已提交
4667
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4668 4669 4670 4671
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4672
$wp_obj       = 
4673
$cmll_obj     = 
A
Andy Polyakov 已提交
4674
$perlasm_scheme = void
4675 4676 4677
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4678
$shared_ldflag = -m64 -shared
4679 4680
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4681
$arflags      = 
4682
$multilib     = /64
4683

4684 4685 4686 4687 4688 4689 4690 4691
*** solaris64-x86_64-cc
$cc           = cc
$cflags       = -fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
4692 4693
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
4694
$des_obj      = 
4695
$aes_obj      = aes-x86_64.o
4696
$bf_obj       = 
4697 4698
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
4699
$cast_obj     = 
4700
$rc4_obj      = rc4-x86_64.o
4701 4702
$rmd160_obj   = 
$rc5_obj      = 
4703
$wp_obj       = wp-x86_64.o
4704
$cmll_obj     = cmll-x86_64.o cmll_misc.o
4705
$perlasm_scheme = elf
4706 4707 4708
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -KPIC
4709
$shared_ldflag = -xarch=amd64 -G -dy -z text
4710 4711 4712
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
4713
$multilib     = /64
4714 4715 4716 4717 4718 4719 4720 4721 4722

*** solaris64-x86_64-gcc
$cc           = gcc
$cflags       = -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
4723
$cpuid_obj    = x86_64cpuid.o
4724
$bn_obj       = x86_64-gcc.o x86_64-mont.o
4725
$des_obj      = 
A
Andy Polyakov 已提交
4726
$aes_obj      = aes-x86_64.o
4727
$bf_obj       = 
4728
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
4729
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
4730
$cast_obj     = 
4731
$rc4_obj      = rc4-x86_64.o
4732 4733
$rmd160_obj   = 
$rc5_obj      = 
4734
$wp_obj       = wp-x86_64.o
4735
$cmll_obj     = cmll-x86_64.o cmll_misc.o
4736
$perlasm_scheme = elf
4737 4738 4739 4740 4741 4742 4743
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64 -shared -static-libgcc
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
4744
$multilib     = /64
4745

4746 4747
*** sunos-gcc
$cc           = gcc
B
Bodo Möller 已提交
4748
$cflags       = -O3 -mv8 -Dssize_t=int
4749 4750
$unistd       = 
$thread_cflag = (unknown)
R
Richard Levitte 已提交
4751
$sys_id       = SUNOS
4752
$lflags       = 
4753
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
4754
$cpuid_obj    = 
4755 4756
$bn_obj       = 
$des_obj      = 
4757
$aes_obj      = 
4758 4759 4760 4761 4762 4763 4764
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4765
$wp_obj       = 
4766
$cmll_obj     = 
A
Andy Polyakov 已提交
4767
$perlasm_scheme = void
B
Bodo Möller 已提交
4768
$dso_scheme   = 
R
Richard Levitte 已提交
4769 4770
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4771
$shared_ldflag = 
4772
$shared_extension = 
4773
$ranlib       = 
R
Richard Levitte 已提交
4774
$arflags      = 
4775
$multilib     = 
4776

R
Richard Levitte 已提交
4777 4778 4779 4780 4781 4782 4783 4784
*** tandem-c89
$cc           = c89
$cflags       = -Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = THIRTY_TWO_BIT
4785
$cpuid_obj    = 
R
Richard Levitte 已提交
4786 4787
$bn_obj       = 
$des_obj      = 
4788
$aes_obj      = 
R
Richard Levitte 已提交
4789 4790 4791 4792 4793 4794 4795
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4796
$wp_obj       = 
4797
$cmll_obj     = 
A
Andy Polyakov 已提交
4798
$perlasm_scheme = 
R
Richard Levitte 已提交
4799 4800 4801 4802 4803 4804 4805
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4806
$multilib     = 
R
Richard Levitte 已提交
4807

4808 4809 4810 4811 4812 4813 4814 4815
*** tru64-alpha-cc
$cc           = cc
$cflags       = -std1 -tune host -fast -readonly_strings
$unistd       = 
$thread_cflag = -pthread
$sys_id       = 
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
A
Andy Polyakov 已提交
4816
$cpuid_obj    = alphacpuid.o
4817
$bn_obj       = bn_asm.o alpha-mont.o
4818 4819 4820 4821 4822 4823 4824 4825 4826
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4827
$wp_obj       = 
4828
$cmll_obj     = 
A
Andy Polyakov 已提交
4829
$perlasm_scheme = void
4830
$dso_scheme   = dlfcn
4831
$shared_target= alpha-osf1-shared
4832
$shared_cflag = 
4833
$shared_ldflag = -msym
4834 4835 4836
$shared_extension = .so
$ranlib       = 
$arflags      = 
4837
$multilib     = 
4838

4839 4840
*** ultrix-cc
$cc           = cc
A
Andy Polyakov 已提交
4841
$cflags       = -std1 -O -Olimit 2500 -DL_ENDIAN
4842 4843
$unistd       = 
$thread_cflag = (unknown)
4844
$sys_id       = 
4845 4846
$lflags       = 
$bn_ops       = 
4847
$cpuid_obj    = 
4848 4849
$bn_obj       = 
$des_obj      = 
4850
$aes_obj      = 
4851 4852 4853 4854 4855 4856 4857
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4858
$wp_obj       = 
4859
$cmll_obj     = 
A
Andy Polyakov 已提交
4860
$perlasm_scheme = 
B
Bodo Möller 已提交
4861
$dso_scheme   = 
R
Richard Levitte 已提交
4862 4863
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4864
$shared_ldflag = 
4865
$shared_extension = 
4866
$ranlib       = 
R
Richard Levitte 已提交
4867
$arflags      = 
4868
$multilib     = 
4869 4870 4871 4872 4873 4874

*** ultrix-gcc
$cc           = gcc
$cflags       = -O3 -DL_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
4875
$sys_id       = 
4876
$lflags       = 
A
Andy Polyakov 已提交
4877
$bn_ops       = BN_LLONG
4878
$cpuid_obj    = 
4879 4880
$bn_obj       = 
$des_obj      = 
4881
$aes_obj      = 
4882 4883 4884 4885 4886 4887 4888
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4889
$wp_obj       = 
4890
$cmll_obj     = 
A
Andy Polyakov 已提交
4891
$perlasm_scheme = 
B
Bodo Möller 已提交
4892
$dso_scheme   = 
R
Richard Levitte 已提交
4893 4894
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4895
$shared_ldflag = 
4896
$shared_extension = 
4897
$ranlib       = 
R
Richard Levitte 已提交
4898
$arflags      = 
4899
$multilib     = 
4900 4901 4902

*** unixware-2.0
$cc           = cc
B
update  
Bodo Möller 已提交
4903
$cflags       = -DFILIO_H -DNO_STRINGS_H
4904
$unistd       = 
B
Update.  
Bodo Möller 已提交
4905
$thread_cflag = -Kthread
4906
$sys_id       = 
B
update  
Bodo Möller 已提交
4907
$lflags       = -lsocket -lnsl -lresolv -lx
4908
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4909
$cpuid_obj    = 
4910 4911
$bn_obj       = 
$des_obj      = 
4912
$aes_obj      = 
4913 4914 4915 4916 4917 4918 4919
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4920
$wp_obj       = 
4921
$cmll_obj     = 
A
Andy Polyakov 已提交
4922
$perlasm_scheme = 
B
Bodo Möller 已提交
4923
$dso_scheme   = 
R
Richard Levitte 已提交
4924 4925
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4926
$shared_ldflag = 
4927
$shared_extension = 
4928
$ranlib       = 
R
Richard Levitte 已提交
4929
$arflags      = 
4930
$multilib     = 
4931

B
Update.  
Bodo Möller 已提交
4932 4933 4934
*** unixware-2.1
$cc           = cc
$cflags       = -O -DFILIO_H
4935
$unistd       = 
B
Update.  
Bodo Möller 已提交
4936
$thread_cflag = -Kthread
4937
$sys_id       = 
B
update  
Bodo Möller 已提交
4938
$lflags       = -lsocket -lnsl -lresolv -lx
B
Update.  
Bodo Möller 已提交
4939
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4940
$cpuid_obj    = 
B
Update.  
Bodo Möller 已提交
4941 4942
$bn_obj       = 
$des_obj      = 
4943
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
4944 4945 4946 4947 4948 4949 4950
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4951
$wp_obj       = 
4952
$cmll_obj     = 
A
Andy Polyakov 已提交
4953
$perlasm_scheme = 
B
Update.  
Bodo Möller 已提交
4954 4955 4956
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4957
$shared_ldflag = 
B
Update.  
Bodo Möller 已提交
4958 4959
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
4960
$arflags      = 
4961
$multilib     = 
B
Update.  
Bodo Möller 已提交
4962

R
Richard Levitte 已提交
4963 4964 4965 4966 4967
*** unixware-7
$cc           = cc
$cflags       = -O -DFILIO_H -Kalloca
$unistd       = 
$thread_cflag = -Kthread
4968
$sys_id       = 
R
Richard Levitte 已提交
4969
$lflags       = -lsocket -lnsl
G
Geoff Thorpe 已提交
4970
$bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4983
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4984
$perlasm_scheme = elf
L
Lutz Jänicke 已提交
4985 4986 4987
$dso_scheme   = dlfcn
$shared_target= svr5-shared
$shared_cflag = -Kpic
B
Bodo Möller 已提交
4988 4989 4990
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4991
$arflags      = 
4992
$multilib     = 
G
Geoff Thorpe 已提交
4993

4994 4995
*** unixware-7-gcc
$cc           = gcc
A
Andy Polyakov 已提交
4996
$cflags       = -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall
4997 4998 4999 5000 5001
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
5014
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
5015
$perlasm_scheme = elf
5016 5017 5018
$dso_scheme   = dlfcn
$shared_target= gnu-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
5019 5020 5021
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
5022
$arflags      = 
5023
$multilib     = 
5024

R
Richard Levitte 已提交
5025 5026
*** vos-gcc
$cc           = gcc
5027
$cflags       = -O3 -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -DB_ENDIAN
R
Richard Levitte 已提交
5028 5029 5030 5031 5032
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = VOS
$lflags       = -Wl,-map
$bn_ops       = BN_LLONG
5033
$cpuid_obj    = 
R
Richard Levitte 已提交
5034 5035
$bn_obj       = 
$des_obj      = 
5036
$aes_obj      = 
R
Richard Levitte 已提交
5037 5038 5039 5040 5041 5042 5043
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5044
$wp_obj       = 
5045
$cmll_obj     = 
A
Andy Polyakov 已提交
5046
$perlasm_scheme = void
R
Richard Levitte 已提交
5047 5048 5049
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
5050 5051
$shared_ldflag = 
$shared_extension = .so
R
Richard Levitte 已提交
5052 5053
$ranlib       = 
$arflags      = 
5054
$multilib     = 
R
Richard Levitte 已提交
5055

G
Geoff Thorpe 已提交
5056 5057 5058 5059 5060 5061 5062 5063
*** vxworks-mipsle
$cc           = ccmips
$cflags       = -B$(WIND_BASE)/host/$(WIND_HOST_TYPE)/lib/gcc-lib/ -DL_ENDIAN -EL -Wl,-EL -mips2 -mno-branch-likely -G 0 -fno-builtin -msoft-float -DCPU=MIPS32 -DMIPSEL -DNO_STRINGS_H -I$(WIND_BASE)/target/h
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5064
$cpuid_obj    = 
G
Geoff Thorpe 已提交
5065 5066
$bn_obj       = 
$des_obj      = 
5067
$aes_obj      = 
G
Geoff Thorpe 已提交
5068 5069 5070 5071 5072 5073 5074
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5075
$wp_obj       = 
5076
$cmll_obj     = 
A
Andy Polyakov 已提交
5077
$perlasm_scheme = void
G
Geoff Thorpe 已提交
5078 5079 5080 5081 5082 5083 5084
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = ranlibmips
$arflags      = 
5085
$multilib     = 
G
Geoff Thorpe 已提交
5086

G
Geoff Thorpe 已提交
5087 5088 5089 5090 5091 5092 5093 5094
*** vxworks-ppc405
$cc           = ccppc
$cflags       = -g -msoft-float -mlongcall -DCPU=PPC405 -I$(WIND_BASE)/target/h
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5095
$cpuid_obj    = 
G
Geoff Thorpe 已提交
5096 5097
$bn_obj       = 
$des_obj      = 
5098
$aes_obj      = 
G
Geoff Thorpe 已提交
5099 5100 5101 5102 5103 5104 5105
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5106
$wp_obj       = 
5107
$cmll_obj     = 
A
Andy Polyakov 已提交
5108
$perlasm_scheme = 
G
Geoff Thorpe 已提交
5109 5110 5111 5112 5113 5114
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
5115
$arflags      = 
5116
$multilib     = 
R
Richard Levitte 已提交
5117 5118 5119 5120 5121 5122 5123 5124 5125

*** vxworks-ppc750
$cc           = ccppc
$cflags       = -ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I$(WIND_BASE)/target/h $(DEBUG_FLAG)
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5126
$cpuid_obj    = 
R
Richard Levitte 已提交
5127 5128
$bn_obj       = 
$des_obj      = 
5129
$aes_obj      = 
R
Richard Levitte 已提交
5130 5131 5132 5133 5134 5135 5136
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5137
$wp_obj       = 
5138
$cmll_obj     = 
A
Andy Polyakov 已提交
5139
$perlasm_scheme = 
R
Richard Levitte 已提交
5140 5141 5142 5143 5144 5145 5146
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5147
$multilib     = 
R
Richard Levitte 已提交
5148 5149 5150 5151 5152 5153 5154 5155 5156

*** vxworks-ppc750-debug
$cc           = ccppc
$cflags       = -ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I$(WIND_BASE)/target/h -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DDEBUG -g
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5157
$cpuid_obj    = 
R
Richard Levitte 已提交
5158 5159
$bn_obj       = 
$des_obj      = 
5160
$aes_obj      = 
R
Richard Levitte 已提交
5161 5162 5163 5164 5165 5166 5167
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5168
$wp_obj       = 
5169
$cmll_obj     = 
A
Andy Polyakov 已提交
5170
$perlasm_scheme = 
R
Richard Levitte 已提交
5171 5172 5173 5174 5175 5176 5177
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5178
$multilib     = 
5179 5180 5181

*** vxworks-ppc860
$cc           = ccppc
G
Geoff Thorpe 已提交
5182
$cflags       = -nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I$(WIND_BASE)/target/h
5183 5184 5185 5186 5187
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5188
$cpuid_obj    = 
5189 5190
$bn_obj       = 
$des_obj      = 
5191
$aes_obj      = 
5192 5193 5194 5195 5196 5197 5198
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5199
$wp_obj       = 
5200
$cmll_obj     = 
A
Andy Polyakov 已提交
5201
$perlasm_scheme = 
5202 5203 5204 5205 5206 5207 5208
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5209
$multilib     =