]> git.saurik.com Git - wxWidgets.git/blame - samples/sashtest/makefile.wat
simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP...
[wxWidgets.git] / samples / sashtest / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include ../../build/msw/config.wat
250700e4
RD
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
25a73439
VS
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
250700e4
RD
44WXDEBUGFLAG = d
45!endif
250700e4
RD
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
b17c1746
DE
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
dd65d8c8
RN
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
25a73439 72__DEBUGINFO_0 =
250700e4 73!ifeq BUILD debug
25a73439
VS
74!ifeq DEBUG_INFO default
75__DEBUGINFO_0 = -d2
76!endif
250700e4
RD
77!endif
78!ifeq BUILD release
25a73439
VS
79!ifeq DEBUG_INFO default
80__DEBUGINFO_0 = -d0
81!endif
250700e4 82!endif
25a73439
VS
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 =
250700e4 90!ifeq BUILD debug
25a73439
VS
91!ifeq DEBUG_INFO default
92__DEBUGINFO_1 = debug all
93!endif
250700e4
RD
94!endif
95!ifeq BUILD release
25a73439
VS
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
250700e4 105!endif
250700e4
RD
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 =
250700e4 121!ifeq RUNTIME_LIBS dynamic
8c9f8f91 122__RUNTIME_LIBS_6 = -br
250700e4
RD
123!endif
124!ifeq RUNTIME_LIBS static
8c9f8f91 125__RUNTIME_LIBS_6 =
250700e4 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 =
b17c1746 135!ifeq USE_EXCEPTIONS 0
8c9f8f91 136__EXCEPTIONSFLAG_8 =
b17c1746
DE
137!endif
138!ifeq USE_EXCEPTIONS 1
8c9f8f91 139__EXCEPTIONSFLAG_8 = -xs
250700e4 140!endif
fd9f42b6
VS
141__WXLIB_ADV_p =
142!ifeq MONOLITHIC 0
143__WXLIB_ADV_p = &
c33fae85 144 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
fd9f42b6 145!endif
77a7dfc1
VZ
146__WXLIB_HTML_p =
147!ifeq MONOLITHIC 0
148__WXLIB_HTML_p = &
149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
150!endif
151__WXLIB_XML_p =
152!ifeq MONOLITHIC 0
153__WXLIB_XML_p = &
154 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
155!endif
250700e4
RD
156__WXLIB_CORE_p =
157!ifeq MONOLITHIC 0
25a73439 158__WXLIB_CORE_p = &
c33fae85 159 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 160!endif
b17c1746
DE
161__WXLIB_BASE_p =
162!ifeq MONOLITHIC 0
c33fae85
RN
163__WXLIB_BASE_p = &
164 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 165!endif
250700e4
RD
166__WXLIB_MONO_p =
167!ifeq MONOLITHIC 1
25a73439 168__WXLIB_MONO_p = &
c33fae85 169 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 170!endif
b17c1746
DE
171__LIB_TIFF_p =
172!ifeq USE_GUI 1
9c2d002b 173__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
174!endif
175__LIB_JPEG_p =
176!ifeq USE_GUI 1
9c2d002b 177__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
178!endif
179__LIB_PNG_p =
180!ifeq USE_GUI 1
9c2d002b 181__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 182!endif
3abcf424
RD
183__GDIPLUS_LIB_p =
184!ifeq USE_GDIPLUS 1
185__GDIPLUS_LIB_p = gdiplus.lib
186!endif
250700e4
RD
187__WXUNIV_DEFINE_p =
188!ifeq WXUNIV 1
189__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
190!endif
b17c1746
DE
191__DEBUG_DEFINE_p =
192!ifeq BUILD debug
193!ifeq DEBUG_FLAG default
194__DEBUG_DEFINE_p = -d__WXDEBUG__
195!endif
196!endif
197!ifeq DEBUG_FLAG 1
198__DEBUG_DEFINE_p = -d__WXDEBUG__
199!endif
8c9f8f91
JS
200__EXCEPTIONS_DEFINE_p =
201!ifeq USE_EXCEPTIONS 0
202__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
203!endif
204__RTTI_DEFINE_p =
205!ifeq USE_RTTI 0
206__RTTI_DEFINE_p = -dwxNO_RTTI
207!endif
208__THREAD_DEFINE_p =
209!ifeq USE_THREADS 0
210__THREAD_DEFINE_p = -dwxNO_THREADS
211!endif
b17c1746
DE
212__UNICODE_DEFINE_p =
213!ifeq UNICODE 1
214__UNICODE_DEFINE_p = -d_UNICODE
215!endif
3abcf424
RD
216__GFXCTX_DEFINE_p =
217!ifeq USE_GDIPLUS 1
218__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
219!endif
b17c1746
DE
220__DLLFLAG_p =
221!ifeq SHARED 1
222__DLLFLAG_p = -dWXUSINGDLL
223!endif
250700e4
RD
224
225### Variables: ###
226
ae4ccf12 227WX_RELEASE_NODOT = 29
25a73439
VS
228OBJS = &
229 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 230LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
231SETUPHDIR = &
232 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
233SASHTEST_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)
25a73439
VS
240SASHTEST_OBJECTS = &
241 $(OBJS)\sashtest_sashtest.obj
250700e4 242
250700e4
RD
243
244all : $(OBJS)
245$(OBJS) :
246 -if not exist $(OBJS) mkdir $(OBJS)
247
248### Targets: ###
249
250all : .SYMBOLIC $(OBJS)\sashtest.exe
251
250700e4
RD
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
250700e4
RD
258 -if exist $(OBJS)\sashtest.exe del $(OBJS)\sashtest.exe
259
25a73439 260$(OBJS)\sashtest.exe : $(SASHTEST_OBJECTS) $(OBJS)\sashtest_sashtest.res
250700e4
RD
261 @%create $(OBJS)\sashtest.lbc
262 @%append $(OBJS)\sashtest.lbc option quiet
263 @%append $(OBJS)\sashtest.lbc name $^@
75a0a7b7 264 @%append $(OBJS)\sashtest.lbc option caseexact
25a73439
VS
265 @%append $(OBJS)\sashtest.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
266 @for %i in ($(SASHTEST_OBJECTS)) do @%append $(OBJS)\sashtest.lbc file %i
3abcf424 267 @for %i in ( $(__WXLIB_ADV_p) $(__WXLIB_HTML_p) $(__WXLIB_XML_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)\sashtest.lbc library %i
250700e4 268 @%append $(OBJS)\sashtest.lbc option resource=$(OBJS)\sashtest_sashtest.res
77a7dfc1 269 @for %i in () do @%append $(OBJS)\sashtest.lbc option stack=%i
250700e4 270 wlink @$(OBJS)\sashtest.lbc
b17c1746
DE
271
272$(OBJS)\sashtest_sashtest.obj : .AUTODEPEND .\sashtest.cpp
4cbcfb73 273 $(CXX) -bt=nt -zq -fo=$^@ $(SASHTEST_CXXFLAGS) $<
b17c1746
DE
274
275$(OBJS)\sashtest_sashtest.res : .AUTODEPEND .\sashtest.rc
3abcf424 276 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 $<
b14abf14 277