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