]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/ipc/makefile.bcc
Factory some of wxFilterClassFactory into a base class.
[wxWidgets.git] / samples / ipc / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24WX_RELEASE_NODOT = 27
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30CLIENT_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
34 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
35 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
36CLIENT_OBJECTS = \
37 $(OBJS)\client_client.obj
38SERVER_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
39 $(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
40 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
41 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
42 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
43 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
44SERVER_OBJECTS = \
45 $(OBJS)\server_server.obj
46
47### Conditionally set variables: ###
48
49!if "$(USE_GUI)" == "0"
50PORTNAME = base
51!endif
52!if "$(USE_GUI)" == "1"
53PORTNAME = msw
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
56WXDEBUGFLAG = d
57!endif
58!if "$(DEBUG_FLAG)" == "1"
59WXDEBUGFLAG = d
60!endif
61!if "$(UNICODE)" == "1"
62WXUNICODEFLAG = u
63!endif
64!if "$(WXUNIV)" == "1"
65WXUNIVNAME = univ
66!endif
67!if "$(SHARED)" == "1"
68WXDLLFLAG = dll
69!endif
70!if "$(SHARED)" == "0"
71LIBTYPE_SUFFIX = lib
72!endif
73!if "$(SHARED)" == "1"
74LIBTYPE_SUFFIX = dll
75!endif
76!if "$(MONOLITHIC)" == "0"
77EXTRALIBS_FOR_BASE =
78!endif
79!if "$(MONOLITHIC)" == "1"
80EXTRALIBS_FOR_BASE =
81!endif
82!if "$(BUILD)" == "debug"
83__OPTIMIZEFLAG = -Od
84!endif
85!if "$(BUILD)" == "release"
86__OPTIMIZEFLAG = -O2
87!endif
88!if "$(USE_THREADS)" == "0"
89__THREADSFLAG =
90!endif
91!if "$(USE_THREADS)" == "1"
92__THREADSFLAG = mt
93!endif
94!if "$(USE_THREADS)" == "0"
95__THREADSFLAG_0 =
96!endif
97!if "$(USE_THREADS)" == "1"
98__THREADSFLAG_0 = -tWM
99!endif
100!if "$(RUNTIME_LIBS)" == "dynamic"
101__RUNTIME_LIBS = -tWR
102!endif
103!if "$(RUNTIME_LIBS)" == "static"
104__RUNTIME_LIBS =
105!endif
106!if "$(RUNTIME_LIBS)" == "dynamic"
107__RUNTIME_LIBS_0 = i
108!endif
109!if "$(RUNTIME_LIBS)" == "static"
110__RUNTIME_LIBS_0 =
111!endif
112!if "$(WXUNIV)" == "1"
113__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
114!endif
115!if "$(WXUNIV)" == "1"
116__WXUNIV_DEFINE_p_0 = -d__WXUNIVERSAL__
117!endif
118!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
119__DEBUG_DEFINE_p = -D__WXDEBUG__
120!endif
121!if "$(DEBUG_FLAG)" == "1"
122__DEBUG_DEFINE_p = -D__WXDEBUG__
123!endif
124!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
125__DEBUG_DEFINE_p_0 = -d__WXDEBUG__
126!endif
127!if "$(DEBUG_FLAG)" == "1"
128__DEBUG_DEFINE_p_0 = -d__WXDEBUG__
129!endif
130!if "$(USE_EXCEPTIONS)" == "0"
131__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
132!endif
133!if "$(USE_EXCEPTIONS)" == "0"
134__EXCEPTIONS_DEFINE_p_0 = -dwxNO_EXCEPTIONS
135!endif
136!if "$(USE_RTTI)" == "0"
137__RTTI_DEFINE_p = -DwxNO_RTTI
138!endif
139!if "$(USE_RTTI)" == "0"
140__RTTI_DEFINE_p_0 = -dwxNO_RTTI
141!endif
142!if "$(USE_THREADS)" == "0"
143__THREAD_DEFINE_p = -DwxNO_THREADS
144!endif
145!if "$(USE_THREADS)" == "0"
146__THREAD_DEFINE_p_0 = -dwxNO_THREADS
147!endif
148!if "$(UNICODE)" == "1"
149__UNICODE_DEFINE_p = -D_UNICODE
150!endif
151!if "$(UNICODE)" == "1"
152__UNICODE_DEFINE_p_0 = -d_UNICODE
153!endif
154!if "$(MSLU)" == "1"
155__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
156!endif
157!if "$(MSLU)" == "1"
158__MSLU_DEFINE_p_0 = -dwxUSE_UNICODE_MSLU=1
159!endif
160!if "$(USE_GDIPLUS)" == "1"
161__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
162!endif
163!if "$(USE_GDIPLUS)" == "1"
164__GFXCTX_DEFINE_p_0 = -dwxUSE_GRAPHICS_CONTEXT=1
165!endif
166!if "$(SHARED)" == "1"
167__DLLFLAG_p = -DWXUSINGDLL
168!endif
169!if "$(SHARED)" == "1"
170__DLLFLAG_p_0 = -dWXUSINGDLL
171!endif
172!if "$(MONOLITHIC)" == "0"
173__WXLIB_CORE_p = \
174 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
175!endif
176!if "$(MONOLITHIC)" == "0"
177__WXLIB_NET_p = \
178 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
179!endif
180!if "$(MONOLITHIC)" == "0"
181__WXLIB_BASE_p = \
182 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
183!endif
184!if "$(MONOLITHIC)" == "1"
185__WXLIB_MONO_p = \
186 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
187!endif
188!if "$(USE_GUI)" == "1"
189__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
190!endif
191!if "$(USE_GUI)" == "1"
192__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
193!endif
194!if "$(USE_GUI)" == "1"
195__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
196!endif
197!if "$(MSLU)" == "1"
198__UNICOWS_LIB_p = unicows.lib
199!endif
200!if "$(USE_GDIPLUS)" == "1"
201__GDIPLUS_LIB_p = gdiplus.lib
202!endif
203!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
204__DEBUGINFO = -v
205!endif
206!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
207__DEBUGINFO = -v-
208!endif
209!if "$(DEBUG_INFO)" == "0"
210__DEBUGINFO = -v-
211!endif
212!if "$(DEBUG_INFO)" == "1"
213__DEBUGINFO = -v
214!endif
215
216
217all: $(OBJS)
218$(OBJS):
219 -if not exist $(OBJS) mkdir $(OBJS)
220
221### Targets: ###
222
223all: $(OBJS)\client.exe $(OBJS)\server.exe
224
225clean:
226 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
227 -if exist $(OBJS)\*.res del $(OBJS)\*.res
228 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
229 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
230 -if exist $(OBJS)\client.tds del $(OBJS)\client.tds
231 -if exist $(OBJS)\client.ilc del $(OBJS)\client.ilc
232 -if exist $(OBJS)\client.ild del $(OBJS)\client.ild
233 -if exist $(OBJS)\client.ilf del $(OBJS)\client.ilf
234 -if exist $(OBJS)\client.ils del $(OBJS)\client.ils
235 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
236 -if exist $(OBJS)\server.tds del $(OBJS)\server.tds
237 -if exist $(OBJS)\server.ilc del $(OBJS)\server.ilc
238 -if exist $(OBJS)\server.ild del $(OBJS)\server.ild
239 -if exist $(OBJS)\server.ilf del $(OBJS)\server.ilf
240 -if exist $(OBJS)\server.ils del $(OBJS)\server.ils
241
242$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
243 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
244 c0w32.obj $(CLIENT_OBJECTS),$@,, $(__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) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\client_sample.res
245|
246
247$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_sample.res
248 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
249 c0w32.obj $(SERVER_OBJECTS),$@,, $(__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) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\server_sample.res
250|
251
252$(OBJS)\client_sample.res: .\..\..\samples\sample.rc
253 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__EXCEPTIONS_DEFINE_p_0) $(__RTTI_DEFINE_p_0) $(__THREAD_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) $(__MSLU_DEFINE_p_0) $(__GFXCTX_DEFINE_p_0) -i$(SETUPHDIR) -i.\..\..\include -i. $(__DLLFLAG_p_0) -i.\..\..\samples $**
254
255$(OBJS)\client_client.obj: .\client.cpp
256 $(CXX) -q -c -P -o$@ $(CLIENT_CXXFLAGS) $**
257
258$(OBJS)\server_sample.res: .\..\..\samples\sample.rc
259 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__EXCEPTIONS_DEFINE_p_0) $(__RTTI_DEFINE_p_0) $(__THREAD_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) $(__MSLU_DEFINE_p_0) $(__GFXCTX_DEFINE_p_0) -i$(SETUPHDIR) -i.\..\..\include -i. $(__DLLFLAG_p_0) -i.\..\..\samples $**
260
261$(OBJS)\server_server.obj: .\server.cpp
262 $(CXX) -q -c -P -o$@ $(SERVER_CXXFLAGS) $**
263