]> git.saurik.com Git - wxWidgets.git/blob - utils/emulator/src/makefile.wat
Bakefile 0.2.8 rebake.
[wxWidgets.git] / utils / emulator / src / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.7 (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:
30 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32 ### Conditionally set variables: ###
33
34 PORTNAME =
35 !ifeq USE_GUI 0
36 PORTNAME = base
37 !endif
38 !ifeq USE_GUI 1
39 PORTNAME = msw
40 !endif
41 WXDEBUGFLAG =
42 !ifeq BUILD debug
43 WXDEBUGFLAG = d
44 !endif
45 WXUNICODEFLAG =
46 !ifeq UNICODE 1
47 WXUNICODEFLAG = u
48 !endif
49 WXUNIVNAME =
50 !ifeq WXUNIV 1
51 WXUNIVNAME = univ
52 !endif
53 WXDLLFLAG =
54 !ifeq SHARED 1
55 WXDLLFLAG = dll
56 !endif
57 LIBTYPE_SUFFIX =
58 !ifeq SHARED 0
59 LIBTYPE_SUFFIX = lib
60 !endif
61 !ifeq SHARED 1
62 LIBTYPE_SUFFIX = dll
63 !endif
64 EXTRALIBS_FOR_BASE =
65 !ifeq MONOLITHIC 0
66 EXTRALIBS_FOR_BASE =
67 !endif
68 !ifeq MONOLITHIC 1
69 EXTRALIBS_FOR_BASE =
70 !endif
71 __DEBUGINFO_0 =
72 !ifeq BUILD debug
73 !ifeq DEBUG_INFO default
74 __DEBUGINFO_0 = -d2
75 !endif
76 !endif
77 !ifeq BUILD release
78 !ifeq DEBUG_INFO default
79 __DEBUGINFO_0 = -d0
80 !endif
81 !endif
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 =
89 !ifeq BUILD debug
90 !ifeq DEBUG_INFO default
91 __DEBUGINFO_1 = debug all
92 !endif
93 !endif
94 !ifeq BUILD release
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
104 !endif
105 __OPTIMIZEFLAG_2 =
106 !ifeq BUILD debug
107 __OPTIMIZEFLAG_2 = -od
108 !endif
109 !ifeq BUILD release
110 __OPTIMIZEFLAG_2 = -ot -ox
111 !endif
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 =
120 !ifeq RUNTIME_LIBS dynamic
121 __RUNTIME_LIBS_6 = -br
122 !endif
123 !ifeq RUNTIME_LIBS static
124 __RUNTIME_LIBS_6 =
125 !endif
126 __RTTIFLAG_7 =
127 !ifeq USE_RTTI 0
128 __RTTIFLAG_7 =
129 !endif
130 !ifeq USE_RTTI 1
131 __RTTIFLAG_7 = -xr
132 !endif
133 __EXCEPTIONSFLAG_8 =
134 !ifeq USE_EXCEPTIONS 0
135 __EXCEPTIONSFLAG_8 =
136 !endif
137 !ifeq USE_EXCEPTIONS 1
138 __EXCEPTIONSFLAG_8 = -xs
139 !endif
140 __WXLIB_CORE_p =
141 !ifeq MONOLITHIC 0
142 __WXLIB_CORE_p = &
143 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
144 !endif
145 __WXLIB_BASE_p =
146 !ifeq MONOLITHIC 0
147 __WXLIB_BASE_p = &
148 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
149 !endif
150 __WXLIB_MONO_p =
151 !ifeq MONOLITHIC 1
152 __WXLIB_MONO_p = &
153 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
154 !endif
155 __LIB_TIFF_p =
156 !ifeq USE_GUI 1
157 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
158 !endif
159 __LIB_JPEG_p =
160 !ifeq USE_GUI 1
161 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
162 !endif
163 __LIB_PNG_p =
164 !ifeq USE_GUI 1
165 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
166 !endif
167 __GDIPLUS_LIB_p =
168 !ifeq USE_GDIPLUS 1
169 __GDIPLUS_LIB_p = gdiplus.lib
170 !endif
171 __WXUNIV_DEFINE_p =
172 !ifeq WXUNIV 1
173 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
174 !endif
175 __DEBUG_DEFINE_p =
176 !ifeq DEBUG_FLAG 0
177 __DEBUG_DEFINE_p = -dwxDEBUG_LEVEL=0
178 !endif
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
191 __UNICODE_DEFINE_p =
192 !ifeq UNICODE 0
193 __UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
194 !endif
195 !ifeq UNICODE 1
196 __UNICODE_DEFINE_p = -d_UNICODE
197 !endif
198 __GFXCTX_DEFINE_p =
199 !ifeq USE_GDIPLUS 1
200 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
201 !endif
202 __DLLFLAG_p =
203 !ifeq SHARED 1
204 __DLLFLAG_p = -dWXUSINGDLL
205 !endif
206
207 ### Variables: ###
208
209 WX_RELEASE_NODOT = 29
210 COMPILER_PREFIX = wat
211 OBJS = &
212 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
213 LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
214 SETUPHDIR = &
215 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
216 WXEMULATOR_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) &
219 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
220 -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
221 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__RTTIFLAG_7) &
222 $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
223 WXEMULATOR_OBJECTS = &
224 $(OBJS)\wxemulator_emulator.obj
225
226
227 all : $(OBJS)
228 $(OBJS) :
229 -if not exist $(OBJS) mkdir $(OBJS)
230
231 ### Targets: ###
232
233 all : .SYMBOLIC $(OBJS)\wxemulator.exe data
234
235 clean : .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
240 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
241 -if exist $(OBJS)\wxemulator.exe del $(OBJS)\wxemulator.exe
242
243 $(OBJS)\wxemulator.exe : $(WXEMULATOR_OBJECTS) $(OBJS)\wxemulator_sample.res
244 @%create $(OBJS)\wxemulator.lbc
245 @%append $(OBJS)\wxemulator.lbc option quiet
246 @%append $(OBJS)\wxemulator.lbc name $^@
247 @%append $(OBJS)\wxemulator.lbc option caseexact
248 @%append $(OBJS)\wxemulator.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
249 @for %i in ($(WXEMULATOR_OBJECTS)) do @%append $(OBJS)\wxemulator.lbc file %i
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)\wxemulator.lbc library %i
251 @%append $(OBJS)\wxemulator.lbc option resource=$(OBJS)\wxemulator_sample.res
252 @for %i in () do @%append $(OBJS)\wxemulator.lbc option stack=%i
253 wlink @$(OBJS)\wxemulator.lbc
254
255 data : .SYMBOLIC
256 if not exist $(OBJS) mkdir $(OBJS)
257 for %f in (default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
258
259 $(OBJS)\wxemulator_sample.res : .AUTODEPEND .\..\..\..\samples\sample.rc
260 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 $<
261
262 $(OBJS)\wxemulator_emulator.obj : .AUTODEPEND .\emulator.cpp
263 $(CXX) -bt=nt -zq -fo=$^@ $(WXEMULATOR_CXXFLAGS) $<
264