ucx/Makefile

changeset 162
18892c0a9adc
parent 157
0b33b9396851
equal deleted inserted replaced
161:b1eac0878ce7 162:18892c0a9adc
40 SRC += test.c 40 SRC += test.c
41 SRC += allocator.c 41 SRC += allocator.c
42 SRC += logging.c 42 SRC += logging.c
43 SRC += buffer.c 43 SRC += buffer.c
44 SRC += stack.c 44 SRC += stack.c
45 SRC += ucx.c
46 SRC += array.c
45 47
46 OBJ = $(SRC:%.c=../build/ucx/%.$(OBJ_EXT)) 48 OBJ = $(SRC:%.c=../build/ucx/%.$(OBJ_EXT))
47 49
48 UCX_LIB = ../build/lib/libucx.$(LIB_EXT) 50 UCX_LIB = ../build/lib/libucx.$(LIB_EXT)
49 51

mercurial