Fix to build with muon and samu
Dependencies
- [2]
UWFHRQQ7update readme and Makefile - [3]
BMTTQJX6use meson builtin clang-format support - [4]
ZYBYX2TBAdd new pristine subcommand - [5]
SADDDVGOmakefile: add target to generate TAGS file - [6]
UVEPURUQmeson.build: build lib and link with main exe - [7]
L3HKOF4Wwrap vendored zstd seekable in own file, #2 - [8]
YM2LC6QPwrap vendored blake3 in own file, #2 - [9]
67HZZ5HSmeson: shuffle lib and exe sources - [10]
XJ2PEH74add meson.build - [11]
ML5XMZEUMakefile: rearrange targets - [12]
2C2EF2GKmove blake3 files to vendor/blake3 - [13]
NETL2N53Makefile: add check target - [14]
XV2V6J3Lclean up Makefile - [15]
B3XLVPNCAdd ani.c and initial Makefile - [16]
SMB3M6ESchange: rework to make more testable - [17]
NZNIG2ULFix lots of warnings, adjust build flags - [18]
UHHEEY5JUpdate README with build instructions using muon + samurai
Change contents
- edit in meson.build at line 34[5.14]→[5.357:423](∅→∅),[4.24]→[5.357:423](∅→∅),[5.1427]→[5.357:423](∅→∅),[5.10198]→[5.357:423](∅→∅),[5.357]→[5.357:423](∅→∅)
]deps = [dependency('libzstd'), dependency('libxxhash')]asm = [ - replacement in meson.build at line 39
lib = library('ani', sources : libsrcs, dependencies : deps, objects : asm)deps = [dependency('libzstd'), dependency('libxxhash')]add_project_dependencies(deps, language: 'c')lib = library('ani', sources : libsrcs, dependencies : deps) - replacement in Makefile at line 10
NINJA = ninjaMESON = mesonNINJA = samuMESON = muonB = build - replacement in Makefile at line 15
@$(NINJA) -C build@$(NINJA) -C $(B) ani - replacement in Makefile at line 17
@$(MESON) setup --warnlevel=3 build@$(MESON) setup $(B) - replacement in Makefile at line 19
@$(NINJA) -C build -t clean@$(NINJA) -C $(B) -t clean - replacement in Makefile at line 24
@$(NINJA) -C build clang-format@$(NINJA) -C $(B) clang-format - replacement in Makefile at line 27
@$(MESON) test -C build@cd $(B) && $(MESON) test