Regenerated makefiles
[wxWidgets.git] / samples / sockets / makefile.wat
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.6 (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 __RUNTIME_LIBS =
114 !ifeq RUNTIME_LIBS dynamic
115 __RUNTIME_LIBS = -br
116 !endif
117 !ifeq RUNTIME_LIBS static
118 __RUNTIME_LIBS = 
119 !endif
120 __EXCEPTIONSFLAG =
121 !ifeq USE_EXCEPTIONS 0
122 __EXCEPTIONSFLAG = 
123 !endif
124 !ifeq USE_EXCEPTIONS 1
125 __EXCEPTIONSFLAG = -xr
126 !endif
127 __EXCEPTIONSFLAG_0 =
128 !ifeq USE_EXCEPTIONS 0
129 __EXCEPTIONSFLAG_0 = 
130 !endif
131 !ifeq USE_EXCEPTIONS 1
132 __EXCEPTIONSFLAG_0 = -xs
133 !endif
134 __WXLIB_CORE_p =
135 !ifeq MONOLITHIC 0
136 __WXLIB_CORE_p = &
137         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
138 !endif
139 __WXLIB_NET_p =
140 !ifeq MONOLITHIC 0
141 __WXLIB_NET_p = &
142         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
143 !endif
144 __WXLIB_BASE_p =
145 !ifeq MONOLITHIC 0
146 __WXLIB_BASE_p = &
147         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
148 !endif
149 __WXLIB_MONO_p =
150 !ifeq MONOLITHIC 1
151 __WXLIB_MONO_p = &
152         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
153 !endif
154 __LIB_TIFF_p =
155 !ifeq USE_GUI 1
156 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
157 !endif
158 __LIB_JPEG_p =
159 !ifeq USE_GUI 1
160 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
161 !endif
162 __LIB_PNG_p =
163 !ifeq USE_GUI 1
164 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
165 !endif
166 __WXUNIV_DEFINE_p =
167 !ifeq WXUNIV 1
168 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
169 !endif
170 __DEBUG_DEFINE_p =
171 !ifeq BUILD debug
172 !ifeq DEBUG_FLAG default
173 __DEBUG_DEFINE_p = -d__WXDEBUG__
174 !endif
175 !endif
176 !ifeq DEBUG_FLAG 1
177 __DEBUG_DEFINE_p = -d__WXDEBUG__
178 !endif
179 __UNICODE_DEFINE_p =
180 !ifeq UNICODE 1
181 __UNICODE_DEFINE_p = -d_UNICODE
182 !endif
183 __DLLFLAG_p =
184 !ifeq SHARED 1
185 __DLLFLAG_p = -dWXUSINGDLL
186 !endif
187
188 ### Variables: ###
189
190 WX_RELEASE_NODOT = 25
191 OBJS = &
192         wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
193 LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
194 SETUPHDIR = &
195         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
196 CLIENT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
197         -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
198         -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
199         $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG) &
200         $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
201 CLIENT_OBJECTS =  &
202         $(OBJS)\client_client.obj
203 SERVER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
204         -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
205         -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
206         $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG) &
207         $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
208 SERVER_OBJECTS =  &
209         $(OBJS)\server_server.obj
210
211
212 all : $(OBJS)
213 $(OBJS) :
214         -if not exist $(OBJS) mkdir $(OBJS)
215
216 ### Targets: ###
217
218 all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
219
220 clean : .SYMBOLIC 
221         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
222         -if exist $(OBJS)\*.res del $(OBJS)\*.res
223         -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
224         -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
225         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
226         -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
227         -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
228
229 $(OBJS)\client.exe :  $(CLIENT_OBJECTS) $(OBJS)\client_client.res
230         @%create $(OBJS)\client.lbc
231         @%append $(OBJS)\client.lbc option quiet
232         @%append $(OBJS)\client.lbc name $^@
233         @%append $(OBJS)\client.lbc option caseexact
234         @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
235         @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
236         @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
237         @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_client.res
238         wlink @$(OBJS)\client.lbc
239
240 $(OBJS)\server.exe :  $(SERVER_OBJECTS) $(OBJS)\server_server.res
241         @%create $(OBJS)\server.lbc
242         @%append $(OBJS)\server.lbc option quiet
243         @%append $(OBJS)\server.lbc name $^@
244         @%append $(OBJS)\server.lbc option caseexact
245         @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
246         @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
247         @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
248         @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_server.res
249         wlink @$(OBJS)\server.lbc
250
251 $(OBJS)\client_client.obj :  .AUTODEPEND .\client.cpp
252         $(CXX) -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
253
254 $(OBJS)\client_client.res :  .AUTODEPEND .\client.rc
255         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 -dNOPCH $<
256
257 $(OBJS)\server_server.obj :  .AUTODEPEND .\server.cpp
258         $(CXX) -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
259
260 $(OBJS)\server_server.res :  .AUTODEPEND .\server.rc
261         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 -dNOPCH $<
262