Move version number to 2.8.0.0 and rebake the makefiles
[wxWidgets.git] / samples / ipc / makefile.wat
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
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:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 PORTNAME =
31 !ifeq USE_GUI 0
32 PORTNAME = base
33 !endif
34 !ifeq USE_GUI 1
35 PORTNAME = msw
36 !endif
37 WXDEBUGFLAG =
38 !ifeq BUILD debug
39 !ifeq DEBUG_FLAG default
40 WXDEBUGFLAG = d
41 !endif
42 !endif
43 !ifeq DEBUG_FLAG 1
44 WXDEBUGFLAG = d
45 !endif
46 WXUNICODEFLAG =
47 !ifeq UNICODE 1
48 WXUNICODEFLAG = u
49 !endif
50 WXUNIVNAME =
51 !ifeq WXUNIV 1
52 WXUNIVNAME = univ
53 !endif
54 WXDLLFLAG =
55 !ifeq SHARED 1
56 WXDLLFLAG = dll
57 !endif
58 LIBTYPE_SUFFIX =
59 !ifeq SHARED 0
60 LIBTYPE_SUFFIX = lib
61 !endif
62 !ifeq SHARED 1
63 LIBTYPE_SUFFIX = dll
64 !endif
65 EXTRALIBS_FOR_BASE =
66 !ifeq MONOLITHIC 0
67 EXTRALIBS_FOR_BASE = 
68 !endif
69 !ifeq MONOLITHIC 1
70 EXTRALIBS_FOR_BASE =  
71 !endif
72 __DEBUGINFO =
73 !ifeq BUILD debug
74 !ifeq DEBUG_INFO default
75 __DEBUGINFO = -d2
76 !endif
77 !endif
78 !ifeq BUILD release
79 !ifeq DEBUG_INFO default
80 __DEBUGINFO = -d0
81 !endif
82 !endif
83 !ifeq DEBUG_INFO 0
84 __DEBUGINFO = -d0
85 !endif
86 !ifeq DEBUG_INFO 1
87 __DEBUGINFO = -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 =
107 !ifeq BUILD debug
108 __OPTIMIZEFLAG = -od
109 !endif
110 !ifeq BUILD release
111 __OPTIMIZEFLAG = -ot -ox
112 !endif
113 __THREADSFLAG =
114 !ifeq USE_THREADS 0
115 __THREADSFLAG = 
116 !endif
117 !ifeq USE_THREADS 1
118 __THREADSFLAG = -bm
119 !endif
120 __RUNTIME_LIBS =
121 !ifeq RUNTIME_LIBS dynamic
122 __RUNTIME_LIBS = -br
123 !endif
124 !ifeq RUNTIME_LIBS static
125 __RUNTIME_LIBS = 
126 !endif
127 __RTTIFLAG =
128 !ifeq USE_RTTI 0
129 __RTTIFLAG = 
130 !endif
131 !ifeq USE_RTTI 1
132 __RTTIFLAG = -xr
133 !endif
134 __EXCEPTIONSFLAG =
135 !ifeq USE_EXCEPTIONS 0
136 __EXCEPTIONSFLAG = 
137 !endif
138 !ifeq USE_EXCEPTIONS 1
139 __EXCEPTIONSFLAG = -xs
140 !endif
141 __WXLIB_CORE_p =
142 !ifeq MONOLITHIC 0
143 __WXLIB_CORE_p = &
144         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
145 !endif
146 __WXLIB_NET_p =
147 !ifeq MONOLITHIC 0
148 __WXLIB_NET_p = &
149         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
150 !endif
151 __WXLIB_BASE_p =
152 !ifeq MONOLITHIC 0
153 __WXLIB_BASE_p = &
154         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
155 !endif
156 __WXLIB_MONO_p =
157 !ifeq MONOLITHIC 1
158 __WXLIB_MONO_p = &
159         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
160 !endif
161 __LIB_TIFF_p =
162 !ifeq USE_GUI 1
163 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
164 !endif
165 __LIB_JPEG_p =
166 !ifeq USE_GUI 1
167 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
168 !endif
169 __LIB_PNG_p =
170 !ifeq USE_GUI 1
171 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
172 !endif
173 __GDIPLUS_LIB_p =
174 !ifeq USE_GDIPLUS 1
175 __GDIPLUS_LIB_p = gdiplus.lib
176 !endif
177 __WXUNIV_DEFINE_p =
178 !ifeq WXUNIV 1
179 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
180 !endif
181 __DEBUG_DEFINE_p =
182 !ifeq BUILD debug
183 !ifeq DEBUG_FLAG default
184 __DEBUG_DEFINE_p = -d__WXDEBUG__
185 !endif
186 !endif
187 !ifeq DEBUG_FLAG 1
188 __DEBUG_DEFINE_p = -d__WXDEBUG__
189 !endif
190 __EXCEPTIONS_DEFINE_p =
191 !ifeq USE_EXCEPTIONS 0
192 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
193 !endif
194 __RTTI_DEFINE_p =
195 !ifeq USE_RTTI 0
196 __RTTI_DEFINE_p = -dwxNO_RTTI
197 !endif
198 __THREAD_DEFINE_p =
199 !ifeq USE_THREADS 0
200 __THREAD_DEFINE_p = -dwxNO_THREADS
201 !endif
202 __UNICODE_DEFINE_p =
203 !ifeq UNICODE 1
204 __UNICODE_DEFINE_p = -d_UNICODE
205 !endif
206 __GFXCTX_DEFINE_p =
207 !ifeq USE_GDIPLUS 1
208 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
209 !endif
210 __DLLFLAG_p =
211 !ifeq SHARED 1
212 __DLLFLAG_p = -dWXUSINGDLL
213 !endif
214
215 ### Variables: ###
216
217 WX_RELEASE_NODOT = 28
218 OBJS = &
219         wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
220 LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
221 SETUPHDIR = &
222         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
223 CLIENT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
224         $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
225         $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
226         $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
227         -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
228         -i=.\..\..\samples -dNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
229         $(CXXFLAGS)
230 CLIENT_OBJECTS =  &
231         $(OBJS)\client_client.obj
232 SERVER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
233         $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
234         $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
235         $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
236         -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
237         -i=.\..\..\samples -dNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
238         $(CXXFLAGS)
239 SERVER_OBJECTS =  &
240         $(OBJS)\server_server.obj
241
242
243 all : $(OBJS)
244 $(OBJS) :
245         -if not exist $(OBJS) mkdir $(OBJS)
246
247 ### Targets: ###
248
249 all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
250
251 clean : .SYMBOLIC 
252         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
253         -if exist $(OBJS)\*.res del $(OBJS)\*.res
254         -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
255         -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
256         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
257         -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
258         -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
259
260 $(OBJS)\client.exe :  $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
261         @%create $(OBJS)\client.lbc
262         @%append $(OBJS)\client.lbc option quiet
263         @%append $(OBJS)\client.lbc name $^@
264         @%append $(OBJS)\client.lbc option caseexact
265         @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
266         @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
267         @for %i in ( $(__WXLIB_CORE_p)  $(__WXLIB_NET_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)\client.lbc library %i
268         @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_sample.res
269         @for %i in () do @%append $(OBJS)\client.lbc option stack=%i
270         wlink @$(OBJS)\client.lbc
271
272 $(OBJS)\server.exe :  $(SERVER_OBJECTS) $(OBJS)\server_sample.res
273         @%create $(OBJS)\server.lbc
274         @%append $(OBJS)\server.lbc option quiet
275         @%append $(OBJS)\server.lbc name $^@
276         @%append $(OBJS)\server.lbc option caseexact
277         @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
278         @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
279         @for %i in ( $(__WXLIB_CORE_p)  $(__WXLIB_NET_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)\server.lbc library %i
280         @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_sample.res
281         @for %i in () do @%append $(OBJS)\server.lbc option stack=%i
282         wlink @$(OBJS)\server.lbc
283
284 $(OBJS)\client_sample.res :  .AUTODEPEND .\..\..\samples\sample.rc
285         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 $<
286
287 $(OBJS)\client_client.obj :  .AUTODEPEND .\client.cpp
288         $(CXX) -bt=nt -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
289
290 $(OBJS)\server_sample.res :  .AUTODEPEND .\..\..\samples\sample.rc
291         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 $<
292
293 $(OBJS)\server_server.obj :  .AUTODEPEND .\server.cpp
294         $(CXX) -bt=nt -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
295