comparison: ucx/Makefile
ucx/Makefile
- branch
- newapi
- changeset 253
- 087cc9216f28
- parent 174
- 0358f1d9c506
- child 324
- ce13a778654a
equal
deleted
inserted
replaced
30 include ../config.mk |
30 include ../config.mk |
31 |
31 |
32 # list of source files |
32 # list of source files |
33 SRC = allocator.c |
33 SRC = allocator.c |
34 SRC += array_list.c |
34 SRC += array_list.c |
35 SRC += basic_mempool.c |
35 SRC += mempool.c |
36 SRC += buffer.c |
36 SRC += buffer.c |
37 SRC += compare.c |
37 SRC += compare.c |
38 SRC += hash_key.c |
38 SRC += hash_key.c |
39 SRC += hash_map.c |
39 SRC += hash_map.c |
40 SRC += linked_list.c |
40 SRC += linked_list.c |