TABLE 128.9 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
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
231
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
232 233 234 235 236 237 238 239
$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
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
262
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
263 264 265 266 267 268 269 270
$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 aesni-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
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
324
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
325 326 327 328 329 330 331 332
$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
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
386
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
387 388 389 390 391 392 393 394
$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

D
Dr. Stephen Henson 已提交
499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560
*** QNX6
$cc           = gcc
$cflags       = -DTERMIOS
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = -lsocket
$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 = void
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

*** QNX6-i386
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = -lsocket
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$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 aesni-x86.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
$cmll_obj     = cmll-x86.o
$perlasm_scheme = elf
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

561 562
*** ReliantUNIX
$cc           = cc
563
$cflags       = -KPIC -g -DTERMIOS -DB_ENDIAN
564 565
$unistd       = 
$thread_cflag = -Kthread
566
$sys_id       = SNI
567 568
$lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
$bn_ops       = BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR
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 = void
R
Richard Levitte 已提交
583 584
$dso_scheme   = dlfcn
$shared_target= reliantunix-shared
R
Richard Levitte 已提交
585
$shared_cflag = 
586 587
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
588
$ranlib       = 
R
Richard Levitte 已提交
589
$arflags      = 
590
$multilib     = 
591 592 593

*** SINIX
$cc           = cc
594
$cflags       = -O
595 596
$unistd       = 
$thread_cflag = (unknown)
597
$sys_id       = SNI
598 599
$lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
$bn_ops       = RC4_INDEX RC4_CHAR
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 = 
B
Bodo Möller 已提交
614
$dso_scheme   = 
R
Richard Levitte 已提交
615 616
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
617
$shared_ldflag = 
618
$shared_extension = 
619
$ranlib       = 
R
Richard Levitte 已提交
620
$arflags      = 
621
$multilib     = 
622 623 624 625 626 627

*** SINIX-N
$cc           = /usr/ucb/cc
$cflags       = -O2 -misaligned
$unistd       = 
$thread_cflag = (unknown)
628
$sys_id       = 
629 630
$lflags       = -lucb
$bn_ops       = RC4_INDEX RC4_CHAR
631
$cpuid_obj    = 
632 633
$bn_obj       = 
$des_obj      = 
634
$aes_obj      = 
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 = 
B
Bodo Möller 已提交
645
$dso_scheme   = 
R
Richard Levitte 已提交
646 647
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
648
$shared_ldflag = 
649
$shared_extension = 
650
$ranlib       = 
R
Richard Levitte 已提交
651
$arflags      = 
652
$multilib     = 
653

654 655 656 657 658 659 660 661
*** 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
662
$cpuid_obj    = 
663 664
$bn_obj       = 
$des_obj      = 
665
$aes_obj      = 
666 667 668 669 670 671 672
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
673
$wp_obj       = 
674
$cmll_obj     = 
A
Andy Polyakov 已提交
675
$perlasm_scheme = void
676 677 678 679 680 681
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
682
$arflags      = 
683
$multilib     = 
684

R
Richard Levitte 已提交
685 686 687 688 689 690 691 692
*** 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
693
$cpuid_obj    = 
R
Richard Levitte 已提交
694 695
$bn_obj       = 
$des_obj      = 
696
$aes_obj      = 
R
Richard Levitte 已提交
697 698 699 700 701 702 703
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
704
$wp_obj       = 
705
$cmll_obj     = 
A
Andy Polyakov 已提交
706
$perlasm_scheme = void
R
Richard Levitte 已提交
707 708 709 710 711 712 713
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
714
$multilib     = 
R
Richard Levitte 已提交
715

716
*** VC-WIN32
717
$cc           = cl
D
Dr. Stephen Henson 已提交
718
$cflags       = -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE
719
$unistd       = 
720
$thread_cflag = 
721
$sys_id       = WIN32
722
$lflags       = 
723
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
724 725 726
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
727
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
728 729 730 731 732 733 734 735
$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
736
$cmll_obj     = cmll-x86.o
737
$perlasm_scheme = win32n
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
*** VC-WIN64A
748
$cc           = cl
D
Dr. Stephen Henson 已提交
749
$cflags       = -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE
750
$unistd       = 
751 752
$thread_cflag = 
$sys_id       = WIN64A
753
$lflags       = 
754
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
755 756
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = bn_asm.o x86_64-mont.o
757
$des_obj      = 
A
Andy Polyakov 已提交
758
$aes_obj      = aes-x86_64.o aesni-x86_64.o
759
$bf_obj       = 
760 761
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
762
$cast_obj     = 
763
$rc4_obj      = rc4-x86_64.o
764 765
$rmd160_obj   = 
$rc5_obj      = 
766
$wp_obj       = wp-x86_64.o
767 768
$cmll_obj     = cmll-x86_64.o cmll_misc.o
$perlasm_scheme = auto
769
$dso_scheme   = win32
R
Richard Levitte 已提交
770 771
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
772
$shared_ldflag = 
773
$shared_extension = 
774
$ranlib       = 
R
Richard Levitte 已提交
775
$arflags      = 
776
$multilib     = 
777

778
*** VC-WIN64I
779
$cc           = cl
D
Dr. Stephen Henson 已提交
780
$cflags       = -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE
781
$unistd       = 
782
$thread_cflag = 
783
$sys_id       = WIN64I
784
$lflags       = 
785
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
786 787
$cpuid_obj    = ia64cpuid.o
$bn_obj       = ia64.o
788
$des_obj      = 
789
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
790
$bf_obj       = 
791 792
$md5_obj      = md5-ia64.o
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
793 794 795 796
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
797
$wp_obj       = 
798
$cmll_obj     = 
799
$perlasm_scheme = ias
B
Bodo Möller 已提交
800
$dso_scheme   = win32
R
Richard Levitte 已提交
801 802
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
803
$shared_ldflag = 
804
$shared_extension = 
805
$ranlib       = 
R
Richard Levitte 已提交
806
$arflags      = 
807
$multilib     = 
808 809 810

*** aix-cc
$cc           = cc
A
Andy Polyakov 已提交
811
$cflags       = -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
812
$unistd       = 
A
Andy Polyakov 已提交
813
$thread_cflag = -qthreaded
814
$sys_id       = AIX
815 816
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
A
Andy Polyakov 已提交
817 818
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
819
$des_obj      = 
A
Andy Polyakov 已提交
820
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
821 822
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
823
$sha1_obj     = sha1-ppc.o sha256-ppc.o
824 825 826 827
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
828
$wp_obj       = 
829
$cmll_obj     = 
A
Andy Polyakov 已提交
830
$perlasm_scheme = aix32
831 832
$dso_scheme   = dlfcn
$shared_target= aix-shared
R
Richard Levitte 已提交
833
$shared_cflag = 
A
Andy Polyakov 已提交
834
$shared_ldflag = -q32 -G
835
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
836
$ranlib       = 
837
$arflags      = -X 32
838
$multilib     = 
839 840 841

*** aix-gcc
$cc           = gcc
842
$cflags       = -O -DB_ENDIAN
843
$unistd       = 
A
Andy Polyakov 已提交
844
$thread_cflag = -pthread
845
$sys_id       = AIX
846 847
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
A
Andy Polyakov 已提交
848 849
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
850
$des_obj      = 
A
Andy Polyakov 已提交
851
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
852 853
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
854
$sha1_obj     = sha1-ppc.o sha256-ppc.o
855 856 857 858
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
859
$wp_obj       = 
860
$cmll_obj     = 
A
Andy Polyakov 已提交
861
$perlasm_scheme = aix32
862
$dso_scheme   = dlfcn
863
$shared_target= aix-shared
R
Richard Levitte 已提交
864
$shared_cflag = 
A
Andy Polyakov 已提交
865
$shared_ldflag = -shared -Wl,-G
866
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
867
$ranlib       = 
A
Andy Polyakov 已提交
868
$arflags      = -X32
869
$multilib     = 
870

A
Andy Polyakov 已提交
871
*** aix3-cc
B
Update.  
Bodo Möller 已提交
872
$cc           = cc
873
$cflags       = -O -DB_ENDIAN -qmaxmem=16384
B
Update.  
Bodo Möller 已提交
874 875
$unistd       = 
$thread_cflag = (unknown)
A
Andy Polyakov 已提交
876
$sys_id       = AIX
R
Richard Levitte 已提交
877 878
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
879
$cpuid_obj    = 
A
Andy Polyakov 已提交
880
$bn_obj       = 
B
Update.  
Bodo Möller 已提交
881
$des_obj      = 
882
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
883 884 885 886 887 888
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
R
Richard Levitte 已提交
889
$rc5_obj      = 
890
$wp_obj       = 
891
$cmll_obj     = 
A
Andy Polyakov 已提交
892
$perlasm_scheme = 
A
Andy Polyakov 已提交
893 894
$dso_scheme   = 
$shared_target= 
B
Update.  
Bodo Möller 已提交
895
$shared_cflag = 
B
Bodo Möller 已提交
896
$shared_ldflag = 
A
Andy Polyakov 已提交
897
$shared_extension = 
B
Update.  
Bodo Möller 已提交
898
$ranlib       = 
R
Richard Levitte 已提交
899
$arflags      = 
900
$multilib     = 
B
Update.  
Bodo Möller 已提交
901

R
Richard Levitte 已提交
902 903
*** aix64-cc
$cc           = cc
A
Andy Polyakov 已提交
904
$cflags       = -q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
R
Richard Levitte 已提交
905
$unistd       = 
A
Andy Polyakov 已提交
906
$thread_cflag = -qthreaded
907
$sys_id       = AIX
R
Richard Levitte 已提交
908 909
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR
A
Andy Polyakov 已提交
910 911
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
R
Richard Levitte 已提交
912
$des_obj      = 
A
Andy Polyakov 已提交
913
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
914 915
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
916
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
R
Richard Levitte 已提交
917 918 919 920
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
921
$wp_obj       = 
922
$cmll_obj     = 
A
Andy Polyakov 已提交
923
$perlasm_scheme = aix64
R
Richard Levitte 已提交
924
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
925
$shared_target= aix-shared
R
Richard Levitte 已提交
926
$shared_cflag = 
A
Andy Polyakov 已提交
927
$shared_ldflag = -q64 -G
R
Richard Levitte 已提交
928
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
929 930
$ranlib       = 
$arflags      = -X 64
931
$multilib     = 
B
Update.  
Bodo Möller 已提交
932

A
Andy Polyakov 已提交
933 934
*** aix64-gcc
$cc           = gcc
A
Andy Polyakov 已提交
935
$cflags       = -maix64 -O -DB_ENDIAN
A
Andy Polyakov 已提交
936
$unistd       = 
A
Andy Polyakov 已提交
937
$thread_cflag = -pthread
A
Andy Polyakov 已提交
938 939 940
$sys_id       = AIX
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR
A
Andy Polyakov 已提交
941 942
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
A
Andy Polyakov 已提交
943
$des_obj      = 
A
Andy Polyakov 已提交
944
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
A
Andy Polyakov 已提交
945 946
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
947
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
A
Andy Polyakov 已提交
948 949 950 951
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
952
$wp_obj       = 
953
$cmll_obj     = 
A
Andy Polyakov 已提交
954
$perlasm_scheme = aix64
A
Andy Polyakov 已提交
955
$dso_scheme   = dlfcn
956
$shared_target= aix-shared
A
Andy Polyakov 已提交
957
$shared_cflag = 
A
Andy Polyakov 已提交
958
$shared_ldflag = -maix64 -shared -Wl,-G
959
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
A
Andy Polyakov 已提交
960 961
$ranlib       = 
$arflags      = -X64
962
$multilib     = 
A
Andy Polyakov 已提交
963

R
Richard Levitte 已提交
964 965 966 967 968 969 970 971
*** 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
972
$cpuid_obj    = 
R
Richard Levitte 已提交
973 974
$bn_obj       = 
$des_obj      = 
975
$aes_obj      = 
R
Richard Levitte 已提交
976 977 978 979 980 981 982
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
983
$wp_obj       = 
984
$cmll_obj     = 
A
Andy Polyakov 已提交
985
$perlasm_scheme = 
R
Richard Levitte 已提交
986 987 988 989 990 991 992
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
993
$multilib     = 
R
Richard Levitte 已提交
994

R
Richard Levitte 已提交
995 996 997 998 999 1000 1001 1002
*** 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 已提交
1003 1004 1005
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1006
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1007 1008 1009 1010 1011 1012 1013 1014
$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
R
Richard Levitte 已提交
1017 1018 1019 1020 1021 1022 1023
$dso_scheme   = beos
$shared_target= beos-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so
$ranlib       = 
$arflags      = 
1024
$multilib     = 
R
Richard Levitte 已提交
1025 1026 1027 1028 1029 1030 1031 1032 1033

*** 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 已提交
1034 1035 1036
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1037
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1038 1039 1040 1041 1042 1043 1044 1045
$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
1046
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1047
$perlasm_scheme = elf
R
Richard Levitte 已提交
1048 1049 1050 1051 1052 1053 1054
$dso_scheme   = beos
$shared_target= beos-shared
$shared_cflag = -fPIC -DPIC
$shared_ldflag = -shared
$shared_extension = .so
$ranlib       = 
$arflags      = 
1055
$multilib     = 
R
Richard Levitte 已提交
1056

1057 1058
*** bsdi-elf-gcc
$cc           = gcc
1059
$cflags       = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
1060 1061
$unistd       = 
$thread_cflag = (unknown)
1062
$sys_id       = 
B
Update.  
Bodo Möller 已提交
1063
$lflags       = -ldl
1064
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1065 1066 1067
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1068
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1069 1070 1071 1072 1073 1074 1075 1076
$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
1077
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1078
$perlasm_scheme = elf
1079 1080 1081
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1082 1083 1084
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1085
$arflags      = 
1086
$multilib     = 
1087 1088 1089 1090 1091 1092

