]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/ogl/makefile.wat
removed remaining XRC files from contrib
[wxWidgets.git] / contrib / build / ogl / makefile.wat
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.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! loaddll wlink wlink
22 ! loaddll wlib wlibd
23 !endif
24
25 # We need these variables in some bakefile-made rules:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 PORTNAME =
31 !ifeq USE_GUI 0
32 PORTNAME = base
33 !endif
34 !ifeq USE_GUI 1
35 PORTNAME = msw
36 !endif
37 VENDORTAG =
38 !ifeq OFFICIAL_BUILD 0
39 VENDORTAG = _$(VENDOR)
40 !endif
41 !ifeq OFFICIAL_BUILD 1
42 VENDORTAG =
43 !endif
44 WXDEBUGFLAG =
45 !ifeq BUILD debug
46 !ifeq DEBUG_FLAG default
47 WXDEBUGFLAG = d
48 !endif
49 !endif
50 !ifeq DEBUG_FLAG 1
51 WXDEBUGFLAG = d
52 !endif
53 WXUNICODEFLAG =
54 !ifeq UNICODE 1
55 WXUNICODEFLAG = u
56 !endif
57 WXUNIVNAME =
58 !ifeq WXUNIV 1
59 WXUNIVNAME = univ
60 !endif
61 WXDLLFLAG =
62 !ifeq SHARED 1
63 WXDLLFLAG = dll
64 !endif
65 __ogldll___depname =
66 !ifeq SHARED 1
67 __ogldll___depname = &
68 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_wat$(VENDORTAG).dll
69 !endif
70 __DEBUGINFO_2 =
71 !ifeq BUILD debug
72 !ifeq DEBUG_INFO default
73 __DEBUGINFO_2 = debug all
74 !endif
75 !endif
76 !ifeq BUILD release
77 !ifeq DEBUG_INFO default
78 __DEBUGINFO_2 =
79 !endif
80 !endif
81 !ifeq DEBUG_INFO 0
82 __DEBUGINFO_2 =
83 !endif
84 !ifeq DEBUG_INFO 1
85 __DEBUGINFO_2 = debug all
86 !endif
87 __WXLIB_MONO_p =
88 !ifeq MONOLITHIC 1
89 __WXLIB_MONO_p = &
90 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
91 !endif
92 __LIB_TIFF_p =
93 !ifeq USE_GUI 1
94 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
95 !endif
96 __LIB_JPEG_p =
97 !ifeq USE_GUI 1
98 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
99 !endif
100 __LIB_PNG_p =
101 !ifeq USE_GUI 1
102 __LIB_PNG_p = wxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
103 !endif
104 __WXLIB_CORE_p =
105 !ifeq MONOLITHIC 0
106 __WXLIB_CORE_p = &
107 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
108 !endif
109 __WXLIB_BASE_p =
110 !ifeq MONOLITHIC 0
111 __WXLIB_BASE_p = &
112 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
113 !endif
114 __ogllib___depname =
115 !ifeq SHARED 0
116 __ogllib___depname = &
117 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
118 !endif
119 __DEBUGINFO_1 =
120 !ifeq BUILD debug
121 !ifeq DEBUG_INFO default
122 __DEBUGINFO_1 = -d2
123 !endif
124 !endif
125 !ifeq BUILD release
126 !ifeq DEBUG_INFO default
127 __DEBUGINFO_1 = -d0
128 !endif
129 !endif
130 !ifeq DEBUG_INFO 0
131 __DEBUGINFO_1 = -d0
132 !endif
133 !ifeq DEBUG_INFO 1
134 __DEBUGINFO_1 = -d2
135 !endif
136 __OPTIMIZEFLAG =
137 !ifeq BUILD debug
138 __OPTIMIZEFLAG = -od
139 !endif
140 !ifeq BUILD release
141 __OPTIMIZEFLAG = -ot -ox
142 !endif
143 __RUNTIME_LIBS =
144 !ifeq RUNTIME_LIBS dynamic
145 __RUNTIME_LIBS = -br
146 !endif
147 !ifeq RUNTIME_LIBS static
148 __RUNTIME_LIBS =
149 !endif
150 __EXCEPTIONSFLAG =
151 !ifeq USE_EXCEPTIONS 0
152 __EXCEPTIONSFLAG =
153 !endif
154 !ifeq USE_EXCEPTIONS 1
155 __EXCEPTIONSFLAG = -xs
156 !endif
157 __WXUNIV_DEFINE_p =
158 !ifeq WXUNIV 1
159 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
160 !endif
161 __DEBUG_DEFINE_p =
162 !ifeq BUILD debug
163 !ifeq DEBUG_FLAG default
164 __DEBUG_DEFINE_p = -d__WXDEBUG__
165 !endif
166 !endif
167 !ifeq DEBUG_FLAG 1
168 __DEBUG_DEFINE_p = -d__WXDEBUG__
169 !endif
170 __UNICODE_DEFINE_p =
171 !ifeq UNICODE 1
172 __UNICODE_DEFINE_p = -d_UNICODE
173 !endif
174 LIBDIRNAME =
175 !ifeq SHARED 0
176 LIBDIRNAME = ..\..\src\ogl\..\..\..\lib\wat_lib$(CFG)
177 !endif
178 !ifeq SHARED 1
179 LIBDIRNAME = ..\..\src\ogl\..\..\..\lib\wat_dll$(CFG)
180 !endif
181
182 ### Variables: ###
183
184 WX_RELEASE_NODOT = 25
185 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)2
186 OBJS = &
187 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
188 SETUPHDIR = &
189 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
190 OGLDLL_CXXFLAGS = -bd $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
191 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
192 -i=..\..\src\ogl\..\..\..\include -i=$(SETUPHDIR) &
193 -i=..\..\src\ogl\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_OGL &
194 /fh=$(OBJS)\wxprec_ogldll.pch $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
195 OGLDLL_OBJECTS = &
196 $(OBJS)\ogldll_dummy.obj &
197 $(OBJS)\ogldll_basic2.obj &
198 $(OBJS)\ogldll_canvas.obj &
199 $(OBJS)\ogldll_divided.obj &
200 $(OBJS)\ogldll_mfutils.obj &
201 $(OBJS)\ogldll_oglmisc.obj &
202 $(OBJS)\ogldll_basic.obj &
203 $(OBJS)\ogldll_composit.obj &
204 $(OBJS)\ogldll_drawn.obj &
205 $(OBJS)\ogldll_bmpshape.obj &
206 $(OBJS)\ogldll_constrnt.obj &
207 $(OBJS)\ogldll_lines.obj &
208 $(OBJS)\ogldll_ogldiag.obj
209 OGLLIB_CXXFLAGS = $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
210 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
211 -i=..\..\src\ogl\..\..\..\include -i=$(SETUPHDIR) &
212 -i=..\..\src\ogl\..\..\include /fh=$(OBJS)\wxprec_ogllib.pch &
213 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
214 OGLLIB_OBJECTS = &
215 $(OBJS)\ogllib_dummy.obj &
216 $(OBJS)\ogllib_basic2.obj &
217 $(OBJS)\ogllib_canvas.obj &
218 $(OBJS)\ogllib_divided.obj &
219 $(OBJS)\ogllib_mfutils.obj &
220 $(OBJS)\ogllib_oglmisc.obj &
221 $(OBJS)\ogllib_basic.obj &
222 $(OBJS)\ogllib_composit.obj &
223 $(OBJS)\ogllib_drawn.obj &
224 $(OBJS)\ogllib_bmpshape.obj &
225 $(OBJS)\ogllib_constrnt.obj &
226 $(OBJS)\ogllib_lines.obj &
227 $(OBJS)\ogllib_ogldiag.obj
228
229
230 all : $(OBJS)
231 $(OBJS) :
232 -if not exist $(OBJS) mkdir $(OBJS)
233
234 ### Targets: ###
235
236 all : .SYMBOLIC $(__ogldll___depname) $(__ogllib___depname)
237
238 clean : .SYMBOLIC
239 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240 -if exist $(OBJS)\*.res del $(OBJS)\*.res
241 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
242 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
243 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_wat$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_wat$(VENDORTAG).dll
244 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
245 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
246
247 !ifeq SHARED 1
248 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_wat$(VENDORTAG).dll : $(OGLDLL_OBJECTS)
249 @%create $(OBJS)\ogldll.lbc
250 @%append $(OBJS)\ogldll.lbc option quiet
251 @%append $(OBJS)\ogldll.lbc name $^@
252 @%append $(OBJS)\ogldll.lbc option caseexact
253 @%append $(OBJS)\ogldll.lbc $(LDFLAGS) $(__DEBUGINFO_2) libpath $(LIBDIRNAME)
254 @for %i in ($(OGLDLL_OBJECTS)) do @%append $(OBJS)\ogldll.lbc file %i
255 @for %i in ( $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib 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 odbc32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) ) do @%append $(OBJS)\ogldll.lbc library %i
256 @%append $(OBJS)\ogldll.lbc
257 @%append $(OBJS)\ogldll.lbc system nt_dll
258 wlink @$(OBJS)\ogldll.lbc
259 wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib +$^@
260 !endif
261
262 !ifeq SHARED 0
263 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib : $(OGLLIB_OBJECTS)
264 @%create $(OBJS)\ogllib.lbc
265 @for %i in ($(OGLLIB_OBJECTS)) do @%append $(OBJS)\ogllib.lbc +%i
266 wlib -q -p4096 -n -b $^@ @$(OBJS)\ogllib.lbc
267 !endif
268
269 $(OBJS)\ogldll_dummy.obj : .AUTODEPEND ../../src/ogl\..\..\..\src\msw\dummy.cpp
270 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
271
272 $(OBJS)\ogldll_basic2.obj : .AUTODEPEND ../../src/ogl\basic2.cpp
273 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
274
275 $(OBJS)\ogldll_canvas.obj : .AUTODEPEND ../../src/ogl\canvas.cpp
276 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
277
278 $(OBJS)\ogldll_divided.obj : .AUTODEPEND ../../src/ogl\divided.cpp
279 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
280
281 $(OBJS)\ogldll_mfutils.obj : .AUTODEPEND ../../src/ogl\mfutils.cpp
282 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
283
284 $(OBJS)\ogldll_oglmisc.obj : .AUTODEPEND ../../src/ogl\oglmisc.cpp
285 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
286
287 $(OBJS)\ogldll_basic.obj : .AUTODEPEND ../../src/ogl\basic.cpp
288 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
289
290 $(OBJS)\ogldll_composit.obj : .AUTODEPEND ../../src/ogl\composit.cpp
291 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
292
293 $(OBJS)\ogldll_drawn.obj : .AUTODEPEND ../../src/ogl\drawn.cpp
294 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
295
296 $(OBJS)\ogldll_bmpshape.obj : .AUTODEPEND ../../src/ogl\bmpshape.cpp
297 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
298
299 $(OBJS)\ogldll_constrnt.obj : .AUTODEPEND ../../src/ogl\constrnt.cpp
300 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
301
302 $(OBJS)\ogldll_lines.obj : .AUTODEPEND ../../src/ogl\lines.cpp
303 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
304
305 $(OBJS)\ogldll_ogldiag.obj : .AUTODEPEND ../../src/ogl\ogldiag.cpp
306 $(CXX) -zq -fo=$^@ $(OGLDLL_CXXFLAGS) $<
307
308 $(OBJS)\ogllib_dummy.obj : .AUTODEPEND ../../src/ogl\..\..\..\src\msw\dummy.cpp
309 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
310
311 $(OBJS)\ogllib_basic2.obj : .AUTODEPEND ../../src/ogl\basic2.cpp
312 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
313
314 $(OBJS)\ogllib_canvas.obj : .AUTODEPEND ../../src/ogl\canvas.cpp
315 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
316
317 $(OBJS)\ogllib_divided.obj : .AUTODEPEND ../../src/ogl\divided.cpp
318 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
319
320 $(OBJS)\ogllib_mfutils.obj : .AUTODEPEND ../../src/ogl\mfutils.cpp
321 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
322
323 $(OBJS)\ogllib_oglmisc.obj : .AUTODEPEND ../../src/ogl\oglmisc.cpp
324 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
325
326 $(OBJS)\ogllib_basic.obj : .AUTODEPEND ../../src/ogl\basic.cpp
327 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
328
329 $(OBJS)\ogllib_composit.obj : .AUTODEPEND ../../src/ogl\composit.cpp
330 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
331
332 $(OBJS)\ogllib_drawn.obj : .AUTODEPEND ../../src/ogl\drawn.cpp
333 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
334
335 $(OBJS)\ogllib_bmpshape.obj : .AUTODEPEND ../../src/ogl\bmpshape.cpp
336 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
337
338 $(OBJS)\ogllib_constrnt.obj : .AUTODEPEND ../../src/ogl\constrnt.cpp
339 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
340
341 $(OBJS)\ogllib_lines.obj : .AUTODEPEND ../../src/ogl\lines.cpp
342 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<
343
344 $(OBJS)\ogllib_ogldiag.obj : .AUTODEPEND ../../src/ogl\ogldiag.cpp
345 $(CXX) -zq -fo=$^@ $(OGLLIB_CXXFLAGS) $<