Searched refs:VER (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dconfigure23 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
97 SHAREDLIBV=libz.$VER$shared_ext
99 LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER"};;
123 LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"};;
168 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"}
189 echo Building static library $LIBS version $VER with $CC.
/external/webkit/Tools/wx/packaging/debian/
H A Drules6 VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
/external/zlib/src/
H A Dconfigure31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
231 SHAREDLIBV=libz.$VER$shared_ext
265 LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;;
332 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"}
359 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
752 echo VER = $VER >> configure.log
817 s/\@VERSION\@/$VER/g;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js672 form.VER.value=ver;

Completed in 96 milliseconds