]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.wat
fixed non GUI cmd line options
[wxWidgets.git] / samples / sockets / 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
7!include ../../build/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:
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
46WXDLLFLAG =
47!ifeq SHARED 1
48WXDLLFLAG = dll
49!endif
50WXUNICODEFLAG =
51!ifeq UNICODE 1
52WXUNICODEFLAG = u
53!endif
54WXUNIVNAME =
55!ifeq WXUNIV 1
56WXUNIVNAME = univ
57!endif
25a73439 58__DEBUGINFO =
250700e4 59!ifeq BUILD debug
25a73439
VS
60!ifeq DEBUG_INFO default
61__DEBUGINFO = debug all
62!endif
250700e4
RD
63!endif
64!ifeq BUILD release
25a73439
VS
65!ifeq DEBUG_INFO default
66__DEBUGINFO =
67!endif
68!endif
69!ifeq DEBUG_INFO 0
70__DEBUGINFO =
71!endif
72!ifeq DEBUG_INFO 1
73__DEBUGINFO = debug all
250700e4 74!endif
25a73439 75__DEBUGINFO_2 =
250700e4 76!ifeq BUILD debug
25a73439
VS
77!ifeq DEBUG_INFO default
78__DEBUGINFO_2 = -d2
79!endif
250700e4
RD
80!endif
81!ifeq BUILD release
25a73439
VS
82!ifeq DEBUG_INFO default
83__DEBUGINFO_2 = -d0
84!endif
85!endif
86!ifeq DEBUG_INFO 0
87__DEBUGINFO_2 = -d0
88!endif
89!ifeq DEBUG_INFO 1
90__DEBUGINFO_2 = -d2
250700e4
RD
91!endif
92__DEBUG_DEFINE_p =
93!ifeq BUILD debug
25a73439
VS
94!ifeq DEBUG_FLAG default
95__DEBUG_DEFINE_p = -d__WXDEBUG__
96!endif
97!endif
98!ifeq DEBUG_FLAG 1
250700e4
RD
99__DEBUG_DEFINE_p = -d__WXDEBUG__
100!endif
101__DLLFLAG_p =
102!ifeq SHARED 1
103__DLLFLAG_p = -dWXUSINGDLL
104!endif
e9877ed3
VS
105__LIB_JPEG_p =
106!ifeq USE_GUI 1
107__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
108!endif
109__LIB_PNG_p =
110!ifeq USE_GUI 1
111__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
112!endif
113__LIB_TIFF_p =
114!ifeq USE_GUI 1
115__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
116!endif
250700e4
RD
117__OPTIMIZEFLAG =
118!ifeq BUILD debug
119__OPTIMIZEFLAG = -od
120!endif
121!ifeq BUILD release
122__OPTIMIZEFLAG = -ot -ox
123!endif
124__RUNTIME_LIBS =
125!ifeq RUNTIME_LIBS dynamic
126__RUNTIME_LIBS = -br
127!endif
128!ifeq RUNTIME_LIBS static
129__RUNTIME_LIBS =
130!endif
131__UNICODE_DEFINE_p =
132!ifeq UNICODE 1
133__UNICODE_DEFINE_p = -dwxUSE_UNICODE=1
134!endif
135__WXLIB_BASE_p =
136!ifeq MONOLITHIC 0
137__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
138!endif
139__WXLIB_CORE_p =
140!ifeq MONOLITHIC 0
e9877ed3
VS
141__WXLIB_CORE_p = &
142 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
143!endif
144__WXLIB_MONO_p =
145!ifeq MONOLITHIC 1
e9877ed3
VS
146__WXLIB_MONO_p = &
147 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
148!endif
149__WXLIB_NET_p =
150!ifeq MONOLITHIC 0
151__WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
250700e4
RD
152!endif
153__WXUNIV_DEFINE_p =
154!ifeq WXUNIV 1
155__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
156!endif
157
158### Variables: ###
159
25a73439 160CLIENT_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO_2) $(__OPTIMIZEFLAG) -bm &
e9877ed3
VS
161 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
162 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(LIBDIRNAME) &
163 -i=.\..\..\src\tiff -i=.\..\..\src\jpeg -i=.\..\..\src\png &
164 -i=.\..\..\src\zlib -i=.\..\..\src\regex -i=.\..\..\src\expat\lib -i=. &
165 $(__DLLFLAG_p) $(CXXFLAGS)
166CLIENT_OBJECTS = &
167 $(OBJS)\client_client.obj
168LIBDIRNAME = &
169 .\..\..\lib\wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
170OBJS = &
171 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25a73439 172SERVER_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO_2) $(__OPTIMIZEFLAG) -bm &
e9877ed3
VS
173 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
174 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(LIBDIRNAME) &
175 -i=.\..\..\src\tiff -i=.\..\..\src\jpeg -i=.\..\..\src\png &
176 -i=.\..\..\src\zlib -i=.\..\..\src\regex -i=.\..\..\src\expat\lib -i=. &
177 $(__DLLFLAG_p) $(CXXFLAGS)
178SERVER_OBJECTS = &
179 $(OBJS)\server_server.obj
250700e4
RD
180
181
182
183all : $(OBJS)
184$(OBJS) :
185 -if not exist $(OBJS) mkdir $(OBJS)
186
187### Targets: ###
188
189all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
190
191$(OBJS)\client_client.obj : .AUTODEPEND .\client.cpp
192 $(CXX) -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
193
194$(OBJS)\client_client.res : .AUTODEPEND .\client.rc
e9877ed3 195 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(LIBDIRNAME) -i=.\..\..\src\tiff -i=.\..\..\src\jpeg -i=.\..\..\src\png -i=.\..\..\src\zlib -i=.\..\..\src\regex -i=.\..\..\src\expat\lib -i=. $(__DLLFLAG_p) $<
250700e4
RD
196
197$(OBJS)\server_server.obj : .AUTODEPEND .\server.cpp
198 $(CXX) -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
199
200$(OBJS)\server_server.res : .AUTODEPEND .\server.rc
e9877ed3 201 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(LIBDIRNAME) -i=.\..\..\src\tiff -i=.\..\..\src\jpeg -i=.\..\..\src\png -i=.\..\..\src\zlib -i=.\..\..\src\regex -i=.\..\..\src\expat\lib -i=. $(__DLLFLAG_p) $<
250700e4
RD
202
203clean : .SYMBOLIC
204 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
205 -if exist $(OBJS)\*.res del $(OBJS)\*.res
206 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
207 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
208 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
209 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
210
e9877ed3 211$(OBJS)\client.exe : $(CLIENT_OBJECTS) $(OBJS)\client_client.res
250700e4
RD
212 @%create $(OBJS)\client.lbc
213 @%append $(OBJS)\client.lbc option quiet
214 @%append $(OBJS)\client.lbc name $^@
215 @%append $(OBJS)\client.lbc option incremental
25a73439 216 @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
e9877ed3
VS
217 @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
218 @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
250700e4
RD
219 @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_client.res
220 wlink @$(OBJS)\client.lbc
221
e9877ed3 222$(OBJS)\server.exe : $(SERVER_OBJECTS) $(OBJS)\server_server.res
250700e4
RD
223 @%create $(OBJS)\server.lbc
224 @%append $(OBJS)\server.lbc option quiet
225 @%append $(OBJS)\server.lbc name $^@
226 @%append $(OBJS)\server.lbc option incremental
25a73439 227 @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
e9877ed3
VS
228 @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
229 @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
250700e4
RD
230 @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_server.res
231 wlink @$(OBJS)\server.lbc