comparison: ucx/Makefile
ucx/Makefile
- changeset 128
- 649eb328674a
- parent 112
- f62d271675bf
- child 255
- bf19378aed58
equal
deleted
inserted
replaced
| 36 SRC += mempool.c |
36 SRC += mempool.c |
| 37 SRC += string.c |
37 SRC += string.c |
| 38 SRC += test.c |
38 SRC += test.c |
| 39 SRC += allocator.c |
39 SRC += allocator.c |
| 40 SRC += buffer.c |
40 SRC += buffer.c |
| |
41 SRC += logging.c |
| |
42 SRC += stack.c |
| |
43 SRC += avl.c |
| 41 |
44 |
| 42 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
45 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
| 43 |
46 |
| 44 all: ../build/ucx ../build/libucx$(LIB_EXT) |
47 all: ../build/ucx ../build/libucx$(LIB_EXT) |
| 45 |
48 |