comparison: src/ucx/Makefile
src/ucx/Makefile
- changeset 621
- 956c03c25edd
- parent 579
- e10457d74fe1
equal
deleted
inserted
replaced
| 46 SRC += tree.c |
46 SRC += tree.c |
| 47 SRC += streams.c |
47 SRC += streams.c |
| 48 SRC += json.c |
48 SRC += json.c |
| 49 SRC += properties.c |
49 SRC += properties.c |
| 50 SRC += iterator.c |
50 SRC += iterator.c |
| |
51 SRC += kv_list.c |
| 51 |
52 |
| 52 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT)) |
53 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT)) |
| 53 |
54 |
| 54 all: $(BUILD_ROOT)/build/ucx $(BUILD_ROOT)/build/lib/libucx$(LIB_EXT) |
55 all: $(BUILD_ROOT)/build/ucx $(BUILD_ROOT)/build/lib/libucx$(LIB_EXT) |
| 55 |
56 |