]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.wat
wxMotif compilation fixes after wxDC changes
[wxWidgets.git] / samples / sockets / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (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 =
250700e4 73!ifeq BUILD debug
25a73439 74!ifeq DEBUG_INFO default
ec08d395 75__DEBUGINFO = -d2
25a73439 76!endif
250700e4
RD
77!endif
78!ifeq BUILD release
25a73439 79!ifeq DEBUG_INFO default
ec08d395 80__DEBUGINFO = -d0
25a73439
VS
81!endif
82!endif
83!ifeq DEBUG_INFO 0
ec08d395 84__DEBUGINFO = -d0
25a73439
VS
85!endif
86!ifeq DEBUG_INFO 1
ec08d395 87__DEBUGINFO = -d2
250700e4 88!endif
b71531ad 89__DEBUGINFO_1 =
250700e4 90!ifeq BUILD debug
25a73439 91!ifeq DEBUG_INFO default
b71531ad 92__DEBUGINFO_1 = debug all
25a73439 93!endif
250700e4
RD
94!endif
95!ifeq BUILD release
25a73439 96!ifeq DEBUG_INFO default
b71531ad 97__DEBUGINFO_1 =
25a73439
VS
98!endif
99!endif
100!ifeq DEBUG_INFO 0
b71531ad 101__DEBUGINFO_1 =
25a73439
VS
102!endif
103!ifeq DEBUG_INFO 1
b71531ad 104__DEBUGINFO_1 = debug all
250700e4 105!endif
250700e4
RD
106__OPTIMIZEFLAG =
107!ifeq BUILD debug
108__OPTIMIZEFLAG = -od
109!endif
110!ifeq BUILD release
111__OPTIMIZEFLAG = -ot -ox
112!endif
8c9f8f91
JS
113__THREADSFLAG =
114!ifeq USE_THREADS 0
115__THREADSFLAG =
116!endif
117!ifeq USE_THREADS 1
118__THREADSFLAG = -bm
119!endif
250700e4
RD
120__RUNTIME_LIBS =
121!ifeq RUNTIME_LIBS dynamic
122__RUNTIME_LIBS = -br
123!endif
124!ifeq RUNTIME_LIBS static
125__RUNTIME_LIBS =
126!endif
8c9f8f91
JS
127__RTTIFLAG =
128!ifeq USE_RTTI 0
129__RTTIFLAG =
250700e4 130!endif
8c9f8f91
JS
131!ifeq USE_RTTI 1
132__RTTIFLAG = -xr
b17c1746 133!endif
8c9f8f91 134__EXCEPTIONSFLAG =
b14abf14 135!ifeq USE_EXCEPTIONS 0
8c9f8f91 136__EXCEPTIONSFLAG =
b17c1746 137!endif
b14abf14 138!ifeq USE_EXCEPTIONS 1
8c9f8f91 139__EXCEPTIONSFLAG = -xs
250700e4
RD
140!endif
141__WXLIB_CORE_p =
142!ifeq MONOLITHIC 0
e9877ed3 143__WXLIB_CORE_p = &
c33fae85 144 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 145!endif
b17c1746
DE
146__WXLIB_NET_p =
147!ifeq MONOLITHIC 0
c33fae85
RN
148__WXLIB_NET_p = &
149 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746
DE
150!endif
151__WXLIB_BASE_p =
152!ifeq MONOLITHIC 0
c33fae85
RN
153__WXLIB_BASE_p = &
154 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 155!endif
250700e4
RD
156__WXLIB_MONO_p =
157!ifeq MONOLITHIC 1
e9877ed3 158__WXLIB_MONO_p = &
c33fae85 159 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e9877ed3 160!endif
b17c1746
DE
161__LIB_TIFF_p =
162!ifeq USE_GUI 1
9c2d002b 163__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
164!endif
165__LIB_JPEG_p =
166!ifeq USE_GUI 1
9c2d002b 167__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
168!endif
169__LIB_PNG_p =
170!ifeq USE_GUI 1
9c2d002b 171__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
250700e4 172!endif
3abcf424
RD
173__GDIPLUS_LIB_p =
174!ifeq USE_GDIPLUS 1
175__GDIPLUS_LIB_p = gdiplus.lib
176!endif
250700e4
RD
177__WXUNIV_DEFINE_p =
178!ifeq WXUNIV 1
179__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
180!endif
b17c1746
DE
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
8c9f8f91
JS
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
b17c1746
DE
202__UNICODE_DEFINE_p =
203!ifeq UNICODE 1
204__UNICODE_DEFINE_p = -d_UNICODE
205!endif
3abcf424
RD
206__GFXCTX_DEFINE_p =
207!ifeq USE_GDIPLUS 1
208__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
209!endif
b17c1746
DE
210__DLLFLAG_p =
211!ifeq SHARED 1
212__DLLFLAG_p = -dWXUSINGDLL
213!endif
250700e4
RD
214
215### Variables: ###
216
ae4ccf12 217WX_RELEASE_NODOT = 29
444833b3 218COMPILER_PREFIX = wat
b17c1746 219OBJS = &
444833b3
CE
220 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
221LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
222SETUPHDIR = &
223 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
224CLIENT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
225 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
226 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
3abcf424
RD
227 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
228 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
229 -i=.\..\..\samples -dNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
230 $(CXXFLAGS)
e9877ed3
VS
231CLIENT_OBJECTS = &
232 $(OBJS)\client_client.obj
8c9f8f91
JS
233SERVER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
234 $(__RUNTIME_LIBS) -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) $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
239 $(CXXFLAGS)
e9877ed3
VS
240SERVER_OBJECTS = &
241 $(OBJS)\server_server.obj
250700e4 242
250700e4
RD
243
244all : $(OBJS)
245$(OBJS) :
246 -if not exist $(OBJS) mkdir $(OBJS)
247
248### Targets: ###
249
250all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.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)\client.exe del $(OBJS)\client.exe
259 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
260
e9877ed3 261$(OBJS)\client.exe : $(CLIENT_OBJECTS) $(OBJS)\client_client.res
250700e4
RD
262 @%create $(OBJS)\client.lbc
263 @%append $(OBJS)\client.lbc option quiet
264 @%append $(OBJS)\client.lbc name $^@
75a0a7b7 265 @%append $(OBJS)\client.lbc option caseexact
b71531ad 266 @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
e9877ed3 267 @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
3abcf424 268 @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
250700e4 269 @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_client.res
77a7dfc1 270 @for %i in () do @%append $(OBJS)\client.lbc option stack=%i
250700e4
RD
271 wlink @$(OBJS)\client.lbc
272
e9877ed3 273$(OBJS)\server.exe : $(SERVER_OBJECTS) $(OBJS)\server_server.res
250700e4
RD
274 @%create $(OBJS)\server.lbc
275 @%append $(OBJS)\server.lbc option quiet
276 @%append $(OBJS)\server.lbc name $^@
75a0a7b7 277 @%append $(OBJS)\server.lbc option caseexact
b71531ad 278 @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
e9877ed3 279 @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
3abcf424 280 @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
250700e4 281 @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_server.res
77a7dfc1 282 @for %i in () do @%append $(OBJS)\server.lbc option stack=%i
250700e4 283 wlink @$(OBJS)\server.lbc
b17c1746
DE
284
285$(OBJS)\client_client.obj : .AUTODEPEND .\client.cpp
4cbcfb73 286 $(CXX) -bt=nt -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
b17c1746
DE
287
288$(OBJS)\client_client.res : .AUTODEPEND .\client.rc
444833b3 289 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 $<
b17c1746
DE
290
291$(OBJS)\server_server.obj : .AUTODEPEND .\server.cpp
4cbcfb73 292 $(CXX) -bt=nt -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
b17c1746
DE
293
294$(OBJS)\server_server.res : .AUTODEPEND .\server.rc
444833b3 295 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 296