Searched refs:libs (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/androidplot/Examples/DemoApp/
H A Dant.properties45 jar.libs.dir=..\\..\\AndroidPlot-Core\\target\\obfuscated
/external/libvncserver/
H A Dlibvncserver-config.in14 libdir="$prefix/libvncserver/.libs $prefix/libvncclient/.libs"
18 Usage: @PACKAGE@-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--link] [--libs] [--cflags]"
57 --libs)
58 libs=""
60 libs="$libs -L$dir"
63 libs="$libs -R$dir"
66 echo "$libs"
[all...]
/external/pcre/dist/
H A Dpcre-config.in10 libs="[--libs-cpp]"
12 libs=
16 libs="[--libs16] $libs"
20 libs="[--libs32] $libs"
24 libs="[--libs] [--libs
[all...]
/external/avahi/avahi-client/
H A Dcheck-nss.c35 static const char * const libs[] = { local
43 for (l = libs; *l; l++) {
/external/libpng/scripts/
H A Dlibpng-config-head.in17 libs=""
/external/ImageMagick/Magick++/bin/
H A DMagick++-config.in11 usage='Usage: Magick++-config [--cppflags] [--cxxflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]
15 "c++ -o magick magick.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs`"'
53 pkg-config --libs Magick++
55 --libs)
56 pkg-config --libs Magick++
/external/ImageMagick/MagickCore/
H A DMagickCore-config.in11 Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2
50 pkg-config --libs MagickCore
52 --libs)
53 pkg-config --libs MagickCore
/external/ImageMagick/MagickWand/
H A DMagickWand-config.in11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --ldflags --libs\`" 1>&2
50 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
52 --libs)
53 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
/external/libpng/
H A Dlibpng-config.in19 libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
37 --libs print library linking information
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
90 --libs)
91 echo ${libs}
111 echo ${ldopts} ${L_opts} ${R_opts} ${libs}
116 libs=${all_libs}
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp23 const Libs* libs = reinterpret_cast<const Libs*>(ctx); local
24 GrGLFuncPtr proc = (GrGLFuncPtr) GetProcedureAddress(libs->fGLLib, name);
28 proc = (GrGLFuncPtr) GetProcedureAddress(libs->fEGLLib, name);
/external/compiler-rt/lib/dfsan/scripts/
H A Dbuild-libc-list.py60 libs = [os.path.join(options.libc_dso_path, name) for name in variable
75 libs += [os.path.join(options.libc_archive_path, name) for name in
79 libs.append(os.path.join(options.libgcc_dso_path, 'libgcc_s.so.1'))
80 libs.append(os.path.join(options.libgcc_archive_path, 'libgcc.a'))
83 libs.append(os.path.join(options.libstdcxx_dso_path, 'libstdc++.so.6'))
86 for l in libs:
/external/libvpx/libvpx/build/make/
H A Darmlink_adapter.sh28 libs="$libs ${i#-l}"
38 for f in $libs; do
/external/ImageMagick/MagickWand/tests/
H A DMakefile4 CFLAGS=-I$(SRC) -L$(SRC)/MagickWand/.libs -L$(SRC)/MagickCore/.libs
/external/libxml2/
H A Dxml2-config.in17 --libs print library linking information
32 libs=false
73 --libtool-libs)
84 --libs)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A DMakefile10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A DMakefile10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A DMakefile10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A DMakefile10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)
/external/autotest/client/deps/ibusclient/src/
H A DMakefile8 LDLIBS = `$(PKG_CONFIG) --libs ibus-1.0`
/external/libpcap/
H A Dpcap-config.in29 --libs)
33 --additional-libs)
/external/libunwind/tests/
H A Dperf-startup3 LIBUNWIND=../src/.libs/libunwind.so
4 LIBUNWIND_PLAT=../src/.libs/libunwind-$platform.so
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native irreader` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-jit
11 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen

Completed in 469 milliseconds

12345678910