comparison: ucx/Makefile
ucx/Makefile
- changeset 11
- 0aa8cbd7912e
- parent 0
- 1a157da63d7c
- child 22
- 112b85020dc9
equal
deleted
inserted
replaced
| 41 SRC += list.c |
41 SRC += list.c |
| 42 SRC += map.c |
42 SRC += map.c |
| 43 SRC += printf.c |
43 SRC += printf.c |
| 44 SRC += string.c |
44 SRC += string.c |
| 45 SRC += tree.c |
45 SRC += tree.c |
| 46 SRC += utils.c |
46 SRC += streams.c |
| |
47 SRC += properties.c |
| |
48 SRC += json.c |
| 47 |
49 |
| 48 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
| 49 |
51 |
| 50 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
52 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
| 51 |
53 |