/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-28 21:25:28 UTC
  • Revision ID: csa@dside.dyndns.org-20090928212528-e6oby5he4yrueskz
Parsing tests for mono, vtd-xml, lisp, scripting languages

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
javac = javac
10
10
dmd1 = dmd
11
11
dmd2 = dmd
 
12
mcs = mcs
12
13
 
13
14
#       Since linking with pthreads drastically affects performance and 
14
15
#       threading enviroment is standard case nowdays, all tests can be
24
25
#       DTD validation in parsing benchmark (implemented only for few parsers)
25
26
DTD_VALIDATION = no
26
27
 
 
28
#       Amount of memory available to Java Virtual machine
 
29
JAVA_MEMORY=4000m
 
30
 
27
31
ifeq ($(FORCE_LINK_PTHREAD),yes)
28
32
PTHREAD_LIBS = -lpthread
29
33
else
150
154
 
151
155
ASMXML = yes
152
156
 
 
157
VTDXML = yes
 
158
VTDXML_INCLUDE = -I/usr/include/vtd-xml/
 
159
VTDXML_LIB = -lvtdxml
 
160
 
153
161
JAVA = yes
154
162
ifeq ($(JAVA),yes)
155
163
XDKJ = yes
163
171
INTEL_CLASSPATH = .:../tools/:$(CLASSPATH)
164
172
INTEL_ENV_SCRIPT = /opt/intel/xmlsoftwaresuite/java/1.2/tools/xssvars64.sh
165
173
 
166
 
JAVA_MEMORY=4000m
167
174
endif
168
175
 
169
176
D = yes
171
178
PHOBOS = yes
172
179
TANGO = yes
173
180
endif
 
181
 
 
182
MONO = yes
 
183
ifeq (${MONO}, yes)
 
184
endif
 
185
 
 
186
LISP = yes
 
187
RUBY = yes
 
188
PYTHON = yes
 
189
PHP = yes
 
190
PERL = yes