comparison: ucx/Makefile
ucx/Makefile
- changeset 852
- 83fdf679df99
- parent 816
- 839fefbdedc7
- child 888
- af685cc9d623
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 |