]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/makefile.wat
Changed the wxPlatform syntax as per Vadim's suggestions
[wxWidgets.git] / samples / ipc / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
77a7dfc1 3# Bakefile 0.2.0 (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
076f10e0
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
d179e30b 72__DEBUGINFO =
250700e4 73!ifeq BUILD debug
076f10e0 74!ifeq DEBUG_INFO default
ec08d395 75__DEBUGINFO = -d2
076f10e0 76!endif
250700e4
RD
77!endif
78!ifeq BUILD release
076f10e0 79!ifeq DEBUG_INFO default
ec08d395 80__DEBUGINFO = -d0
076f10e0 81!endif
250700e4 82!endif
076f10e0 83!ifeq DEBUG_INFO 0
ec08d395 84__DEBUGINFO = -d0
076f10e0
VS
85!endif
86!ifeq DEBUG_INFO 1
ec08d395 87__DEBUGINFO = -d2
076f10e0 88!endif
b71531ad 89__DEBUGINFO_1 =
250700e4 90!ifeq BUILD debug
076f10e0 91!ifeq DEBUG_INFO default
b71531ad 92__DEBUGINFO_1 = debug all
076f10e0 93!endif
250700e4
RD
94!endif
95!ifeq BUILD release
076f10e0 96!ifeq DEBUG_INFO default
b71531ad 97__DEBUGINFO_1 =
076f10e0
VS
98!endif
99!endif
100!ifeq DEBUG_INFO 0
b71531ad 101__DEBUGINFO_1 =
076f10e0
VS
102!endif
103!ifeq DEBUG_INFO 1
b71531ad 104__DEBUGINFO_1 = debug all
250700e4 105!endif
d179e30b 106__OPTIMIZEFLAG =
250700e4 107!ifeq BUILD debug
d179e30b 108__OPTIMIZEFLAG = -od
250700e4
RD
109!endif
110!ifeq BUILD release
d179e30b 111__OPTIMIZEFLAG = -ot -ox
250700e4 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
d179e30b 120__RUNTIME_LIBS =
250700e4 121!ifeq RUNTIME_LIBS dynamic
d179e30b 122__RUNTIME_LIBS = -br
250700e4
RD
123!endif
124!ifeq RUNTIME_LIBS static
d179e30b 125__RUNTIME_LIBS =
250700e4 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
076f10e0 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
076f10e0 158__WXLIB_MONO_p = &
c33fae85 159 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 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
d179e30b 172!endif
250700e4
RD
173__WXUNIV_DEFINE_p =
174!ifeq WXUNIV 1
175__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
176!endif
b17c1746
DE
177__DEBUG_DEFINE_p =
178!ifeq BUILD debug
179!ifeq DEBUG_FLAG default
180__DEBUG_DEFINE_p = -d__WXDEBUG__
181!endif
182!endif
183!ifeq DEBUG_FLAG 1
184__DEBUG_DEFINE_p = -d__WXDEBUG__
185!endif
8c9f8f91
JS
186__EXCEPTIONS_DEFINE_p =
187!ifeq USE_EXCEPTIONS 0
188__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
189!endif
190__RTTI_DEFINE_p =
191!ifeq USE_RTTI 0
192__RTTI_DEFINE_p = -dwxNO_RTTI
193!endif
194__THREAD_DEFINE_p =
195!ifeq USE_THREADS 0
196__THREAD_DEFINE_p = -dwxNO_THREADS
197!endif
b17c1746
DE
198__UNICODE_DEFINE_p =
199!ifeq UNICODE 1
200__UNICODE_DEFINE_p = -d_UNICODE
201!endif
202__DLLFLAG_p =
203!ifeq SHARED 1
204__DLLFLAG_p = -dWXUSINGDLL
205!endif
250700e4
RD
206
207### Variables: ###
208
4cbcfb73 209WX_RELEASE_NODOT = 27
b17c1746
DE
210OBJS = &
211 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 212LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
213SETUPHDIR = &
214 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
215CLIENT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
216 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
217 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
77a7dfc1 218 $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -wx -wcd=549 &
8c9f8f91
JS
219 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH &
220 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
221CLIENT_OBJECTS = &
222 $(OBJS)\client_client.obj
8c9f8f91
JS
223SERVER_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) &
77a7dfc1 226 $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -wx -wcd=549 &
8c9f8f91
JS
227 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH &
228 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
229SERVER_OBJECTS = &
230 $(OBJS)\server_server.obj
250700e4 231
250700e4
RD
232
233all : $(OBJS)
234$(OBJS) :
235 -if not exist $(OBJS) mkdir $(OBJS)
236
237### Targets: ###
238
d179e30b
VS
239all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
240
250700e4
RD
241clean : .SYMBOLIC
242 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
243 -if exist $(OBJS)\*.res del $(OBJS)\*.res
244 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
245 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 246 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
d179e30b
VS
247 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
248 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
249
250$(OBJS)\client.exe : $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
251 @%create $(OBJS)\client.lbc
252 @%append $(OBJS)\client.lbc option quiet
253 @%append $(OBJS)\client.lbc name $^@
75a0a7b7 254 @%append $(OBJS)\client.lbc option caseexact
b71531ad 255 @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
d179e30b 256 @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
dd65d8c8 257 @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) 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
d179e30b 258 @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_sample.res
77a7dfc1 259 @for %i in () do @%append $(OBJS)\client.lbc option stack=%i
d179e30b
VS
260 wlink @$(OBJS)\client.lbc
261
262$(OBJS)\server.exe : $(SERVER_OBJECTS) $(OBJS)\server_sample.res
263 @%create $(OBJS)\server.lbc
264 @%append $(OBJS)\server.lbc option quiet
265 @%append $(OBJS)\server.lbc name $^@
75a0a7b7 266 @%append $(OBJS)\server.lbc option caseexact
b71531ad 267 @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
d179e30b 268 @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
dd65d8c8 269 @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) 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
d179e30b 270 @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_sample.res
77a7dfc1 271 @for %i in () do @%append $(OBJS)\server.lbc option stack=%i
d179e30b 272 wlink @$(OBJS)\server.lbc
b17c1746
DE
273
274$(OBJS)\client_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
77a7dfc1 275 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) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<
b17c1746
DE
276
277$(OBJS)\client_client.obj : .AUTODEPEND .\client.cpp
4cbcfb73 278 $(CXX) -bt=nt -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
b17c1746
DE
279
280$(OBJS)\server_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
77a7dfc1 281 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) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<
b17c1746
DE
282
283$(OBJS)\server_server.obj : .AUTODEPEND .\server.cpp
4cbcfb73 284 $(CXX) -bt=nt -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
b14abf14 285