remove f.html and fft.html; they're old and unlinked from other test HTML pages
[wxWidgets.git] / samples / html / test / makefile.bcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.5 (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 TEST_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         -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
37 TEST_OBJECTS =  \
38         $(OBJS)\test_test.obj
39
40 ### Conditionally set variables: ###
41
42 !if "$(USE_GUI)" == "0"
43 PORTNAME = base
44 !endif
45 !if "$(USE_GUI)" == "1"
46 PORTNAME = msw
47 !endif
48 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49 WXDEBUGFLAG = d
50 !endif
51 !if "$(DEBUG_FLAG)" == "1"
52 WXDEBUGFLAG = d
53 !endif
54 !if "$(UNICODE)" == "1"
55 WXUNICODEFLAG = u
56 !endif
57 !if "$(WXUNIV)" == "1"
58 WXUNIVNAME = univ
59 !endif
60 !if "$(SHARED)" == "1"
61 WXDLLFLAG = dll
62 !endif
63 !if "$(SHARED)" == "0"
64 LIBTYPE_SUFFIX = lib
65 !endif
66 !if "$(SHARED)" == "1"
67 LIBTYPE_SUFFIX = dll
68 !endif
69 !if "$(MONOLITHIC)" == "0"
70 EXTRALIBS_FOR_BASE = 
71 !endif
72 !if "$(MONOLITHIC)" == "1"
73 EXTRALIBS_FOR_BASE =  
74 !endif
75 !if "$(BUILD)" == "debug"
76 __OPTIMIZEFLAG_2 = -Od
77 !endif
78 !if "$(BUILD)" == "release"
79 __OPTIMIZEFLAG_2 = -O2
80 !endif
81 !if "$(USE_THREADS)" == "0"
82 __THREADSFLAG_5 = 
83 !endif
84 !if "$(USE_THREADS)" == "1"
85 __THREADSFLAG_5 = mt
86 !endif
87 !if "$(USE_THREADS)" == "0"
88 __THREADSFLAG_6 = 
89 !endif
90 !if "$(USE_THREADS)" == "1"
91 __THREADSFLAG_6 = -tWM
92 !endif
93 !if "$(RUNTIME_LIBS)" == "dynamic"
94 __RUNTIME_LIBS_7 = -tWR
95 !endif
96 !if "$(RUNTIME_LIBS)" == "static"
97 __RUNTIME_LIBS_7 = 
98 !endif
99 !if "$(RUNTIME_LIBS)" == "dynamic"
100 __RUNTIME_LIBS_8 = i
101 !endif
102 !if "$(RUNTIME_LIBS)" == "static"
103 __RUNTIME_LIBS_8 = 
104 !endif
105 !if "$(WXUNIV)" == "1"
106 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
107 !endif
108 !if "$(WXUNIV)" == "1"
109 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
110 !endif
111 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
112 __DEBUG_DEFINE_p = -D__WXDEBUG__
113 !endif
114 !if "$(DEBUG_FLAG)" == "1"
115 __DEBUG_DEFINE_p = -D__WXDEBUG__
116 !endif
117 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
118 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
119 !endif
120 !if "$(DEBUG_FLAG)" == "1"
121 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122 !endif
123 !if "$(USE_EXCEPTIONS)" == "0"
124 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
125 !endif
126 !if "$(USE_EXCEPTIONS)" == "0"
127 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
128 !endif
129 !if "$(USE_RTTI)" == "0"
130 __RTTI_DEFINE_p = -DwxNO_RTTI
131 !endif
132 !if "$(USE_RTTI)" == "0"
133 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
134 !endif
135 !if "$(USE_THREADS)" == "0"
136 __THREAD_DEFINE_p = -DwxNO_THREADS
137 !endif
138 !if "$(USE_THREADS)" == "0"
139 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
140 !endif
141 !if "$(UNICODE)" == "0"
142 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
143 !endif
144 !if "$(UNICODE)" == "1"
145 __UNICODE_DEFINE_p = -D_UNICODE
146 !endif
147 !if "$(UNICODE)" == "0"
148 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
149 !endif
150 !if "$(UNICODE)" == "1"
151 __UNICODE_DEFINE_p_1 = -d_UNICODE
152 !endif
153 !if "$(MSLU)" == "1"
154 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
155 !endif
156 !if "$(MSLU)" == "1"
157 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
158 !endif
159 !if "$(USE_GDIPLUS)" == "1"
160 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
161 !endif
162 !if "$(USE_GDIPLUS)" == "1"
163 __GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
164 !endif
165 !if "$(SHARED)" == "1"
166 __DLLFLAG_p = -DWXUSINGDLL
167 !endif
168 !if "$(SHARED)" == "1"
169 __DLLFLAG_p_1 = -dWXUSINGDLL
170 !endif
171 !if "$(MONOLITHIC)" == "0"
172 __WXLIB_HTML_p = \
173         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
174 !endif
175 !if "$(MONOLITHIC)" == "0"
176 __WXLIB_CORE_p = \
177         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
178 !endif
179 !if "$(MONOLITHIC)" == "0"
180 __WXLIB_NET_p = \
181         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
182 !endif
183 !if "$(MONOLITHIC)" == "0"
184 __WXLIB_BASE_p = \
185         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
186 !endif
187 !if "$(MONOLITHIC)" == "1"
188 __WXLIB_MONO_p = \
189         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
190 !endif
191 !if "$(USE_GUI)" == "1"
192 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
193 !endif
194 !if "$(USE_GUI)" == "1"
195 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
196 !endif
197 !if "$(USE_GUI)" == "1"
198 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
199 !endif
200 !if "$(MSLU)" == "1"
201 __UNICOWS_LIB_p = unicows.lib
202 !endif
203 !if "$(USE_GDIPLUS)" == "1"
204 __GDIPLUS_LIB_p = gdiplus.lib
205 !endif
206 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
207 __DEBUGINFO = -v
208 !endif
209 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
210 __DEBUGINFO = -v-
211 !endif
212 !if "$(DEBUG_INFO)" == "0"
213 __DEBUGINFO = -v-
214 !endif
215 !if "$(DEBUG_INFO)" == "1"
216 __DEBUGINFO = -v
217 !endif
218
219
220 all: $(OBJS)
221 $(OBJS):
222         -if not exist $(OBJS) mkdir $(OBJS)
223
224 ### Targets: ###
225
226 all: $(OBJS)\test.exe data
227
228 clean: 
229         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
230         -if exist $(OBJS)\*.res del $(OBJS)\*.res
231         -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
232         -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
233         -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
234         -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
235         -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
236         -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
237         -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
238
239 $(OBJS)\test.exe: $(TEST_OBJECTS)  $(OBJS)\test_test.res
240         ilink32 -Tpe -q  -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
241         c0w32.obj $(TEST_OBJECTS),$@,, $(__WXLIB_HTML_p)  $(__WXLIB_CORE_p)  $(__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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\test_test.res
242 |
243
244 data: 
245         if not exist $(OBJS) mkdir $(OBJS)
246         for %f in (imagemap.png pic.png pic2.bmp i18n.gif imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm regres.htm foo.png subsup.html) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
247
248 $(OBJS)\test_test.obj: .\test.cpp
249         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\test.cpp
250
251 $(OBJS)\test_test.res: .\test.rc
252         brcc32 -32 -r -fo$@ -i$(BCCDIR)\include    -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH .\test.rc
253