Home
last modified time | relevance | path

Searched refs:libzstd (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/
H A DMakefile69 libzstd.a: ARFLAGS = rcs
70 libzstd.a: $(ZSTD_OBJ)
75 libzstd.a-mt: libzstd.a
82 dlltool -D dll\libzstd.dll -d dll\libzstd.def -l dll\libzstd.lib
90 libzstd : $(LIBZSTD) target
93 libzstd-mt : libzstd
95 lib: libzstd.a libzstd
116 @$(RM) dll/libzstd.dll dll/libzstd.lib libzstd-nomt*
153 libzstd.pc:
154 libzstd.pc: libzstd.pc.in
[all …]
H A DREADME.md15 `libzstd` default scope includes compression, decompression, dictionary building,
74 Note that, when linking a POSIX program with a multithreaded version of `libzstd`,
85 DLL can be created using MinGW+MSYS with the `make libzstd` command.
86 This command creates `dll\libzstd.dll` and the import library `dll\libzstd.lib`.
88 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to
92 file it should be linked with `dll\libzstd.dll`. For example:
94 gcc $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\libzstd.dll
96 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
114 - `libzstd.pc.in` : for `pkg-config` (used in `make install`)
H A D.gitignore2 libzstd.pc
3 libzstd-nomt
/freebsd-12.1/sys/contrib/zstd/contrib/meson/
H A Dmeson.build92 libzstd = library('zstd', variable
111 link_with: libzstd,
121 link_with: libzstd)
127 link_with: libzstd)
134 link_with: libzstd,
141 link_with: libzstd)
H A DREADME3 It outputs one libzstd, either shared or static, depending on default_library.
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A DMakefile14 ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.a
101 $(ZSTDLIBDIR)/libzstd.a:
102 $(MAKE) -C $(ZSTDLIBDIR) libzstd.a
104 $(ZSTDLIBDIR)/libzstd.so:
105 $(MAKE) -C $(ZSTDLIBDIR) libzstd
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_version_details.c65 const char *libzstd = archive_libzstd_version(); in archive_version_details() local
91 if (libzstd) { in archive_version_details()
93 archive_strcat(&str, libzstd); in archive_version_details()
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DMakefile174 pzstd$(EXT): main.o Options.o Pzstd.o SkippableFrame.o $(ZSTDDIR)/libzstd.a
189 $(ZSTDDIR)/libzstd.a: $(ZSTD_FILES)
190 CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)" $(MAKE) -C $(ZSTDDIR) libzstd.a
194 Pzstd.o SkippableFrame.o $(ZSTDDIR)/libzstd.a
200 SkippableFrame.o $(ZSTDDIR)/libzstd.a
/freebsd-12.1/sys/contrib/zstd/tests/
H A DMakefile105 $(MAKE) -C $(ZSTDDIR) libzstd
109 $(MAKE) -C $(ZSTDDIR) libzstd.a
141 $(CC) $(FLAGS) $(filter %.c,$^) -o $@$(EXT) $(ZSTDDIR)/libzstd.a
230 cp $(ZSTDDIR)/dll/libzstd.dll .
231 $(CC) $(FLAGS) $< -o $@$(EXT) -DZSTD_DLL_IMPORT=1 libzstd.dll
233 $(CC) $(FLAGS) $< -o $@$(EXT) -Wl,-rpath=$(ZSTDDIR) $(ZSTDDIR)/libzstd.so # broken on Mac
/freebsd-12.1/usr.bin/zstd/
H A DMakefile.depend12 lib/libzstd \
/freebsd-12.1/sys/contrib/zstd/contrib/seekable_format/examples/
H A DMakefile12 LDFLAGS += ../../../lib/libzstd.a
/freebsd-12.1/rescue/rescue/
H A DMakefile.depend49 lib/libzstd \
/freebsd-12.1/sys/contrib/zstd/
H A Dcircle.yml41 …E_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make -C lib libzstd-nomt && make clea…
H A DREADME.md122 to create `zstd` binary, and `libzstd` dynamic and static libraries.
134 which will build `zstd` cli and `libzstd` library without any need to open Visual Studio solution.
H A DNEWS134 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
171 Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier
275 Changed : Dictionary builder integrated into libzstd and zstd cli
/freebsd-12.1/lib/libsysdecode/
H A DMakefile.depend116 lib/libzstd \
/freebsd-12.1/lib/
H A DMakefile98 libzstd \
/freebsd-12.1/targets/pseudo/userland/lib/
H A DMakefile.depend183 lib/libzstd \