*** cc
$cc           = cc
$cflags       = -O
$unistd       = 
$thread_cflag = (unknown)
1093
$sys_id       = 
1094 1095
$lflags       = 
$bn_ops       = 
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
*** cray-j90
1120 1121 1122 1123
$cc           = cc
$cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
1124
$sys_id       = CRAY
1125
$lflags       = 
1126
$bn_ops       = SIXTY_FOUR_BIT_LONG DES_INT
1127
$cpuid_obj    = 
1128 1129
$bn_obj       = 
$des_obj      = 
1130
$aes_obj      = 
1131 1132 1133 1134 1135 1136 1137
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1138
$wp_obj       = 
1139
$cmll_obj     = 
A
Andy Polyakov 已提交
1140
$perlasm_scheme = 
B
Bodo Möller 已提交
1141
$dso_scheme   = 
R
Richard Levitte 已提交
1142 1143
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1144
$shared_ldflag = 
1145
$shared_extension = 
1146
$ranlib       = 
R
Richard Levitte 已提交
1147
$arflags      = 
1148
$multilib     = 
1149

1150
*** cray-t3e
1151 1152 1153 1154
$cc           = cc
$cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
1155
$sys_id       = CRAY
1156
$lflags       = 
1157
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
1158
$cpuid_obj    = 
1159 1160
$bn_obj       = 
$des_obj      = 
1161
$aes_obj      = 
1162 1163 1164 1165 1166 1167 1168
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1169
$wp_obj       = 
1170
$cmll_obj     = 
A
Andy Polyakov 已提交
1171
$perlasm_scheme = 
B
Bodo Möller 已提交
1172
$dso_scheme   = 
R
Richard Levitte 已提交
1173 1174
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1175
$shared_ldflag = 
1176
$shared_extension = 
1177
$ranlib       = 
R
Richard Levitte 已提交
1178
$arflags      = 
1179
$multilib     = 
1180 1181 1182

*** darwin-i386-cc
$cc           = cc
A
Andy Polyakov 已提交
1183
$cflags       = -arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN
1184
$unistd       = 
B
update  
Bodo Möller 已提交
1185
$thread_cflag = -D_REENTRANT
1186
$sys_id       = MACOSX
A
Andy Polyakov 已提交
1187
$lflags       = -Wl,-search_paths_first%
1188
$bn_ops       = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1189 1190 1191
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1192
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1193 1194 1195 1196 1197 1198 1199 1200
$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
1201
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1202
$perlasm_scheme = macosx
A
Andy Polyakov 已提交
1203
$dso_scheme   = dlfcn
1204
$shared_target= darwin-shared
A
Andy Polyakov 已提交
1205
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1206
$shared_ldflag = -arch i386 -dynamiclib
1207
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1208
$ranlib       = 
R
Richard Levitte 已提交
1209
$arflags      = 
1210
$multilib     = 
1211

B
update  
Bodo Möller 已提交
1212 1213
*** darwin-ppc-cc
$cc           = cc
A
Andy Polyakov 已提交
1214
$cflags       = -arch ppc -O3 -DB_ENDIAN
B
update  
Bodo Möller 已提交
1215
$unistd       = 
B
update  
Bodo Möller 已提交
1216
$thread_cflag = -D_REENTRANT
1217
$sys_id       = MACOSX
1218
$lflags       = -Wl,-search_paths_first%
B
update  
Bodo Möller 已提交
1219
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1220 1221
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
B
update  
Bodo Möller 已提交
1222
$des_obj      = 
A
Andy Polyakov 已提交
1223
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
B
update  
Bodo Möller 已提交
1224 1225
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1226
$sha1_obj     = sha1-ppc.o sha256-ppc.o
B
update  
Bodo Möller 已提交
1227 1228 1229 1230
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1231
$wp_obj       = 
1232
$cmll_obj     = 
A
Andy Polyakov 已提交
1233
$perlasm_scheme = osx32
A
Andy Polyakov 已提交
1234
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1235
$shared_target= darwin-shared
1236
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1237
$shared_ldflag = -arch ppc -dynamiclib
1238
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1239
$ranlib       = 
R
Richard Levitte 已提交
1240
$arflags      = 
1241
$multilib     = 
B
update  
Bodo Möller 已提交
1242

R
Richard Levitte 已提交
1243 1244
*** darwin64-ppc-cc
$cc           = cc
A
Andy Polyakov 已提交
1245
$cflags       = -arch ppc64 -O3 -DB_ENDIAN
R
Richard Levitte 已提交
1246 1247 1248
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
1249
$lflags       = -Wl,-search_paths_first%
R
Richard Levitte 已提交
1250
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1251 1252
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
R
Richard Levitte 已提交
1253
$des_obj      = 
A
Andy Polyakov 已提交
1254
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
1255 1256
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1257
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
R
Richard Levitte 已提交
1258 1259 1260 1261 1262
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
1263
$cmll_obj     = 
A
Andy Polyakov 已提交
1264
$perlasm_scheme = osx64
R
Richard Levitte 已提交
1265 1266 1267
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1268 1269 1270 1271
$shared_ldflag = -arch ppc64 -dynamiclib
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1272
$multilib     = 
A
Andy Polyakov 已提交
1273 1274 1275

*** darwin64-x86_64-cc
$cc           = cc
1276
$cflags       = -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall
A
Andy Polyakov 已提交
1277 1278 1279 1280
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = -Wl,-search_paths_first%
1281
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
1282 1283
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
A
Andy Polyakov 已提交
1284
$des_obj      = 
A
Andy Polyakov 已提交
1285
$aes_obj      = aes-x86_64.o aesni-x86_64.o
A
Andy Polyakov 已提交
1286
$bf_obj       = 
1287 1288
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
A
Andy Polyakov 已提交
1289
$cast_obj     = 
1290
$rc4_obj      = rc4-x86_64.o
A
Andy Polyakov 已提交
1291 1292
$rmd160_obj   = 
$rc5_obj      = 
1293
$wp_obj       = wp-x86_64.o
1294
$cmll_obj     = cmll-x86_64.o cmll_misc.o
1295
$perlasm_scheme = macosx
A
Andy Polyakov 已提交
1296 1297 1298 1299
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
$shared_ldflag = -arch x86_64 -dynamiclib
R
Richard Levitte 已提交
1300 1301 1302
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1303
$multilib     = 
R
Richard Levitte 已提交
1304

1305 1306
*** debug
$cc           = gcc
1307
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
1308 1309
$unistd       = 
$thread_cflag = (unknown)
1310
$sys_id       = 
1311 1312
$lflags       = -lefence
$bn_ops       = 
1313
$cpuid_obj    = 
1314 1315
$bn_obj       = 
$des_obj      = 
1316
$aes_obj      = 
1317 1318 1319 1320 1321 1322 1323
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1324
$wp_obj       = 
1325
$cmll_obj     = 
A
Andy Polyakov 已提交
1326
$perlasm_scheme = 
B
Bodo Möller 已提交
1327
$dso_scheme   = 
R
Richard Levitte 已提交
1328 1329
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1330
$shared_ldflag = 
1331
$shared_extension = 
1332
$ranlib       = 
R
Richard Levitte 已提交
1333
$arflags      = 
1334
$multilib     = 
1335

B
Bodo Möller 已提交
1336 1337 1338 1339 1340 1341 1342 1343
*** 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 已提交
1344 1345 1346
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1347
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1348 1349 1350 1351 1352 1353 1354 1355
$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
1356
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1357
$perlasm_scheme = elf
B
Bodo Möller 已提交
1358 1359 1360 1361 1362 1363 1364
$dso_scheme   = dlfcn
$shared_target= bsd-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1365
$multilib     = 
B
Bodo Möller 已提交
1366

1367 1368 1369 1370 1371 1372 1373 1374
*** 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       = 
1375
$cpuid_obj    = 
1376
$bn_obj       = 
1377 1378 1379
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
1380 1381
$md5_obj      = 
$sha1_obj     = 
1382
$cast_obj     = 
1383 1384 1385
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1386
$wp_obj       = 
1387
$cmll_obj     = 
A
Andy Polyakov 已提交
1388
$perlasm_scheme = void
1389
$dso_scheme   = dlfcn
1390
$shared_target= cygwin-shared
1391
$shared_cflag = -D_WINDLL
1392
$shared_ldflag = -shared
1393
$shared_extension = .dll.a
1394 1395
$ranlib       = 
$arflags      = 
1396
$multilib     = 
1397

D
Dr. Stephen Henson 已提交
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 1427 1428
*** debug-VC-WIN32
$cc           = cl
$cflags       = -W3 -WX -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE
$unistd       = 
$thread_cflag = 
$sys_id       = WIN32
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
$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 aesni-x86.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
$cmll_obj     = cmll-x86.o
$perlasm_scheme = win32n
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
$multilib     = 

1429 1430
*** debug-ben
$cc           = gcc
1431
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe
1432 1433
$unistd       = 
$thread_cflag = (unknown)
1434
$sys_id       = 
1435 1436
$lflags       = 
$bn_ops       = 
1437
$cpuid_obj    = 
1438
$bn_obj       = bn86-elf.o co86-elf.o
1439
$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 = 
B
Bodo Möller 已提交
1451
$dso_scheme   = 
R
Richard Levitte 已提交
1452 1453
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1454
$shared_ldflag = 
1455
$shared_extension = 
1456
$ranlib       = 
R
Richard Levitte 已提交
1457
$arflags      = 
1458
$multilib     = 
1459 1460 1461

*** debug-ben-debug
$cc           = gcc
1462
$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
1463 1464
$unistd       = 
$thread_cflag = (unknown)
1465
$sys_id       = 
1466 1467
$lflags       = 
$bn_ops       = 
1468
$cpuid_obj    = 
1469 1470
$bn_obj       = 
$des_obj      = 
1471
$aes_obj      = 
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 = 
B
Bodo Möller 已提交
1482
$dso_scheme   = 
R
Richard Levitte 已提交
1483 1484
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1485
$shared_ldflag = 
1486
$shared_extension = 
1487
$ranlib       = 
R
Richard Levitte 已提交
1488
$arflags      = 
1489
$multilib     = 
1490

1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519
*** 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      = 
1520
$multilib     = 
1521

1522 1523 1524 1525 1526 1527 1528 1529
*** 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       = 
1530
$cpuid_obj    = 
1531 1532
$bn_obj       = 
$des_obj      = 
1533
$aes_obj      = 
1534 1535 1536 1537 1538 1539 1540
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1541
$wp_obj       = 
1542
$cmll_obj     = 
A
Andy Polyakov 已提交
1543
$perlasm_scheme = 
1544 1545
$dso_scheme   = 
$shared_target= 
R
Richard Levitte 已提交
1546 1547 1548 1549
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
1550
$arflags      = 
1551
$multilib     = 
R
Richard Levitte 已提交
1552 1553 1554 1555 1556 1557 1558 1559 1560

*** 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       = 
1561
$cpuid_obj    = 
R
Richard Levitte 已提交
1562 1563
$bn_obj       = 
$des_obj      = 
1564
$aes_obj      = 
R
Richard Levitte 已提交
1565 1566 1567 1568 1569 1570 1571
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1572
$wp_obj       = 
1573
$cmll_obj     = 
A
Andy Polyakov 已提交
1574
$perlasm_scheme = 
R
Richard Levitte 已提交
1575 1576
$dso_scheme   = 
$shared_target= 
1577
$shared_cflag = 
B
Bodo Möller 已提交
1578
$shared_ldflag = 
1579 1580
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
1581
$arflags      = 
1582
$multilib     = 
1583

1584 1585
*** debug-ben-strict
$cc           = gcc
1586
$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
1587 1588
$unistd       = 
$thread_cflag = (unknown)
1589
$sys_id       = 
1590 1591
$lflags       = 
$bn_ops       = 
1592
$cpuid_obj    = 
1593 1594
$bn_obj       = 
$des_obj      = 
1595
$aes_obj      = 
1596 1597 1598 1599 1600 1601 1602
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1603
$wp_obj       = 
1604
$cmll_obj     = 
A
Andy Polyakov 已提交
1605
$perlasm_scheme = 
B
Bodo Möller 已提交
1606
$dso_scheme   = 
R
Richard Levitte 已提交
1607 1608
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1609
$shared_ldflag = 
1610
$shared_extension = 
1611
$ranlib       = 
R
Richard Levitte 已提交
1612
$arflags      = 
1613
$multilib     = 
1614 1615 1616

*** debug-bodo
$cc           = gcc
B
Bodo Möller 已提交
1617
$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
1618 1619
$unistd       = 
$thread_cflag = -D_REENTRANT
1620
$sys_id       = 
1621 1622
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1623 1624 1625
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1626
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1627 1628 1629 1630 1631 1632 1633 1634
$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
1635
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1636
$perlasm_scheme = elf
B
Bodo Möller 已提交
1637
$dso_scheme   = 
R
Richard Levitte 已提交
1638 1639
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1640
$shared_ldflag = 
1641
$shared_extension = 
1642
$ranlib       = 
R
Richard Levitte 已提交
1643
$arflags      = 
1644
$multilib     = 
1645

B
Bodo Möller 已提交
1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656
*** 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
A
Andy Polyakov 已提交
1657
$aes_obj      = aes-586.o aesni-x86.o
B
Bodo Möller 已提交
1658 1659 1660 1661 1662 1663 1664 1665
$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
1666
$cmll_obj     = cmll-x86.o
B
Bodo Möller 已提交
1667 1668 1669 1670 1671 1672 1673 1674
$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      = 
1675
$multilib     = 
B
Bodo Möller 已提交
1676

