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