added wxString benchmark using 2.8's HTML parser
[wxWidgets.git] / tests / benchmarks / makefile.bcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.3 (http://www.bakefile.org)
4 #     Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 WX_RELEASE_NODOT = 29
25 COMPILER_PREFIX = bcc
26 OBJS = \
27         $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29 SETUPHDIR = \
30         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31 BENCH_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32         $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33         $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
34         $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
35         $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36         -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
37 BENCH_OBJECTS =  \
38         $(OBJS)\bench_bench.obj \
39         $(OBJS)\bench_htmlpars.obj \
40         $(OBJS)\bench_htmltag.obj \
41         $(OBJS)\bench_strings.obj \
42         $(OBJS)\bench_tls.obj
43
44 ### Conditionally set variables: ###
45
46 !if "$(USE_GUI)" == "0"
47 PORTNAME = base
48 !endif
49 !if "$(USE_GUI)" == "1"
50 PORTNAME = msw
51 !endif
52 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
53 WXDEBUGFLAG = d
54 !endif
55 !if "$(DEBUG_FLAG)" == "1"
56 WXDEBUGFLAG = d
57 !endif
58 !if "$(UNICODE)" == "1"
59 WXUNICODEFLAG = u
60 !endif
61 !if "$(WXUNIV)" == "1"
62 WXUNIVNAME = univ
63 !endif
64 !if "$(SHARED)" == "1"
65 WXDLLFLAG = dll
66 !endif
67 !if "$(SHARED)" == "0"
68 LIBTYPE_SUFFIX = lib
69 !endif
70 !if "$(SHARED)" == "1"
71 LIBTYPE_SUFFIX = dll
72 !endif
73 !if "$(MONOLITHIC)" == "0"
74 EXTRALIBS_FOR_BASE = 
75 !endif
76 !if "$(MONOLITHIC)" == "1"
77 EXTRALIBS_FOR_BASE =  
78 !endif
79 !if "$(BUILD)" == "debug"
80 __OPTIMIZEFLAG_2 = -Od
81 !endif
82 !if "$(BUILD)" == "release"
83 __OPTIMIZEFLAG_2 = -O2
84 !endif
85 !if "$(USE_THREADS)" == "0"
86 __THREADSFLAG_5 = 
87 !endif
88 !if "$(USE_THREADS)" == "1"
89 __THREADSFLAG_5 = mt
90 !endif
91 !if "$(USE_THREADS)" == "0"
92 __THREADSFLAG_6 = 
93 !endif
94 !if "$(USE_THREADS)" == "1"
95 __THREADSFLAG_6 = -tWM
96 !endif
97 !if "$(RUNTIME_LIBS)" == "dynamic"
98 __RUNTIME_LIBS_7 = -tWR
99 !endif
100 !if "$(RUNTIME_LIBS)" == "static"
101 __RUNTIME_LIBS_7 = 
102 !endif
103 !if "$(RUNTIME_LIBS)" == "dynamic"
104 __RUNTIME_LIBS_8 = i
105 !endif
106 !if "$(RUNTIME_LIBS)" == "static"
107 __RUNTIME_LIBS_8 = 
108 !endif
109 !if "$(WXUNIV)" == "1"
110 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
111 !endif
112 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113 __DEBUG_DEFINE_p = -D__WXDEBUG__
114 !endif
115 !if "$(DEBUG_FLAG)" == "1"
116 __DEBUG_DEFINE_p = -D__WXDEBUG__
117 !endif
118 !if "$(USE_EXCEPTIONS)" == "0"
119 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
120 !endif
121 !if "$(USE_RTTI)" == "0"
122 __RTTI_DEFINE_p = -DwxNO_RTTI
123 !endif
124 !if "$(USE_THREADS)" == "0"
125 __THREAD_DEFINE_p = -DwxNO_THREADS
126 !endif
127 !if "$(UNICODE)" == "0"
128 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
129 !endif
130 !if "$(UNICODE)" == "1"
131 __UNICODE_DEFINE_p = -D_UNICODE
132 !endif
133 !if "$(MSLU)" == "1"
134 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
135 !endif
136 !if "$(USE_GDIPLUS)" == "1"
137 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
138 !endif
139 !if "$(SHARED)" == "1"
140 __DLLFLAG_p = -DWXUSINGDLL
141 !endif
142 !if "$(MONOLITHIC)" == "0"
143 __WXLIB_BASE_p = \
144         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
145 !endif
146 !if "$(MONOLITHIC)" == "1"
147 __WXLIB_MONO_p = \
148         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
149 !endif
150 !if "$(MSLU)" == "1"
151 __UNICOWS_LIB_p = unicows.lib
152 !endif
153 !if "$(USE_GDIPLUS)" == "1"
154 __GDIPLUS_LIB_p = gdiplus.lib
155 !endif
156 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
157 __DEBUGINFO = -v
158 !endif
159 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
160 __DEBUGINFO = -v-
161 !endif
162 !if "$(DEBUG_INFO)" == "0"
163 __DEBUGINFO = -v-
164 !endif
165 !if "$(DEBUG_INFO)" == "1"
166 __DEBUGINFO = -v
167 !endif
168
169
170 all: $(OBJS)
171 $(OBJS):
172         -if not exist $(OBJS) mkdir $(OBJS)
173
174 ### Targets: ###
175
176 all: $(OBJS)\bench.exe data
177
178 clean: 
179         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
180         -if exist $(OBJS)\*.res del $(OBJS)\*.res
181         -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
182         -if exist $(OBJS)\bench.exe del $(OBJS)\bench.exe
183         -if exist $(OBJS)\bench.tds del $(OBJS)\bench.tds
184         -if exist $(OBJS)\bench.ilc del $(OBJS)\bench.ilc
185         -if exist $(OBJS)\bench.ild del $(OBJS)\bench.ild
186         -if exist $(OBJS)\bench.ilf del $(OBJS)\bench.ilf
187         -if exist $(OBJS)\bench.ils del $(OBJS)\bench.ils
188
189 $(OBJS)\bench.exe: $(BENCH_OBJECTS)
190         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -ap @&&|
191         c0x32.obj $(BENCH_OBJECTS),$@,, $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
192 |
193
194 data: 
195         if not exist $(OBJS) mkdir $(OBJS)
196         for %f in (htmltest.html) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
197
198 $(OBJS)\bench_bench.obj: .\bench.cpp
199         $(CXX) -q -c -P -o$@ $(BENCH_CXXFLAGS) .\bench.cpp
200
201 $(OBJS)\bench_htmlpars.obj: .\htmlparser\htmlpars.cpp
202         $(CXX) -q -c -P -o$@ $(BENCH_CXXFLAGS) .\htmlparser\htmlpars.cpp
203
204 $(OBJS)\bench_htmltag.obj: .\htmlparser\htmltag.cpp
205         $(CXX) -q -c -P -o$@ $(BENCH_CXXFLAGS) .\htmlparser\htmltag.cpp
206
207 $(OBJS)\bench_strings.obj: .\strings.cpp
208         $(CXX) -q -c -P -o$@ $(BENCH_CXXFLAGS) .\strings.cpp
209
210 $(OBJS)\bench_tls.obj: .\tls.cpp
211         $(CXX) -q -c -P -o$@ $(BENCH_CXXFLAGS) .\tls.cpp
212