/[svn]/Makefile.conf
ViewVC logotype

Contents of /Makefile.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 902 - (hide annotations)
Tue Jul 10 18:10:17 2007 UTC (5 years, 10 months ago) by abate
File size: 637 byte(s)
[r2003-12-03 11:31:19 by beppe] curl support option added

Original author: beppe
Date: 2003-12-03 11:31:19+00:00
1 abate 485 # build CDuce using OCaml native code compiler
2 abate 672 ifeq ($(NATIVE), false)
3     else
4     NATIVE = true
5     endif
6 abate 485
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 abate 902 # use curl library for load remote xml files and schemas
17     CURL = false
18    
19 abate 642 # Installation directory
20     # cduce and dtd2cduce => $(PREFIX)/bin
21     # cduce.1 => $(PREFIX)/man/man1
22     PREFIX = /usr/local
23    
24 abate 485 # Customize the following variables to match the settings
25     # of your local web server
26     WEB_PREFIX = /var/www
27     CGI_DIR = $(WEB_PREFIX)/cgi-bin
28 abate 558 HTML_DIR = $(WEB_PREFIX)/html
29 abate 541 SESSION_DIR = /tmp/cduce_sessions

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