Searched refs:libraries (Results 1 – 25 of 1147) sorted by relevance
12345678910>>...46
39 # Default behavior is to enable shared and static libraries on systems48 # User may have disabled shared or static libraries.62 AC_MSG_ERROR([can not disable shared and static libraries simultaneously])67 # and build runs for shared and static is to enable shared libraries91 # Default behavior is to build PIC objects for shared libraries and92 # non-PIC objects for static libraries.114 # is to build PIC objects even for static libraries. This behavior may174 dnl Checks wether libtool shared and static libraries185 # Verify if finally libtool shared libraries will be built198 # Verify if finally libtool static libraries will be built[all …]
45 GEN1 := $(generated_sources)/libraries.cc51 V8_GENERATED_LIBRARIES := $(generated_sources)/libraries.cc54 GEN2 := $(generated_sources)/experimental-libraries.cc60 V8_GENERATED_LIBRARIES += $(generated_sources)/experimental-libraries.cc63 GEN3 := $(generated_sources)/extra-libraries.cc69 V8_GENERATED_LIBRARIES += $(generated_sources)/extra-libraries.cc72 GEN3 := $(generated_sources)/experimental-extra-libraries.cc78 V8_GENERATED_LIBRARIES += $(generated_sources)/experimental-extra-libraries.cc
12 projects that use LLVM header files, libraries, and tools. In order to use59 Libraries can be object files, archives, or dynamic libraries. The **lib**60 directory is just a convenient place for libraries as it places them all in108 The LLVM build system provides a convenient way to build libraries and173 This variable holds a space separated list of libraries that should be174 linked into the program. These libraries must be libraries that come from175 your **lib** directory. The libraries must be specified without their179 Note that this works only for statically linked libraries.183 This variable holds a space separated list of libraries that should be184 linked into the program. These libraries must be LLVM libraries. The[all …]
44 set(libraries ${LIBCXXABI_CXX_ABI_LIBRARIES}) variable45 append_if(libraries LIBCXXABI_HAS_C_LIB c)47 append_if(libraries LIBCXXABI_HAS_PTHREAD_LIB pthread)51 list(APPEND libraries unwind)53 append_if(libraries LIBCXXABI_HAS_GCC_EH_LIB gcc_eh)95 target_link_libraries(cxxabi_shared ${libraries})109 target_link_libraries(cxxabi_static ${libraries})118 # Add a meta-target for both libraries.
12 2) explicitly add old libraries to the linker.18 … 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(i…19 …ibicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current libraries). 25 Run make check. You should get two different libraries running at the same time.37 …ample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…38 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is …39 …ys: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad.40 … If legacy crashes that's most probably because it cannot find the data libraries. You can see whi…
7 # platform. The OS doesn't provide many stable libraries as part of the37 'libraries' : [46 'libraries' : [58 'libraries' : [70 'libraries' : [82 'libraries' : [
53 'libraries/': [139 'libraries': [147 'libraries': [166 'libraries': [173 'libraries': [190 'libraries': [231 'libraries': [
15 # LAPACK_LIBRARIES_DIR - Directories containing the LAPACK libraries.16 # May be null if LAPACK_LIBRARIES contains libraries name using full path.17 # LAPACK_LIBRARIES - List of libraries to link against LAPACK interface.20 # applications or libraries using LAPACK.23 # - find libraries for a C++ compiler, instead of Fortran30 # This macro checks for the existence of the combination of fortran libraries34 # flags given by _flags. If the combination of libraries is found and passes43 # Check for the existence of the libraries given by _list84 # Test this combination of libraries with the Fortran/f2c interface.89 # Some C++ linkers require the f2c library to link with Fortran libraries.[all …]
5 # The list of libraries searched for is mainly taken16 # BLAS_LIBRARIES_DIR - Directories containing the BLAS libraries.17 # May be null if BLAS_LIBRARIES contains libraries name using full path.18 # BLAS_LIBRARIES - List of libraries to link against BLAS interface.21 # applications or libraries using BLAS.24 # - find libraries for a C++ compiler, instead of Fortran31 # This macro checks for the existence of the combination of fortran libraries35 # flags given by _flags. If the combination of libraries is found and passes44 # Check for the existence of the libraries given by _list85 # Test this combination of libraries with the Fortran/f2c interface.[all …]
1 URL: http://code.google.com/p/guava-libraries/source/checkout11 Guava-libraries are a grab bag of utility libraries published by Google as12 open source, including among other things the Google collections libraries.
17 print the compiler flags, linker flags and object libraries needed to link85 Print the installation directory for LLVM libraries.97 Print the flags needed to link against LLVM libraries.103 Print all the libraries needed to link against the specified LLVM110 Similar to **--libs**, but prints the bare filenames of the libraries149 libraries. Useful "virtual" components include:154 Includes all LLVM libraries. The default if no components are specified.
12 - ICU libraries. This package contains the runtime libraries needed by20 libraries used by the linker, static libraries, etc... It also43 When referring to libraries, .so will be used to denote the extension78 + The ICU libraries package80 The ICU libraries package is typically named `libicuXX' where XX is81 the major number of ICU's libraries. This number is ICU's version90 - All the shared libraries, and their major number symbolic link, but98 libraries package and commands to create and manipulate that data.129 latest version of the libraries.137 This package depends on the ICU libraries package with the exact same[all …]
5 libxml2 and libxslt (if available) libraries. For general6 informationss on those XML and XSLT libraries check their 13 associated libraries can be found at:16 Binaries packages of the libxml2 and libxslt libraries can29 those two libraries.
133 # LIBCFLAGS are the flags for static and shared libraries.135 # LIBCXXFLAGS are the flags for static and shared libraries.137 # DEFAULT_LIBS are the default libraries to link against145 # AR_OUTOPT is for creating a specific output name for static libraries.154 # What kind of libraries are we building and linking against?204 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)210 ## If we can't use the shared libraries, use the static libraries227 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM233 # Location of the libraries before "make install" is used293 # Invoke, set library path for all ICU libraries.[all …]
135 libraries = []137 libraries.append(os.path.join(managerDir, 'sdk/native/libs', architecture, lib))138 return libraries160 def WriteXml(version, headers, includes, libraries): argument190 xml.write('\n\t%s' % '\n\t'.join(libraries))231 libraries = FindLibraries() variable235 WriteXml(version, headers, includes, libraries)
24 This will build all c-ares libraries as well as three sample programs.32 holds the c-ares libraries you have just generated, the other three33 hold sample programs that use the libraries.46 In order to allow easy usage of c-ares libraries it may be convenient to47 install c-ares libraries and header files to a common subdirectory tree.49 Once that c-ares libraries have been built using procedure described above,51 to designate the top subdirectory where installation of c-ares libraries and60 Installation procedure will copy c-ares libraries to subdirectory 'lib' and80 Dynamic and static c-ares libraries are built in debug and release flavours,133 How to use c-ares static libraries
7 # platform. The OS doesn't provide many stable libraries as part of the58 # Copy all shared libraries into the Android app's libs folder. Note60 # libraries, so that they exist by the time it occurs. If there are no61 # libraries to copy, this will cause an error in Make, but the app will125 # Copy all shared libraries into the Android app's libs folder. Note127 # libraries, so that they exist by the time it occurs. If there are no128 # libraries to copy, this will cause an error in Make, but the app will224 # Copy all shared libraries into the Android app's libs folder. Note226 # libraries, so that they exist by the time it occurs. If there are no227 # libraries to copy, this will cause an error in Make, but the app will
245 …def __init__ (self, libraries=[], nativeBuildDir=None, hostGdbBins=None, deviceGdbCmd=None, appPro… argument246 self.libraries = libraries263 return self.libraries284 libraries = [299 libraries = [419 libraries = [538 libraries = [646 libraries = [
... ) public abstract java.lang.String[] libraries () } org/robolectric/annotation/Config ...
14 If you wish to turn on ELF shared libraries, add the option15 --enable-elf-shlibs. If you wish to build profiling libraries, add35 7) Install the include files and libraries38 libraries. Please note that this installation is not needed for the40 programs using the libraries or if you want to compile other program41 using these libraries (like the 4.4BSD dump and restore port).
28 headers, libraries, etc. So, it's usually simple to download a package42 the headers, libraries or binutils to generate target specific code.46 Another problem is that compilers come with standard libraries only (like50 have your host's libraries installed.54 effectively changes the logical root for headers and libraries), assume55 all your binaries and libraries are in the same directory, which may not64 * have different sets of libraries and headers by default133 but they're particularly important for additional libraries144 additional headers or libraries are needed), as Clang will find153 linker), but not always where the target headers and libraries[all …]
59 set(libraries ${LIBUNWINDCXX_ABI_LIBRARIES}) variable60 append_if(libraries LIBUNWIND_HAS_C_LIB c)61 append_if(libraries LIBUNWIND_HAS_DL_LIB dl)62 append_if(libraries LIBUNWIND_HAS_PTHREAD_LIB pthread)64 target_link_libraries(unwind ${libraries})
4 This directory is the holding area for storing libraries which are common6 in client/bin and libraries which are server-specific should live in12 Libraries in this directory should only rely on other libraries in this
25 PREFIX: Optional. Base directory of where the third-party headers, libraries27 libraries in $(PREFIX)\lib and tools in $(PREFIX)\bin. If not41 GLib libraries, and is required for building all tool and test programs.44 support. This requires the GObject libraries and glib-mkenums script,51 libraries and tools, along with the Python interpretor that was62 Requires Cairo libraries built with FreeType support. Note that the69 Requires the ICU libraries.
51 set(libraries PRIVATE ${CMAKE_THREAD_LIBS_INIT}) variable63 list(APPEND libraries PRIVATE -ldl)70 list(APPEND libraries PRIVATE ${XCB_LIBRARIES})78 target_link_libraries(smoketest ${libraries})