Searched refs:libs (Results 1 - 15 of 15) sorted by relevance
/vbox/src/libs/libpng-1.2.8/scripts/ |
H A D | libpng-config-head.in | 14 libs=""
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xml2-config.in | 17 --libs print library linking information 32 libs=false 73 --libtool-libs) 84 --libs)
|
H A D | depcomp | 305 tmpdepfile2=$dir.libs/$base.d 347 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. 351 # compilations output dependencies in $dir.libs/$base.o.d and 354 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is 355 # automatically cleaned when .libs/ is deleted, while ignoring 357 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 359 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 360 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
|
H A D | ltmain.sh | 204 # Need a lot of goo to handle *both* DLLs and import libs 1179 -all-static | -static | -static-libtool-libs) 1196 -static-libtool-libs) 1763 -static | -static-libtool-libs) 2064 libs= 2069 case "$libs " in 2073 libs="$libs $deplib" 2077 libs="$predeps $libs [all...] |
H A D | configure | 7439 rm -f .libs 2>/dev/null 7440 mkdir .libs 2>/dev/null 7441 if test -d .libs; then 7442 lt_cv_objdir=.libs 7447 rmdir .libs 2>/dev/null 9687 # Create ${libname}_ixlibrary.a entries in /sys/libs. 9688 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 10023 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/ |
H A D | Makefile | 36 all: libs apps install 38 libs: $(LIBRARIES)
|
H A D | GNUmakefile | 41 all: makerootdir subdirs $(MAKEROOT)/libs 85 -rmdir $(MAKEROOT)/libs $(MAKEROOT)/bin
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | setup.py | 170 libs = [libraryPrefix + "xml2"] + platformLibs variable 178 # We are gonna build 2 identical shared libs with merge initializing 190 libs.insert(0, libraryPrefix + 'exslt') 191 libs.insert(0, libraryPrefix + 'xslt') 198 libraries=libs, define_macros=macros)] 202 libraries=libs, define_macros=macros))
|
H A D | setup.py.in | 170 libs = [libraryPrefix + "xml2"] + platformLibs 178 # We are gonna build 2 identical shared libs with merge initializing 190 libs.insert(0, libraryPrefix + 'exslt') 191 libs.insert(0, libraryPrefix + 'xslt') 198 libraries=libs, define_macros=macros)] 202 libraries=libs, define_macros=macros))
|
/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | nspr-config.in | 19 [--libs] 66 --libs)
|
H A D | rules.mk | 45 # Pass 2. libs - Create libraries. Publish libraries to dist/<arch>/lib. 206 libs:: export 505 .PHONY: all alltags clean export install libs realclean release
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | GNUmakefile | 43 $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
|
/vbox/src/VBox/Installer/linux/ |
H A D | run-inst.sh | 201 libs=`ldconfig -v 2>/dev/null | grep -v ^$'\t'` 203 if echo $libs | grep -q $i; then
|
/vbox/ |
H A D | configure | 273 # $1 compile flags/libs 351 # on AMD64 systems, 64bit libs are usually located in /usr/lib64 355 # Solaris doesn't seem to subscribe to fhs, libs are usually in 662 LIBXML2=`pkg-config libxml-2.0 --libs` 695 LIBXML2=`xml2-config --libs` 1099 LIBSDL=`sdl-config --libs` 1500 pkg-config QtCore --libs` 1644 LIBVPX=`pkg-config vpx --libs` 2053 GSOAP_CXX_LIBS=`pkg-config gsoapssl++ --libs 2>> $LOG`
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | configure | 5713 pkg_cv_GSSGLUE_LIBS=`$PKG_CONFIG --libs "libgssglue" 2>/dev/null` 5734 GSSGLUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgssglue" 2>&1` 5736 GSSGLUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgssglue" 2>&1` 5815 pkg_cv_XRANDR_LIBS=`$PKG_CONFIG --libs "xrandr" 2>/dev/null` 5836 XRANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrandr" 2>&1` 5838 XRANDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrandr" 2>&1` 5916 pkg_cv_PCSCLITE_LIBS=`$PKG_CONFIG --libs "libpcsclite" 2>/dev/null` 5937 PCSCLITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpcsclite" 2>&1` 5939 PCSCLITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpcsclite" 2>&1` 6117 LDVNC=`$vncserverconfig --libs` [all...] |
Completed in 130 milliseconds