B
Bodo Möller 已提交
1677 1678 1679 1680 1681 1682 1683 1684
*** 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 已提交
1685 1686
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
B
Bodo Möller 已提交
1687
$des_obj      = 
A
Andy Polyakov 已提交
1688
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
B
Bodo Möller 已提交
1689 1690
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1691
$sha1_obj     = sha1-ppc.o sha256-ppc.o
B
Bodo Möller 已提交
1692 1693 1694 1695
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1696
$wp_obj       = 
1697
$cmll_obj     = 
A
Andy Polyakov 已提交
1698
$perlasm_scheme = osx32
A
Andy Polyakov 已提交
1699
$dso_scheme   = dlfcn
B
Bodo Möller 已提交
1700 1701
$shared_target= darwin-shared
$shared_cflag = -fPIC
1702
$shared_ldflag = -dynamiclib
B
Bodo Möller 已提交
1703 1704 1705
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1706
$multilib     = 
B
Bodo Möller 已提交
1707

A
Andy Polyakov 已提交
1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736
*** 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      = 
1737
$multilib     = 
A
Andy Polyakov 已提交
1738 1739

*** debug-geoff64
G
Geoff Thorpe 已提交
1740
$cc           = gcc
G
Geoff Thorpe 已提交
1741
$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 已提交
1742 1743 1744 1745
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
1746
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
1747
$cpuid_obj    = 
G
Geoff Thorpe 已提交
1748 1749
$bn_obj       = 
$des_obj      = 
1750
$aes_obj      = 
G
Geoff Thorpe 已提交
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
G
Geoff Thorpe 已提交
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     = 
G
Geoff Thorpe 已提交
1769

1770 1771
*** debug-levitte-linux-elf
$cc           = gcc
1772
$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 已提交
1773 1774 1775 1776 1777
$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 已提交
1778 1779 1780
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1781
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1782 1783 1784 1785 1786 1787 1788 1789
$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
1790
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1791
$perlasm_scheme = elf
R
Richard Levitte 已提交
1792 1793 1794 1795 1796 1797 1798
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1799
$multilib     = 
R
Richard Levitte 已提交
1800 1801 1802

*** debug-levitte-linux-elf-extreme
$cc           = gcc
1803
$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
1804 1805
$unistd       = 
$thread_cflag = -D_REENTRANT
1806
$sys_id       = 
B
Bodo Möller 已提交
1807
$lflags       = -ldl
B
Bodo Möller 已提交
1808
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1809 1810 1811
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1812
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1813 1814 1815 1816 1817 1818 1819 1820
$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
B
Bodo Möller 已提交
1824 1825
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1826 1827 1828
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1829
$arflags      = 
1830
$multilib     = 
1831

B
Update.  
Bodo Möller 已提交
1832 1833
*** debug-levitte-linux-noasm
$cc           = gcc
1834
$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 已提交
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
1840
$cpuid_obj    = 
R
Richard Levitte 已提交
1841 1842
$bn_obj       = 
$des_obj      = 
1843
$aes_obj      = 
R
Richard Levitte 已提交
1844 1845 1846 1847 1848 1849 1850
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1851
$wp_obj       = 
1852
$cmll_obj     = 
A
Andy Polyakov 已提交
1853
$perlasm_scheme = void
R
Richard Levitte 已提交
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     = 
R
Richard Levitte 已提交
1862 1863 1864

*** debug-levitte-linux-noasm-extreme
$cc           = gcc
1865
$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 已提交
1866 1867
$unistd       = 
$thread_cflag = -D_REENTRANT
1868
$sys_id       = 
B
Update.  
Bodo Möller 已提交
1869 1870
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1871
$cpuid_obj    = 
B
Update.  
Bodo Möller 已提交
1872 1873
$bn_obj       = 
$des_obj      = 
1874
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
1875 1876 1877 1878 1879 1880 1881
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1882
$wp_obj       = 
1883
$cmll_obj     = 
A
Andy Polyakov 已提交
1884
$perlasm_scheme = void
B
Update.  
Bodo Möller 已提交
1885 1886 1887
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1888 1889 1890
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1891
$arflags      = 
1892
$multilib     = 
B
Update.  
Bodo Möller 已提交
1893

1894 1895
*** debug-linux-elf
$cc           = gcc
1896
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
1897 1898
$unistd       = 
$thread_cflag = -D_REENTRANT
1899
$sys_id       = 
B
Bodo Möller 已提交
1900
$lflags       = -lefence -ldl
1901
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1902 1903 1904
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1905
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1906 1907 1908 1909 1910 1911 1912 1913
$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
B
Bodo Möller 已提交
1916
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1917 1918
$shared_target= linux-shared
$shared_cflag = -fPIC
1919 1920
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
1921
$ranlib       = 
R
Richard Levitte 已提交
1922
$arflags      = 
1923
$multilib     = 
R
Richard Levitte 已提交
1924 1925 1926

*** debug-linux-elf-noefence
$cc           = gcc
1927
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
R
Richard Levitte 已提交
1928 1929 1930 1931 1932
$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 已提交
1933 1934 1935
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1936
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1937 1938 1939 1940 1941 1942 1943 1944
$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
1947 1948 1949 1950 1951 1952 1953
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1954
$multilib     = 
1955 1956 1957 1958 1959 1960 1961 1962 1963

*** 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 已提交
1964 1965 1966
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
1967
$aes_obj      = aes_x86core.o aes_cbc.o
A
Andy Polyakov 已提交
1968 1969 1970 1971 1972 1973 1974 1975 1976 1977
$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
1978
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1979 1980
$shared_target= linux-shared
$shared_cflag = -fPIC
1981
$shared_ldflag = 
R
Richard Levitte 已提交
1982
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1983
$ranlib       = 
R
Richard Levitte 已提交
1984
$arflags      = 
1985
$multilib     = 
1986 1987 1988

*** debug-linux-pentium
$cc           = gcc
R
Richard Levitte 已提交
1989
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall
1990 1991 1992 1993 1994
$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 已提交
1995 1996 1997
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1998
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1999 2000 2001 2002 2003 2004 2005 2006
$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
2007
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2008
$perlasm_scheme = elf
R
Richard Levitte 已提交
2009
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2010 2011
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2012
$shared_ldflag = 
2013
$shared_extension = 
2014
$ranlib       = 
R
Richard Levitte 已提交
2015
$arflags      = 
2016
$multilib     = 
2017

R
Richard Levitte 已提交
2018
*** debug-linux-ppro
R
Richard Levitte 已提交
2019
$cc           = gcc
R
Richard Levitte 已提交
2020
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall
R
Richard Levitte 已提交
2021 2022
$unistd       = 
$thread_cflag = -D_REENTRANT
2023
$sys_id       = 
B
Bodo Möller 已提交
2024
$lflags       = -ldl
R
Richard Levitte 已提交
2025
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2026 2027 2028
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2029
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2030 2031 2032 2033 2034 2035 2036 2037
$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
2038
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2039
$perlasm_scheme = elf
R
Richard Levitte 已提交
2040
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2041 2042
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2043
$shared_ldflag = 
2044
$shared_extension = 
2045
$ranlib       = 
R
Richard Levitte 已提交
2046
$arflags      = 
2047
$multilib     = 
R
Richard Levitte 已提交
2048

2049 2050 2051 2052 2053
*** debug-rse
$cc           = cc
$cflags       = -DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall
$unistd       = 
$thread_cflag = (unknown)
2054
$sys_id       = 
2055 2056
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2057 2058 2059
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2060
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2061 2062 2063 2064 2065 2066 2067 2068
$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
2069
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2070
$perlasm_scheme = elf
B
Bodo Möller 已提交
2071
$dso_scheme   = 
R
Richard Levitte 已提交
2072 2073
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2074
$shared_ldflag = 
2075
$shared_extension = 
2076
$ranlib       = 
R
Richard Levitte 已提交
2077
$arflags      = 
2078
$multilib     = 
2079

2080 2081
*** debug-solaris-sparcv8-cc
$cc           = cc
2082
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
2083 2084
$unistd       = 
$thread_cflag = -D_REENTRANT
2085
$sys_id       = 
B
Bodo Möller 已提交
2086
$lflags       = -lsocket -lnsl -ldl
2087
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2088
$cpuid_obj    = 
2089
$bn_obj       = sparcv8.o
2090
$des_obj      = des_enc-sparc.o fcrypt_b.o
2091
$aes_obj      = 
2092 2093 2094 2095 2096 2097 2098
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$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 2104
$shared_target= solaris-shared
$shared_cflag = -KPIC
2105
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
2106 2107
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2108
$arflags      = 
2109
$multilib     = 
2110

2111
*** debug-solaris-sparcv8-gcc
2112
$cc           = gcc
2113
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
2114 2115
$unistd       = 
$thread_cflag = -D_REENTRANT
2116
$sys_id       = 
B
Bodo Möller 已提交
2117
$lflags       = -lsocket -lnsl -ldl
2118
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2119
$cpuid_obj    = 
2120
$bn_obj       = sparcv8.o
2121
$des_obj      = des_enc-sparc.o fcrypt_b.o
2122
$aes_obj      = 
2123 2124 2125 2126 2127 2128 2129
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2130
$wp_obj       = 
2131
$cmll_obj     = 
A
Andy Polyakov 已提交
2132
$perlasm_scheme = void
B
Bodo Möller 已提交
2133
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2134
$shared_target= solaris-shared
R
Richard Levitte 已提交
2135
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
2136
$shared_ldflag = -shared
B
Bodo Möller 已提交
2137 2138
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2139
$arflags      = 
2140
$multilib     = 
2141

2142 2143
*** debug-solaris-sparcv9-cc
$cc           = cc
2144
$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
2145 2146
$unistd       = 
$thread_cflag = -D_REENTRANT
2147
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
2148
$lflags       = -lsocket -lnsl -ldl
2149
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2150 2151 2152 2153
$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
2154
$bf_obj       = 
2155
$md5_obj      = 
A
Andy Polyakov 已提交
2156
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
2157 2158 2159 2160
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2161
$wp_obj       = 
2162
$cmll_obj     = 
A
Andy Polyakov 已提交
2163
$perlasm_scheme = void
B
Bodo Möller 已提交
2164
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2165 2166
$shared_target= solaris-shared
$shared_cflag = -KPIC
2167
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
2168 2169
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2170
$arflags      = 
2171
$multilib     = 
2172

2173
*** debug-solaris-sparcv9-gcc
2174
$cc           = gcc
R
Richard Levitte 已提交
2175
$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
2176 2177
$unistd       = 
$thread_cflag = -D_REENTRANT
R
Richard Levitte 已提交
2178
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
2179
$lflags       = -lsocket -lnsl -ldl
2180
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2181 2182
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
2183
$des_obj      = des_enc-sparc.o fcrypt_b.o
2184
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
2185
$bf_obj       = 
2186
$md5_obj      = 
A
Andy Polyakov 已提交
2187
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
2188 2189 2190 2191
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2192
$wp_obj       = 
2193
$cmll_obj     = 
A
Andy Polyakov 已提交
2194
$perlasm_scheme = void
B
Bodo Möller 已提交
2195
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2196
$shared_target= solaris-shared
R
Richard Levitte 已提交
2197
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
2198
$shared_ldflag = -shared
B
Bodo Möller 已提交
2199 2200
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2201
$arflags      = 
2202
$multilib     = 
2203

2204
*** debug-steve-opt
2205
$cc           = gcc
2206
$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
2207 2208
$unistd       = 
$thread_cflag = -D_REENTRANT
2209
$sys_id       = 
2210
$lflags       = -ldl
2211 2212 2213 2214
$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      = 
A
Andy Polyakov 已提交
2215
$aes_obj      = aes-x86_64.o aesni-x86_64.o
2216 2217 2218 2219 2220 2221 2222 2223
$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
2224
$cmll_obj     = cmll-x86_64.o cmll_misc.o
2225
$perlasm_scheme = elf
R
Richard Levitte 已提交
2226
$dso_scheme   = dlfcn
D
Dr. Stephen Henson 已提交
2227
$shared_target= linux-shared
2228 2229 2230
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
2231
$ranlib       = 
R
Richard Levitte 已提交
2232
$arflags      = 
2233
$multilib     = 
R
Richard Levitte 已提交
2234

2235
*** debug-steve32
D
Dr. Stephen Henson 已提交
2236
$cc           = gcc
2237
$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 已提交
2238 2239 2240 2241 2242
$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 已提交
2243 2244 2245
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2246
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2247 2248 2249 2250 2251 2252 2253 2254
$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
2255
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2256
$perlasm_scheme = elf
D
Dr. Stephen Henson 已提交
2257 2258
$dso_scheme   = dlfcn
$shared_target= linux-shared
2259 2260 2261 2262 2263
$shared_cflag = -fPIC
$shared_ldflag = -m32
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2264
$multilib     = 
2265 2266 2267

*** debug-steve64
$cc           = gcc
2268
$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
2269 2270 2271 2272 2273 2274 2275 2276
$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      = 
A
Andy Polyakov 已提交
2277
$aes_obj      = aes-x86_64.o aesni-x86_64.o
2278 2279 2280 2281 2282 2283 2284 2285
$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
2286
$cmll_obj     = cmll-x86_64.o cmll_misc.o
2287
$perlasm_scheme = elf
2288 2289 2290 2291 2292
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
D
Dr. Stephen Henson 已提交
2293 2294
$ranlib       = 
$arflags      = 
2295
$multilib     = 
D
Dr. Stephen Henson 已提交
2296

