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:
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__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
110__OPTIMIZEFLAG_2 =
111!ifeq BUILD debug
112__OPTIMIZEFLAG_2 = -od
113!endif
114!ifeq BUILD release
115__OPTIMIZEFLAG_2 = -ot -ox
116!endif
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 =
125!ifeq RUNTIME_LIBS dynamic
126__RUNTIME_LIBS_6 = -br
127!endif
128!ifeq RUNTIME_LIBS static
129__RUNTIME_LIBS_6 =
130!endif
131__RTTIFLAG_7 =
132!ifeq USE_RTTI 0
133__RTTIFLAG_7 =
134!endif
135!ifeq USE_RTTI 1
136__RTTIFLAG_7 = -xr
137!endif
138__EXCEPTIONSFLAG_8 =
139!ifeq USE_EXCEPTIONS 0
140__EXCEPTIONSFLAG_8 =
141!endif
142!ifeq USE_EXCEPTIONS 1
143__EXCEPTIONSFLAG_8 = -xs
144!endif
145__WXLIB_CORE_p =
146!ifeq MONOLITHIC 0
147__WXLIB_CORE_p = &
148	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
149!endif
150__WXLIB_BASE_p =
151!ifeq MONOLITHIC 0
152__WXLIB_BASE_p = &
153	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
154!endif
155__WXLIB_MONO_p =
156!ifeq MONOLITHIC 1
157__WXLIB_MONO_p = &
158	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
159!endif
160__LIB_TIFF_p =
161!ifeq USE_GUI 1
162__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
163!endif
164__LIB_JPEG_p =
165!ifeq USE_GUI 1
166__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
167!endif
168__LIB_PNG_p =
169!ifeq USE_GUI 1
170__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
171!endif
172__GDIPLUS_LIB_p =
173!ifeq USE_GDIPLUS 1
174__GDIPLUS_LIB_p = gdiplus.lib
175!endif
176__CAIRO_LIB_p =
177!ifeq USE_CAIRO 1
178__CAIRO_LIB_p = cairo.lib
179!endif
180____CAIRO_LIBDIR_FILENAMES_p =
181!ifeq USE_CAIRO 1
182____CAIRO_LIBDIR_FILENAMES_p = libpath $(CAIRO_ROOT)\lib
183!endif
184__WXUNIV_DEFINE_p =
185!ifeq WXUNIV 1
186__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
187!endif
188__DEBUG_DEFINE_p =
189!ifeq BUILD debug
190!ifeq DEBUG_FLAG default
191__DEBUG_DEFINE_p = -d__WXDEBUG__
192!endif
193!endif
194!ifeq DEBUG_FLAG 1
195__DEBUG_DEFINE_p = -d__WXDEBUG__
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 1
215__UNICODE_DEFINE_p = -d_UNICODE
216!endif
217__GFXCTX_DEFINE_p =
218!ifeq USE_GDIPLUS 1
219__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
220!endif
221____CAIRO_INCLUDEDIR_FILENAMES =
222!ifeq USE_CAIRO 1
223____CAIRO_INCLUDEDIR_FILENAMES = -i=$(CAIRO_ROOT)\include\cairo
224!endif
225__DLLFLAG_p =
226!ifeq SHARED 1
227__DLLFLAG_p = -dWXUSINGDLL
228!endif
229
230### Variables: ###
231
232WX_RELEASE_NODOT = 28
233OBJS = &
234	wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
235LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
236SETUPHDIR = &
237	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
238IMAGE_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
239	$(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
240	$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) &
241	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) &
242	-i=$(SETUPHDIR) -i=.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -wx &
243	-wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples &
244	-dNOPCH $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
245IMAGE_OBJECTS =  &
246	$(OBJS)\image_image.obj
247
248
249all : $(OBJS)
250$(OBJS) :
251	-if not exist $(OBJS) mkdir $(OBJS)
252
253### Targets: ###
254
255all : .SYMBOLIC $(OBJS)\image.exe 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)\image.exe del $(OBJS)\image.exe
264
265$(OBJS)\image.exe :  $(IMAGE_OBJECTS) $(OBJS)\image_image.res
266	@%create $(OBJS)\image.lbc
267	@%append $(OBJS)\image.lbc option quiet
268	@%append $(OBJS)\image.lbc name $^@
269	@%append $(OBJS)\image.lbc option caseexact
270	@%append $(OBJS)\image.lbc  $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)
271	@for %i in ($(IMAGE_OBJECTS)) do @%append $(OBJS)\image.lbc file %i
272	@for %i in ( $(__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) $(__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 odbc32.lib) do @%append $(OBJS)\image.lbc library %i
273	@%append $(OBJS)\image.lbc option resource=$(OBJS)\image_image.res
274	@for %i in () do @%append $(OBJS)\image.lbc option stack=%i
275	wlink @$(OBJS)\image.lbc
276
277data : .SYMBOLIC
278	if not exist $(OBJS) mkdir $(OBJS)
279	for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
280
281$(OBJS)\image_image.obj :  .AUTODEPEND .\image.cpp
282	$(CXX) -bt=nt -zq -fo=$^@ $(IMAGE_CXXFLAGS) $<
283
284$(OBJS)\image_image.res :  .AUTODEPEND .\image.rc
285	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)  $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
286
287