Regenerated makefiles.
[wxWidgets.git] / tests / makefile.vc
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 !include <../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 OBJS = \
16         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 SETUPHDIR = \
18         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19 TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20         $(__DEBUGINFO_0) /Fd$(OBJS)\test.pdb $(____DEBUGRUNTIME_2_p) \
21         $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
22         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\include /I$(SETUPHDIR) /W4 \
23         /I. $(__DLLFLAG_p) /D_CONSOLE $(CPPUNIT_CFLAGS) $(__EXCEPTIONSFLAG_8) \
24         $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
25 TEST_OBJECTS =  \
26         $(OBJS)\test_test.obj \
27         $(OBJS)\test_main.obj \
28         $(OBJS)\test_formatconverter.obj \
29         $(OBJS)\test_regex.obj \
30         $(OBJS)\test_wxregex.obj \
31         $(OBJS)\test_filesys.obj \
32         $(OBJS)\test_arrays.obj \
33         $(OBJS)\test_hashes.obj \
34         $(OBJS)\test_longlong.obj \
35         $(OBJS)\test_strings.obj \
36         $(OBJS)\test_stdstrings.obj \
37         $(OBJS)\test_unicode.obj \
38         $(OBJS)\test_bstream.obj \
39         $(OBJS)\test_ffilestream.obj \
40         $(OBJS)\test_filestream.obj \
41         $(OBJS)\test_memstream.obj \
42         $(OBJS)\test_zlibstream.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 "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68 __DEBUGINFO_0 = /Zi
69 !endif
70 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71 __DEBUGINFO_0 = 
72 !endif
73 !if "$(DEBUG_INFO)" == "0"
74 __DEBUGINFO_0 = 
75 !endif
76 !if "$(DEBUG_INFO)" == "1"
77 __DEBUGINFO_0 = /Zi
78 !endif
79 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
80 __DEBUGINFO_1 = /DEBUG
81 !endif
82 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
83 __DEBUGINFO_1 = 
84 !endif
85 !if "$(DEBUG_INFO)" == "0"
86 __DEBUGINFO_1 = 
87 !endif
88 !if "$(DEBUG_INFO)" == "1"
89 __DEBUGINFO_1 = /DEBUG
90 !endif
91 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
92 ____DEBUGRUNTIME_2_p = 
93 !endif
94 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
95 ____DEBUGRUNTIME_2_p = /D_DEBUG
96 !endif
97 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
98 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
99 !endif
100 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
101 ____DEBUGINFO_2_p = /D_DEBUG
102 !endif
103 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
104 ____DEBUGINFO_2_p = 
105 !endif
106 !if "$(DEBUG_INFO)" == "0"
107 ____DEBUGINFO_2_p = 
108 !endif
109 !if "$(DEBUG_INFO)" == "1"
110 ____DEBUGINFO_2_p = /D_DEBUG
111 !endif
112 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
113 __DEBUGRUNTIME_3 = 
114 !endif
115 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
116 __DEBUGRUNTIME_3 = d
117 !endif
118 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
119 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
120 !endif
121 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
122 __DEBUGINFO_3 = d
123 !endif
124 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
125 __DEBUGINFO_3 = 
126 !endif
127 !if "$(DEBUG_INFO)" == "0"
128 __DEBUGINFO_3 = 
129 !endif
130 !if "$(DEBUG_INFO)" == "1"
131 __DEBUGINFO_3 = d
132 !endif
133 !if "$(BUILD)" == "debug"
134 __OPTIMIZEFLAG_4 = /Od
135 !endif
136 !if "$(BUILD)" == "release"
137 __OPTIMIZEFLAG_4 = /O2
138 !endif
139 !if "$(RUNTIME_LIBS)" == "dynamic"
140 __RUNTIME_LIBS_7 = D
141 !endif
142 !if "$(RUNTIME_LIBS)" == "static"
143 __RUNTIME_LIBS_7 = T
144 !endif
145 !if "$(USE_EXCEPTIONS)" == "0"
146 __EXCEPTIONSFLAG_8 = 
147 !endif
148 !if "$(USE_EXCEPTIONS)" == "1"
149 __EXCEPTIONSFLAG_8 = /GR
150 !endif
151 !if "$(USE_EXCEPTIONS)" == "0"
152 __EXCEPTIONSFLAG_9 = 
153 !endif
154 !if "$(USE_EXCEPTIONS)" == "1"
155 __EXCEPTIONSFLAG_9 = /GX
156 !endif
157 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
158 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
159 !endif
160 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
161 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
162 !endif
163 !if "$(WXUNIV)" == "1"
164 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
165 !endif
166 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
167 __DEBUG_DEFINE_p = /D__WXDEBUG__
168 !endif
169 !if "$(DEBUG_FLAG)" == "1"
170 __DEBUG_DEFINE_p = /D__WXDEBUG__
171 !endif
172 !if "$(UNICODE)" == "1"
173 __UNICODE_DEFINE_p = /D_UNICODE
174 !endif
175 !if "$(SHARED)" == "1"
176 __DLLFLAG_p = /DWXUSINGDLL
177 !endif
178 !if "$(MONOLITHIC)" == "0"
179 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
180 !endif
181 !if "$(MONOLITHIC)" == "1"
182 __WXLIB_MONO_p = \
183         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
184 !endif
185 !if "$(USE_GUI)" == "1"
186 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
187 !endif
188 !if "$(USE_GUI)" == "1"
189 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
190 !endif
191 !if "$(USE_GUI)" == "1"
192 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
193 !endif
194 !if "$(MSLU)" == "1"
195 __UNICOWS_LIB_p = unicows.lib
196 !endif
197 !if "$(SHARED)" == "0"
198 LIBDIRNAME = .\..\lib\vc_lib$(CFG)
199 !endif
200 !if "$(SHARED)" == "1"
201 LIBDIRNAME = .\..\lib\vc_dll$(CFG)
202 !endif
203
204
205 all: $(OBJS)
206 $(OBJS):
207         -if not exist $(OBJS) mkdir $(OBJS)
208
209 ### Targets: ###
210
211 all: $(OBJS)\test.exe data
212
213 clean: 
214         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
215         -if exist $(OBJS)\*.res del $(OBJS)\*.res
216         -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
217         -if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
218         -if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
219
220 $(OBJS)\test.exe: $(TEST_OBJECTS)
221         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(CPPUNIT_LIBS) @<<
222         $(TEST_OBJECTS)  $(__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  $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
223 <<
224
225 data: 
226         if not exist $(OBJS) mkdir $(OBJS)
227         for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
228
229 $(OBJS)\test_test.obj: .\test.cpp
230         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
231
232 $(OBJS)\test_main.obj: .\mbconv\main.cpp
233         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
234
235 $(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp
236         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
237
238 $(OBJS)\test_regex.obj: .\regex\regex.cpp
239         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
240
241 $(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
242         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
243
244 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
245         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
246
247 $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
248         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
249
250 $(OBJS)\test_hashes.obj: .\hashes\hashes.cpp
251         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
252
253 $(OBJS)\test_longlong.obj: .\longlong\longlong.cpp
254         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
255
256 $(OBJS)\test_strings.obj: .\strings\strings.cpp
257         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
258
259 $(OBJS)\test_stdstrings.obj: .\strings\stdstrings.cpp
260         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
261
262 $(OBJS)\test_unicode.obj: .\strings\unicode.cpp
263         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
264
265 $(OBJS)\test_bstream.obj: .\streams\bstream.cpp
266         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
267
268 $(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
269         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
270
271 $(OBJS)\test_filestream.obj: .\streams\filestream.cpp
272         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
273
274 $(OBJS)\test_memstream.obj: .\streams\memstream.cpp
275         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
276
277 $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
278         $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**