U
Ulf Möller 已提交
2297 2298
*** debug-ulf
$cc           = gcc
2299
$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 已提交
2300
$unistd       = 
2301 2302
$thread_cflag = 
$sys_id       = CYGWIN32
U
Ulf Möller 已提交
2303
$lflags       = 
2304
$bn_ops       = 
2305
$cpuid_obj    = 
2306
$bn_obj       = 
2307 2308 2309
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
2310 2311
$md5_obj      = 
$sha1_obj     = 
2312
$cast_obj     = 
2313 2314 2315
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2316
$wp_obj       = 
2317
$cmll_obj     = 
A
Andy Polyakov 已提交
2318
$perlasm_scheme = void
2319 2320
$dso_scheme   = win32
$shared_target= cygwin-shared
R
Richard Levitte 已提交
2321
$shared_cflag = 
B
Bodo Möller 已提交
2322
$shared_ldflag = 
2323
$shared_extension = .dll
2324
$ranlib       = 
R
Richard Levitte 已提交
2325
$arflags      = 
2326
$multilib     = 
U
Ulf Möller 已提交
2327

R
Richard Levitte 已提交
2328 2329
*** debug-vos-gcc
$cc           = gcc
D
Dr. Stephen Henson 已提交
2330
$cflags       = -O0 -g -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG
R
Richard Levitte 已提交
2331 2332 2333 2334 2335
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = VOS
$lflags       = -Wl,-map
$bn_ops       = BN_LLONG
2336
$cpuid_obj    = 
R
Richard Levitte 已提交
2337 2338
$bn_obj       = 
$des_obj      = 
2339
$aes_obj      = 
R
Richard Levitte 已提交
2340 2341 2342 2343 2344 2345 2346
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2347
$wp_obj       = 
2348
$cmll_obj     = 
A
Andy Polyakov 已提交
2349
$perlasm_scheme = void
R
Richard Levitte 已提交
2350 2351 2352
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
2353 2354
$shared_ldflag = 
$shared_extension = .so
R
Richard Levitte 已提交
2355 2356
$ranlib       = 
$arflags      = 
2357
$multilib     = 
R
Richard Levitte 已提交
2358

2359 2360 2361 2362 2363
*** dgux-R3-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
2364
$sys_id       = 
2365 2366
$lflags       = 
$bn_ops       = RC4_INDEX DES_UNROLL
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

*** dgux-R4-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
2395
$sys_id       = 
2396
$lflags       = -lnsl -lsocket
G
Geoff Thorpe 已提交
2397
$bn_ops       = RC4_INDEX DES_UNROLL
2398
$cpuid_obj    = 
G
Geoff Thorpe 已提交
2399
$bn_obj       = 
2400
$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 2423 2424 2425

*** dgux-R4-x86-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer -DL_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
2426
$sys_id       = 
2427 2428
$lflags       = -lnsl -lsocket
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2429 2430 2431
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2432
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2433 2434 2435 2436 2437 2438 2439 2440
$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
2441
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2442
$perlasm_scheme = elf
B
Bodo Möller 已提交
2443
$dso_scheme   = 
R
Richard Levitte 已提交
2444 2445
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2446
$shared_ldflag = 
2447
$shared_extension = 
2448
$ranlib       = 
R
Richard Levitte 已提交
2449
$arflags      = 
2450
$multilib     = 
2451 2452 2453 2454 2455 2456

*** dist
$cc           = cc
$cflags       = -O
$unistd       = 
$thread_cflag = (unknown)
2457
$sys_id       = 
2458 2459
$lflags       = 
$bn_ops       = 
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 = 
B
Bodo Möller 已提交
2474
$dso_scheme   = 
R
Richard Levitte 已提交
2475 2476
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2477
$shared_ldflag = 
2478
$shared_extension = 
2479
$ranlib       = 
R
Richard Levitte 已提交
2480
$arflags      = 
2481
$multilib     = 
2482 2483 2484 2485 2486 2487

*** gcc
$cc           = gcc
$cflags       = -O3
$unistd       = 
$thread_cflag = (unknown)
2488
$sys_id       = 
2489 2490
$lflags       = 
$bn_ops       = BN_LLONG
2491
$cpuid_obj    = 
2492 2493
$bn_obj       = 
$des_obj      = 
2494
$aes_obj      = 
2495 2496 2497 2498 2499 2500 2501
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2502
$wp_obj       = 
2503
$cmll_obj     = 
A
Andy Polyakov 已提交
2504
$perlasm_scheme = 
B
Bodo Möller 已提交
2505
$dso_scheme   = 
R
Richard Levitte 已提交
2506 2507
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2508
$shared_ldflag = 
2509
$shared_extension = 
2510
$ranlib       = 
R
Richard Levitte 已提交
2511
$arflags      = 
2512
$multilib     = 
2513

2514 2515
*** hpux-cc
$cc           = cc
2516
$cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O2 -z
2517 2518
$unistd       = 
$thread_cflag = (unknown)
2519
$sys_id       = 
2520
$lflags       = -Wl,+s -ldld
2521
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
2522
$cpuid_obj    = 
2523 2524
$bn_obj       = 
$des_obj      = 
2525
$aes_obj      = 
2526 2527 2528 2529 2530 2531 2532
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2533
$wp_obj       = 
2534
$cmll_obj     = 
A
Andy Polyakov 已提交
2535
$perlasm_scheme = void
B
Bodo Möller 已提交
2536
$dso_scheme   = dl
2537 2538
$shared_target= hpux-shared
$shared_cflag = +Z
2539
$shared_ldflag = -b
B
Bodo Möller 已提交
2540 2541
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2542
$arflags      = 
2543
$multilib     = 
2544

2545 2546 2547 2548 2549
*** hpux-gcc
$cc           = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = (unknown)
2550
$sys_id       = 
2551
$lflags       = -Wl,+s -ldld
2552
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
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 = -fPIC
2570
$shared_ldflag = -shared
B
Bodo Möller 已提交
2571 2572
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2573
$arflags      = 
2574
$multilib     = 
2575

2576 2577
*** hpux-ia64-cc
$cc           = cc
A
Andy Polyakov 已提交
2578
$cflags       = -Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT
2579
$unistd       = 
2580
$thread_cflag = 
2581 2582
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2583
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2584
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2585
$bn_obj       = bn-ia64.o
2586
$des_obj      = 
2587
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
2588
$bf_obj       = 
A
Andy Polyakov 已提交
2589
$md5_obj      = md5-ia64.o
2590
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2591
$cast_obj     = 
2592
$rc4_obj      = rc4-ia64.o rc4_skey.o
2593 2594
$rmd160_obj   = 
$rc5_obj      = 
2595
$wp_obj       = 
2596
$cmll_obj     = 
A
Andy Polyakov 已提交
2597
$perlasm_scheme = void
2598 2599 2600
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = +Z
2601
$shared_ldflag = +DD32 -b
2602
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
B
Bodo Möller 已提交
2603
$ranlib       = 
R
Richard Levitte 已提交
2604
$arflags      = 
2605
$multilib     = /hpux32
2606

A
Andy Polyakov 已提交
2607 2608
*** hpux-ia64-gcc
$cc           = gcc
2609
$cflags       = -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2610
$unistd       = 
2611
$thread_cflag = 
A
Andy Polyakov 已提交
2612 2613
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2614
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
2615
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2616
$bn_obj       = bn-ia64.o
A
Andy Polyakov 已提交
2617
$des_obj      = 
2618
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
A
Andy Polyakov 已提交
2619
$bf_obj       = 
2620 2621
$md5_obj      = md5-ia64.o
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
A
Andy Polyakov 已提交
2622
$cast_obj     = 
2623
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
2624 2625
$rmd160_obj   = 
$rc5_obj      = 
2626
$wp_obj       = 
2627
$cmll_obj     = 
A
Andy Polyakov 已提交
2628
$perlasm_scheme = void
A
Andy Polyakov 已提交
2629 2630 2631
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = -fpic
2632
$shared_ldflag = -shared
A
Andy Polyakov 已提交
2633 2634 2635
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2636
$multilib     = /hpux32
A
Andy Polyakov 已提交
2637

2638
*** hpux-parisc-cc
2639
$cc           = cc
2640
$cflags       = +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
2641
$unistd       = 
R
Richard Levitte 已提交
2642
$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    = 
2647 2648
$bn_obj       = 
$des_obj      = 
2649
$aes_obj      = 
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
B
Bodo Möller 已提交
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     = 
2668

2669 2670 2671 2672
*** hpux-parisc-cc-o4
$cc           = cc
$cflags       = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
$unistd       = 
2673
$thread_cflag = -D_REENTRANT
2674
$sys_id       = 
B
Bodo Möller 已提交
2675
$lflags       = -ldld
2676
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
2677
$cpuid_obj    = 
2678 2679
$bn_obj       = 
$des_obj      = 
2680
$aes_obj      = 
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
B
Bodo Möller 已提交
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     = 
2699

2700
*** hpux-parisc-gcc
2701
$cc           = gcc
2702
$cflags       = -O3 -DB_ENDIAN -DBN_DIV2W
2703
$unistd       = 
2704
$thread_cflag = -D_REENTRANT
2705
$sys_id       = 
2706
$lflags       = -Wl,+s -ldld
2707
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
2708
$cpuid_obj    = 
2709 2710
$bn_obj       = 
$des_obj      = 
2711
$aes_obj      = 
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
B
Bodo Möller 已提交
2722
$dso_scheme   = dl
2723 2724
$shared_target= hpux-shared
$shared_cflag = -fPIC
2725
$shared_ldflag = -shared
B
Bodo Möller 已提交
2726 2727
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2728
$arflags      = 
2729
$multilib     = 
2730

2731
*** hpux-parisc1_0-cc
R
Richard Levitte 已提交
2732
$cc           = cc
2733
$cflags       = +DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
R
Richard Levitte 已提交
2734 2735
$unistd       = 
$thread_cflag = -D_REENTRANT
2736
$sys_id       = 
2737
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2738
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2739
$cpuid_obj    = 
R
Richard Levitte 已提交
2740 2741
$bn_obj       = 
$des_obj      = 
2742
$aes_obj      = 
R
Richard Levitte 已提交
2743 2744 2745 2746 2747 2748 2749
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2750
$wp_obj       = 
2751
$cmll_obj     = 
A
Andy Polyakov 已提交
2752
$perlasm_scheme = void
R
Richard Levitte 已提交
2753
$dso_scheme   = dl
2754 2755
$shared_target= hpux-shared
$shared_cflag = +Z
2756
$shared_ldflag = -b
B
Bodo Möller 已提交
2757 2758
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2759
$arflags      = 
2760
$multilib     = 
R
Richard Levitte 已提交
2761 2762 2763

*** hpux-parisc2-cc
$cc           = cc
2764
$cflags       = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
R
Richard Levitte 已提交
2765
$unistd       = 
2766
$thread_cflag = 
2767
$sys_id       = 
2768
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2769
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2770
$cpuid_obj    = 
2771
$bn_obj       = pa-risc2.o
R
Richard Levitte 已提交
2772
$des_obj      = 
2773
$aes_obj      = 
R
Richard Levitte 已提交
2774 2775 2776 2777 2778 2779 2780
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2781
$wp_obj       = 
2782
$cmll_obj     = 
A
Andy Polyakov 已提交
2783
$perlasm_scheme = void
R
Richard Levitte 已提交
2784
$dso_scheme   = dl
2785 2786
$shared_target= hpux-shared
$shared_cflag = +Z
2787
$shared_ldflag = -b
B
Bodo Möller 已提交
2788 2789
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2790
$arflags      = 
2791
$multilib     = 
R
Richard Levitte 已提交
2792

A
Andy Polyakov 已提交
2793 2794
*** hpux-parisc2-gcc
$cc           = gcc
2795
$cflags       = -march=2.0 -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2796
$unistd       = 
2797
$thread_cflag = 
A
Andy Polyakov 已提交
2798 2799 2800
$sys_id       = 
$lflags       = -Wl,+s -ldld
$bn_ops       = SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1
2801
$cpuid_obj    = 
2802
$bn_obj       = pa-risc2.o
A
Andy Polyakov 已提交
2803
$des_obj      = 
2804
$aes_obj      = 
A
Andy Polyakov 已提交
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
A
Andy Polyakov 已提交
2815 2816 2817
$dso_scheme   = dl
$shared_target= hpux-shared
$shared_cflag = -fPIC
2818
$shared_ldflag = -shared
A
Andy Polyakov 已提交
2819 2820 2821
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2822
$multilib     = 
A
Andy Polyakov 已提交
2823

2824 2825
*** hpux64-ia64-cc
$cc           = cc
2826
$cflags       = -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT
2827
$unistd       = 
2828
$thread_cflag = 
2829 2830
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2831
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2832
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2833
$bn_obj       = bn-ia64.o
2834
$des_obj      = 
2835
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
2836
$bf_obj       = 
A
Andy Polyakov 已提交
2837
$md5_obj      = md5-ia64.o
2838
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2839
$cast_obj     = 
2840
$rc4_obj      = rc4-ia64.o rc4_skey.o
2841 2842
$rmd160_obj   = 
$rc5_obj      = 
2843
$wp_obj       = 
2844
$cmll_obj     = 
A
Andy Polyakov 已提交
2845
$perlasm_scheme = void
2846
$dso_scheme   = dlfcn
2847
$shared_target= hpux-shared
2848
$shared_cflag = +Z
2849
$shared_ldflag = +DD64 -b
2850
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
B
Bodo Möller 已提交
2851
$ranlib       = 
R
Richard Levitte 已提交
2852
$arflags      = 
2853
$multilib     = /hpux64
2854

