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