| 66 |
|
|
| 67 |
# Source directories |
# Source directories |
| 68 |
|
|
| 69 |
DIRS = misc parser schema typing types runtime driver module |
DIRS = misc parser schema typing types compile runtime driver module |
| 70 |
CLEAN_DIRS = $(DIRS) tools tests |
CLEAN_DIRS = $(DIRS) tools tests |
| 71 |
|
|
| 72 |
# Objects to build |
# Objects to build |
| 92 |
\ |
\ |
| 93 |
typing/typed.cmo typing/typer.cmo \ |
typing/typed.cmo typing/typer.cmo \ |
| 94 |
\ |
\ |
| 95 |
|
compile/lambda.cmo compile/compile.cmo \ |
| 96 |
|
\ |
| 97 |
runtime/load_xml.cmo runtime/run_dispatch.cmo \ |
runtime/load_xml.cmo runtime/run_dispatch.cmo \ |
| 98 |
runtime/print_xml.cmo runtime/eval.cmo \ |
runtime/print_xml.cmo runtime/eval.cmo \ |
| 99 |
|
compile/operators.cmo \ |
| 100 |
\ |
\ |
| 101 |
types/builtin.cmo driver/cduce.cmo |
types/builtin.cmo driver/cduce.cmo |
| 102 |
|
|