A
Andy Polyakov 已提交
2855 2856
*** hpux64-ia64-gcc
$cc           = gcc
2857
$cflags       = -mlp64 -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2858
$unistd       = 
2859
$thread_cflag = 
A
Andy Polyakov 已提交
2860 2861
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2862
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2863
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2864
$bn_obj       = bn-ia64.o
A
Andy Polyakov 已提交
2865
$des_obj      = 
2866
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
A
Andy Polyakov 已提交
2867
$bf_obj       = 
A
Andy Polyakov 已提交
2868
$md5_obj      = md5-ia64.o
2869
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
A
Andy Polyakov 已提交
2870
$cast_obj     = 
2871
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
2872 2873
$rmd160_obj   = 
$rc5_obj      = 
2874
$wp_obj       = 
2875
$cmll_obj     = 
A
Andy Polyakov 已提交
2876
$perlasm_scheme = void
A
Andy Polyakov 已提交
2877 2878 2879
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = -fpic
2880
$shared_ldflag = -mlp64 -shared
A
Andy Polyakov 已提交
2881 2882 2883
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2884
$multilib     = /hpux64
A
Andy Polyakov 已提交
2885

2886 2887
*** hpux64-parisc2-cc
$cc           = cc
2888
$cflags       = +DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
2889
$unistd       = 
2890
$thread_cflag = 
2891 2892 2893
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2894
$cpuid_obj    = 
2895
$bn_obj       = pa-risc2W.o
2896
$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
2908
$dso_scheme   = dlfcn
2909
$shared_target= hpux-shared
2910
$shared_cflag = +Z
2911
$shared_ldflag = +DD64 -b
2912 2913
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2914
$arflags      = 
2915
$multilib     = /pa20_64
2916

2917 2918
*** hpux64-parisc2-gcc
$cc           = gcc
2919
$cflags       = -O3 -DB_ENDIAN -D_REENTRANT
R
Richard Levitte 已提交
2920
$unistd       = 
2921
$thread_cflag = 
2922
$sys_id       = 
R
Richard Levitte 已提交
2923 2924
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2925
$cpuid_obj    = 
2926
$bn_obj       = pa-risc2W.o
R
Richard Levitte 已提交
2927
$des_obj      = 
2928
$aes_obj      = 
R
Richard Levitte 已提交
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
$dso_scheme   = dlfcn
2940
$shared_target= hpux-shared
2941
$shared_cflag = -fpic
2942
$shared_ldflag = -shared
B
Bodo Möller 已提交
2943 2944
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2945
$arflags      = 
2946
$multilib     = /pa20_64
R
Richard Levitte 已提交
2947

B
update  
Bodo Möller 已提交
2948 2949
*** hurd-x86
$cc           = gcc
2950
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall
B
update  
Bodo Möller 已提交
2951 2952
$unistd       = 
$thread_cflag = -D_REENTRANT
2953
$sys_id       = 
B
update  
Bodo Möller 已提交
2954 2955
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2956 2957 2958
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2959
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2960 2961 2962 2963 2964 2965 2966 2967
$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
2968
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2969
$perlasm_scheme = elf
B
update  
Bodo Möller 已提交
2970 2971 2972
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
2973
$shared_ldflag = 
B
update  
Bodo Möller 已提交
2974
$shared_extension = 
2975
$ranlib       = 
R
Richard Levitte 已提交
2976
$arflags      = 
2977
$multilib     = 
B
update  
Bodo Möller 已提交
2978

2979 2980 2981 2982 2983
*** irix-cc
$cc           = cc
$cflags       = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
2984
$sys_id       = 
2985
$lflags       = 
2986
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR
2987
$cpuid_obj    = 
2988 2989
$bn_obj       = 
$des_obj      = 
2990
$aes_obj      = 
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
R
Richard Levitte 已提交
3001 3002
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
3003
$shared_cflag = 
B
Bodo Möller 已提交
3004 3005 3006
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3007
$arflags      = 
3008
$multilib     = 
3009 3010 3011

*** irix-gcc
$cc           = gcc
3012
$cflags       = -O3 -DTERMIOS -DB_ENDIAN
3013 3014
$unistd       = 
$thread_cflag = (unknown)
3015
$sys_id       = 
3016
$lflags       = 
3017
$bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR
3018
$cpuid_obj    = 
3019 3020
$bn_obj       = 
$des_obj      = 
3021
$aes_obj      = 
3022 3023 3024 3025 3026 3027 3028
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3029
$wp_obj       = 
3030
$cmll_obj     = 
A
Andy Polyakov 已提交
3031
$perlasm_scheme = void
R
Richard Levitte 已提交
3032 3033
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
3034
$shared_cflag = 
B
Bodo Möller 已提交
3035 3036 3037
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3038
$arflags      = 
3039
$multilib     = 
3040 3041 3042

*** irix-mips3-cc
$cc           = cc
A
Andy Polyakov 已提交
3043
$cflags       = -n32 -mips3 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W
3044
$unistd       = 
3045
$thread_cflag = -D_SGI_MP_SOURCE
3046
$sys_id       = 
3047
$lflags       = 
3048
$bn_ops       = DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT
3049
$cpuid_obj    = 
3050
$bn_obj       = bn-mips3.o
3051
$des_obj      = 
3052
$aes_obj      = 
3053 3054 3055 3056 3057 3058 3059
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3060
$wp_obj       = 
3061
$cmll_obj     = 
A
Andy Polyakov 已提交
3062
$perlasm_scheme = void
R
Richard Levitte 已提交
3063 3064
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
3065
$shared_cflag = 
R
Richard Levitte 已提交
3066
$shared_ldflag = -n32
B
Bodo Möller 已提交
3067 3068
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3069
$arflags      = 
3070
$multilib     = 32
3071 3072 3073

*** irix-mips3-gcc
$cc           = gcc
3074
$cflags       = -mabi=n32 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
3075
$unistd       = 
3076
$thread_cflag = -D_SGI_MP_SOURCE
3077
$sys_id       = 
3078 3079
$lflags       = 
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT
3080
$cpuid_obj    = 
3081
$bn_obj       = bn-mips3.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   = dlfcn
3095 3096 3097
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -mabi=n32
R
Richard Levitte 已提交
3098 3099 3100
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3101
$multilib     = 32
R
Richard Levitte 已提交
3102

3103 3104
*** irix64-mips4-cc
$cc           = cc
A
Andy Polyakov 已提交
3105
$cflags       = -64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W
B
Bodo Möller 已提交
3106
$unistd       = 
3107
$thread_cflag = -D_SGI_MP_SOURCE
3108
$sys_id       = 
3109 3110
$lflags       = 
$bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
3111
$cpuid_obj    = 
3112
$bn_obj       = bn-mips3.o
B
Bodo Möller 已提交
3113
$des_obj      = 
3114
$aes_obj      = 
B
Bodo Möller 已提交
3115 3116
$bf_obj       = 
$md5_obj      = 
3117
$sha1_obj     = 
B
Bodo Möller 已提交
3118
$cast_obj     = 
3119
$rc4_obj      = 
B
Bodo Möller 已提交
3120 3121
$rmd160_obj   = 
$rc5_obj      = 
3122
$wp_obj       = 
3123
$cmll_obj     = 
A
Andy Polyakov 已提交
3124
$perlasm_scheme = void
3125
$dso_scheme   = dlfcn
3126 3127 3128
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -64
B
Bodo Möller 已提交
3129 3130
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3131
$arflags      = 
3132
$multilib     = 64
B
Bodo Möller 已提交
3133

3134 3135
*** irix64-mips4-gcc
$cc           = gcc
3136
$cflags       = -mabi=64 -mips4 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
D
Dr. Stephen Henson 已提交
3137
$unistd       = 
3138
$thread_cflag = -D_SGI_MP_SOURCE
D
Dr. Stephen Henson 已提交
3139
$sys_id       = 
3140 3141
$lflags       = 
$bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
3142
$cpuid_obj    = 
3143
$bn_obj       = bn-mips3.o
D
Dr. Stephen Henson 已提交
3144
$des_obj      = 
3145
$aes_obj      = 
D
Dr. Stephen Henson 已提交
3146 3147
$bf_obj       = 
$md5_obj      = 
3148
$sha1_obj     = 
D
Dr. Stephen Henson 已提交
3149
$cast_obj     = 
3150
$rc4_obj      = 
D
Dr. Stephen Henson 已提交
3151 3152
$rmd160_obj   = 
$rc5_obj      = 
3153
$wp_obj       = 
3154
$cmll_obj     = 
A
Andy Polyakov 已提交
3155
$perlasm_scheme = void
D
Dr. Stephen Henson 已提交
3156
$dso_scheme   = dlfcn
3157 3158 3159
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -mabi=64
B
Bodo Möller 已提交
3160 3161
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3162
$arflags      = 
3163
$multilib     = 64
U
Ulf Möller 已提交
3164

3165 3166 3167
*** linux-alpha+bwx-ccc
$cc           = ccc
$cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
G
Geoff Thorpe 已提交
3168 3169
$unistd       = 
$thread_cflag = -D_REENTRANT
3170
$sys_id       = 
G
Geoff Thorpe 已提交
3171
$lflags       = 
3172
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3173
$cpuid_obj    = alphacpuid.o
3174
$bn_obj       = bn_asm.o alpha-mont.o
G
Geoff Thorpe 已提交
3175
$des_obj      = 
3176
$aes_obj      = 
G
Geoff Thorpe 已提交
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
G
Geoff Thorpe 已提交
3187
$dso_scheme   = 
R
Richard Levitte 已提交
3188 3189
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3190
$shared_ldflag = 
3191
$shared_extension = 
3192
$ranlib       = 
R
Richard Levitte 已提交
3193
$arflags      = 
3194
$multilib     = 
G
Geoff Thorpe 已提交
3195

3196
*** linux-alpha+bwx-gcc
3197
$cc           = gcc
3198
$cflags       = -O3 -DL_ENDIAN -DTERMIO
R
Richard Levitte 已提交
3199
$unistd       = 
B
Bodo Möller 已提交
3200
$thread_cflag = -D_REENTRANT
3201
$sys_id       = 
B
Bodo Möller 已提交
3202
$lflags       = -ldl
3203
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3204
$cpuid_obj    = alphacpuid.o
3205
$bn_obj       = bn_asm.o alpha-mont.o
R
Richard Levitte 已提交
3206
$des_obj      = 
3207
$aes_obj      = 
R
Richard Levitte 已提交
3208 3209 3210 3211 3212 3213 3214
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3215
$wp_obj       = 
3216
$cmll_obj     = 
A
Andy Polyakov 已提交
3217
$perlasm_scheme = void
B
Bodo Möller 已提交
3218 3219 3220
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3221
$shared_ldflag = 
B
Bodo Möller 已提交
3222
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3223
$ranlib       = 
R
Richard Levitte 已提交
3224
$arflags      = 
3225
$multilib     = 
R
Richard Levitte 已提交
3226

3227 3228 3229
*** linux-alpha-ccc
$cc           = ccc
$cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
3230
$unistd       = 
B
Bodo Möller 已提交
3231
$thread_cflag = -D_REENTRANT
3232
$sys_id       = 
3233 3234
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3235
$cpuid_obj    = alphacpuid.o
3236
$bn_obj       = bn_asm.o alpha-mont.o
3237
$des_obj      = 
3238
$aes_obj      = 
3239 3240 3241 3242 3243 3244 3245
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3246
$wp_obj       = 
3247
$cmll_obj     = 
A
Andy Polyakov 已提交
3248
$perlasm_scheme = void
3249 3250 3251
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3252
$shared_ldflag = 
3253
$shared_extension = 
3254
$ranlib       = 
R
Richard Levitte 已提交
3255
$arflags      = 
3256
$multilib     = 
3257

3258
*** linux-alpha-gcc
R
Richard Levitte 已提交
3259
$cc           = gcc
3260
$cflags       = -O3 -DL_ENDIAN -DTERMIO
R
Richard Levitte 已提交
3261 3262 3263
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
A
Andy Polyakov 已提交
3264
$lflags       = -ldl
3265
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3266
$cpuid_obj    = alphacpuid.o
3267
$bn_obj       = bn_asm.o alpha-mont.o
R
Richard Levitte 已提交
3268
$des_obj      = 
3269
$aes_obj      = 
R
Richard Levitte 已提交
3270 3271 3272 3273 3274 3275 3276
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3277
$wp_obj       = 
3278
$cmll_obj     = 
A
Andy Polyakov 已提交
3279
$perlasm_scheme = void
A
Andy Polyakov 已提交
3280 3281 3282
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3283
$shared_ldflag = 
A
Andy Polyakov 已提交
3284
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
3285
$ranlib       = 
R
Richard Levitte 已提交
3286
$arflags      = 
3287
$multilib     = 
R
Richard Levitte 已提交
3288

3289 3290
*** linux-aout
$cc           = gcc
3291
$cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall
3292 3293 3294 3295 3296
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3297 3298 3299
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3300
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3301 3302 3303 3304 3305 3306 3307 3308
$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
3309
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3310
$perlasm_scheme = a.out
3311 3312 3313 3314 3315 3316 3317
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3318
$multilib     = 
3319

A
Andy Polyakov 已提交
3320 3321
*** linux-armv4
$cc           = gcc
A
Andy Polyakov 已提交
3322
$cflags       = -DTERMIO -O3 -Wall
A
Andy Polyakov 已提交
3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340
$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 已提交
3341
$perlasm_scheme = void
A
Andy Polyakov 已提交
3342 3343 3344 3345 3346 3347 3348
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3349
$multilib     = 
A
Andy Polyakov 已提交
3350

