]> git.saurik.com Git - wxWidgets.git/blame - samples/menu/makefile.wat
Applied: wxDocument: Adding an asterix to the title
[wxWidgets.git] / samples / menu / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
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
95ff11c4
CE
21! if $(__VERSION__) >= 1280
22! loaddll wlink wlinkd
23! else
250700e4 24! loaddll wlink wlink
95ff11c4 25! endif
250700e4
RD
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
43WXDEBUGFLAG = d
44!endif
250700e4
RD
45WXUNICODEFLAG =
46!ifeq UNICODE 1
47WXUNICODEFLAG = u
48!endif
49WXUNIVNAME =
50!ifeq WXUNIV 1
51WXUNIVNAME = univ
52!endif
b17c1746
DE
53WXDLLFLAG =
54!ifeq SHARED 1
55WXDLLFLAG = dll
56!endif
b14abf14
JS
57LIBTYPE_SUFFIX =
58!ifeq SHARED 0
59LIBTYPE_SUFFIX = lib
60!endif
61!ifeq SHARED 1
62LIBTYPE_SUFFIX = dll
63!endif
dd65d8c8
RN
64EXTRALIBS_FOR_BASE =
65!ifeq MONOLITHIC 0
66EXTRALIBS_FOR_BASE =
67!endif
68!ifeq MONOLITHIC 1
69EXTRALIBS_FOR_BASE =
70!endif
25a73439 71__DEBUGINFO_0 =
250700e4 72!ifeq BUILD debug
25a73439
VS
73!ifeq DEBUG_INFO default
74__DEBUGINFO_0 = -d2
75!endif
250700e4
RD
76!endif
77!ifeq BUILD release
25a73439
VS
78!ifeq DEBUG_INFO default
79__DEBUGINFO_0 = -d0
80!endif
250700e4 81!endif
25a73439
VS
82!ifeq DEBUG_INFO 0
83__DEBUGINFO_0 = -d0
84!endif
85!ifeq DEBUG_INFO 1
86__DEBUGINFO_0 = -d2
87!endif
88__DEBUGINFO_1 =
250700e4 89!ifeq BUILD debug
25a73439
VS
90!ifeq DEBUG_INFO default
91__DEBUGINFO_1 = debug all
92!endif
250700e4
RD
93!endif
94!ifeq BUILD release
25a73439
VS
95!ifeq DEBUG_INFO default
96__DEBUGINFO_1 =
97!endif
98!endif
99!ifeq DEBUG_INFO 0
100__DEBUGINFO_1 =
101!endif
102!ifeq DEBUG_INFO 1
103__DEBUGINFO_1 = debug all
250700e4 104!endif
250700e4
RD
105__OPTIMIZEFLAG_2 =
106!ifeq BUILD debug
107__OPTIMIZEFLAG_2 = -od
108!endif
109!ifeq BUILD release
110__OPTIMIZEFLAG_2 = -ot -ox
111!endif
8c9f8f91
JS
112__THREADSFLAG_5 =
113!ifeq USE_THREADS 0
114__THREADSFLAG_5 =
115!endif
116!ifeq USE_THREADS 1
117__THREADSFLAG_5 = -bm
118!endif
119__RUNTIME_LIBS_6 =
250700e4 120!ifeq RUNTIME_LIBS dynamic
8c9f8f91 121__RUNTIME_LIBS_6 = -br
250700e4
RD
122!endif
123!ifeq RUNTIME_LIBS static
8c9f8f91 124__RUNTIME_LIBS_6 =
250700e4 125!endif
8c9f8f91
JS
126__RTTIFLAG_7 =
127!ifeq USE_RTTI 0
128__RTTIFLAG_7 =
b14abf14 129!endif
8c9f8f91
JS
130!ifeq USE_RTTI 1
131__RTTIFLAG_7 = -xr
b14abf14 132!endif
8c9f8f91 133__EXCEPTIONSFLAG_8 =
b17c1746 134!ifeq USE_EXCEPTIONS 0
8c9f8f91 135__EXCEPTIONSFLAG_8 =
250700e4 136!endif
b17c1746 137!ifeq USE_EXCEPTIONS 1
8c9f8f91 138__EXCEPTIONSFLAG_8 = -xs
250700e4
RD
139!endif
140__WXLIB_CORE_p =
141!ifeq MONOLITHIC 0
25a73439 142__WXLIB_CORE_p = &
c33fae85 143 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 144!endif
b17c1746
DE
145__WXLIB_BASE_p =
146!ifeq MONOLITHIC 0
c33fae85
RN
147__WXLIB_BASE_p = &
148 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 149!endif
250700e4
RD
150__WXLIB_MONO_p =
151!ifeq MONOLITHIC 1
25a73439 152__WXLIB_MONO_p = &
c33fae85 153 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 154!endif
b17c1746
DE
155__LIB_TIFF_p =
156!ifeq USE_GUI 1
9c2d002b 157__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
158!endif
159__LIB_JPEG_p =
160!ifeq USE_GUI 1
9c2d002b 161__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
162!endif
163__LIB_PNG_p =
164!ifeq USE_GUI 1
9c2d002b 165__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 166!endif
3abcf424
RD
167__GDIPLUS_LIB_p =
168!ifeq USE_GDIPLUS 1
169__GDIPLUS_LIB_p = gdiplus.lib
170!endif
250700e4
RD
171__WXUNIV_DEFINE_p =
172!ifeq WXUNIV 1
173__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
174!endif
b17c1746 175__DEBUG_DEFINE_p =
d12d9eda
VZ
176!ifeq DEBUG_FLAG 0
177__DEBUG_DEFINE_p = -dwxDEBUG_LEVEL=0
b17c1746 178!endif
8c9f8f91
JS
179__EXCEPTIONS_DEFINE_p =
180!ifeq USE_EXCEPTIONS 0
181__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
182!endif
183__RTTI_DEFINE_p =
184!ifeq USE_RTTI 0
185__RTTI_DEFINE_p = -dwxNO_RTTI
186!endif
187__THREAD_DEFINE_p =
188!ifeq USE_THREADS 0
189__THREAD_DEFINE_p = -dwxNO_THREADS
190!endif
b17c1746 191__UNICODE_DEFINE_p =
7379e476
VZ
192!ifeq UNICODE 0
193__UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
194!endif
b17c1746
DE
195!ifeq UNICODE 1
196__UNICODE_DEFINE_p = -d_UNICODE
197!endif
3abcf424
RD
198__GFXCTX_DEFINE_p =
199!ifeq USE_GDIPLUS 1
200__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
201!endif
b17c1746
DE
202__DLLFLAG_p =
203!ifeq SHARED 1
204__DLLFLAG_p = -dWXUSINGDLL
205!endif
250700e4
RD
206
207### Variables: ###
208
ae4ccf12 209WX_RELEASE_NODOT = 29
444833b3 210COMPILER_PREFIX = wat
b17c1746 211OBJS = &
444833b3
CE
212 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
213LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
214SETUPHDIR = &
215 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
216MENU_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
217 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
218 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
3abcf424
RD
219 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
220 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
221 -i=.\..\..\samples -dNOPCH $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) &
222 $(CXXFLAGS)
25a73439
VS
223MENU_OBJECTS = &
224 $(OBJS)\menu_menu.obj
250700e4 225
250700e4
RD
226
227all : $(OBJS)
228$(OBJS) :
229 -if not exist $(OBJS) mkdir $(OBJS)
230
231### Targets: ###
232
233all : .SYMBOLIC $(OBJS)\menu.exe
234
250700e4
RD
235clean : .SYMBOLIC
236 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
237 -if exist $(OBJS)\*.res del $(OBJS)\*.res
238 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
239 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 240 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
250700e4
RD
241 -if exist $(OBJS)\menu.exe del $(OBJS)\menu.exe
242
25a73439 243$(OBJS)\menu.exe : $(MENU_OBJECTS) $(OBJS)\menu_menu.res
250700e4
RD
244 @%create $(OBJS)\menu.lbc
245 @%append $(OBJS)\menu.lbc option quiet
246 @%append $(OBJS)\menu.lbc name $^@
75a0a7b7 247 @%append $(OBJS)\menu.lbc option caseexact
8ece421c 248 @%append $(OBJS)\menu.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
25a73439 249 @for %i in ($(MENU_OBJECTS)) do @%append $(OBJS)\menu.lbc file %i
b44f5137 250 @for %i in ( $(__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)\menu.lbc library %i
250700e4 251 @%append $(OBJS)\menu.lbc option resource=$(OBJS)\menu_menu.res
77a7dfc1 252 @for %i in () do @%append $(OBJS)\menu.lbc option stack=%i
250700e4 253 wlink @$(OBJS)\menu.lbc
b17c1746
DE
254
255$(OBJS)\menu_menu.obj : .AUTODEPEND .\menu.cpp
4cbcfb73 256 $(CXX) -bt=nt -zq -fo=$^@ $(MENU_CXXFLAGS) $<
b17c1746
DE
257
258$(OBJS)\menu_menu.res : .AUTODEPEND .\menu.rc
444833b3 259 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 260