/[svn]/Makefile.conf
ViewVC logotype

Contents of /Makefile.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 672 - (show annotations)
Tue Jul 10 17:53:24 2007 UTC (5 years, 10 months ago) by abate
File size: 566 byte(s)
[r2003-09-23 19:41:35 by cvscast] Constantes structurees + suite nettoyage

Original author: cvscast
Date: 2003-09-23 19:41:36+00:00
1 # build CDuce using OCaml native code compiler
2 ifeq ($(NATIVE), false)
3 else
4 NATIVE = true
5 endif
6
7 # profiling support
8 PROFILE = false
9
10 # use wlex lexers for parsing XML files with PXP
11 PXP_WLEX = false
12
13 # include support for expat
14 EXPAT = false
15
16 # Installation directory
17 # cduce and dtd2cduce => $(PREFIX)/bin
18 # cduce.1 => $(PREFIX)/man/man1
19 PREFIX = /usr/local
20
21 # Customize the following variables to match the settings
22 # of your local web server
23 WEB_PREFIX = /var/www
24 CGI_DIR = $(WEB_PREFIX)/cgi-bin
25 HTML_DIR = $(WEB_PREFIX)/html
26 SESSION_DIR = /tmp/cduce_sessions

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5