Home | History | Annotate | Download | only in build-aux

Lines Matching refs:LIB

118 	  lib=${1#-l}
122 for dir in $lib_path $LIB
125 if $shared && test -f "$dir/$lib.dll.lib"; then
127 set x "$@" "$dir/$lib.dll.lib"
130 if test -f "$dir/$lib.lib"; then
132 set x "$@" "$dir/$lib.lib"
138 test "$found" != yes && set x "$@" "$lib.lib"
175 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])