ucx/Makefile

changeset 54
f634f790661a
parent 50
ff194559eb41
child 56
76caac0da4a0
equal deleted inserted replaced
53:e533c170bfb8 54:f634f790661a
27 # 27 #
28 28
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 # list of source files 31 # list of source files
32 SRC = list.c dlist.c map.c mempool.c string.c test.c allocator.c 32 SRC = list.c
33 SRC += dlist.c
34 SRC += map.c
35 SRC += mempool.c
36 SRC += string.c
37 SRC += test.c
38 SRC += allocator.c
39 SRC += logging.c
33 40
34 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) 41 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
35 42
36 all: libucx 43 all: libucx
37 44

mercurial