Home
last modified time | relevance | path

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

12345678910>>...58

/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/chromium_org/build/linux/
Dsystem.gyp48 '<!@(<(pkg-config) --libs-only-L --libs-only-other gdk-2.0)',
51 '<!@(<(pkg-config) --libs-only-l gdk-2.0)',
75 '<!@(<(pkg-config) --libs-only-L --libs-only-other <(gtk_packages))',
78 '<!@(<(pkg-config) --libs-only-l <(gtk_packages))',
89 '<!@(pkg-config --libs-only-L --libs-only-other <(gtk_packages))',
92 '<!@(pkg-config --libs-only-l <(gtk_packages))',
110 '<!@(<(pkg-config) --libs-only-L --libs-only-other gtk+-unix-print-2.0)',
113 '<!@(<(pkg-config) --libs-only-l gtk+-unix-print-2.0)',
133 '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-1)',
136 '<!@(<(pkg-config) --libs-only-l dbus-1)',
[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/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/chromium_org/third_party/libxslt/
Dxslt-config.in18 --libs print library linking information
33 libs=false
80 --libs)
81 libs=true
103 if $libs; then
/external/chromium_org/third_party/libxslt/linux/
Dxslt-config18 --libs print library linking information
33 libs=false
80 --libs)
81 libs=true
103 if $libs; then
/external/chromium_org/third_party/libxml/src/
Dxml2-config.in17 --libs print library linking information
32 libs=false
73 --libtool-libs)
84 --libs)
/external/chromium_org/third_party/libxml/linux/
Dxml2-config17 --libs print library linking information
32 libs=false
73 --libtool-libs)
84 --libs)
/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/chromium_org/build/linux/unbundle/
Dlibxslt.gyp17 '<!@(pkg-config --libs-only-L --libs-only-other libxslt)',
20 '<!@(pkg-config --libs-only-l libxslt)',
Dsqlite.gyp20 '<!@(pkg-config --libs-only-L --libs-only-other sqlite3)',
23 '<!@(pkg-config --libs-only-l sqlite3)',
Dopenssl.gyp17 '<!@(pkg-config --libs-only-L --libs-only-other openssl)',
20 '<!@(pkg-config --libs-only-l openssl)',
Dlibusb.gyp25 '<!@(pkg-config --libs-only-L --libs-only-other libusb-1.0)',
28 '<!@(pkg-config --libs-only-l libusb-1.0)',
Dlibxml.gyp30 '<!@(pkg-config --libs-only-L --libs-only-other libxml-2.0)',
33 '<!@(pkg-config --libs-only-l libxml-2.0)',
Dopus.gyp30 '<!@(pkg-config --libs-only-L --libs-only-other opus)',
33 '<!@(pkg-config --libs-only-l opus)',
Dlibpng.gyp20 '<!@(pkg-config --libs-only-L --libs-only-other libpng)',
23 '<!@(pkg-config --libs-only-l libpng)',
/external/chromium_org/testing/gtest/cmake/
Dinternal_utils.cmake156 # cxx_executable_with_flags(name cxx_flags libs srcs...)
160 function(cxx_executable_with_flags name cxx_flags libs)
174 foreach (lib "${libs}")
181 # creates a named target that depends on the given libs and is built
184 function(cxx_executable name dir libs)
186 ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN})
192 # cxx_test_with_flags(name cxx_flags libs srcs...)
194 # creates a named C++ test that depends on the given libs and is built
196 function(cxx_test_with_flags name cxx_flags libs)
197 cxx_executable_with_flags(${name} "${cxx_flags}" "${libs}" ${ARGN})
[all …]
/external/chromium_org/base/third_party/nspr/
Dnspr.gyp31 '<!@(pkg-config --libs-only-L --libs-only-other nspr)',
34 '<!@(pkg-config --libs-only-l nspr)',
/external/libvpx/libvpx/build/make/
Darmlink_adapter.sh28 libs="$libs ${i#-l}"
38 for f in $libs; do

12345678910>>...58