comparison: ucx/Makefile
ucx/Makefile
- branch
- ucx-3.1
- changeset 816
- 839fefbdedc7
- parent 802
- 16e5b9d32754
- child 852
- 83fdf679df99
equal
deleted
inserted
replaced
| 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) |