3351
*** linux-elf
U
Ulf Möller 已提交
3352
$cc           = gcc
3353
$cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
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
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3362
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3363 3364 3365 3366 3367 3368 3369 3370
$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 3375
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
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-generic32
3383
$cc           = gcc
3384
$cflags       = -DTERMIO -O3 -fomit-frame-pointer -Wall
3385
$unistd       = 
B
Bodo Möller 已提交
3386
$thread_cflag = -D_REENTRANT
3387
$sys_id       = 
R
Richard Levitte 已提交
3388
$lflags       = -ldl
3389
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
3390
$cpuid_obj    = 
3391
$bn_obj       = 
R
Richard Levitte 已提交
3392
$des_obj      = 
3393
$aes_obj      = 
R
Richard Levitte 已提交
3394 3395 3396 3397 3398 3399 3400
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3401
$wp_obj       = 
3402
$cmll_obj     = 
A
Andy Polyakov 已提交
3403
$perlasm_scheme = void
R
Richard Levitte 已提交
3404 3405 3406
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3407 3408 3409
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3410
$arflags      = 
3411
$multilib     = 
R
Richard Levitte 已提交
3412

3413
*** linux-generic64
3414
$cc           = gcc
3415
$cflags       = -DTERMIO -O3 -Wall
3416 3417 3418 3419
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
3420
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
3421
$cpuid_obj    = 
3422
$bn_obj       = 
3423
$des_obj      = 
3424
$aes_obj      = 
3425 3426 3427 3428 3429 3430 3431
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3432
$wp_obj       = 
3433
$cmll_obj     = 
A
Andy Polyakov 已提交
3434
$perlasm_scheme = void
3435 3436 3437
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
3438
$shared_ldflag = 
A
Andy Polyakov 已提交
3439
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3440 3441
$ranlib       = 
$arflags      = 
3442
$multilib     = 
3443

3444 3445 3446
*** linux-ia32-icc
$cc           = icc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -no_cpprt
U
Ulf Möller 已提交
3447 3448 3449 3450 3451
$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 已提交
3452 3453 3454
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3455
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3456 3457 3458 3459 3460 3461 3462 3463
$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
3464
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3465
$perlasm_scheme = elf
U
Ulf Möller 已提交
3466 3467
$dso_scheme   = dlfcn
$shared_target= linux-shared
3468
$shared_cflag = -KPIC
B
Bodo Möller 已提交
3469 3470 3471
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3472
$arflags      = 
3473
$multilib     = 
U
Ulf Möller 已提交
3474

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

*** 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 已提交
3513 3514
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3515 3516 3517 3518
$bn_obj       = bn-ia64.o
$des_obj      = 
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
$bf_obj       = 
A
Andy Polyakov 已提交
3519
$md5_obj      = md5-ia64.o
A
Andy Polyakov 已提交
3520 3521
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
$cast_obj     = 
3522
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
3523 3524
$rmd160_obj   = 
$rc5_obj      = 
3525
$wp_obj       = 
3526
$cmll_obj     = 
A
Andy Polyakov 已提交
3527
$perlasm_scheme = void
A
Andy Polyakov 已提交
3528 3529 3530 3531 3532 3533 3534
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3535
$multilib     = 
A
Andy Polyakov 已提交
3536 3537 3538 3539 3540 3541 3542 3543

*** 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 已提交
3544 3545
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3546
$bn_obj       = bn-ia64.o
3547
$des_obj      = 
3548
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
3549
$bf_obj       = 
A
Andy Polyakov 已提交
3550
$md5_obj      = md5-ia64.o
3551
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
3552
$cast_obj     = 
3553
$rc4_obj      = rc4-ia64.o rc4_skey.o
3554 3555
$rmd160_obj   = 
$rc5_obj      = 
3556
$wp_obj       = 
3557
$cmll_obj     = 
A
Andy Polyakov 已提交
3558
$perlasm_scheme = void
R
Richard Levitte 已提交
3559 3560 3561
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3562
$shared_ldflag = 
R
Richard Levitte 已提交
3563
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3564
$ranlib       = 
R
Richard Levitte 已提交
3565
$arflags      = 
3566
$multilib     = 
3567

3568
*** linux-ppc
R
Richard Levitte 已提交
3569
$cc           = gcc
3570
$cflags       = -DB_ENDIAN -DTERMIO -O3 -Wall
R
Richard Levitte 已提交
3571 3572 3573
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
R
Richard Levitte 已提交
3574
$lflags       = -ldl
3575
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3576 3577
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
R
Richard Levitte 已提交
3578
$des_obj      = 
A
Andy Polyakov 已提交
3579
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
3580 3581
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
3582
$sha1_obj     = sha1-ppc.o sha256-ppc.o
R
Richard Levitte 已提交
3583 3584 3585 3586
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3587
$wp_obj       = 
3588
$cmll_obj     = 
A
Andy Polyakov 已提交
3589
$perlasm_scheme = linux32
R
Richard Levitte 已提交
3590
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
3591 3592 3593 3594 3595
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3596
$arflags      = 
3597
$multilib     = 
R
Richard Levitte 已提交
3598

3599
*** linux-ppc64
3600
$cc           = gcc
A
Andy Polyakov 已提交
3601
$cflags       = -m64 -DB_ENDIAN -DTERMIO -O3 -Wall
3602 3603
$unistd       = 
$thread_cflag = -D_REENTRANT
3604
$sys_id       = 
3605 3606
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3607 3608
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
3609
$des_obj      = 
A
Andy Polyakov 已提交
3610
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
3611 3612
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
3613
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.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 = linux64
3621 3622 3623
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
3624
$shared_ldflag = -m64
3625
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3626
$ranlib       = 
R
Richard Levitte 已提交
3627
$arflags      = 
3628
$multilib     = 64
3629

A
Andy Polyakov 已提交
3630 3631 3632 3633 3634 3635 3636 3637
*** 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 已提交
3638 3639
$cpuid_obj    = s390xcpuid.o
$bn_obj       = bn-s390x.o s390x-mont.o
A
Andy Polyakov 已提交
3640
$des_obj      = 
A
Andy Polyakov 已提交
3641
$aes_obj      = aes-s390x.o
A
Andy Polyakov 已提交
3642 3643 3644 3645
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = sha1-s390x.o sha256-s390x.o sha512-s390x.o
$cast_obj     = 
A
Andy Polyakov 已提交
3646
$rc4_obj      = rc4-s390x.o
A
Andy Polyakov 已提交
3647 3648 3649
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
3650
$cmll_obj     = 
A
Andy Polyakov 已提交
3651
$perlasm_scheme = void
A
Andy Polyakov 已提交
3652 3653 3654 3655 3656 3657 3658
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3659
$multilib     = 64
A
Andy Polyakov 已提交
3660

3661
*** linux-sparcv8
3662
$cc           = gcc
R
Richard Levitte 已提交
3663
$cflags       = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W
3664 3665
$unistd       = 
$thread_cflag = -D_REENTRANT
3666
$sys_id       = 
3667
$lflags       = -ldl
3668
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
3669
$cpuid_obj    = 
3670 3671
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
3672
$aes_obj      = 
3673 3674 3675 3676 3677 3678 3679
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3680
$wp_obj       = 
3681
$cmll_obj     = 
A
Andy Polyakov 已提交
3682
$perlasm_scheme = void
3683 3684 3685
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3686
$shared_ldflag = 
3687
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3688
$ranlib       = 
R
Richard Levitte 已提交
3689
$arflags      = 
3690
$multilib     = 
3691

3692 3693
*** linux-sparcv9
$cc           = gcc
3694
$cflags       = -m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W
3695 3696
$unistd       = 
$thread_cflag = -D_REENTRANT
3697
$sys_id       = ULTRASPARC
3698
$lflags       = -ldl
3699
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
3700 3701
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
3702
$des_obj      = des_enc-sparc.o fcrypt_b.o
3703
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
3704
$bf_obj       = 
3705
$md5_obj      = 
A
Andy Polyakov 已提交
3706
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
3707 3708 3709 3710
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3711
$wp_obj       = 
3712
$cmll_obj     = 
A
Andy Polyakov 已提交
3713
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3714 3715 3716
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
3717
$shared_ldflag = -m32
3718
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
3719 3720
$ranlib       = 
$arflags      = 
3721
$multilib     = 
R
Richard Levitte 已提交
3722 3723 3724

*** linux-x86_64
$cc           = gcc
R
Richard Levitte 已提交
3725
$cflags       = -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int
R
Richard Levitte 已提交
3726 3727 3728 3729
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
3730
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
3731
$cpuid_obj    = x86_64cpuid.o
3732
$bn_obj       = x86_64-gcc.o x86_64-mont.o
R
Richard Levitte 已提交
3733
$des_obj      = 
A
Andy Polyakov 已提交
3734
$aes_obj      = aes-x86_64.o aesni-x86_64.o
R
Richard Levitte 已提交
3735
$bf_obj       = 
3736
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
3737
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
R
Richard Levitte 已提交
3738
$cast_obj     = 
3739
$rc4_obj      = rc4-x86_64.o
R
Richard Levitte 已提交
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 = elf
R
Richard Levitte 已提交
3745 3746 3747
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
3748
$shared_ldflag = -m64
R
Richard Levitte 已提交
3749
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3750 3751
$ranlib       = 
$arflags      = 
3752
$multilib     = 64
3753 3754 3755

*** linux64-sparcv9
$cc           = gcc
R
Richard Levitte 已提交
3756
$cflags       = -m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
3757 3758 3759 3760
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = -ldl
3761
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
3762 3763
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
3764
$des_obj      = des_enc-sparc.o fcrypt_b.o
3765
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
3766
$bf_obj       = 
3767
$md5_obj      = 
A
Andy Polyakov 已提交
3768
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
3769 3770 3771 3772
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3773
$wp_obj       = 
3774
$cmll_obj     = 
A
Andy Polyakov 已提交
3775
$perlasm_scheme = void
3776 3777 3778 3779 3780
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3781
$ranlib       = 
R
Richard Levitte 已提交
3782
$arflags      = 
3783
$multilib     = 64
3784

D
Dr. Stephen Henson 已提交
3785 3786
*** mingw
$cc           = gcc
3787
$cflags       = -mno-cygwin -DL_ENDIAN -DOPENSSL_NO_CAPIENG -fomit-frame-pointer -O3 -march=i486 -Wall
D
Dr. Stephen Henson 已提交
3788 3789 3790
$unistd       = 
$thread_cflag = 
$sys_id       = MINGW32
3791
$lflags       = -lws2_32 -lgdi32
B
Bodo Möller 已提交
3792
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
A
Andy Polyakov 已提交
3793 3794 3795
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3796
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3797 3798 3799 3800 3801 3802 3803 3804
$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
3805
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3806
$perlasm_scheme = coff
D
Dr. Stephen Henson 已提交
3807
$dso_scheme   = win32
3808
$shared_target= cygwin-shared
3809
$shared_cflag = -D_WINDLL -DOPENSSL_USE_APPLINK
A
Andy Polyakov 已提交
3810
$shared_ldflag = -mno-cygwin
3811
$shared_extension = .dll.a
D
Dr. Stephen Henson 已提交
3812 3813
$ranlib       = 
$arflags      = 
3814
$multilib     = 
D
Dr. Stephen Henson 已提交
3815

A
Andy Polyakov 已提交
3816 3817 3818 3819 3820 3821
*** mingw64
$cc           = gcc
$cflags       = -mno-cygwin -DL_ENDIAN -O3 -Wall -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE
$unistd       = 
$thread_cflag = 
$sys_id       = MINGW64
3822
$lflags       = -lws2_32 -lgdi32 -lcrypt32
A
Andy Polyakov 已提交
3823
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
3824 3825
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
A
Andy Polyakov 已提交
3826
$des_obj      = 
A
Andy Polyakov 已提交
3827
$aes_obj      = aes-x86_64.o aesni-x86_64.o
A
Andy Polyakov 已提交
3828
$bf_obj       = 
3829 3830
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
A
Andy Polyakov 已提交
3831
$cast_obj     = 
3832
$rc4_obj      = rc4-x86_64.o
A
Andy Polyakov 已提交
3833 3834
$rmd160_obj   = 
$rc5_obj      = 
3835
$wp_obj       = wp-x86_64.o
3836
$cmll_obj     = cmll-x86_64.o cmll_misc.o
3837
$perlasm_scheme = mingw64
A
Andy Polyakov 已提交
3838 3839 3840 3841 3842 3843 3844
$dso_scheme   = win32
$shared_target= cygwin-shared
$shared_cflag = -D_WINDLL
$shared_ldflag = -mno-cygwin
$shared_extension = .dll.a
$ranlib       = 
$arflags      = 
3845
$multilib     = 
A
Andy Polyakov 已提交
3846

3847 3848 3849 3850 3851
*** ncr-scde
$cc           = cc
$cflags       = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
$unistd       = 
$thread_cflag = (unknown)
3852
$sys_id       = 
R
Richard Levitte 已提交
3853
$lflags       = -lsocket -lnsl -lc89
3854
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
3855
$cpuid_obj    = 
3856 3857
$bn_obj       = 
$des_obj      = 
3858
$aes_obj      = 
3859 3860 3861 3862 3863 3864 3865
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3866
$wp_obj       = 
3867
$cmll_obj     = 
A
Andy Polyakov 已提交
3868
$perlasm_scheme = 
B
Bodo Möller 已提交
3869
$dso_scheme   = 
R
Richard Levitte 已提交
3870 3871
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3872
$shared_ldflag = 
3873
$shared_extension = 
3874
$ranlib       = 
R
Richard Levitte 已提交
3875
$arflags      = 
3876
$multilib     = 
3877

3878 3879 3880 3881 3882 3883
*** netware-clib
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
3884
$lflags       = 
A
Andy Polyakov 已提交
3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906
$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      = 
3907
$multilib     = 
A
Andy Polyakov 已提交
3908 3909 3910 3911 3912 3913 3914 3915 3916

