Regenerated makefiles
[wxWidgets.git] / contrib / build / animate / 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 VENDORTAG =
38 !ifeq OFFICIAL_BUILD 0
39 VENDORTAG = _$(VENDOR)
40 !endif
41 !ifeq OFFICIAL_BUILD 1
42 VENDORTAG = 
43 !endif
44 WXDEBUGFLAG =
45 !ifeq BUILD debug
46 !ifeq DEBUG_FLAG default
47 WXDEBUGFLAG = d
48 !endif
49 !endif
50 !ifeq DEBUG_FLAG 1
51 WXDEBUGFLAG = d
52 !endif
53 WXUNICODEFLAG =
54 !ifeq UNICODE 1
55 WXUNICODEFLAG = u
56 !endif
57 WXUNIVNAME =
58 !ifeq WXUNIV 1
59 WXUNIVNAME = univ
60 !endif
61 WXDLLFLAG =
62 !ifeq SHARED 1
63 WXDLLFLAG = dll
64 !endif
65 LIBTYPE_SUFFIX =
66 !ifeq SHARED 0
67 LIBTYPE_SUFFIX = lib
68 !endif
69 !ifeq SHARED 1
70 LIBTYPE_SUFFIX = dll
71 !endif
72 EXTRALIBS_FOR_BASE =
73 !ifeq MONOLITHIC 0
74 EXTRALIBS_FOR_BASE = 
75 !endif
76 !ifeq MONOLITHIC 1
77 EXTRALIBS_FOR_BASE =  
78 !endif
79 __animatedll___depname =
80 !ifeq SHARED 1
81 __animatedll___depname = &
82         $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_wat$(VENDORTAG).dll
83 !endif
84 __DEBUGINFO_2 =
85 !ifeq BUILD debug
86 !ifeq DEBUG_INFO default
87 __DEBUGINFO_2 = debug all
88 !endif
89 !endif
90 !ifeq BUILD release
91 !ifeq DEBUG_INFO default
92 __DEBUGINFO_2 = 
93 !endif
94 !endif
95 !ifeq DEBUG_INFO 0
96 __DEBUGINFO_2 = 
97 !endif
98 !ifeq DEBUG_INFO 1
99 __DEBUGINFO_2 = debug all
100 !endif
101 __WXLIB_MONO_p =
102 !ifeq MONOLITHIC 1
103 __WXLIB_MONO_p = &
104         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
105 !endif
106 __LIB_TIFF_p =
107 !ifeq USE_GUI 1
108 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
109 !endif
110 __LIB_JPEG_p =
111 !ifeq USE_GUI 1
112 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
113 !endif
114 __LIB_PNG_p =
115 !ifeq USE_GUI 1
116 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
117 !endif
118 __WXLIB_CORE_p =
119 !ifeq MONOLITHIC 0
120 __WXLIB_CORE_p = &
121         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
122 !endif
123 __WXLIB_BASE_p =
124 !ifeq MONOLITHIC 0
125 __WXLIB_BASE_p = &
126         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
127 !endif
128 __animatelib___depname =
129 !ifeq SHARED 0
130 __animatelib___depname = &
131         $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
132 !endif
133 __DEBUGINFO_1 =
134 !ifeq BUILD debug
135 !ifeq DEBUG_INFO default
136 __DEBUGINFO_1 = -d2
137 !endif
138 !endif
139 !ifeq BUILD release
140 !ifeq DEBUG_INFO default
141 __DEBUGINFO_1 = -d0
142 !endif
143 !endif
144 !ifeq DEBUG_INFO 0
145 __DEBUGINFO_1 = -d0
146 !endif
147 !ifeq DEBUG_INFO 1
148 __DEBUGINFO_1 = -d2
149 !endif
150 __OPTIMIZEFLAG =
151 !ifeq BUILD debug
152 __OPTIMIZEFLAG = -od
153 !endif
154 !ifeq BUILD release
155 __OPTIMIZEFLAG = -ot -ox
156 !endif
157 __RUNTIME_LIBS =
158 !ifeq RUNTIME_LIBS dynamic
159 __RUNTIME_LIBS = -br
160 !endif
161 !ifeq RUNTIME_LIBS static
162 __RUNTIME_LIBS = 
163 !endif
164 __EXCEPTIONSFLAG =
165 !ifeq USE_EXCEPTIONS 0
166 __EXCEPTIONSFLAG = 
167 !endif
168 !ifeq USE_EXCEPTIONS 1
169 __EXCEPTIONSFLAG = -xr
170 !endif
171 __EXCEPTIONSFLAG_0 =
172 !ifeq USE_EXCEPTIONS 0
173 __EXCEPTIONSFLAG_0 = 
174 !endif
175 !ifeq USE_EXCEPTIONS 1
176 __EXCEPTIONSFLAG_0 = -xs
177 !endif
178 __WXUNIV_DEFINE_p =
179 !ifeq WXUNIV 1
180 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
181 !endif
182 __DEBUG_DEFINE_p =
183 !ifeq BUILD debug
184 !ifeq DEBUG_FLAG default
185 __DEBUG_DEFINE_p = -d__WXDEBUG__
186 !endif
187 !endif
188 !ifeq DEBUG_FLAG 1
189 __DEBUG_DEFINE_p = -d__WXDEBUG__
190 !endif
191 __UNICODE_DEFINE_p =
192 !ifeq UNICODE 1
193 __UNICODE_DEFINE_p = -d_UNICODE
194 !endif
195
196 ### Variables: ###
197
198 WX_RELEASE_NODOT = 25
199 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
200 OBJS = &
201         wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
202 LIBDIRNAME = ..\..\src\animate\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
203 SETUPHDIR = &
204         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
205 ANIMATEDLL_CXXFLAGS = -bd $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm &
206         $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
207         $(__UNICODE_DEFINE_p) -i=..\..\src\animate\..\..\..\include &
208         -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
209         -i=..\..\src\animate\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_ANIMATE &
210         /fh=$(OBJS)\wxprec_animatedll.pch $(__EXCEPTIONSFLAG) &
211         $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
212 ANIMATEDLL_OBJECTS =  &
213         $(OBJS)\animatedll_dummy.obj &
214         $(OBJS)\animatedll_animate.obj
215 ANIMATELIB_CXXFLAGS = $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
216         -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
217         -i=..\..\src\animate\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 &
218         -wcd=657 -wcd=667 -i=..\..\src\animate\..\..\include &
219         /fh=$(OBJS)\wxprec_animatelib.pch $(__EXCEPTIONSFLAG) &
220         $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
221 ANIMATELIB_OBJECTS =  &
222         $(OBJS)\animatelib_dummy.obj &
223         $(OBJS)\animatelib_animate.obj
224
225
226 all : $(OBJS)
227 $(OBJS) :
228         -if not exist $(OBJS) mkdir $(OBJS)
229
230 ### Targets: ###
231
232 all : .SYMBOLIC $(__animatedll___depname) $(__animatelib___depname)
233
234 clean : .SYMBOLIC 
235         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
236         -if exist $(OBJS)\*.res del $(OBJS)\*.res
237         -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
238         -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
239         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
240         -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_wat$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_wat$(VENDORTAG).dll
241         -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
242         -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
243
244 !ifeq SHARED 1
245 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_wat$(VENDORTAG).dll :  $(ANIMATEDLL_OBJECTS)
246         @%create $(OBJS)\animatedll.lbc
247         @%append $(OBJS)\animatedll.lbc option quiet
248         @%append $(OBJS)\animatedll.lbc name $^@
249         @%append $(OBJS)\animatedll.lbc option caseexact
250         @%append $(OBJS)\animatedll.lbc $(LDFLAGS) $(__DEBUGINFO_2)  libpath $(LIBDIRNAME)
251         @for %i in ($(ANIMATEDLL_OBJECTS)) do @%append $(OBJS)\animatedll.lbc file %i
252         @for %i in ( $(__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  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p) ) do @%append $(OBJS)\animatedll.lbc library %i
253         @%append $(OBJS)\animatedll.lbc
254         @%append $(OBJS)\animatedll.lbc system nt_dll
255         wlink @$(OBJS)\animatedll.lbc
256         wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib +$^@
257 !endif
258
259 !ifeq SHARED 0
260 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib :  $(ANIMATELIB_OBJECTS)
261         @%create $(OBJS)\animatelib.lbc
262         @for %i in ($(ANIMATELIB_OBJECTS)) do @%append $(OBJS)\animatelib.lbc +%i
263         wlib -q -p4096 -n -b $^@ @$(OBJS)\animatelib.lbc
264 !endif
265
266 $(OBJS)\animatedll_dummy.obj :  .AUTODEPEND ../../src/animate\..\..\..\src\msw\dummy.cpp
267         $(CXX) -zq -fo=$^@ $(ANIMATEDLL_CXXFLAGS) $<
268
269 $(OBJS)\animatedll_animate.obj :  .AUTODEPEND ../../src/animate\animate.cpp
270         $(CXX) -zq -fo=$^@ $(ANIMATEDLL_CXXFLAGS) $<
271
272 $(OBJS)\animatelib_dummy.obj :  .AUTODEPEND ../../src/animate\..\..\..\src\msw\dummy.cpp
273         $(CXX) -zq -fo=$^@ $(ANIMATELIB_CXXFLAGS) $<
274
275 $(OBJS)\animatelib_animate.obj :  .AUTODEPEND ../../src/animate\animate.cpp
276         $(CXX) -zq -fo=$^@ $(ANIMATELIB_CXXFLAGS) $<
277