comparison: ucx/Makefile
ucx/Makefile
- changeset 750
- 4d7a2238c5ac
- parent 747
- efbd59642577
- child 775
- e5909dff0dbf
equal
deleted
inserted
replaced
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 |
41 SRC += list.c |
41 SRC += list.c |
|
42 SRC += map.c |
42 SRC += printf.c |
43 SRC += printf.c |
43 SRC += string.c |
44 SRC += string.c |
44 SRC += utils.c |
45 SRC += utils.c |
45 |
46 |
46 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |
47 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) |