Searched refs:liblz4 (Results 1 – 23 of 23) sorted by relevance
/external/lz4/lib/ |
D | Makefile | 61 …SONAME_FLAGS = -install_name $(PREFIX)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIB… 63 SONAME_FLAGS = -Wl,-soname=liblz4.$(SHARED_EXT).$(LIBVER_MAJOR) 69 LIBLZ4 = liblz4.$(SHARED_EXT_VER) 73 lib-release: liblz4.a liblz4 83 liblz4.a: *.c 94 dlltool -D dll\liblz4.dll -d dll\liblz4.def -l dll\liblz4.lib 98 @ln -sf $@ liblz4.$(SHARED_EXT_MAJOR) 99 @ln -sf $@ liblz4.$(SHARED_EXT) 102 liblz4: $(LIBLZ4) target 105 @$(RM) core *.o liblz4.pc dll/liblz4.dll dll/liblz4.lib [all …]
|
D | README.md | 30 This is what `liblz4` does, to avoid symbol duplication 43 DLL can be created using MinGW+MSYS with the `make liblz4` command. 44 This command creates `dll\liblz4.dll` and the import library `dll\liblz4.lib`. 47 `dll\liblz4.dll` are required to compile a project using gcc/MinGW. 50 file it should be linked with `dll\liblz4.dll`. For example: 52 gcc $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\liblz4.dll 54 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`. 63 - liblz4.pc.in : for pkg-config (make install)
|
D | .gitignore | 2 liblz4.pc
|
D | Android.bp | 4 name: "liblz4",
|
/external/lz4/lib/dll/example/ |
D | README.md | 7 - `dll\liblz4.dll` : The DLL of LZ4 library 8 - `dll\liblz4.lib` : The import library of LZ4 library for Visual C++ 38 The header files from `include\` and the dynamic library `dll\liblz4.dll` 42 file it should be linked with `dll\liblz4.dll`. For example: 44 gcc $(CFLAGS) -Iinclude\ test-dll.c -o test-dll dll\liblz4.dll 46 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`. 59 The header files from `include\` and the import library `dll\liblz4.lib` 66 If one will provide only the name `liblz4.lib` without a full path to the library 69 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`.
|
D | Makefile | 59 $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(DLLDIR)/liblz4.dll
|
/external/lz4/visual/ |
D | README.md | 34 - `liblz4` : A static LZ4 library compiled to `liblz4_static.lib` 35 - `liblz4-dll` : A dynamic LZ4 library (DLL) compiled to `liblz4.dll` with the import library `libl… 42 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.lib` are required to compile a 49 If one will provide only the name `liblz4.lib` without a full path to the library 53 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.
|
/external/lz4/contrib/debian/ |
D | control | 1 Source: liblz4 14 Package: liblz4 19 Package: liblz4-dev
|
D | liblz4.install | 1 usr/lib/liblz4.so.*
|
D | liblz4-dev.install | 2 usr/lib/liblz4.so
|
D | copyright | 2 Upstream-Name: liblz4
|
D | changelog | 1 liblz4 (1.7.2) unstable; urgency=low
|
/external/lz4/programs/ |
D | Android.bp | 11 static_libs: ["liblz4"], 24 static_libs: ["liblz4"],
|
/external/lz4/visual/VS2010/ |
D | lz4.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", … 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
|
/external/lz4/contrib/djgpp/ |
D | README.MD | 2 This file details on how to compile lz4.exe, and liblz4.a for use on DOS/djgpp using 15 * `make -f contrib/djgpp/Makefile liblz4.a`
|
/external/lz4/contrib/cmake_unofficial/ |
D | CMakeLists.txt | 99 # liblz4 180 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/liblz4.pc" 218 configure_file(${LZ4_LIB_SOURCE_DIR}/liblz4.pc.in liblz4.pc @ONLY)
|
D | .gitignore | 7 liblz4.pc
|
/external/lz4/lib/dll/ |
D | liblz4.def | 1 LIBRARY liblz4.dll
|
/external/lz4/tests/ |
D | Makefile | 86 $(MAKE) -C $(LIBDIR) liblz4.a 87 $(CC) $(FLAGS) $^ -o $@$(EXT) $(LIBDIR)/liblz4.a 90 $(MAKE) -C $(LIBDIR) liblz4 91 $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(LIBDIR)/dll/liblz4.dll
|
/external/squashfs-tools/squashfs-tools/ |
D | Android.mk | 41 LOCAL_STATIC_LIBRARIES := liblz4
|
/external/lz4/examples/ |
D | Makefile | 72 $(CC) $(FLAGS) $^ -o $@$(EXT) $(LZ4DIR)/liblz4.a
|
/external/lz4/ |
D | NEWS | 26 New liblz4-dll project, by Przemyslaw Skibinki 42 Changed: xxhash symbols are modified (namespace emulation) within liblz4 85 New : lz4frame API is now integrated into liblz4
|
/external/r8/ |
D | build.gradle | 1057 include 'liblz4.so' 1078 include 'liblz4.so'
|