]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/splash/makefile.wat
don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / splash / makefile.wat
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.6 (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_MEDIA_p =
146!ifeq MONOLITHIC 0
147!ifeq USE_MEDIA 1
148__WXLIB_MEDIA_p = &
149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_media.lib
150!endif
151!endif
152__WXLIB_ADV_p =
153!ifeq MONOLITHIC 0
154__WXLIB_ADV_p = &
155 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
156!endif
157__WXLIB_CORE_p =
158!ifeq MONOLITHIC 0
159__WXLIB_CORE_p = &
160 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
161!endif
162__WXLIB_BASE_p =
163!ifeq MONOLITHIC 0
164__WXLIB_BASE_p = &
165 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
166!endif
167__WXLIB_MONO_p =
168!ifeq MONOLITHIC 1
169__WXLIB_MONO_p = &
170 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
171!endif
172__LIB_TIFF_p =
173!ifeq USE_GUI 1
174__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
175!endif
176__LIB_JPEG_p =
177!ifeq USE_GUI 1
178__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
179!endif
180__LIB_PNG_p =
181!ifeq USE_GUI 1
182__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
183!endif
184__GDIPLUS_LIB_p =
185!ifeq USE_GDIPLUS 1
186__GDIPLUS_LIB_p = gdiplus.lib
187!endif
188__WXUNIV_DEFINE_p =
189!ifeq WXUNIV 1
190__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
191!endif
192__DEBUG_DEFINE_p =
193!ifeq BUILD debug
194!ifeq DEBUG_FLAG default
195__DEBUG_DEFINE_p = -d__WXDEBUG__
196!endif
197!endif
198!ifeq DEBUG_FLAG 1
199__DEBUG_DEFINE_p = -d__WXDEBUG__
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__GFXCTX_DEFINE_p =
221!ifeq USE_GDIPLUS 1
222__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
223!endif
224__DLLFLAG_p =
225!ifeq SHARED 1
226__DLLFLAG_p = -dWXUSINGDLL
227!endif
228
229### Variables: ###
230
231WX_RELEASE_NODOT = 29
232COMPILER_PREFIX = wat
233OBJS = &
234 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
235LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
236SETUPHDIR = &
237 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
238SPLASH_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
239 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
240 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
241 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
242 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
243 -i=.\..\..\samples -dNOPCH $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) &
244 $(CXXFLAGS)
245SPLASH_OBJECTS = &
246 $(OBJS)\splash_splash.obj
247
248
249all : $(OBJS)
250$(OBJS) :
251 -if not exist $(OBJS) mkdir $(OBJS)
252
253### Targets: ###
254
255all : .SYMBOLIC $(OBJS)\splash.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)\splash.exe del $(OBJS)\splash.exe
264
265$(OBJS)\splash.exe : $(SPLASH_OBJECTS) $(OBJS)\splash_sample.res
266 @%create $(OBJS)\splash.lbc
267 @%append $(OBJS)\splash.lbc option quiet
268 @%append $(OBJS)\splash.lbc name $^@
269 @%append $(OBJS)\splash.lbc option caseexact
270 @%append $(OBJS)\splash.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
271 @for %i in ($(SPLASH_OBJECTS)) do @%append $(OBJS)\splash.lbc file %i
272 @for %i in ( $(__WXLIB_MEDIA_p) $(__WXLIB_ADV_p) $(__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) 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)\splash.lbc library %i
273 @%append $(OBJS)\splash.lbc option resource=$(OBJS)\splash_sample.res
274 @for %i in () do @%append $(OBJS)\splash.lbc option stack=%i
275 wlink @$(OBJS)\splash.lbc
276
277data : .SYMBOLIC
278 if not exist $(OBJS) mkdir $(OBJS)
279 for %f in (splash.png press.mpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
280
281$(OBJS)\splash_splash.obj : .AUTODEPEND .\splash.cpp
282 $(CXX) -bt=nt -zq -fo=$^@ $(SPLASH_CXXFLAGS) $<
283
284$(OBJS)\splash_sample.res : .AUTODEPEND .\..\sample.rc
285 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) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
286