]> git.saurik.com Git - wxWidgets.git/blame - samples/mediaplayer/makefile.wat
don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / mediaplayer / makefile.wat
CommitLineData
39c5bef0
RN
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
39c5bef0
RN
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
95ff11c4
CE
21! if $(__VERSION__) >= 1280
22! loaddll wlink wlinkd
23! else
39c5bef0 24! loaddll wlink wlink
95ff11c4 25! endif
39c5bef0
RN
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
b14abf14
JS
62LIBTYPE_SUFFIX =
63!ifeq SHARED 0
64LIBTYPE_SUFFIX = lib
65!endif
66!ifeq SHARED 1
67LIBTYPE_SUFFIX = dll
68!endif
39c5bef0
RN
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
8c9f8f91
JS
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 =
39c5bef0 125!ifeq RUNTIME_LIBS dynamic
8c9f8f91 126__RUNTIME_LIBS_6 = -br
39c5bef0
RN
127!endif
128!ifeq RUNTIME_LIBS static
8c9f8f91 129__RUNTIME_LIBS_6 =
39c5bef0 130!endif
8c9f8f91
JS
131__RTTIFLAG_7 =
132!ifeq USE_RTTI 0
133__RTTIFLAG_7 =
b14abf14 134!endif
8c9f8f91
JS
135!ifeq USE_RTTI 1
136__RTTIFLAG_7 = -xr
b14abf14 137!endif
8c9f8f91 138__EXCEPTIONSFLAG_8 =
39c5bef0 139!ifeq USE_EXCEPTIONS 0
8c9f8f91 140__EXCEPTIONSFLAG_8 =
39c5bef0
RN
141!endif
142!ifeq USE_EXCEPTIONS 1
8c9f8f91 143__EXCEPTIONSFLAG_8 = -xs
39c5bef0 144!endif
a3e68e5c
WS
145__WXLIB_MEDIA_p =
146!ifeq MONOLITHIC 0
e0b15ca7 147!ifeq USE_MEDIA 1
a3e68e5c
WS
148__WXLIB_MEDIA_p = &
149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_media.lib
150!endif
e0b15ca7 151!endif
39c5bef0
RN
152__WXLIB_CORE_p =
153!ifeq MONOLITHIC 0
154__WXLIB_CORE_p = &
155 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
156!endif
157__WXLIB_BASE_p =
158!ifeq MONOLITHIC 0
159__WXLIB_BASE_p = &
160 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
161!endif
39c5bef0
RN
162__WXLIB_MONO_p =
163!ifeq MONOLITHIC 1
164__WXLIB_MONO_p = &
165 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
166!endif
167__LIB_TIFF_p =
168!ifeq USE_GUI 1
169__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
170!endif
171__LIB_JPEG_p =
172!ifeq USE_GUI 1
173__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
174!endif
175__LIB_PNG_p =
176!ifeq USE_GUI 1
177__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
178!endif
3abcf424
RD
179__GDIPLUS_LIB_p =
180!ifeq USE_GDIPLUS 1
181__GDIPLUS_LIB_p = gdiplus.lib
182!endif
39c5bef0
RN
183__WXUNIV_DEFINE_p =
184!ifeq WXUNIV 1
185__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
186!endif
187__DEBUG_DEFINE_p =
188!ifeq BUILD debug
189!ifeq DEBUG_FLAG default
190__DEBUG_DEFINE_p = -d__WXDEBUG__
191!endif
192!endif
193!ifeq DEBUG_FLAG 1
194__DEBUG_DEFINE_p = -d__WXDEBUG__
195!endif
8c9f8f91
JS
196__EXCEPTIONS_DEFINE_p =
197!ifeq USE_EXCEPTIONS 0
198__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
199!endif
200__RTTI_DEFINE_p =
201!ifeq USE_RTTI 0
202__RTTI_DEFINE_p = -dwxNO_RTTI
203!endif
204__THREAD_DEFINE_p =
205!ifeq USE_THREADS 0
206__THREAD_DEFINE_p = -dwxNO_THREADS
207!endif
39c5bef0 208__UNICODE_DEFINE_p =
7379e476
VZ
209!ifeq UNICODE 0
210__UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
211!endif
39c5bef0
RN
212!ifeq UNICODE 1
213__UNICODE_DEFINE_p = -d_UNICODE
214!endif
3abcf424
RD
215__GFXCTX_DEFINE_p =
216!ifeq USE_GDIPLUS 1
217__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
218!endif
39c5bef0
RN
219__DLLFLAG_p =
220!ifeq SHARED 1
221__DLLFLAG_p = -dWXUSINGDLL
222!endif
223
224### Variables: ###
225
ae4ccf12 226WX_RELEASE_NODOT = 29
444833b3 227COMPILER_PREFIX = wat
39c5bef0 228OBJS = &
444833b3
CE
229 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
230LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
39c5bef0
RN
231SETUPHDIR = &
232 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
233MEDIAPLAYER_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
234 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
235 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
3abcf424
RD
236 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
237 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
238 -i=.\..\..\samples -dNOPCH $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) &
239 $(CXXFLAGS)
39c5bef0
RN
240MEDIAPLAYER_OBJECTS = &
241 $(OBJS)\mediaplayer_mediaplayer.obj
242
243
244all : $(OBJS)
245$(OBJS) :
246 -if not exist $(OBJS) mkdir $(OBJS)
247
248### Targets: ###
249
250all : .SYMBOLIC $(OBJS)\mediaplayer.exe
251
252clean : .SYMBOLIC
253 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
254 -if exist $(OBJS)\*.res del $(OBJS)\*.res
255 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
256 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 257 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
39c5bef0
RN
258 -if exist $(OBJS)\mediaplayer.exe del $(OBJS)\mediaplayer.exe
259
260$(OBJS)\mediaplayer.exe : $(MEDIAPLAYER_OBJECTS) $(OBJS)\mediaplayer_sample.res
261 @%create $(OBJS)\mediaplayer.lbc
262 @%append $(OBJS)\mediaplayer.lbc option quiet
263 @%append $(OBJS)\mediaplayer.lbc name $^@
264 @%append $(OBJS)\mediaplayer.lbc option caseexact
8ece421c 265 @%append $(OBJS)\mediaplayer.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
39c5bef0 266 @for %i in ($(MEDIAPLAYER_OBJECTS)) do @%append $(OBJS)\mediaplayer.lbc file %i
b44f5137 267 @for %i in ( $(__WXLIB_MEDIA_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)\mediaplayer.lbc library %i
39c5bef0 268 @%append $(OBJS)\mediaplayer.lbc option resource=$(OBJS)\mediaplayer_sample.res
77a7dfc1 269 @for %i in () do @%append $(OBJS)\mediaplayer.lbc option stack=%i
39c5bef0
RN
270 wlink @$(OBJS)\mediaplayer.lbc
271
272$(OBJS)\mediaplayer_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
444833b3 273 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 $<
39c5bef0
RN
274
275$(OBJS)\mediaplayer_mediaplayer.obj : .AUTODEPEND .\mediaplayer.cpp
4cbcfb73 276 $(CXX) -bt=nt -zq -fo=$^@ $(MEDIAPLAYER_CXXFLAGS) $<
b14abf14 277