]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/makefile.wat
use the standard .rc file
[wxWidgets.git] / samples / ipc / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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
dd65d8c8
RN
58EXTRALIBS_FOR_BASE =
59!ifeq MONOLITHIC 0
60EXTRALIBS_FOR_BASE =
61!endif
62!ifeq MONOLITHIC 1
63EXTRALIBS_FOR_BASE =
64!endif
d179e30b 65__DEBUGINFO =
250700e4 66!ifeq BUILD debug
076f10e0 67!ifeq DEBUG_INFO default
ec08d395 68__DEBUGINFO = -d2
076f10e0 69!endif
250700e4
RD
70!endif
71!ifeq BUILD release
076f10e0 72!ifeq DEBUG_INFO default
ec08d395 73__DEBUGINFO = -d0
076f10e0 74!endif
250700e4 75!endif
076f10e0 76!ifeq DEBUG_INFO 0
ec08d395 77__DEBUGINFO = -d0
076f10e0
VS
78!endif
79!ifeq DEBUG_INFO 1
ec08d395 80__DEBUGINFO = -d2
076f10e0 81!endif
b71531ad 82__DEBUGINFO_1 =
250700e4 83!ifeq BUILD debug
076f10e0 84!ifeq DEBUG_INFO default
b71531ad 85__DEBUGINFO_1 = debug all
076f10e0 86!endif
250700e4
RD
87!endif
88!ifeq BUILD release
076f10e0 89!ifeq DEBUG_INFO default
b71531ad 90__DEBUGINFO_1 =
076f10e0
VS
91!endif
92!endif
93!ifeq DEBUG_INFO 0
b71531ad 94__DEBUGINFO_1 =
076f10e0
VS
95!endif
96!ifeq DEBUG_INFO 1
b71531ad 97__DEBUGINFO_1 = debug all
250700e4 98!endif
d179e30b 99__OPTIMIZEFLAG =
250700e4 100!ifeq BUILD debug
d179e30b 101__OPTIMIZEFLAG = -od
250700e4
RD
102!endif
103!ifeq BUILD release
d179e30b 104__OPTIMIZEFLAG = -ot -ox
250700e4 105!endif
d179e30b 106__RUNTIME_LIBS =
250700e4 107!ifeq RUNTIME_LIBS dynamic
d179e30b 108__RUNTIME_LIBS = -br
250700e4
RD
109!endif
110!ifeq RUNTIME_LIBS static
d179e30b 111__RUNTIME_LIBS =
250700e4 112!endif
b17c1746
DE
113__EXCEPTIONSFLAG =
114!ifeq USE_EXCEPTIONS 0
115__EXCEPTIONSFLAG =
250700e4 116!endif
b17c1746
DE
117!ifeq USE_EXCEPTIONS 1
118__EXCEPTIONSFLAG = -xs
119!endif
120LIBDIRNAME =
121!ifeq SHARED 0
122LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
123!endif
124!ifeq SHARED 1
125LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
250700e4
RD
126!endif
127__WXLIB_CORE_p =
128!ifeq MONOLITHIC 0
076f10e0 129__WXLIB_CORE_p = &
c33fae85 130 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 131!endif
b17c1746
DE
132__WXLIB_NET_p =
133!ifeq MONOLITHIC 0
c33fae85
RN
134__WXLIB_NET_p = &
135 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746
DE
136!endif
137__WXLIB_BASE_p =
138!ifeq MONOLITHIC 0
c33fae85
RN
139__WXLIB_BASE_p = &
140 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 141!endif
250700e4
RD
142__WXLIB_MONO_p =
143!ifeq MONOLITHIC 1
076f10e0 144__WXLIB_MONO_p = &
c33fae85 145 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 146!endif
b17c1746
DE
147__LIB_TIFF_p =
148!ifeq USE_GUI 1
9c2d002b 149__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
150!endif
151__LIB_JPEG_p =
152!ifeq USE_GUI 1
9c2d002b 153__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
154!endif
155__LIB_PNG_p =
156!ifeq USE_GUI 1
9c2d002b 157__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
d179e30b 158!endif
250700e4
RD
159__WXUNIV_DEFINE_p =
160!ifeq WXUNIV 1
161__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
162!endif
b17c1746
DE
163__DEBUG_DEFINE_p =
164!ifeq BUILD debug
165!ifeq DEBUG_FLAG default
166__DEBUG_DEFINE_p = -d__WXDEBUG__
167!endif
168!endif
169!ifeq DEBUG_FLAG 1
170__DEBUG_DEFINE_p = -d__WXDEBUG__
171!endif
172__UNICODE_DEFINE_p =
173!ifeq UNICODE 1
174__UNICODE_DEFINE_p = -d_UNICODE
175!endif
176__DLLFLAG_p =
177!ifeq SHARED 1
178__DLLFLAG_p = -dWXUSINGDLL
179!endif
250700e4
RD
180
181### Variables: ###
182
c33fae85 183WX_RELEASE_NODOT = 25
b17c1746
DE
184OBJS = &
185 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
186SETUPHDIR = &
187 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
188CLIENT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
189 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
dd65d8c8
RN
190 -i=.\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
191 $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
192 $(CXXFLAGS)
d179e30b
VS
193CLIENT_OBJECTS = &
194 $(OBJS)\client_client.obj
9bfe7ad9
VS
195SERVER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
196 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
dd65d8c8
RN
197 -i=.\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
198 $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG) $(CPPFLAGS) &
199 $(CXXFLAGS)
d179e30b
VS
200SERVER_OBJECTS = &
201 $(OBJS)\server_server.obj
250700e4 202
250700e4
RD
203
204all : $(OBJS)
205$(OBJS) :
206 -if not exist $(OBJS) mkdir $(OBJS)
207
208### Targets: ###
209
d179e30b
VS
210all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
211
250700e4
RD
212clean : .SYMBOLIC
213 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
214 -if exist $(OBJS)\*.res del $(OBJS)\*.res
215 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
216 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
d179e30b
VS
217 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
218 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
219
220$(OBJS)\client.exe : $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
221 @%create $(OBJS)\client.lbc
222 @%append $(OBJS)\client.lbc option quiet
223 @%append $(OBJS)\client.lbc name $^@
75a0a7b7 224 @%append $(OBJS)\client.lbc option caseexact
b71531ad 225 @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
d179e30b 226 @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
dd65d8c8 227 @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
VS
228 @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_sample.res
229 wlink @$(OBJS)\client.lbc
230
231$(OBJS)\server.exe : $(SERVER_OBJECTS) $(OBJS)\server_sample.res
232 @%create $(OBJS)\server.lbc
233 @%append $(OBJS)\server.lbc option quiet
234 @%append $(OBJS)\server.lbc name $^@
75a0a7b7 235 @%append $(OBJS)\server.lbc option caseexact
b71531ad 236 @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
d179e30b 237 @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
dd65d8c8 238 @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
VS
239 @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_sample.res
240 wlink @$(OBJS)\server.lbc
b17c1746
DE
241
242$(OBJS)\client_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
243 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<
244
245$(OBJS)\client_client.obj : .AUTODEPEND .\client.cpp
246 $(CXX) -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
247
248$(OBJS)\server_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
249 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<
250
251$(OBJS)\server_server.obj : .AUTODEPEND .\server.cpp
252 $(CXX) -zq -fo=$^@ $(SERVER_CXXFLAGS) $<