]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.wat
don't leave the document in modified state after loading it (closes #10081)
[wxWidgets.git] / samples / opengl / penguin / makefile.wat
... / ...
CommitLineData
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:
30WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32### Conditionally set variables: ###
33
34PORTNAME =
35!ifeq USE_GUI 0
36PORTNAME = base
37!endif
38!ifeq USE_GUI 1
39PORTNAME = msw
40!endif
41WXDEBUGFLAG =
42!ifeq BUILD debug
43!ifeq DEBUG_FLAG default
44WXDEBUGFLAG = d
45!endif
46!endif
47!ifeq DEBUG_FLAG 1
48WXDEBUGFLAG = d
49!endif
50WXUNICODEFLAG =
51!ifeq UNICODE 1
52WXUNICODEFLAG = u
53!endif
54WXUNIVNAME =
55!ifeq WXUNIV 1
56WXUNIVNAME = univ
57!endif
58WXDLLFLAG =
59!ifeq SHARED 1
60WXDLLFLAG = dll
61!endif
62LIBTYPE_SUFFIX =
63!ifeq SHARED 0
64LIBTYPE_SUFFIX = lib
65!endif
66!ifeq SHARED 1
67LIBTYPE_SUFFIX = dll
68!endif
69EXTRALIBS_FOR_BASE =
70!ifeq MONOLITHIC 0
71EXTRALIBS_FOR_BASE =
72!endif
73!ifeq MONOLITHIC 1
74EXTRALIBS_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
223WX_RELEASE_NODOT = 29
224COMPILER_PREFIX = wat
225OBJS = &
226 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
227LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
228SETUPHDIR = &
229 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
230PENGUIN_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)
236PENGUIN_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)
243PENGUIN_OBJECTS = &
244 $(OBJS)\penguin_penguin.obj &
245 $(OBJS)\penguin_dxfrenderer.obj &
246 $(OBJS)\penguin_trackball.obj
247
248
249all : $(OBJS)
250$(OBJS) :
251 -if not exist $(OBJS) mkdir $(OBJS)
252
253### Targets: ###
254
255all : .SYMBOLIC $(__penguin___depname) data
256
257clean : .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
279data : .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