comparison: ucx/Makefile
ucx/Makefile
- branch
- dav-2
- changeset 889
- 42cdbf9bbd49
- parent 852
- 83fdf679df99
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 |
| 49 |
50 |
| 50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
51 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
| 51 |
52 |
| 52 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
53 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
| 53 |
54 |