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