]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.wat
regenerated
[wxWidgets.git] / samples / opengl / penguin / makefile.wat
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (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
95ff11c4
CE
21! if $(__VERSION__) >= 1280
22! loaddll wlink wlinkd
23! else
e93c6860 24! loaddll wlink wlink
95ff11c4 25! endif
e93c6860
VS
26! loaddll wlib wlibd
27!endif
8b089c5e 28
e93c6860
VS
29# We need these variables in some bakefile-made rules:
30WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
8b089c5e 31
e93c6860
VS
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
e93c6860
VS
50WXUNICODEFLAG =
51!ifeq UNICODE 1
52WXUNICODEFLAG = u
53!endif
54WXUNIVNAME =
55!ifeq WXUNIV 1
56WXUNIVNAME = univ
57!endif
b17c1746
DE
58WXDLLFLAG =
59!ifeq SHARED 1
60WXDLLFLAG = dll
61!endif
b14abf14
JS
62LIBTYPE_SUFFIX =
63!ifeq SHARED 0
64LIBTYPE_SUFFIX = lib
65!endif
66!ifeq SHARED 1
67LIBTYPE_SUFFIX = dll
68!endif
dd65d8c8
RN
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
e93c6860
VS
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
e93c6860
VS
114__OPTIMIZEFLAG_2 =
115!ifeq BUILD debug
116__OPTIMIZEFLAG_2 = -od
117!endif
118!ifeq BUILD release
119__OPTIMIZEFLAG_2 = -ot -ox
120!endif
8c9f8f91
JS
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 =
e93c6860 129!ifeq RUNTIME_LIBS dynamic
8c9f8f91 130__RUNTIME_LIBS_6 = -br
e93c6860
VS
131!endif
132!ifeq RUNTIME_LIBS static
8c9f8f91 133__RUNTIME_LIBS_6 =
e93c6860 134!endif
8c9f8f91
JS
135__RTTIFLAG_7 =
136!ifeq USE_RTTI 0
137__RTTIFLAG_7 =
b14abf14 138!endif
8c9f8f91
JS
139!ifeq USE_RTTI 1
140__RTTIFLAG_7 = -xr
b14abf14 141!endif
8c9f8f91 142__EXCEPTIONSFLAG_8 =
b17c1746 143!ifeq USE_EXCEPTIONS 0
8c9f8f91 144__EXCEPTIONSFLAG_8 =
e93c6860 145!endif
b17c1746 146!ifeq USE_EXCEPTIONS 1
8c9f8f91 147__EXCEPTIONSFLAG_8 = -xs
e93c6860
VS
148!endif
149__WXLIB_CORE_p =
150!ifeq MONOLITHIC 0
151__WXLIB_CORE_p = &
c33fae85 152 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 153!endif
b17c1746
DE
154__WXLIB_BASE_p =
155!ifeq MONOLITHIC 0
c33fae85
RN
156__WXLIB_BASE_p = &
157 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 158!endif
e93c6860
VS
159__WXLIB_MONO_p =
160!ifeq MONOLITHIC 1
161__WXLIB_MONO_p = &
c33fae85 162 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 163!endif
b17c1746
DE
164__LIB_TIFF_p =
165!ifeq USE_GUI 1
9c2d002b 166__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
167!endif
168__LIB_JPEG_p =
169!ifeq USE_GUI 1
9c2d002b 170__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
171!endif
172__LIB_PNG_p =
173!ifeq USE_GUI 1
9c2d002b 174__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 175!endif
3abcf424
RD
176__GDIPLUS_LIB_p =
177!ifeq USE_GDIPLUS 1
178__GDIPLUS_LIB_p = gdiplus.lib
179!endif
e93c6860
VS
180__WXUNIV_DEFINE_p =
181!ifeq WXUNIV 1
182__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
183!endif
b17c1746
DE
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
8c9f8f91
JS
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
b17c1746 205__UNICODE_DEFINE_p =
7379e476
VZ
206!ifeq UNICODE 0
207__UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
208!endif
b17c1746
DE
209!ifeq UNICODE 1
210__UNICODE_DEFINE_p = -d_UNICODE
211!endif
3abcf424
RD
212__GFXCTX_DEFINE_p =
213!ifeq USE_GDIPLUS 1
214__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
215!endif
b17c1746
DE
216__DLLFLAG_p =
217!ifeq SHARED 1
218__DLLFLAG_p = -dWXUSINGDLL
219!endif
e93c6860
VS
220
221### Variables: ###
222
ae4ccf12 223WX_RELEASE_NODOT = 29
444833b3 224COMPILER_PREFIX = wat
e93c6860 225OBJS = &
444833b3
CE
226 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
227LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
228SETUPHDIR = &
229 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
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) &
3abcf424
RD
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)
8c9f8f91
JS
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) &
3abcf424
RD
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)
e93c6860
VS
243PENGUIN_OBJECTS = &
244 $(OBJS)\penguin_penguin.obj &
4b764db3 245 $(OBJS)\penguin_dxfrenderer.obj &
e93c6860
VS
246 $(OBJS)\penguin_trackball.obj
247
e93c6860
VS
248
249all : $(OBJS)
250$(OBJS) :
251 -if not exist $(OBJS) mkdir $(OBJS)
252
253### Targets: ###
254
dd65d8c8 255all : .SYMBOLIC $(__penguin___depname) data
e93c6860 256
e93c6860
VS
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
b14abf14 262 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
e93c6860
VS
263 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
264
dd65d8c8 265!ifeq USE_OPENGL 1
e93c6860
VS
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 $^@
75a0a7b7 270 @%append $(OBJS)\penguin.lbc option caseexact
8ece421c 271 @%append $(OBJS)\penguin.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
e93c6860 272 @for %i in ($(PENGUIN_OBJECTS)) do @%append $(OBJS)\penguin.lbc file %i
b44f5137 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
e93c6860 274 @%append $(OBJS)\penguin.lbc option resource=$(OBJS)\penguin_penguin.res
77a7dfc1 275 @for %i in () do @%append $(OBJS)\penguin.lbc option stack=%i
e93c6860 276 wlink @$(OBJS)\penguin.lbc
dd65d8c8 277!endif
b17c1746
DE
278
279data : .SYMBOLIC
280 if not exist $(OBJS) mkdir $(OBJS)
4b764db3 281 for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
282
283$(OBJS)\penguin_penguin.obj : .AUTODEPEND .\penguin.cpp
77a7dfc1 284 $(CXX) -bt=nt -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
b17c1746 285
4b764db3 286$(OBJS)\penguin_dxfrenderer.obj : .AUTODEPEND .\dxfrenderer.cpp
77a7dfc1 287 $(CXX) -bt=nt -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
b17c1746
DE
288
289$(OBJS)\penguin_trackball.obj : .AUTODEPEND .\trackball.c
77a7dfc1 290 $(CC) -bt=nt -zq -fo=$^@ $(PENGUIN_CFLAGS) $<
b17c1746
DE
291
292$(OBJS)\penguin_penguin.res : .AUTODEPEND .\penguin.rc
444833b3 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 $<
b14abf14 294