meson: shuffle lib and exe sources

laumann
Oct 17, 2023, 11:11 AM
67HZZ5HS7AA5KA6W4TV24YMO33V5FR6GJ34P3FPTRN547RFNL4DQC

Dependencies

  • [2] NZNIG2UL Fix lots of warnings, adjust build flags
  • [3] UVEPURUQ meson.build: build lib and link with main exe
  • [4] L3HKOF4W wrap vendored zstd seekable in own file, #2
  • [5] YM2LC6QP wrap vendored blake3 in own file, #2
  • [6] XJ2PEH74 add meson.build
  • [7] ZPNA2D42 ani: add functions to locate .pijul
  • [8] WGYMYRCY Fix #3, settle on C11

Change contents

  • replacement in meson.build at line 16
    [2.377][4.57:66](),[4.57][4.57:66](),[4.77][4.77:103]()
    srcs = [
    'init.c',
    'change.c',
    [2.377]
    [4.103]
    libsrcs = [
  • replacement in meson.build at line 40
    [4.607][3.0:117]()
    lib = library('ani', sources : srcs, dependencies : deps, objects : asm)
    executable('ani', 'ani.c', link_with : lib)
    [4.607]
    [3.117]
    lib = library('ani', sources : libsrcs, dependencies : deps, objects : asm)
    exesrcs = [
    'ani.c',
    'init.c',
    'change.c'
    ]
    executable('ani', sources : exesrcs, link_with : lib)