libidx-c

C library for IDX file format
git clone https://git.sinitax.com/sinitax/libidx-c
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

common.mk (320B)


      1LIBALLOC_A = build/liballoc.a
      2LIBALLOC_A_SRC = src/allocator.c
      3LIBALLOC_A_DEP = $(LIBALLOC_A_SRC) include/allocator.h
      4LIBALLOC_A_SRCDEP = $(LIBALLOC_A_DEP)
      5
      6LIBALLOC_SO = build/liballoc.so
      7LIBALLOC_SO_SRC = src/allocator.c
      8LIBALLOC_SO_DEP = $(LIBALLOC_SO_SRC) include/allocator.h
      9LIBALLOC_SO_SRCDEP = $(LIBALLOC_SO_DEP)