ucx/Makefile

changeset 60
abae4669fba7
parent 56
76caac0da4a0
child 69
fb59270b1de3
equal deleted inserted replaced
59:c80c910fe191 60:abae4669fba7
35 SRC += mempool.c 35 SRC += mempool.c
36 SRC += string.c 36 SRC += string.c
37 SRC += test.c 37 SRC += test.c
38 SRC += allocator.c 38 SRC += allocator.c
39 SRC += logging.c 39 SRC += logging.c
40 SRC += memstream.c 40 SRC += buffer.c
41 41
42 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) 42 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
43 43
44 all: libucx 44 all: libucx
45 45

mercurial