comparison: Makefile
Makefile
- changeset 52
- 33ded421c512
- parent 41
- c06ab07fd29d
- child 54
- b3f24e23bc25
equal
deleted
inserted
replaced
| 31 |
31 |
| 32 include $(CONF).mk |
32 include $(CONF).mk |
| 33 |
33 |
| 34 |
34 |
| 35 SRC = c2html.c |
35 SRC = c2html.c |
| 36 SRC += codegens.c |
36 SRC += highlighter.c |
| 37 SRC += ccodegen.c |
|
| 38 SRC += javacodegen.c |
|
| 39 SRC += ucx/allocator.c |
37 SRC += ucx/allocator.c |
| 40 SRC += ucx/buffer.c |
38 SRC += ucx/buffer.c |
| 41 SRC += ucx/list.c |
39 SRC += ucx/list.c |
| 42 SRC += ucx/string.c |
40 SRC += ucx/string.c |
| 43 SRC += ucx/utils.c |
41 SRC += ucx/utils.c |