Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/external/chromium/build/linux/
Dsystem.gyp43 '<!@(<(pkg-config) --libs-only-L --libs-only-other gtk+-2.0 gthread-2.0)',
46 '<!@(<(pkg-config) --libs-only-l gtk+-2.0 gthread-2.0)',
68 '<!@(<(pkg-config) --libs-only-L --libs-only-other gtk+-unix-print-2.0)',
71 '<!@(<(pkg-config) --libs-only-l gtk+-unix-print-2.0)',
103 '<!@(<(pkg-config) --libs-only-L --libs-only-other nss)',
106 '<!@(<(pkg-config) --libs-only-l nss | sed -e "s/-lssl3//")',
120 '<!@(<(pkg-config) --libs-only-L --libs-only-other nss)',
123 '<!@(<(pkg-config) --libs-only-l nss)',
143 '<!@(<(pkg-config) --libs-only-L --libs-only-other freetype2)',
146 '<!@(<(pkg-config) --libs-only-l freetype2)',
[all …]
/external/e2fsprogs/
DMakefile.in26 $(MAKE) libs
37 libs: all-libs-recursive
38 all-progs-recursive all-libs-recursive: subs
49 install-doc-libs:
50 -@test -d doc && cd doc && $(MAKE) install-doc-libs
52 uninstall-doc-libs:
53 -@test -d doc && cd doc && $(MAKE) uninstall-doc-libs
61 install: subs all-libs-recursive install-progs-recursive \
62 install-shlibs-libs-recursive install-doc-libs
63 … e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then $(MAKE) install-libs ; fi
[all …]
/external/expat/amiga/
DMakefile31 library: libs/expat.library libs/xmlwf libs/elements libs/outline libs/runtests libs/benchmark
35 check: clib2/runtests newlib/runtests libs/runtests so/runtests
38 libs/runtests
44 -delete libs/#?.o quiet
51 copy clone libs/expat.library T:expat/Workbench/Libs
55 copy clone libs/xmlwf T:expat/SDK/Local/C
217 libs/expat.library: libs/expat_lib.o libs/expat_68k.o libs/expat_68k_handler_stubs.o libs/expat_vec…
222 libs/expat_lib.o: expat_lib.c expat_base.h
224 libs/expat_68k.o: expat_68k.c expat_68k.h expat_base.h
226 libs/expat_68k_handler_stubs.o: expat_68k_handler_stubs.c expat_68k.h
[all …]
/external/eigen/bench/btl/
DCMakeLists.txt43 ${PROJECT_SOURCE_DIR}/libs/STL)
92 add_subdirectory(libs/eigen3)
93 add_subdirectory(libs/eigen2)
94 add_subdirectory(libs/BLAS)
95 add_subdirectory(libs/ublas)
96 add_subdirectory(libs/gmm)
97 add_subdirectory(libs/mtl4)
98 add_subdirectory(libs/blitz)
99 add_subdirectory(libs/tvmet)
100 add_subdirectory(libs/STL)
/external/libpng/scripts/
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}
Dlibpng-config-body.in11 --libs print library linking information
19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
64 --libs)
65 echo ${libs}
81 echo ${ldflags} ${L_opts} ${R_opts} ${libs}
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuild.dox147libs/antlr3baserecognizer.o .libs/antlr3basetree.o .libs/antlr3basetreeadaptor.o .libs/antlr3bitse…
148 ar cru .libs/libantlr3c.a antlr3baserecognizer.o antlr3basetree.o antlr3basetreeadaptor.o antlr3bi…
149 ranlib .libs/libantlr3c.a
152 (cd .libs && rm -f libantlr3c.la && ln -s ../libantlr3c.la libantlr3c.la)
162 /usr/bin/install -c .libs/libantlr3c.so /usr/local/lib/libantlr3c.so
163 /usr/bin/install -c .libs/libantlr3c.lai /usr/local/lib/libantlr3c.la
164 /usr/bin/install -c .libs/libantlr3c.a /usr/local/lib/libantlr3c.a
/external/qemu/distrib/sdl-1.2.15/
Dsdl-config.in48 @ENABLE_SHARED_TRUE@ --libs)
51 @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
52 @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
DMakefile.android88 $(eval $(call install-target,objs/libs/libSDL.a,$(target)/libs/libSDL.a)) \
89 $(eval $(call install-target,objs/libs/libSDLmain.a,$(target)/libs/libSDLmain.a)) \
/external/webkit/Tools/wx/build/
Dwxpresets.py71 libs = []
115 libs.extend(['wxzlib' + depext, 'wxjpeg' + depext, 'wxpng' + depext, 'wxexpat' + depext])
117 libs.extend(["wxmsw%s%s" % (version_str_nodot, ext)])
119 libs.extend([get_wxlib_name('base'), get_wxlib_name('core')])
124 return (defines, includes, libs, libpaths)
/external/chromium/testing/gtest/cmake/
Dinternal_utils.cmake139 # cxx_executable_with_flags(name cxx_flags libs srcs...)
143 function(cxx_executable_with_flags name cxx_flags libs)
157 foreach (lib "${libs}")
164 # creates a named target that depends on the given libs and is built
167 function(cxx_executable name dir libs)
169 ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN})
175 # cxx_test_with_flags(name cxx_flags libs srcs...)
177 # creates a named C++ test that depends on the given libs and is built
179 function(cxx_test_with_flags name cxx_flags libs)
180 cxx_executable_with_flags(${name} "${cxx_flags}" "${libs}" ${ARGN})
[all …]
/external/llvm/utils/
DGenLibDeps.pl72 my @libs = grep(/libLLVM.*\.(dylib|so|a)$/,sort(@files));
74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
86 foreach my $lib (@libs ) {
128 foreach my $lib (@libs ) {
166 foreach my $lib (@libs ) {
335 foreach my $lib (@libs) {
/external/libvpx/libvpx/third_party/googletest/src/cmake/
Dinternal_utils.cmake145 # cxx_executable_with_flags(name cxx_flags libs srcs...)
149 function(cxx_executable_with_flags name cxx_flags libs)
163 foreach (lib "${libs}")
170 # creates a named target that depends on the given libs and is built
173 function(cxx_executable name dir libs)
175 ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN})
181 # cxx_test_with_flags(name cxx_flags libs srcs...)
183 # creates a named C++ test that depends on the given libs and is built
185 function(cxx_test_with_flags name cxx_flags libs)
186 cxx_executable_with_flags(${name} "${cxx_flags}" "${libs}" ${ARGN})
[all …]
/external/libvpx/libvpx/build/make/
Darmlink_adapter.sh28 libs="$libs ${i#-l}"
38 for f in $libs; do
DAndroid.mk59 include $(CONFIG_DIR)/libs-armv7-android-gcc.mk
61 include $(CONFIG_DIR)/libs-armv5te-android-gcc.mk
73 include $(LIBVPX_PATH)/libs.mk
130 target := libs
/external/libvpx/libvpx/
Ddocs.mk35 doxyfile: libs.doxy_template libs.doxy
51 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template
/external/oprofile/m4/
Dextradirs.m41 dnl AX_EXTRA_DIRS - Let user specify extra dirs for include/libs
20 AC_ARG_WITH(extra-libs,
21 [ --with-extra-libs=DIR add extra library paths],
/external/qemu/distrib/sdl-1.2.15/build-scripts/
Dfatbuild.sh215 output=.libs
221 lipo -create -o $output/libSDL.a */build/.libs/libSDL.a &&
222 cp $native_path/build/.libs/libSDL.la $output &&
223 cp $native_path/build/.libs/libSDL.lai $output &&
225 lipo -create -o $output/libSDLmain.a */build/.libs/libSDLmain.a &&
226 cp $native_path/build/.libs/libSDLmain.la $output &&
227 cp $native_path/build/.libs/libSDLmain.lai $output &&
/external/webkit/Tools/wx/packaging/debian/
Drules21 install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover
39 install-libs: install-prereq
75 …HONY: build clean binary-indep binary-arch binary install install-nover install-prereq install-libs
/external/openssh/contrib/
DMakefile7 `gnome-config --libs gnome gnomeui`
12 `pkg-config --libs gtk+-2.0 x11`
/external/open-vcdiff/packages/deb/
Dcontrol6 Section: libs
9 Section: libs
17 Section: libs
26 Section: libs
/external/llvm/docs/CommandGuide/
Dllvm-config.rst32 `llvm-config --libs engine bcreader scalaropts`
101 **--libs**
110 Similar to **--libs**, but prints the bare filenames of the libraries
118 Similar to **--libs**, but print the full path to each library file. This is
/external/chromium/sdch/open-vcdiff/packages/deb/
Dcontrol6 Section: libs
9 Section: libs
17 Section: libs
26 Section: libs
/external/libusb-compat/
Dlibusb-config.in17 [--libs]
60 --libs)
/external/chromium/sdch/open-vcdiff/
Ddepcomp224 tmpdepfile3=$dir.libs/$base.u
310 tmpdepfile2=$dir.libs/$base.d
362 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
364 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
365 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504

12345678910>>...16