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