Regenerated makefiles
[wxWidgets.git] / samples / render / makefile.wat
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.6 (http://bakefile.sourceforge.net)
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 !  loaddll wlink    wlink
22 !  loaddll wlib     wlibd
23 !endif
24
25 # We need these variables in some bakefile-made rules:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 PORTNAME =
31 !ifeq USE_GUI 0
32 PORTNAME = base
33 !endif
34 !ifeq USE_GUI 1
35 PORTNAME = msw
36 !endif
37 WXDEBUGFLAG =
38 !ifeq BUILD debug
39 !ifeq DEBUG_FLAG default
40 WXDEBUGFLAG = d
41 !endif
42 !endif
43 !ifeq DEBUG_FLAG 1
44 WXDEBUGFLAG = d
45 !endif
46 WXUNICODEFLAG =
47 !ifeq UNICODE 1
48 WXUNICODEFLAG = u
49 !endif
50 WXUNIVNAME =
51 !ifeq WXUNIV 1
52 WXUNIVNAME = univ
53 !endif
54 WXDLLFLAG =
55 !ifeq SHARED 1
56 WXDLLFLAG = dll
57 !endif
58 LIBTYPE_SUFFIX =
59 !ifeq SHARED 0
60 LIBTYPE_SUFFIX = lib
61 !endif
62 !ifeq SHARED 1
63 LIBTYPE_SUFFIX = dll
64 !endif
65 EXTRALIBS_FOR_BASE =
66 !ifeq MONOLITHIC 0
67 EXTRALIBS_FOR_BASE = 
68 !endif
69 !ifeq MONOLITHIC 1
70 EXTRALIBS_FOR_BASE =  
71 !endif
72 PLUGINSUFFIX =
73 !ifeq BUILD debug
74 !ifeq UNICODE 0
75 PLUGINSUFFIX = d
76 !endif
77 !endif
78 !ifeq BUILD debug
79 !ifeq UNICODE 1
80 PLUGINSUFFIX = ud
81 !endif
82 !endif
83 !ifeq BUILD release
84 !ifeq UNICODE 0
85 PLUGINSUFFIX = 
86 !endif
87 !endif
88 !ifeq BUILD release
89 !ifeq UNICODE 1
90 PLUGINSUFFIX = u
91 !endif
92 !endif
93 __renddll___depname =
94 !ifeq SHARED 1
95 __renddll___depname = &
96         $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_wat.dll
97 !endif
98 __DEBUGINFO =
99 !ifeq BUILD debug
100 !ifeq DEBUG_INFO default
101 __DEBUGINFO = -d2
102 !endif
103 !endif
104 !ifeq BUILD release
105 !ifeq DEBUG_INFO default
106 __DEBUGINFO = -d0
107 !endif
108 !endif
109 !ifeq DEBUG_INFO 0
110 __DEBUGINFO = -d0
111 !endif
112 !ifeq DEBUG_INFO 1
113 __DEBUGINFO = -d2
114 !endif
115 __DEBUGINFO_1 =
116 !ifeq BUILD debug
117 !ifeq DEBUG_INFO default
118 __DEBUGINFO_1 = debug all
119 !endif
120 !endif
121 !ifeq BUILD release
122 !ifeq DEBUG_INFO default
123 __DEBUGINFO_1 = 
124 !endif
125 !endif
126 !ifeq DEBUG_INFO 0
127 __DEBUGINFO_1 = 
128 !endif
129 !ifeq DEBUG_INFO 1
130 __DEBUGINFO_1 = debug all
131 !endif
132 __OPTIMIZEFLAG =
133 !ifeq BUILD debug
134 __OPTIMIZEFLAG = -od
135 !endif
136 !ifeq BUILD release
137 __OPTIMIZEFLAG = -ot -ox
138 !endif
139 __RUNTIME_LIBS =
140 !ifeq RUNTIME_LIBS dynamic
141 __RUNTIME_LIBS = -br
142 !endif
143 !ifeq RUNTIME_LIBS static
144 __RUNTIME_LIBS = 
145 !endif
146 __EXCEPTIONSFLAG =
147 !ifeq USE_EXCEPTIONS 0
148 __EXCEPTIONSFLAG = 
149 !endif
150 !ifeq USE_EXCEPTIONS 1
151 __EXCEPTIONSFLAG = -xr
152 !endif
153 __EXCEPTIONSFLAG_0 =
154 !ifeq USE_EXCEPTIONS 0
155 __EXCEPTIONSFLAG_0 = 
156 !endif
157 !ifeq USE_EXCEPTIONS 1
158 __EXCEPTIONSFLAG_0 = -xs
159 !endif
160 __WXUNIV_DEFINE_p =
161 !ifeq WXUNIV 1
162 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
163 !endif
164 __DEBUG_DEFINE_p =
165 !ifeq BUILD debug
166 !ifeq DEBUG_FLAG default
167 __DEBUG_DEFINE_p = -d__WXDEBUG__
168 !endif
169 !endif
170 !ifeq DEBUG_FLAG 1
171 __DEBUG_DEFINE_p = -d__WXDEBUG__
172 !endif
173 __UNICODE_DEFINE_p =
174 !ifeq UNICODE 1
175 __UNICODE_DEFINE_p = -d_UNICODE
176 !endif
177 __DLLFLAG_p =
178 !ifeq SHARED 1
179 __DLLFLAG_p = -dWXUSINGDLL
180 !endif
181 __WXLIB_CORE_p =
182 !ifeq MONOLITHIC 0
183 __WXLIB_CORE_p = &
184         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
185 !endif
186 __WXLIB_BASE_p =
187 !ifeq MONOLITHIC 0
188 __WXLIB_BASE_p = &
189         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
190 !endif
191 __WXLIB_MONO_p =
192 !ifeq MONOLITHIC 1
193 __WXLIB_MONO_p = &
194         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
195 !endif
196 __LIB_TIFF_p =
197 !ifeq USE_GUI 1
198 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
199 !endif
200 __LIB_JPEG_p =
201 !ifeq USE_GUI 1
202 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
203 !endif
204 __LIB_PNG_p =
205 !ifeq USE_GUI 1
206 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
207 !endif
208
209 ### Variables: ###
210
211 WX_RELEASE_NODOT = 25
212 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
213 OBJS = &
214         wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
215 LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
216 SETUPHDIR = &
217         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
218 RENDER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
219         -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
220         -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
221         $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG) &
222         $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
223 RENDER_OBJECTS =  &
224         $(OBJS)\render_render.obj
225 RENDDLL_CXXFLAGS = -bd $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
226         -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
227         -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
228         -dWXUSINGDLL $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) &
229         $(CXXFLAGS)
230 RENDDLL_OBJECTS =  &
231         $(OBJS)\renddll_renddll.obj
232
233
234 all : $(OBJS)
235 $(OBJS) :
236         -if not exist $(OBJS) mkdir $(OBJS)
237
238 ### Targets: ###
239
240 all : .SYMBOLIC $(OBJS)\render.exe $(__renddll___depname)
241
242 clean : .SYMBOLIC 
243         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
244         -if exist $(OBJS)\*.res del $(OBJS)\*.res
245         -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
246         -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
247         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
248         -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
249         -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_wat.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_wat.dll
250
251 $(OBJS)\render.exe :  $(RENDER_OBJECTS) $(OBJS)\render_sample.res
252         @%create $(OBJS)\render.lbc
253         @%append $(OBJS)\render.lbc option quiet
254         @%append $(OBJS)\render.lbc name $^@
255         @%append $(OBJS)\render.lbc option caseexact
256         @%append $(OBJS)\render.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
257         @for %i in ($(RENDER_OBJECTS)) do @%append $(OBJS)\render.lbc file %i
258         @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)  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)\render.lbc library %i
259         @%append $(OBJS)\render.lbc option resource=$(OBJS)\render_sample.res
260         wlink @$(OBJS)\render.lbc
261
262 !ifeq SHARED 1
263 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_wat.dll :  $(RENDDLL_OBJECTS)
264         @%create $(OBJS)\renddll.lbc
265         @%append $(OBJS)\renddll.lbc option quiet
266         @%append $(OBJS)\renddll.lbc name $^@
267         @%append $(OBJS)\renddll.lbc option caseexact
268         @%append $(OBJS)\renddll.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME)
269         @for %i in ($(RENDDLL_OBJECTS)) do @%append $(OBJS)\renddll.lbc file %i
270         @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)  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)\renddll.lbc library %i
271         @%append $(OBJS)\renddll.lbc
272         @%append $(OBJS)\renddll.lbc system nt_dll
273         wlink @$(OBJS)\renddll.lbc
274 !endif
275
276 $(OBJS)\render_sample.res :  .AUTODEPEND .\..\..\samples\sample.rc
277         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 $<
278
279 $(OBJS)\render_render.obj :  .AUTODEPEND .\render.cpp
280         $(CXX) -zq -fo=$^@ $(RENDER_CXXFLAGS) $<
281
282 $(OBJS)\renddll_renddll.obj :  .AUTODEPEND .\renddll.cpp
283         $(CXX) -zq -fo=$^@ $(RENDDLL_CXXFLAGS) $<
284