| 80 |
- make all |
- make all |
| 81 |
equivalent to (make cduce dtd2cduce webiface webpages) |
equivalent to (make cduce dtd2cduce webiface webpages) |
| 82 |
|
|
| 83 |
|
- make install |
| 84 |
|
(see PREFIX below) |
| 85 |
|
|
| 86 |
Makefile accepts the following options, which can take the values |
Makefile accepts the following options. |
|
true or false. |
|
| 87 |
|
|
| 88 |
NATIVE=true : use the OCaml native code compiler (ocamlopt) to build CDuce |
NATIVE=true : use the OCaml native code compiler (ocamlopt) to build CDuce |
| 89 |
NATIVE=false : use the OCaml bytecode compiler (ocamlc) |
NATIVE=false : use the OCaml bytecode compiler (ocamlc) |
| 93 |
PXP_WLEX=false: use ocamllex for parsing UTF-8 XML files |
PXP_WLEX=false: use ocamllex for parsing UTF-8 XML files |
| 94 |
default: false (ocamllex is faster; wlex is more compact) |
default: false (ocamllex is faster; wlex is more compact) |
| 95 |
|
|
| 96 |
|
PREFIX=/usr/local by default: where to install CDuce files (see |
| 97 |
|
Makefile.conf) |
| 98 |
|
|
| 99 |
E.g.: |
E.g.: |
| 100 |
make cduce NATIVE=false |
make cduce NATIVE=false |
| 101 |
|
|
| 126 |
line. |
line. |
| 127 |
|
|
| 128 |
Note: the current wrapper for expat does not support inclusion |
Note: the current wrapper for expat does not support inclusion |
| 129 |
of external entities. Moreover I encounter random segfaults... |
of external entities. Moreover, the error messages in case of |
| 130 |
|
ill-formed XML are less informative than PXP's. |