comparison: ucx/Makefile
ucx/Makefile
- changeset 49
- 2f71f4ee247a
- parent 32
- e5f4d8af567e
- child 101
- 7b3a3130be44
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 |