*** netware-clib-bsdsock
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
3917
$cpuid_obj    = 
3918 3919
$bn_obj       = 
$des_obj      = 
3920
$aes_obj      = 
3921 3922 3923 3924 3925 3926 3927
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3928
$wp_obj       = 
3929
$cmll_obj     = 
A
Andy Polyakov 已提交
3930 3931 3932 3933 3934 3935 3936 3937
$perlasm_scheme = 
$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 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968

*** 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      = 
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-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 = 
3993 3994 3995 3996 3997 3998 3999
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4000
$multilib     = 
4001 4002 4003 4004 4005 4006 4007

*** netware-libc
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020
$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      = 
4021
$wp_obj       = 
4022
$cmll_obj     = 
A
Andy Polyakov 已提交
4023
$perlasm_scheme = 
A
Andy Polyakov 已提交
4024 4025 4026 4027 4028 4029 4030
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4031
$multilib     = 
A
Andy Polyakov 已提交
4032 4033 4034 4035 4036 4037 4038 4039 4040

*** netware-libc-bsdsock
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
4041
$cpuid_obj    = 
4042 4043
$bn_obj       = 
$des_obj      = 
4044
$aes_obj      = 
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 4055 4056 4057 4058 4059 4060 4061
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4062
$multilib     = 
A
Andy Polyakov 已提交
4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085

*** 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 = 
4086 4087 4088 4089 4090 4091 4092
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4093
$multilib     = 
4094

R
Richard Levitte 已提交
4095 4096 4097 4098 4099 4100
*** 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 已提交
4101 4102
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
4103
$cpuid_obj    = 
R
Richard Levitte 已提交
4104 4105
$bn_obj       = 
$des_obj      = 
4106
$aes_obj      = 
R
Richard Levitte 已提交
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 = 
R
Richard Levitte 已提交
4117 4118 4119 4120 4121 4122 4123
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4124
$multilib     = 
R
Richard Levitte 已提交
4125

R
Richard Levitte 已提交
4126 4127
*** newsos4-gcc
$cc           = gcc
4128
$cflags       = -O -DB_ENDIAN
R
Richard Levitte 已提交
4129 4130
$unistd       = 
$thread_cflag = (unknown)
4131
$sys_id       = NEWS4
R
Richard Levitte 已提交
4132 4133
$lflags       = -lmld -liberty
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4134
$cpuid_obj    = 
R
Richard Levitte 已提交
4135 4136
$bn_obj       = 
$des_obj      = 
4137
$aes_obj      = 
R
Richard Levitte 已提交
4138 4139 4140 4141 4142 4143 4144
$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 = 
R
Richard Levitte 已提交
4148 4149 4150
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4151
$shared_ldflag = 
4152
$shared_extension = 
4153
$ranlib       = 
R
Richard Levitte 已提交
4154
$arflags      = 
4155
$multilib     = 
R
Richard Levitte 已提交
4156

4157 4158 4159 4160 4161
*** nextstep
$cc           = cc
$cflags       = -O -Wall
$unistd       = <libc.h>
$thread_cflag = (unknown)
4162
$sys_id       = 
4163 4164
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4165
$cpuid_obj    = 
4166 4167
$bn_obj       = 
$des_obj      = 
4168
$aes_obj      = 
4169 4170 4171 4172 4173 4174 4175
$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 = 
B
Bodo Möller 已提交
4179
$dso_scheme   = 
R
Richard Levitte 已提交
4180 4181
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4182
$shared_ldflag = 
4183
$shared_extension = 
4184
$ranlib       = 
R
Richard Levitte 已提交
4185
$arflags      = 
4186
$multilib     = 
4187

4188 4189 4190 4191 4192
*** nextstep3.3
$cc           = cc
$cflags       = -O3 -Wall
$unistd       = <libc.h>
$thread_cflag = (unknown)
4193
$sys_id       = 
4194 4195
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
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

A
Andy Polyakov 已提交
4219
*** osf1-alpha-cc
4220 4221 4222 4223 4224 4225 4226
$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 已提交
4227
$cpuid_obj    = alphacpuid.o
4228
$bn_obj       = bn_asm.o alpha-mont.o
4229 4230 4231 4232 4233 4234 4235 4236 4237
$des_obj      = 
$aes_obj      = 
$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 = void
4241 4242 4243 4244 4245 4246 4247
$dso_scheme   = dlfcn
$shared_target= alpha-osf1-shared
$shared_cflag = 
$shared_ldflag = 
$shared_extension = .so
$ranlib       = 
$arflags      = 
4248
$multilib     = 
4249 4250 4251 4252 4253 4254 4255 4256 4257

*** 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 已提交
4258
$cpuid_obj    = alphacpuid.o
4259
$bn_obj       = bn_asm.o alpha-mont.o
4260 4261 4262 4263 4264 4265 4266 4267 4268
$des_obj      = 
$aes_obj      = 
$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 = void
4272 4273 4274 4275 4276 4277 4278
$dso_scheme   = dlfcn
$shared_target= alpha-osf1-shared
$shared_cflag = 
$shared_ldflag = 
$shared_extension = .so
$ranlib       = 
$arflags      = 
4279
$multilib     = 
4280

4281 4282 4283 4284 4285
*** purify
$cc           = purify gcc
$cflags       = -g -DPURIFY -Wall
$unistd       = 
$thread_cflag = (unknown)
4286
$sys_id       = 
4287 4288
$lflags       = -lsocket -lnsl
$bn_ops       = 
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 = 
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

B
Bodo Möller 已提交
4312 4313 4314 4315
*** qnx4
$cc           = cc
$cflags       = -DL_ENDIAN -DTERMIO
$unistd       = 
B
update  
Bodo Möller 已提交
4316
$thread_cflag = (unknown)
4317
$sys_id       = 
B
Bodo Möller 已提交
4318 4319
$lflags       = 
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4320
$cpuid_obj    = 
B
update  
Bodo Möller 已提交
4321 4322
$bn_obj       = 
$des_obj      = 
4323
$aes_obj      = 
B
update  
Bodo Möller 已提交
4324 4325 4326 4327 4328 4329 4330
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4331
$wp_obj       = 
4332
$cmll_obj     = 
A
Andy Polyakov 已提交
4333
$perlasm_scheme = 
B
Bodo Möller 已提交
4334 4335 4336
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4337
$shared_ldflag = 
4338
$shared_extension = 
4339
$ranlib       = 
R
Richard Levitte 已提交
4340
$arflags      = 
4341
$multilib     = 
B
Bodo Möller 已提交
4342

4343 4344 4345 4346 4347
*** rhapsody-ppc-cc
$cc           = cc
$cflags       = -O3 -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
R
Richard Levitte 已提交
4348
$sys_id       = MACOSX_RHAPSODY
4349 4350
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4351
$cpuid_obj    = 
4352 4353
$bn_obj       = 
$des_obj      = 
4354
$aes_obj      = 
4355 4356 4357 4358 4359 4360 4361
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4362
$wp_obj       = 
4363
$cmll_obj     = 
A
Andy Polyakov 已提交
4364
$perlasm_scheme = void
B
Bodo Möller 已提交
4365
$dso_scheme   = 
R
Richard Levitte 已提交
4366 4367
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4368
$shared_ldflag = 
4369
$shared_extension = 
4370
$ranlib       = 
R
Richard Levitte 已提交
4371
$arflags      = 
4372
$multilib     = 
4373

4374 4375
*** sco5-cc
$cc           = cc
R
Richard Levitte 已提交
4376
$cflags       = -belf
4377 4378
$unistd       = 
$thread_cflag = (unknown)
4379
$sys_id       = 
R
Richard Levitte 已提交
4380
$lflags       = -lsocket -lnsl
4381
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4382 4383 4384
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
4385
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
4386 4387 4388 4389 4390 4391 4392 4393
$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
4394
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4395
$perlasm_scheme = elf
R
Richard Levitte 已提交
4396 4397 4398
$dso_scheme   = dlfcn
$shared_target= svr3-shared
$shared_cflag = -Kpic
B
Bodo Möller 已提交
4399
$shared_ldflag = 
R
Richard Levitte 已提交
4400
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4401
$ranlib       = 
R
Richard Levitte 已提交
4402
$arflags      = 
4403
$multilib     = 
4404 4405 4406 4407 4408 4409

*** sco5-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
4410
$sys_id       = 
R
Richard Levitte 已提交
4411
$lflags       = -lsocket -lnsl
4412
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4413 4414 4415
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
4416
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
4417 4418 4419 4420 4421 4422 4423 4424
$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
4425
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4426
$perlasm_scheme = elf
R
Richard Levitte 已提交
4427 4428 4429
$dso_scheme   = dlfcn
$shared_target= svr3-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
4430
$shared_ldflag = 
R
Richard Levitte 已提交
4431
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4432
$ranlib       = 
R
Richard Levitte 已提交
4433
$arflags      = 
4434
$multilib     = 
4435

4436
*** solaris-sparcv7-cc
4437
$cc           = cc
4438
$cflags       = -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
$bn_obj       = 
4446
$des_obj      = 
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
*** solaris-sparcv7-gcc
4468
$cc           = gcc
4469
$cflags       = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
4470 4471
$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
$bn_obj       = 
4477
$des_obj      = 
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-sparcv8-cc
4499
$cc           = cc
4500
$cflags       = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4501 4502
$unistd       = 
$thread_cflag = -D_REENTRANT
4503
$sys_id       = 
B
Bodo Möller 已提交
4504
$lflags       = -lsocket -lnsl -ldl
4505
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4506
$cpuid_obj    = 
4507 4508
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
4509
$aes_obj      = 
4510 4511 4512 4513 4514 4515 4516
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$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 4530 4531 4532 4533

*** solaris-sparcv8-gcc
$cc           = gcc
$cflags       = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
$unistd       = 
$thread_cflag = -D_REENTRANT
4534
$sys_id       = 
B
Bodo Möller 已提交
4535
$lflags       = -lsocket -lnsl -ldl
4536
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4537
$cpuid_obj    = 
4538 4539
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
4540
$aes_obj      = 
4541 4542 4543 4544 4545 4546 4547
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$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

4560
*** solaris-sparcv9-cc
4561
$cc           = cc
4562
$cflags       = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4563 4564
$unistd       = 
$thread_cflag = -D_REENTRANT
4565
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4566
$lflags       = -lsocket -lnsl -ldl
4567
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4568 4569
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4570
$des_obj      = des_enc-sparc.o fcrypt_b.o
4571
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4572
$bf_obj       = 
4573
$md5_obj      = 
A
Andy Polyakov 已提交
4574
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4575 4576 4577 4578
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4579
$wp_obj       = 
4580
$cmll_obj     = 
A
Andy Polyakov 已提交
4581
$perlasm_scheme = void
B
Bodo Möller 已提交
4582
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4583 4584
$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     = 
4590

4591
*** solaris-sparcv9-gcc
4592
$cc           = gcc
4593
$cflags       = -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
4594 4595
$unistd       = 
$thread_cflag = -D_REENTRANT
4596
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4597
$lflags       = -lsocket -lnsl -ldl
4598
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4599 4600
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4601
$des_obj      = des_enc-sparc.o fcrypt_b.o
4602
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4603
$bf_obj       = 
4604
$md5_obj      = 
A
Andy Polyakov 已提交
4605
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4606 4607 4608 4609
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4610
$wp_obj       = 
4611
$cmll_obj     = 
A
Andy Polyakov 已提交
4612
$perlasm_scheme = void
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

R
Richard Levitte 已提交
4622 4623 4624 4625 4626 4627 4628 4629
*** 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
4630
$cpuid_obj    = 
R
Richard Levitte 已提交
4631 4632
$bn_obj       = 
$des_obj      = 
4633
$aes_obj      = 
R
Richard Levitte 已提交
4634 4635 4636 4637 4638 4639 4640
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4641
$wp_obj       = 
4642
$cmll_obj     = 
A
Andy Polyakov 已提交
4643
$perlasm_scheme = void
R
Richard Levitte 已提交
4644 4645 4646
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -KPIC
4647
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4648 4649
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4650
$arflags      = 
4651
$multilib     = 
R
Richard Levitte 已提交
4652

4653 4654
*** solaris-x86-gcc
$cc           = gcc
4655
$cflags       = -O3 -fomit-frame-pointer -march=pentium -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM
4656 4657
$unistd       = 
$thread_cflag = -D_REENTRANT
4658
$sys_id       = 
B
Bodo Möller 已提交
4659
$lflags       = -lsocket -lnsl -ldl
4660
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4661 4662 4663
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
4664
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
4665 4666 4667 4668 4669 4670 4671 4672
$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
4673
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4674
$perlasm_scheme = elf
B
Bodo Möller 已提交
4675
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4676
$shared_target= solaris-shared
R
Richard Levitte 已提交
4677
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4678
$shared_ldflag = -shared
B
Bodo Möller 已提交
4679 4680
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4681
$arflags      = 
4682
$multilib     = 
4683

4684
*** solaris64-sparcv9-cc
4685
$cc           = cc
4686
$cflags       = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
4687 4688
$unistd       = 
$thread_cflag = -D_REENTRANT
4689
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4690
$lflags       = -lsocket -lnsl -ldl
4691
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4692 4693
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4694
$des_obj      = des_enc-sparc.o fcrypt_b.o
4695
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4696
$bf_obj       = 
4697
$md5_obj      = 
A
Andy Polyakov 已提交
4698
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4699 4700 4701 4702
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4703
$wp_obj       = 
4704
$cmll_obj     = 
A
Andy Polyakov 已提交
4705
$perlasm_scheme = void
B
Bodo Möller 已提交
4706
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4707 4708
$shared_target= solaris-shared
$shared_cflag = -KPIC
4709
$shared_ldflag = -xarch=v9 -G -dy -z text
B
Bodo Möller 已提交
4710 4711
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = /usr/ccs/bin/ar rs
R
Richard Levitte 已提交
4712
$arflags      = 
4713
$multilib     = /64
4714

