]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/makefile.wat
(should) fix unix compilation...
[wxWidgets.git] / samples / ipc / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (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
75a0a7b7
VS
30LIBDIRNAME =
31!ifeq SHARED 0
32LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
33!endif
34!ifeq SHARED 1
35LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
36!endif
250700e4
RD
37PORTNAME =
38!ifeq USE_GUI 0
39PORTNAME = base
40!endif
41!ifeq USE_GUI 1
42PORTNAME = msw
43!endif
44WXDEBUGFLAG =
45!ifeq BUILD debug
076f10e0
VS
46!ifeq DEBUG_FLAG default
47WXDEBUGFLAG = d
48!endif
49!endif
50!ifeq DEBUG_FLAG 1
250700e4
RD
51WXDEBUGFLAG = d
52!endif
53WXDLLFLAG =
54!ifeq SHARED 1
55WXDLLFLAG = dll
56!endif
57WXUNICODEFLAG =
58!ifeq UNICODE 1
59WXUNICODEFLAG = u
60!endif
61WXUNIVNAME =
62!ifeq WXUNIV 1
63WXUNIVNAME = univ
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
RD
98!endif
99__DEBUG_DEFINE_p =
100!ifeq BUILD debug
076f10e0
VS
101!ifeq DEBUG_FLAG default
102__DEBUG_DEFINE_p = -d__WXDEBUG__
103!endif
104!endif
105!ifeq DEBUG_FLAG 1
250700e4
RD
106__DEBUG_DEFINE_p = -d__WXDEBUG__
107!endif
108__DLLFLAG_p =
109!ifeq SHARED 1
110__DLLFLAG_p = -dWXUSINGDLL
111!endif
b71531ad
VZ
112__EXCEPTIONSFLAG =
113!ifeq USE_EXCEPTIONS 0
114__EXCEPTIONSFLAG =
115!endif
116!ifeq USE_EXCEPTIONS 1
117__EXCEPTIONSFLAG = -xs
118!endif
076f10e0
VS
119__LIB_JPEG_p =
120!ifeq USE_GUI 1
121__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
122!endif
123__LIB_PNG_p =
124!ifeq USE_GUI 1
125__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
126!endif
127__LIB_TIFF_p =
128!ifeq USE_GUI 1
129__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
130!endif
d179e30b 131__OPTIMIZEFLAG =
250700e4 132!ifeq BUILD debug
d179e30b 133__OPTIMIZEFLAG = -od
250700e4
RD
134!endif
135!ifeq BUILD release
d179e30b 136__OPTIMIZEFLAG = -ot -ox
250700e4 137!endif
d179e30b 138__RUNTIME_LIBS =
250700e4 139!ifeq RUNTIME_LIBS dynamic
d179e30b 140__RUNTIME_LIBS = -br
250700e4
RD
141!endif
142!ifeq RUNTIME_LIBS static
d179e30b 143__RUNTIME_LIBS =
250700e4
RD
144!endif
145__UNICODE_DEFINE_p =
146!ifeq UNICODE 1
ec08d395 147__UNICODE_DEFINE_p = -d_UNICODE
250700e4
RD
148!endif
149__WXLIB_BASE_p =
150!ifeq MONOLITHIC 0
151__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
152!endif
153__WXLIB_CORE_p =
154!ifeq MONOLITHIC 0
076f10e0
VS
155__WXLIB_CORE_p = &
156 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
157!endif
158__WXLIB_MONO_p =
159!ifeq MONOLITHIC 1
076f10e0
VS
160__WXLIB_MONO_p = &
161 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
250700e4 162!endif
d179e30b
VS
163__WXLIB_NET_p =
164!ifeq MONOLITHIC 0
165__WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
166!endif
250700e4
RD
167__WXUNIV_DEFINE_p =
168!ifeq WXUNIV 1
169__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
170!endif
171
172### Variables: ###
173
ec08d395 174CLIENT_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
d179e30b 175 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
75a0a7b7 176 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) &
b71531ad 177 -i=.\..\..\samples $(CXXFLAGS) $(__EXCEPTIONSFLAG)
d179e30b
VS
178CLIENT_OBJECTS = &
179 $(OBJS)\client_client.obj
076f10e0
VS
180OBJS = &
181 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
ec08d395 182SERVER_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
d179e30b 183 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
75a0a7b7 184 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) &
b71531ad 185 -i=.\..\..\samples $(CXXFLAGS) $(__EXCEPTIONSFLAG)
d179e30b
VS
186SERVER_OBJECTS = &
187 $(OBJS)\server_server.obj
75a0a7b7
VS
188SETUPHDIR = &
189 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
250700e4 190
250700e4
RD
191
192all : $(OBJS)
193$(OBJS) :
194 -if not exist $(OBJS) mkdir $(OBJS)
195
196### Targets: ###
197
d179e30b
VS
198all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
199
200$(OBJS)\client_client.obj : .AUTODEPEND .\client.cpp
201 $(CXX) -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
250700e4 202
d179e30b 203$(OBJS)\client_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
ec08d395 204 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 $<
250700e4 205
d179e30b 206$(OBJS)\server_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
ec08d395 207 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 $<
250700e4 208
d179e30b
VS
209$(OBJS)\server_server.obj : .AUTODEPEND .\server.cpp
210 $(CXX) -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
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
ec08d395 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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.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
ec08d395 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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.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