]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/animate/makefile.wat
make the stay-on-top mode controlled by a command-line parameter
[wxWidgets.git] / contrib / build / animate / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.0 (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 __THREADSFLAG =
158 !ifeq USE_THREADS 0
159 __THREADSFLAG =
160 !endif
161 !ifeq USE_THREADS 1
162 __THREADSFLAG = -bm
163 !endif
164 __RUNTIME_LIBS =
165 !ifeq RUNTIME_LIBS dynamic
166 __RUNTIME_LIBS = -br
167 !endif
168 !ifeq RUNTIME_LIBS static
169 __RUNTIME_LIBS =
170 !endif
171 __RTTIFLAG =
172 !ifeq USE_RTTI 0
173 __RTTIFLAG =
174 !endif
175 !ifeq USE_RTTI 1
176 __RTTIFLAG = -xr
177 !endif
178 __EXCEPTIONSFLAG =
179 !ifeq USE_EXCEPTIONS 0
180 __EXCEPTIONSFLAG =
181 !endif
182 !ifeq USE_EXCEPTIONS 1
183 __EXCEPTIONSFLAG = -xs
184 !endif
185 __WXUNIV_DEFINE_p =
186 !ifeq WXUNIV 1
187 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
188 !endif
189 __DEBUG_DEFINE_p =
190 !ifeq BUILD debug
191 !ifeq DEBUG_FLAG default
192 __DEBUG_DEFINE_p = -d__WXDEBUG__
193 !endif
194 !endif
195 !ifeq DEBUG_FLAG 1
196 __DEBUG_DEFINE_p = -d__WXDEBUG__
197 !endif
198 __EXCEPTIONS_DEFINE_p =
199 !ifeq USE_EXCEPTIONS 0
200 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
201 !endif
202 __RTTI_DEFINE_p =
203 !ifeq USE_RTTI 0
204 __RTTI_DEFINE_p = -dwxNO_RTTI
205 !endif
206 __THREAD_DEFINE_p =
207 !ifeq USE_THREADS 0
208 __THREAD_DEFINE_p = -dwxNO_THREADS
209 !endif
210 __UNICODE_DEFINE_p =
211 !ifeq UNICODE 1
212 __UNICODE_DEFINE_p = -d_UNICODE
213 !endif
214
215 ### Variables: ###
216
217 WX_RELEASE_NODOT = 27
218 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)0
219 OBJS = &
220 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
221 LIBDIRNAME = ..\..\src\animate\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
222 SETUPHDIR = &
223 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
224 ANIMATEDLL_CXXFLAGS = -bd $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
225 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
226 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
227 $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) &
228 -i=..\..\src\animate\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
229 -i=..\..\src\animate\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_ANIMATE &
230 /fh=$(OBJS)\wxprec_animatedll.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
231 $(CPPFLAGS) $(CXXFLAGS)
232 ANIMATEDLL_OBJECTS = &
233 $(OBJS)\animatedll_dummy.obj &
234 $(OBJS)\animatedll_animate.obj
235 ANIMATELIB_CXXFLAGS = $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
236 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
237 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
238 $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) &
239 -i=..\..\src\animate\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
240 -i=..\..\src\animate\..\..\include /fh=$(OBJS)\wxprec_animatelib.pch &
241 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
242 ANIMATELIB_OBJECTS = &
243 $(OBJS)\animatelib_dummy.obj &
244 $(OBJS)\animatelib_animate.obj
245
246
247 all : $(OBJS)
248 $(OBJS) :
249 -if not exist $(OBJS) mkdir $(OBJS)
250
251 ### Targets: ###
252
253 all : .SYMBOLIC $(__animatedll___depname) $(__animatelib___depname)
254
255 clean : .SYMBOLIC
256 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
257 -if exist $(OBJS)\*.res del $(OBJS)\*.res
258 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
259 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
260 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
261 -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
262 -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
263 -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
264
265 !ifeq SHARED 1
266 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_wat$(VENDORTAG).dll : $(ANIMATEDLL_OBJECTS) $(OBJS)\animatedll_version.res
267 @%create $(OBJS)\animatedll.lbc
268 @%append $(OBJS)\animatedll.lbc option quiet
269 @%append $(OBJS)\animatedll.lbc name $^@
270 @%append $(OBJS)\animatedll.lbc option caseexact
271 @%append $(OBJS)\animatedll.lbc $(LDFLAGS) $(__DEBUGINFO_2) libpath $(LIBDIRNAME)
272 @for %i in ($(ANIMATEDLL_OBJECTS)) do @%append $(OBJS)\animatedll.lbc file %i
273 @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
274 @%append $(OBJS)\animatedll.lbc option resource=$(OBJS)\animatedll_version.res
275 @%append $(OBJS)\animatedll.lbc system nt_dll
276 wlink @$(OBJS)\animatedll.lbc
277 wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib +$^@
278 !endif
279
280 !ifeq SHARED 0
281 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib : $(ANIMATELIB_OBJECTS)
282 @%create $(OBJS)\animatelib.lbc
283 @for %i in ($(ANIMATELIB_OBJECTS)) do @%append $(OBJS)\animatelib.lbc +%i
284 wlib -q -p4096 -n -b $^@ @$(OBJS)\animatelib.lbc
285 !endif
286
287 $(OBJS)\animatedll_dummy.obj : .AUTODEPEND ../../src/animate\..\..\..\src\msw\dummy.cpp
288 $(CXX) -bt=nt -zq -fo=$^@ $(ANIMATEDLL_CXXFLAGS) $<
289
290 $(OBJS)\animatedll_version.res : .AUTODEPEND ../../src/animate\..\..\..\src\msw\version.rc
291 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) -i=..\..\src\animate\..\..\..\include -dWXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_wat$(VENDORTAG) $<
292
293 $(OBJS)\animatedll_animate.obj : .AUTODEPEND ../../src/animate\animate.cpp
294 $(CXX) -bt=nt -zq -fo=$^@ $(ANIMATEDLL_CXXFLAGS) $<
295
296 $(OBJS)\animatelib_dummy.obj : .AUTODEPEND ../../src/animate\..\..\..\src\msw\dummy.cpp
297 $(CXX) -bt=nt -zq -fo=$^@ $(ANIMATELIB_CXXFLAGS) $<
298
299 $(OBJS)\animatelib_animate.obj : .AUTODEPEND ../../src/animate\animate.cpp
300 $(CXX) -bt=nt -zq -fo=$^@ $(ANIMATELIB_CXXFLAGS) $<
301