]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.wat
Separate out constructors / destructors, add support for enums and include files...
[wxWidgets.git] / samples / opengl / penguin / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.6 (http://www.bakefile.org)
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 ! if $(__VERSION__) >= 1280
22 ! loaddll wlink wlinkd
23 ! else
24 ! loaddll wlink wlink
25 ! endif
26 ! loaddll wlib wlibd
27 !endif
28
29 # We need these variables in some bakefile-made rules:
30 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32 ### Conditionally set variables: ###
33
34 PORTNAME =
35 !ifeq USE_GUI 0
36 PORTNAME = base
37 !endif
38 !ifeq USE_GUI 1
39 PORTNAME = msw
40 !endif
41 WXDEBUGFLAG =
42 !ifeq BUILD debug
43 !ifeq DEBUG_FLAG default
44 WXDEBUGFLAG = d
45 !endif
46 !endif
47 !ifeq DEBUG_FLAG 1
48 WXDEBUGFLAG = d
49 !endif
50 WXUNICODEFLAG =
51 !ifeq UNICODE 1
52 WXUNICODEFLAG = u
53 !endif
54 WXUNIVNAME =
55 !ifeq WXUNIV 1
56 WXUNIVNAME = univ
57 !endif
58 WXDLLFLAG =
59 !ifeq SHARED 1
60 WXDLLFLAG = dll
61 !endif
62 LIBTYPE_SUFFIX =
63 !ifeq SHARED 0
64 LIBTYPE_SUFFIX = lib
65 !endif
66 !ifeq SHARED 1
67 LIBTYPE_SUFFIX = dll
68 !endif
69 EXTRALIBS_FOR_BASE =
70 !ifeq MONOLITHIC 0
71 EXTRALIBS_FOR_BASE =
72 !endif
73 !ifeq MONOLITHIC 1
74 EXTRALIBS_FOR_BASE =
75 !endif
76 __penguin___depname =
77 !ifeq USE_OPENGL 1
78 __penguin___depname = $(OBJS)\penguin.exe
79 !endif
80 __DEBUGINFO_0 =
81 !ifeq BUILD debug
82 !ifeq DEBUG_INFO default
83 __DEBUGINFO_0 = -d2
84 !endif
85 !endif
86 !ifeq BUILD release
87 !ifeq DEBUG_INFO default
88 __DEBUGINFO_0 = -d0
89 !endif
90 !endif
91 !ifeq DEBUG_INFO 0
92 __DEBUGINFO_0 = -d0
93 !endif
94 !ifeq DEBUG_INFO 1
95 __DEBUGINFO_0 = -d2
96 !endif
97 __DEBUGINFO_1 =
98 !ifeq BUILD debug
99 !ifeq DEBUG_INFO default
100 __DEBUGINFO_1 = debug all
101 !endif
102 !endif
103 !ifeq BUILD release
104 !ifeq DEBUG_INFO default
105 __DEBUGINFO_1 =
106 !endif
107 !endif
108 !ifeq DEBUG_INFO 0
109 __DEBUGINFO_1 =
110 !endif
111 !ifeq DEBUG_INFO 1
112 __DEBUGINFO_1 = debug all
113 !endif
114 __OPTIMIZEFLAG_2 =
115 !ifeq BUILD debug
116 __OPTIMIZEFLAG_2 = -od
117 !endif
118 !ifeq BUILD release
119 __OPTIMIZEFLAG_2 = -ot -ox
120 !endif
121 __THREADSFLAG_5 =
122 !ifeq USE_THREADS 0
123 __THREADSFLAG_5 =
124 !endif
125 !ifeq USE_THREADS 1
126 __THREADSFLAG_5 = -bm
127 !endif
128 __RUNTIME_LIBS_6 =
129 !ifeq RUNTIME_LIBS dynamic
130 __RUNTIME_LIBS_6 = -br
131 !endif
132 !ifeq RUNTIME_LIBS static
133 __RUNTIME_LIBS_6 =
134 !endif
135 __RTTIFLAG_7 =
136 !ifeq USE_RTTI 0
137 __RTTIFLAG_7 =
138 !endif
139 !ifeq USE_RTTI 1
140 __RTTIFLAG_7 = -xr
141 !endif
142 __EXCEPTIONSFLAG_8 =
143 !ifeq USE_EXCEPTIONS 0
144 __EXCEPTIONSFLAG_8 =
145 !endif
146 !ifeq USE_EXCEPTIONS 1
147 __EXCEPTIONSFLAG_8 = -xs
148 !endif
149 __WXLIB_CORE_p =
150 !ifeq MONOLITHIC 0
151 __WXLIB_CORE_p = &
152 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
153 !endif
154 __WXLIB_BASE_p =
155 !ifeq MONOLITHIC 0
156 __WXLIB_BASE_p = &
157 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
158 !endif
159 __WXLIB_MONO_p =
160 !ifeq MONOLITHIC 1
161 __WXLIB_MONO_p = &
162 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
163 !endif
164 __LIB_TIFF_p =
165 !ifeq USE_GUI 1
166 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
167 !endif
168 __LIB_JPEG_p =
169 !ifeq USE_GUI 1
170 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
171 !endif
172 __LIB_PNG_p =
173 !ifeq USE_GUI 1
174 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
175 !endif
176 __GDIPLUS_LIB_p =
177 !ifeq USE_GDIPLUS 1
178 __GDIPLUS_LIB_p = gdiplus.lib
179 !endif
180 __WXUNIV_DEFINE_p =
181 !ifeq WXUNIV 1
182 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
183 !endif
184 __DEBUG_DEFINE_p =
185 !ifeq BUILD debug
186 !ifeq DEBUG_FLAG default
187 __DEBUG_DEFINE_p = -d__WXDEBUG__
188 !endif
189 !endif
190 !ifeq DEBUG_FLAG 1
191 __DEBUG_DEFINE_p = -d__WXDEBUG__
192 !endif
193 __EXCEPTIONS_DEFINE_p =
194 !ifeq USE_EXCEPTIONS 0
195 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
196 !endif
197 __RTTI_DEFINE_p =
198 !ifeq USE_RTTI 0
199 __RTTI_DEFINE_p = -dwxNO_RTTI
200 !endif
201 __THREAD_DEFINE_p =
202 !ifeq USE_THREADS 0
203 __THREAD_DEFINE_p = -dwxNO_THREADS
204 !endif
205 __UNICODE_DEFINE_p =
206 !ifeq UNICODE 0
207 __UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
208 !endif
209 !ifeq UNICODE 1
210 __UNICODE_DEFINE_p = -d_UNICODE
211 !endif
212 __GFXCTX_DEFINE_p =
213 !ifeq USE_GDIPLUS 1
214 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
215 !endif
216 __DLLFLAG_p =
217 !ifeq SHARED 1
218 __DLLFLAG_p = -dWXUSINGDLL
219 !endif
220
221 ### Variables: ###
222
223 WX_RELEASE_NODOT = 29
224 COMPILER_PREFIX = wat
225 OBJS = &
226 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
227 LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
228 SETUPHDIR = &
229 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
230 PENGUIN_CFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
231 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
232 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
233 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
234 -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
235 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(CPPFLAGS) $(CFLAGS)
236 PENGUIN_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
237 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
238 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
239 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
240 -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
241 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__RTTIFLAG_7) &
242 $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
243 PENGUIN_OBJECTS = &
244 $(OBJS)\penguin_penguin.obj &
245 $(OBJS)\penguin_dxfrenderer.obj &
246 $(OBJS)\penguin_trackball.obj
247
248
249 all : $(OBJS)
250 $(OBJS) :
251 -if not exist $(OBJS) mkdir $(OBJS)
252
253 ### Targets: ###
254
255 all : .SYMBOLIC $(__penguin___depname) data
256
257 clean : .SYMBOLIC
258 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
259 -if exist $(OBJS)\*.res del $(OBJS)\*.res
260 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
261 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
262 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
263 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
264
265 !ifeq USE_OPENGL 1
266 $(OBJS)\penguin.exe : $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
267 @%create $(OBJS)\penguin.lbc
268 @%append $(OBJS)\penguin.lbc option quiet
269 @%append $(OBJS)\penguin.lbc name $^@
270 @%append $(OBJS)\penguin.lbc option caseexact
271 @%append $(OBJS)\penguin.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
272 @for %i in ($(PENGUIN_OBJECTS)) do @%append $(OBJS)\penguin.lbc file %i
273 @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.lib opengl32.lib glu32.lib $(__WXLIB_CORE_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) $(__GDIPLUS_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 wininet.lib) do @%append $(OBJS)\penguin.lbc library %i
274 @%append $(OBJS)\penguin.lbc option resource=$(OBJS)\penguin_penguin.res
275 @for %i in () do @%append $(OBJS)\penguin.lbc option stack=%i
276 wlink @$(OBJS)\penguin.lbc
277 !endif
278
279 data : .SYMBOLIC
280 if not exist $(OBJS) mkdir $(OBJS)
281 for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
282
283 $(OBJS)\penguin_penguin.obj : .AUTODEPEND .\penguin.cpp
284 $(CXX) -bt=nt -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
285
286 $(OBJS)\penguin_dxfrenderer.obj : .AUTODEPEND .\dxfrenderer.cpp
287 $(CXX) -bt=nt -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
288
289 $(OBJS)\penguin_trackball.obj : .AUTODEPEND .\trackball.c
290 $(CC) -bt=nt -zq -fo=$^@ $(PENGUIN_CFLAGS) $<
291
292 $(OBJS)\penguin_penguin.res : .AUTODEPEND .\penguin.rc
293 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $<
294