comparison auto/lib/md5/conf @ 288:f81d075ad172

nginx-0.0.2-2004-03-14-23:46:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Mar 2004 20:46:25 +0000
parents 30310107dbc9
children 99b349386504
comparison
equal deleted inserted replaced
287:35a6a9df2d25 288:f81d075ad172
21 ;; 21 ;;
22 22
23 wcl386) 23 wcl386)
24 LINK_DEPS="$LINK_DEPS $MD5/md5.lib" 24 LINK_DEPS="$LINK_DEPS $MD5/md5.lib"
25 CORE_LIBS="$CORE_LIBS $MD5/md5.lib" 25 CORE_LIBS="$CORE_LIBS $MD5/md5.lib"
26 ;;
27
28 *icc)
29 LINK_DEPS="$LINK_DEPS $MD5/libmd5.a"
30
31 # to allow -ipo optimization we link with the *.o but not library
32 CORE_LIBS="$CORE_LIBS $MD5/md5_dgst.o"
33
34 if [ $MD5_ASM = YES ]; then
35 CORE_LIBS="$CORE_LIBS $MD5/asm/mx86-elf.o"
36 fi
26 ;; 37 ;;
27 38
28 *) 39 *)
29 LINK_DEPS="$LINK_DEPS $MD5/libmd5.a" 40 LINK_DEPS="$LINK_DEPS $MD5/libmd5.a"
30 CORE_LIBS="$CORE_LIBS -L $MD5 -lmd5" 41 CORE_LIBS="$CORE_LIBS -L $MD5 -lmd5"