comparison: ucx/Makefile
ucx/Makefile
- changeset 602
- ff9e8d2e2f3c
- parent 255
- bf19378aed58
- child 742
- 7e67689241fd
equal
deleted
inserted
replaced
| 39 SRC += test.c |
39 SRC += test.c |
| 40 SRC += allocator.c |
40 SRC += allocator.c |
| 41 SRC += logging.c |
41 SRC += logging.c |
| 42 SRC += buffer.c |
42 SRC += buffer.c |
| 43 SRC += stack.c |
43 SRC += stack.c |
| |
44 SRC += ucx.c |
| 44 |
45 |
| 45 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
46 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
| 46 |
47 |
| 47 all: ../build/ucx ../build/libucx$(LIB_EXT) |
48 all: ../build/ucx ../build/libucx$(LIB_EXT) |
| 48 |
49 |