comparison: ucx/Makefile
ucx/Makefile
- branch
- newapi
- changeset 324
- ce13a778654a
- parent 253
- 087cc9216f28
- child 440
- 7c4b9cba09ca
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 += utils.c |
45 SRC += utils.c |
| |
46 SRC += tree.c |
| |
47 SRC += iterator.c |
| 46 |
48 |
| 47 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
49 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
| 48 |
50 |
| 49 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
51 UCX_LIB = ../build/lib/libucx$(LIB_EXT) |
| 50 |
52 |