Moved tests for wxHashMap, wxHashSet and wxList
[wxWidgets.git] / tests / makefile.bcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.4 (http://bakefile.sourceforge.net)
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 = 25
25 OBJS = \
26         bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 SETUPHDIR = \
28         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
29 TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30         $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
31         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\include -I$(SETUPHDIR) -I. \
32         $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) -Hu -H=$(OBJS)\testprec_test.csm \
33         $(CPPFLAGS) $(CXXFLAGS)
34 TEST_OBJECTS =  \
35         $(OBJS)\test_dummy.obj \
36         $(OBJS)\test_test.obj \
37         $(OBJS)\test_archivetest.obj \
38         $(OBJS)\test_arrays.obj \
39         $(OBJS)\test_datetimetest.obj \
40         $(OBJS)\test_fileconftest.obj \
41         $(OBJS)\test_filenametest.obj \
42         $(OBJS)\test_filesystest.obj \
43         $(OBJS)\test_fontmaptest.obj \
44         $(OBJS)\test_formatconvertertest.obj \
45         $(OBJS)\test_hashes.obj \
46         $(OBJS)\test_lists.obj \
47         $(OBJS)\test_longlongtest.obj \
48         $(OBJS)\test_mbconvtest.obj \
49         $(OBJS)\test_regextest.obj \
50         $(OBJS)\test_wxregextest.obj \
51         $(OBJS)\test_strings.obj \
52         $(OBJS)\test_stdstrings.obj \
53         $(OBJS)\test_unicode.obj \
54         $(OBJS)\test_crt.obj \
55         $(OBJS)\test_bstream.obj \
56         $(OBJS)\test_datastreamtest.obj \
57         $(OBJS)\test_ffilestream.obj \
58         $(OBJS)\test_filestream.obj \
59         $(OBJS)\test_memstream.obj \
60         $(OBJS)\test_sstream.obj \
61         $(OBJS)\test_textstreamtest.obj \
62         $(OBJS)\test_zlibstream.obj \
63         $(OBJS)\test_uris.obj
64
65 ### Conditionally set variables: ###
66
67 !if "$(USE_GUI)" == "0"
68 PORTNAME = base
69 !endif
70 !if "$(USE_GUI)" == "1"
71 PORTNAME = msw
72 !endif
73 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
74 WXDEBUGFLAG = d
75 !endif
76 !if "$(DEBUG_FLAG)" == "1"
77 WXDEBUGFLAG = d
78 !endif
79 !if "$(UNICODE)" == "1"
80 WXUNICODEFLAG = u
81 !endif
82 !if "$(WXUNIV)" == "1"
83 WXUNIVNAME = univ
84 !endif
85 !if "$(SHARED)" == "1"
86 WXDLLFLAG = dll
87 !endif
88 !if "$(MONOLITHIC)" == "0"
89 EXTRALIBS_FOR_BASE = 
90 !endif
91 !if "$(MONOLITHIC)" == "1"
92 EXTRALIBS_FOR_BASE =  
93 !endif
94 !if "$(BUILD)" == "debug"
95 __OPTIMIZEFLAG_2 = -Od
96 !endif
97 !if "$(BUILD)" == "release"
98 __OPTIMIZEFLAG_2 = -O2
99 !endif
100 !if "$(RUNTIME_LIBS)" == "dynamic"
101 __RUNTIME_LIBS_6 = -tWR
102 !endif
103 !if "$(RUNTIME_LIBS)" == "static"
104 __RUNTIME_LIBS_6 = 
105 !endif
106 !if "$(RUNTIME_LIBS)" == "dynamic"
107 __RUNTIME_LIBS_7 = i
108 !endif
109 !if "$(RUNTIME_LIBS)" == "static"
110 __RUNTIME_LIBS_7 = 
111 !endif
112 !if "$(WXUNIV)" == "1"
113 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
114 !endif
115 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
116 __DEBUG_DEFINE_p = -D__WXDEBUG__
117 !endif
118 !if "$(DEBUG_FLAG)" == "1"
119 __DEBUG_DEFINE_p = -D__WXDEBUG__
120 !endif
121 !if "$(UNICODE)" == "1"
122 __UNICODE_DEFINE_p = -D_UNICODE
123 !endif
124 !if "$(SHARED)" == "1"
125 __DLLFLAG_p = -DWXUSINGDLL
126 !endif
127 !if "$(MONOLITHIC)" == "0"
128 __WXLIB_NET_p = \
129         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
130 !endif
131 !if "$(MONOLITHIC)" == "0"
132 __WXLIB_BASE_p = \
133         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
134 !endif
135 !if "$(MONOLITHIC)" == "1"
136 __WXLIB_MONO_p = \
137         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
138 !endif
139 !if "$(USE_GUI)" == "1"
140 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
141 !endif
142 !if "$(USE_GUI)" == "1"
143 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
144 !endif
145 !if "$(USE_GUI)" == "1"
146 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
147 !endif
148 !if "$(MSLU)" == "1"
149 __UNICOWS_LIB_p = unicows.lib
150 !endif
151 !if "$(SHARED)" == "0"
152 LIBDIRNAME = .\..\lib\bcc_lib$(CFG)
153 !endif
154 !if "$(SHARED)" == "1"
155 LIBDIRNAME = .\..\lib\bcc_dll$(CFG)
156 !endif
157 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
158 __DEBUGINFO = -v
159 !endif
160 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
161 __DEBUGINFO = -v-
162 !endif
163 !if "$(DEBUG_INFO)" == "0"
164 __DEBUGINFO = -v-
165 !endif
166 !if "$(DEBUG_INFO)" == "1"
167 __DEBUGINFO = -v
168 !endif
169
170
171 all: $(OBJS)
172 $(OBJS):
173         -if not exist $(OBJS) mkdir $(OBJS)
174
175 ### Targets: ###
176
177 all: $(OBJS)\test.exe data
178
179 clean: 
180         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
181         -if exist $(OBJS)\*.res del $(OBJS)\*.res
182         -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
183         -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
184         -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
185         -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
186         -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
187         -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
188
189 $(OBJS)\test.exe: $(OBJS)\test_dummy.obj  $(TEST_OBJECTS)
190         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -ap $(CPPUNIT_LIBS) @&&|
191         c0x32.obj $(TEST_OBJECTS),$@,, $(__WXLIB_NET_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
192 |
193
194 data: 
195         if not exist $(OBJS) mkdir $(OBJS)
196         for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
197
198 $(OBJS)\test_dummy.obj: .\dummy.cpp
199         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) -H $**
200
201 $(OBJS)\test_test.obj: .\test.cpp
202         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
203
204 $(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
205         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
206
207 $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
208         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
209
210 $(OBJS)\test_datetimetest.obj: .\datetime\datetimetest.cpp
211         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
212
213 $(OBJS)\test_fileconftest.obj: .\fileconf\fileconftest.cpp
214         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
215
216 $(OBJS)\test_filenametest.obj: .\filename\filenametest.cpp
217         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
218
219 $(OBJS)\test_filesystest.obj: .\filesys\filesystest.cpp
220         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
221
222 $(OBJS)\test_fontmaptest.obj: .\fontmap\fontmaptest.cpp
223         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
224
225 $(OBJS)\test_formatconvertertest.obj: .\formatconverter\formatconvertertest.cpp
226         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
227
228 $(OBJS)\test_hashes.obj: .\hashes\hashes.cpp
229         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
230
231 $(OBJS)\test_lists.obj: .\lists\lists.cpp
232         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
233
234 $(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
235         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
236
237 $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
238         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
239
240 $(OBJS)\test_regextest.obj: .\regex\regextest.cpp
241         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
242
243 $(OBJS)\test_wxregextest.obj: .\regex\wxregextest.cpp
244         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
245
246 $(OBJS)\test_strings.obj: .\strings\strings.cpp
247         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
248
249 $(OBJS)\test_stdstrings.obj: .\strings\stdstrings.cpp
250         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
251
252 $(OBJS)\test_unicode.obj: .\strings\unicode.cpp
253         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
254
255 $(OBJS)\test_crt.obj: .\strings\crt.cpp
256         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
257
258 $(OBJS)\test_bstream.obj: .\streams\bstream.cpp
259         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
260
261 $(OBJS)\test_datastreamtest.obj: .\streams\datastreamtest.cpp
262         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
263
264 $(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
265         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
266
267 $(OBJS)\test_filestream.obj: .\streams\filestream.cpp
268         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
269
270 $(OBJS)\test_memstream.obj: .\streams\memstream.cpp
271         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
272
273 $(OBJS)\test_sstream.obj: .\streams\sstream.cpp
274         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
275
276 $(OBJS)\test_textstreamtest.obj: .\streams\textstreamtest.cpp
277         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
278
279 $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
280         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
281
282 $(OBJS)\test_uris.obj: .\uris\uris.cpp
283         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**