ucx/Makefile

changeset 818
bc782cca0759
parent 816
839fefbdedc7
equal deleted inserted replaced
817:22257f6d06a3 818:bc782cca0759
34 SRC += mempool.c 34 SRC += mempool.c
35 SRC += buffer.c 35 SRC += buffer.c
36 SRC += compare.c 36 SRC += compare.c
37 SRC += hash_key.c 37 SRC += hash_key.c
38 SRC += hash_map.c 38 SRC += hash_map.c
39 SRC += iterator.c
39 SRC += linked_list.c 40 SRC += linked_list.c
40 SRC += list.c 41 SRC += list.c
41 SRC += map.c 42 SRC += map.c
42 SRC += printf.c 43 SRC += printf.c
43 SRC += string.c 44 SRC += string.c
45 SRC += tree.c
44 SRC += utils.c 46 SRC += utils.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)

mercurial