4715 4716 4717 4718 4719 4720 4721
*** 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
4722
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4723 4724
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4725
$des_obj      = des_enc-sparc.o fcrypt_b.o
4726
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4727
$bf_obj       = 
4728
$md5_obj      = 
A
Andy Polyakov 已提交
4729
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4730 4731 4732 4733
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4734
$wp_obj       = 
4735
$cmll_obj     = 
A
Andy Polyakov 已提交
4736
$perlasm_scheme = void
4737 4738 4739
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4740
$shared_ldflag = -m64 -shared
4741 4742
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4743
$arflags      = 
4744
$multilib     = /64
4745

4746 4747 4748 4749 4750 4751 4752 4753
*** 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
4754 4755
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
4756
$des_obj      = 
A
Andy Polyakov 已提交
4757
$aes_obj      = aes-x86_64.o aesni-x86_64.o
4758
$bf_obj       = 
4759 4760
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
4761
$cast_obj     = 
4762
$rc4_obj      = rc4-x86_64.o
4763 4764
$rmd160_obj   = 
$rc5_obj      = 
4765
$wp_obj       = wp-x86_64.o
4766
$cmll_obj     = cmll-x86_64.o cmll_misc.o
4767
$perlasm_scheme = elf
4768 4769 4770
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -KPIC
4771
$shared_ldflag = -xarch=amd64 -G -dy -z text
4772 4773 4774
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
4775
$multilib     = /64
4776 4777 4778 4779 4780 4781 4782 4783 4784

*** 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
4785
$cpuid_obj    = x86_64cpuid.o
4786
$bn_obj       = x86_64-gcc.o x86_64-mont.o
4787
$des_obj      = 
A
Andy Polyakov 已提交
4788
$aes_obj      = aes-x86_64.o aesni-x86_64.o
4789
$bf_obj       = 
4790
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
4791
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
4792
$cast_obj     = 
4793
$rc4_obj      = rc4-x86_64.o
4794 4795
$rmd160_obj   = 
$rc5_obj      = 
4796
$wp_obj       = wp-x86_64.o
4797
$cmll_obj     = cmll-x86_64.o cmll_misc.o
4798
$perlasm_scheme = elf
4799 4800 4801 4802 4803 4804 4805
$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      = 
4806
$multilib     = /64
4807

4808 4809
*** sunos-gcc
$cc           = gcc
B
Bodo Möller 已提交
4810
$cflags       = -O3 -mv8 -Dssize_t=int
4811 4812
$unistd       = 
$thread_cflag = (unknown)
R
Richard Levitte 已提交
4813
$sys_id       = SUNOS
4814
$lflags       = 
4815
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
4816
$cpuid_obj    = 
4817 4818
$bn_obj       = 
$des_obj      = 
4819
$aes_obj      = 
4820 4821 4822 4823 4824 4825 4826
$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
B
Bodo Möller 已提交
4830
$dso_scheme   = 
R
Richard Levitte 已提交
4831 4832
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4833
$shared_ldflag = 
4834
$shared_extension = 
4835
$ranlib       = 
R
Richard Levitte 已提交
4836
$arflags      = 
4837
$multilib     = 
4838

R
Richard Levitte 已提交
4839 4840 4841 4842 4843 4844 4845 4846
*** 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
4847
$cpuid_obj    = 
R
Richard Levitte 已提交
4848 4849
$bn_obj       = 
$des_obj      = 
4850
$aes_obj      = 
R
Richard Levitte 已提交
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 = 
R
Richard Levitte 已提交
4861 4862 4863 4864 4865 4866 4867
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4868
$multilib     = 
R
Richard Levitte 已提交
4869

4870 4871 4872 4873 4874 4875 4876 4877
*** 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 已提交
4878
$cpuid_obj    = alphacpuid.o
4879
$bn_obj       = bn_asm.o alpha-mont.o
4880 4881 4882 4883 4884 4885 4886 4887 4888
$des_obj      = 
$aes_obj      = 
$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 = void
4892
$dso_scheme   = dlfcn
4893
$shared_target= alpha-osf1-shared
4894
$shared_cflag = 
4895
$shared_ldflag = -msym
4896 4897 4898
$shared_extension = .so
$ranlib       = 
$arflags      = 
4899
$multilib     = 
4900

D
Dr. Stephen Henson 已提交
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962
*** uClinux-dist
$cc           = 
$cflags       = $(CFLAGS)
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = $(LDFLAGS) $(LDLIBS)
$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 = 
$dso_scheme   = 
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

*** uClinux-dist64
$cc           = 
$cflags       = $(CFLAGS)
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = $(LDFLAGS) $(LDLIBS)
$bn_ops       = SIXTY_FOUR_BIT_LONG
$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= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

4963 4964
*** ultrix-cc
$cc           = cc
A
Andy Polyakov 已提交
4965
$cflags       = -std1 -O -Olimit 2500 -DL_ENDIAN
4966 4967
$unistd       = 
$thread_cflag = (unknown)
4968
$sys_id       = 
4969 4970
$lflags       = 
$bn_ops       = 
4971
$cpuid_obj    = 
4972 4973
$bn_obj       = 
$des_obj      = 
4974
$aes_obj      = 
4975 4976 4977 4978 4979 4980 4981
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4982
$wp_obj       = 
4983
$cmll_obj     = 
A
Andy Polyakov 已提交
4984
$perlasm_scheme = 
B
Bodo Möller 已提交
4985
$dso_scheme   = 
R
Richard Levitte 已提交
4986 4987
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4988
$shared_ldflag = 
4989
$shared_extension = 
4990
$ranlib       = 
R
Richard Levitte 已提交
4991
$arflags      = 
4992
$multilib     = 
4993 4994 4995 4996 4997 4998

*** ultrix-gcc
$cc           = gcc
$cflags       = -O3 -DL_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
4999
$sys_id       = 
5000
$lflags       = 
A
Andy Polyakov 已提交
5001
$bn_ops       = BN_LLONG
5002
$cpuid_obj    = 
5003 5004
$bn_obj       = 
$des_obj      = 
5005
$aes_obj      = 
5006 5007 5008 5009 5010 5011 5012
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5013
$wp_obj       = 
5014
$cmll_obj     = 
A
Andy Polyakov 已提交
5015
$perlasm_scheme = 
B
Bodo Möller 已提交
5016
$dso_scheme   = 
R
Richard Levitte 已提交
5017 5018
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5019
$shared_ldflag = 
5020
$shared_extension = 
5021
$ranlib       = 
R
Richard Levitte 已提交
5022
$arflags      = 
5023
$multilib     = 
5024 5025 5026

*** unixware-2.0
$cc           = cc
B
update  
Bodo Möller 已提交
5027
$cflags       = -DFILIO_H -DNO_STRINGS_H
5028
$unistd       = 
B
Update.  
Bodo Möller 已提交
5029
$thread_cflag = -Kthread
5030
$sys_id       = 
B
update  
Bodo Möller 已提交
5031
$lflags       = -lsocket -lnsl -lresolv -lx
5032
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
5033
$cpuid_obj    = 
5034 5035
$bn_obj       = 
$des_obj      = 
5036
$aes_obj      = 
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 = 
B
Bodo Möller 已提交
5047
$dso_scheme   = 
R
Richard Levitte 已提交
5048 5049
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5050
$shared_ldflag = 
5051
$shared_extension = 
5052
$ranlib       = 
R
Richard Levitte 已提交
5053
$arflags      = 
5054
$multilib     = 
5055

B
Update.  
Bodo Möller 已提交
5056 5057 5058
*** unixware-2.1
$cc           = cc
$cflags       = -O -DFILIO_H
5059
$unistd       = 
B
Update.  
Bodo Möller 已提交
5060
$thread_cflag = -Kthread
5061
$sys_id       = 
B
update  
Bodo Möller 已提交
5062
$lflags       = -lsocket -lnsl -lresolv -lx
B
Update.  
Bodo Möller 已提交
5063
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
5064
$cpuid_obj    = 
B
Update.  
Bodo Möller 已提交
5065 5066
$bn_obj       = 
$des_obj      = 
5067
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
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 = 
B
Update.  
Bodo Möller 已提交
5078 5079 5080
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5081
$shared_ldflag = 
B
Update.  
Bodo Möller 已提交
5082 5083
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
5084
$arflags      = 
5085
$multilib     = 
B
Update.  
Bodo Möller 已提交
5086

R
Richard Levitte 已提交
5087 5088 5089 5090 5091
*** unixware-7
$cc           = cc
$cflags       = -O -DFILIO_H -Kalloca
$unistd       = 
$thread_cflag = -Kthread
5092
$sys_id       = 
R
Richard Levitte 已提交
5093
$lflags       = -lsocket -lnsl
G
Geoff Thorpe 已提交
5094
$bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
5095 5096 5097
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
5098
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
5099 5100 5101 5102 5103 5104 5105 5106
$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
5107
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
5108
$perlasm_scheme = elf
L
Lutz Jänicke 已提交
5109 5110 5111
$dso_scheme   = dlfcn
$shared_target= svr5-shared
$shared_cflag = -Kpic
B
Bodo Möller 已提交
5112 5113 5114
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
5115
$arflags      = 
5116
$multilib     = 
G
Geoff Thorpe 已提交
5117

5118 5119
*** unixware-7-gcc
$cc           = gcc
A
Andy Polyakov 已提交
5120
$cflags       = -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall
5121 5122 5123 5124 5125
$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 已提交
5126 5127 5128
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
5129
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
5130 5131 5132 5133 5134 5135 5136 5137
$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
5138
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
5139
$perlasm_scheme = elf
5140 5141 5142
$dso_scheme   = dlfcn
$shared_target= gnu-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
5143 5144 5145
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
5146
$arflags      = 
5147
$multilib     = 
5148

R
Richard Levitte 已提交
5149 5150
*** vos-gcc
$cc           = gcc
D
Dr. Stephen Henson 已提交
5151
$cflags       = -O3 -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN
R
Richard Levitte 已提交
5152 5153 5154 5155 5156
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = VOS
$lflags       = -Wl,-map
$bn_ops       = BN_LLONG
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 = void
R
Richard Levitte 已提交
5171 5172 5173
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
5174 5175
$shared_ldflag = 
$shared_extension = .so
R
Richard Levitte 已提交
5176 5177
$ranlib       = 
$arflags      = 
5178
$multilib     = 
R
Richard Levitte 已提交
5179

G
Geoff Thorpe 已提交
5180 5181 5182 5183 5184 5185 5186 5187
*** 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       = 
5188
$cpuid_obj    = 
G
Geoff Thorpe 已提交
5189 5190
$bn_obj       = 
$des_obj      = 
5191
$aes_obj      = 
G
Geoff Thorpe 已提交
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 = void
G
Geoff Thorpe 已提交
5202 5203 5204 5205 5206 5207 5208
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = ranlibmips
$arflags      = 
5209
$multilib     = 
G
Geoff Thorpe 已提交
5210

G
Geoff Thorpe 已提交
5211 5212 5213 5214 5215 5216 5217 5218
*** 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       = 
5219
$cpuid_obj    = 
G
Geoff Thorpe 已提交
5220 5221
$bn_obj       = 
$des_obj      = 
5222
$aes_obj      = 
G
Geoff Thorpe 已提交
5223 5224 5225 5226 5227 5228 5229
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5230
$wp_obj       = 
5231
$cmll_obj     = 
A
Andy Polyakov 已提交
5232
$perlasm_scheme = 
G
Geoff Thorpe 已提交
5233 5234 5235 5236 5237 5238
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
5239
$arflags      = 
5240
$multilib     = 
R
Richard Levitte 已提交
5241 5242 5243 5244 5245 5246 5247 5248 5249

*** 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       = 
5250
$cpuid_obj    = 
R
Richard Levitte 已提交
5251 5252
$bn_obj       = 
$des_obj      = 
5253
$aes_obj      = 
R
Richard Levitte 已提交
5254 5255 5256 5257 5258 5259 5260
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5261
$wp_obj       = 
5262
$cmll_obj     = 
A
Andy Polyakov 已提交
5263
$perlasm_scheme = 
R
Richard Levitte 已提交
5264 5265 5266 5267 5268 5269 5270
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5271
$multilib     = 
R
Richard Levitte 已提交
5272 5273 5274 5275 5276 5277 5278 5279 5280

*** 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       = 
5281
$cpuid_obj    = 
R
Richard Levitte 已提交
5282 5283
$bn_obj       = 
$des_obj      = 
5284
$aes_obj      = 
R
Richard Levitte 已提交
5285 5286 5287 5288 5289 5290 5291
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5292
$wp_obj       = 
5293
$cmll_obj     = 
A
Andy Polyakov 已提交
5294
$perlasm_scheme = 
R
Richard Levitte 已提交
5295 5296 5297 5298 5299 5300 5301
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5302
$multilib     = 
5303 5304 5305

*** vxworks-ppc860
$cc           = ccppc
G
Geoff Thorpe 已提交
5306
$cflags       = -nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I$(WIND_BASE)/target/h
5307 5308 5309 5310 5311
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5312
$cpuid_obj    = 
5313 5314
$bn_obj       = 
$des_obj      = 
5315
$aes_obj      = 
5316 5317 5318 5319 5320 5321 5322
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5323
$wp_obj       = 
5324
$cmll_obj     = 
A
Andy Polyakov 已提交
5325
$perlasm_scheme = 
5326 5327 5328 5329 5330 5331 5332
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5333
$multilib     =