/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 parse/Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-29 02:14:05 UTC
  • Revision ID: csa@dside.dyndns.org-20090929021405-378i2zuuiudt77m1
DOM Creation benchmark for mono and tango

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
endif
109
109
 
110
110
ifeq ($(PHOBOS), yes)
111
 
TARGETS += phobos-dom
 
111
TARGETS += phobos-dom phobos-sax
112
112
endif
113
113
 
114
114
ifeq ($(TANGO), yes)
115
 
TARGETS += phobos
 
115
TARGETS += tango-dom tango-pull tango-sax
116
116
endif
117
117
 
118
118
ifeq ($(VTDXML), yes)
120
120
endif
121
121
 
122
122
ifeq ($(MONO), yes)
123
 
TARGETS += mono.exe
 
123
TARGETS += mono-dom.exe mono-pull.exe
124
124
endif
125
125
 
126
126