1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.11 (http://www.bakefile.org)
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 = 30
25COMPILER_PREFIX = bcc
26OBJS = \
27	$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = \
29	.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
30SETUPHDIR = \
31	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
32RIBBON_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
33	$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
34	$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
35	$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
36	$(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
37	$(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
38	-DNOPCH $(CPPFLAGS) $(CXXFLAGS)
39RIBBON_OBJECTS =  \
40	$(OBJS)\ribbon_ribbondemo.obj
41
42### Conditionally set variables: ###
43
44!if "$(USE_GUI)" == "0"
45PORTNAME = base
46!endif
47!if "$(USE_GUI)" == "1"
48PORTNAME = msw$(TOOLKIT_VERSION)
49!endif
50!if "$(OFFICIAL_BUILD)" == "1"
51COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
52!endif
53!if "$(BUILD)" == "debug"
54WXDEBUGFLAG = d
55!endif
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
62!if "$(SHARED)" == "1"
63WXDLLFLAG = dll
64!endif
65!if "$(SHARED)" == "0"
66LIBTYPE_SUFFIX = lib
67!endif
68!if "$(SHARED)" == "1"
69LIBTYPE_SUFFIX = dll
70!endif
71!if "$(MONOLITHIC)" == "0"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(MONOLITHIC)" == "1"
75EXTRALIBS_FOR_BASE =
76!endif
77!if "$(BUILD)" == "debug"
78__OPTIMIZEFLAG_2 = -Od
79!endif
80!if "$(BUILD)" == "release"
81__OPTIMIZEFLAG_2 = -O2
82!endif
83!if "$(USE_THREADS)" == "0"
84__THREADSFLAG_5 =
85!endif
86!if "$(USE_THREADS)" == "1"
87__THREADSFLAG_5 = mt
88!endif
89!if "$(USE_THREADS)" == "0"
90__THREADSFLAG_6 =
91!endif
92!if "$(USE_THREADS)" == "1"
93__THREADSFLAG_6 = -tWM
94!endif
95!if "$(RUNTIME_LIBS)" == "dynamic"
96__RUNTIME_LIBS_7 = -tWR
97!endif
98!if "$(RUNTIME_LIBS)" == "static"
99__RUNTIME_LIBS_7 =
100!endif
101!if "$(RUNTIME_LIBS)" == "dynamic"
102__RUNTIME_LIBS_8 = i
103!endif
104!if "$(RUNTIME_LIBS)" == "static"
105__RUNTIME_LIBS_8 =
106!endif
107!if "$(WXUNIV)" == "1"
108__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
109!endif
110!if "$(WXUNIV)" == "1"
111__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
112!endif
113!if "$(DEBUG_FLAG)" == "0"
114__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
115!endif
116!if "$(DEBUG_FLAG)" == "0"
117__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
118!endif
119!if "$(BUILD)" == "release"
120__NDEBUG_DEFINE_p = -DNDEBUG
121!endif
122!if "$(BUILD)" == "release"
123__NDEBUG_DEFINE_p_1 = -dNDEBUG
124!endif
125!if "$(USE_EXCEPTIONS)" == "0"
126__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
127!endif
128!if "$(USE_EXCEPTIONS)" == "0"
129__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
130!endif
131!if "$(USE_RTTI)" == "0"
132__RTTI_DEFINE_p = -DwxNO_RTTI
133!endif
134!if "$(USE_RTTI)" == "0"
135__RTTI_DEFINE_p_1 = -dwxNO_RTTI
136!endif
137!if "$(USE_THREADS)" == "0"
138__THREAD_DEFINE_p = -DwxNO_THREADS
139!endif
140!if "$(USE_THREADS)" == "0"
141__THREAD_DEFINE_p_1 = -dwxNO_THREADS
142!endif
143!if "$(UNICODE)" == "0"
144__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
145!endif
146!if "$(UNICODE)" == "1"
147__UNICODE_DEFINE_p = -D_UNICODE
148!endif
149!if "$(UNICODE)" == "0"
150__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
151!endif
152!if "$(UNICODE)" == "1"
153__UNICODE_DEFINE_p_1 = -d_UNICODE
154!endif
155!if "$(MSLU)" == "1"
156__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
157!endif
158!if "$(MSLU)" == "1"
159__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
160!endif
161!if "$(USE_CAIRO)" == "1"
162____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
163!endif
164!if "$(USE_CAIRO)" == "1"
165____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
166!endif
167!if "$(SHARED)" == "1"
168__DLLFLAG_p = -DWXUSINGDLL
169!endif
170!if "$(SHARED)" == "1"
171__DLLFLAG_p_1 = -dWXUSINGDLL
172!endif
173!if "$(MONOLITHIC)" == "0"
174__WXLIB_RIBBON_p = \
175	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ribbon.lib
176!endif
177!if "$(MONOLITHIC)" == "0"
178__WXLIB_ADV_p = \
179	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
180!endif
181!if "$(MONOLITHIC)" == "0"
182__WXLIB_CORE_p = \
183	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
184!endif
185!if "$(MONOLITHIC)" == "0"
186__WXLIB_BASE_p = \
187	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
188!endif
189!if "$(MONOLITHIC)" == "1"
190__WXLIB_MONO_p = \
191	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
192!endif
193!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
194__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
195!endif
196!if "$(USE_GUI)" == "1"
197__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
198!endif
199!if "$(USE_GUI)" == "1"
200__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
201!endif
202!if "$(USE_GUI)" == "1"
203__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
204!endif
205!if "$(MSLU)" == "1"
206__UNICOWS_LIB_p = unicows.lib
207!endif
208!if "$(USE_CAIRO)" == "1"
209__CAIRO_LIB_p = cairo.lib
210!endif
211!if "$(USE_CAIRO)" == "1"
212____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
213!endif
214!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
215__DEBUGINFO = -v
216!endif
217!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
218__DEBUGINFO = -v-
219!endif
220!if "$(DEBUG_INFO)" == "0"
221__DEBUGINFO = -v-
222!endif
223!if "$(DEBUG_INFO)" == "1"
224__DEBUGINFO = -v
225!endif
226
227
228all: $(OBJS)
229$(OBJS):
230	-if not exist $(OBJS) mkdir $(OBJS)
231
232### Targets: ###
233
234all: $(OBJS)\ribbon.exe
235
236clean:
237	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238	-if exist $(OBJS)\*.res del $(OBJS)\*.res
239	-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
240	-if exist $(OBJS)\ribbon.exe del $(OBJS)\ribbon.exe
241	-if exist $(OBJS)\ribbon.tds del $(OBJS)\ribbon.tds
242	-if exist $(OBJS)\ribbon.ilc del $(OBJS)\ribbon.ilc
243	-if exist $(OBJS)\ribbon.ild del $(OBJS)\ribbon.ild
244	-if exist $(OBJS)\ribbon.ilf del $(OBJS)\ribbon.ilf
245	-if exist $(OBJS)\ribbon.ils del $(OBJS)\ribbon.ils
246
247$(OBJS)\ribbon.exe: $(RIBBON_OBJECTS)  $(OBJS)\ribbon_sample.res
248	ilink32 -Tpe -q  -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
249	c0w32.obj $(RIBBON_OBJECTS),$@,, $(__WXLIB_RIBBON_p)  $(__WXLIB_ADV_p)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_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) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\ribbon_sample.res
250|
251
252$(OBJS)\ribbon_ribbondemo.obj: .\ribbondemo.cpp
253	$(CXX) -q -c -P -o$@ $(RIBBON_CXXFLAGS) .\ribbondemo.cpp
254
255$(OBJS)\ribbon_sample.res: .\..\sample.rc
256	brcc32 -32 -r -fo$@ -i$(BCCDIR)\include    -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\..\sample.rc
257
258