]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.wat
Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds()
[wxWidgets.git] / samples / opengl / penguin / makefile.wat
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
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
dd65d8c8
RN
58EXTRALIBS_FOR_BASE =
59!ifeq MONOLITHIC 0
60EXTRALIBS_FOR_BASE =
61!endif
62!ifeq MONOLITHIC 1
63EXTRALIBS_FOR_BASE =
64!endif
65__penguin___depname =
66!ifeq USE_OPENGL 1
67__penguin___depname = $(OBJS)\penguin.exe
68!endif
e93c6860
VS
69__DEBUGINFO_0 =
70!ifeq BUILD debug
71!ifeq DEBUG_INFO default
72__DEBUGINFO_0 = -d2
73!endif
74!endif
75!ifeq BUILD release
76!ifeq DEBUG_INFO default
77__DEBUGINFO_0 = -d0
78!endif
79!endif
80!ifeq DEBUG_INFO 0
81__DEBUGINFO_0 = -d0
82!endif
83!ifeq DEBUG_INFO 1
84__DEBUGINFO_0 = -d2
85!endif
86__DEBUGINFO_1 =
87!ifeq BUILD debug
88!ifeq DEBUG_INFO default
89__DEBUGINFO_1 = debug all
90!endif
91!endif
92!ifeq BUILD release
93!ifeq DEBUG_INFO default
94__DEBUGINFO_1 =
95!endif
96!endif
97!ifeq DEBUG_INFO 0
98__DEBUGINFO_1 =
99!endif
100!ifeq DEBUG_INFO 1
101__DEBUGINFO_1 = debug all
102!endif
e93c6860
VS
103__OPTIMIZEFLAG_2 =
104!ifeq BUILD debug
105__OPTIMIZEFLAG_2 = -od
106!endif
107!ifeq BUILD release
108__OPTIMIZEFLAG_2 = -ot -ox
109!endif
110__RUNTIME_LIBS_5 =
111!ifeq RUNTIME_LIBS dynamic
112__RUNTIME_LIBS_5 = -br
113!endif
114!ifeq RUNTIME_LIBS static
115__RUNTIME_LIBS_5 =
116!endif
b17c1746
DE
117__EXCEPTIONSFLAG_7 =
118!ifeq USE_EXCEPTIONS 0
119__EXCEPTIONSFLAG_7 =
e93c6860 120!endif
b17c1746
DE
121!ifeq USE_EXCEPTIONS 1
122__EXCEPTIONSFLAG_7 = -xs
e93c6860
VS
123!endif
124__WXLIB_CORE_p =
125!ifeq MONOLITHIC 0
126__WXLIB_CORE_p = &
c33fae85 127 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 128!endif
b17c1746
DE
129__WXLIB_BASE_p =
130!ifeq MONOLITHIC 0
c33fae85
RN
131__WXLIB_BASE_p = &
132 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 133!endif
e93c6860
VS
134__WXLIB_MONO_p =
135!ifeq MONOLITHIC 1
136__WXLIB_MONO_p = &
c33fae85 137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 138!endif
b17c1746
DE
139__LIB_TIFF_p =
140!ifeq USE_GUI 1
9c2d002b 141__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
142!endif
143__LIB_JPEG_p =
144!ifeq USE_GUI 1
9c2d002b 145__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
146!endif
147__LIB_PNG_p =
148!ifeq USE_GUI 1
9c2d002b 149__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
150!endif
151LIBDIRNAME =
152!ifeq SHARED 0
153LIBDIRNAME = .\..\..\..\lib\wat_lib$(CFG)
154!endif
155!ifeq SHARED 1
156LIBDIRNAME = .\..\..\..\lib\wat_dll$(CFG)
157!endif
e93c6860
VS
158__WXUNIV_DEFINE_p =
159!ifeq WXUNIV 1
160__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
161!endif
b17c1746
DE
162__DEBUG_DEFINE_p =
163!ifeq BUILD debug
164!ifeq DEBUG_FLAG default
165__DEBUG_DEFINE_p = -d__WXDEBUG__
166!endif
167!endif
168!ifeq DEBUG_FLAG 1
169__DEBUG_DEFINE_p = -d__WXDEBUG__
170!endif
171__UNICODE_DEFINE_p =
172!ifeq UNICODE 1
173__UNICODE_DEFINE_p = -d_UNICODE
174!endif
175__DLLFLAG_p =
176!ifeq SHARED 1
177__DLLFLAG_p = -dWXUSINGDLL
178!endif
e93c6860
VS
179
180### Variables: ###
181
c33fae85 182WX_RELEASE_NODOT = 25
e93c6860
VS
183OBJS = &
184 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b17c1746
DE
185SETUPHDIR = &
186 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
187PENGUIN_CFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
188 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
dd65d8c8
RN
189 -i=.\..\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
190 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(CPPFLAGS) $(CFLAGS)
9bfe7ad9
VS
191PENGUIN_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
192 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
dd65d8c8
RN
193 -i=.\..\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
194 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_7) &
195 $(CPPFLAGS) $(CXXFLAGS)
e93c6860
VS
196PENGUIN_OBJECTS = &
197 $(OBJS)\penguin_penguin.obj &
198 $(OBJS)\penguin_lw.obj &
199 $(OBJS)\penguin_trackball.obj
200
e93c6860
VS
201
202all : $(OBJS)
203$(OBJS) :
204 -if not exist $(OBJS) mkdir $(OBJS)
205
206### Targets: ###
207
dd65d8c8 208all : .SYMBOLIC $(__penguin___depname) data
e93c6860 209
e93c6860
VS
210clean : .SYMBOLIC
211 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
212 -if exist $(OBJS)\*.res del $(OBJS)\*.res
213 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
214 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
215 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
216
dd65d8c8 217!ifeq USE_OPENGL 1
e93c6860
VS
218$(OBJS)\penguin.exe : $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
219 @%create $(OBJS)\penguin.lbc
220 @%append $(OBJS)\penguin.lbc option quiet
221 @%append $(OBJS)\penguin.lbc name $^@
75a0a7b7 222 @%append $(OBJS)\penguin.lbc option caseexact
e93c6860
VS
223 @%append $(OBJS)\penguin.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
224 @for %i in ($(PENGUIN_OBJECTS)) do @%append $(OBJS)\penguin.lbc file %i
dd65d8c8 225 @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) 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 ) do @%append $(OBJS)\penguin.lbc library %i
e93c6860
VS
226 @%append $(OBJS)\penguin.lbc option resource=$(OBJS)\penguin_penguin.res
227 wlink @$(OBJS)\penguin.lbc
dd65d8c8 228!endif
b17c1746
DE
229
230data : .SYMBOLIC
231 if not exist $(OBJS) mkdir $(OBJS)
232 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
233
234$(OBJS)\penguin_penguin.obj : .AUTODEPEND .\penguin.cpp
235 $(CXX) -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
236
237$(OBJS)\penguin_lw.obj : .AUTODEPEND .\lw.cpp
238 $(CXX) -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
239
240$(OBJS)\penguin_trackball.obj : .AUTODEPEND .\trackball.c
241 $(CC) -zq -fo=$^@ $(PENGUIN_CFLAGS) $<
242
243$(OBJS)\penguin_penguin.res : .AUTODEPEND .\penguin.rc
c33fae85 244 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $<