comparison: src/ucx/Makefile
src/ucx/Makefile
- changeset 702
- ee80191310ca
- parent 621
- 956c03c25edd
equal
deleted
inserted
replaced
| 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 SRC += kv_list.c |
| |
52 SRC += szmul.c |
| 52 |
53 |
| 53 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT)) |
54 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT)) |
| 54 |
55 |
| 55 all: $(BUILD_ROOT)/build/ucx $(BUILD_ROOT)/build/lib/libucx$(LIB_EXT) |
56 all: $(BUILD_ROOT)/build/ucx $(BUILD_ROOT)/build/lib/libucx$(LIB_EXT) |
| 56 |
57 |