Parent Directory
|
Revision Log
[r2003-07-05 10:41:00 by cvscast] Getting rid of php Original author: cvscast Date: 2003-07-05 10:41:00+00:00
| 1 | abate | 485 | # build CDuce using OCaml native code compiler |
| 2 | NATIVE = true | ||
| 3 | |||
| 4 | # profiling support | ||
| 5 | PROFILE = false | ||
| 6 | |||
| 7 | # use wlex lexers for parsing XML files with PXP | ||
| 8 | PXP_WLEX = false | ||
| 9 | |||
| 10 | # include support for expat | ||
| 11 | EXPAT = false | ||
| 12 | |||
| 13 | # Customize the following variables to match the settings | ||
| 14 | # of your local web server | ||
| 15 | WEB_PREFIX = /var/www | ||
| 16 | CGI_DIR = $(WEB_PREFIX)/cgi-bin | ||
| 17 | abate | 558 | HTML_DIR = $(WEB_PREFIX)/html |
| 18 | abate | 541 | SESSION_DIR = /tmp/cduce_sessions |
| CVS Admin">CVS Admin | ViewVC Help |
| Powered by ViewVC 1.1.5 |