/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-10-08 03:17:59 UTC
  • Revision ID: csa@dside.dyndns.org-20091008031759-u5ys779huye7feni
LibXML Pull Parser, FAXPP Parser, Mono security benchmark, multiple fixes

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
# NET1
12
13
mcs = mcs
 
14
#NET2
 
15
gmcs = gmcs 
13
16
 
14
17
#       Since linking with pthreads drastically affects performance and 
15
18
#       threading enviroment is standard case nowdays, all tests can be
149
152
RAPIDXML_INCLUDE = -DRAPIDXML_PARSER_FIX
150
153
RAPIDXML_LIB =
151
154
 
 
155
FAXPP = yes
 
156
FAXPP_LIB = -lfaxpp
 
157
 
152
158
PARABIX = yes
153
159
PARABIX_INCLUDE = -DPARABIX_PARSER_FIX -Iparabix.20090922/
154
160
 
175
181
 
176
182
D = yes
177
183
ifeq (${D}, yes)
178
 
PHOBOS = yes
 
184
PHOBOS = no
179
185
TANGO = yes
180
186
endif
181
187