comparison: ucx/Makefile
ucx/Makefile
- changeset 22
- 112b85020dc9
- parent 11
- 0aa8cbd7912e
equal
deleted
inserted
replaced
| 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 |
| |
50 |
| 49 |
51 |
| 50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
52 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
| 51 |
53 |
| 52 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
54 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
| 53 |
55 |