ucx/Makefile

changeset 888
af685cc9d623
parent 852
83fdf679df99
equal deleted inserted replaced
877:b60487c3ec36 888:af685cc9d623
44 SRC += string.c 44 SRC += string.c
45 SRC += tree.c 45 SRC += tree.c
46 SRC += streams.c 46 SRC += streams.c
47 SRC += properties.c 47 SRC += properties.c
48 SRC += json.c 48 SRC += json.c
49 SRC += kv_list.c
49 50
50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) 51 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
51 52
52 UCX_LIB = ../build/lib/libucx$(LIB_EXT) 53 UCX_LIB = ../build/lib/libucx$(LIB_EXT)
53 54

mercurial