]> git.saurik.com Git - wxWidgets.git/blame - samples/aui/makefile.bcc
reSWIGged
[wxWidgets.git] / samples / aui / makefile.bcc
CommitLineData
50acee04
JS
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
50acee04
JS
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
25bb1412 24WX_RELEASE_NODOT = 28
50acee04
JS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30AUIDEMO_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -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) \
3abcf424
RD
34 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
35 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
50acee04
JS
36AUIDEMO_OBJECTS = \
37 $(OBJS)\auidemo_auidemo.obj
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
59!if "$(SHARED)" == "1"
60WXDLLFLAG = dll
61!endif
62!if "$(SHARED)" == "0"
63LIBTYPE_SUFFIX = lib
64!endif
65!if "$(SHARED)" == "1"
66LIBTYPE_SUFFIX = dll
67!endif
68!if "$(MONOLITHIC)" == "0"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(MONOLITHIC)" == "1"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(BUILD)" == "debug"
75__OPTIMIZEFLAG_2 = -Od
76!endif
77!if "$(BUILD)" == "release"
78__OPTIMIZEFLAG_2 = -O2
79!endif
80!if "$(USE_THREADS)" == "0"
81__THREADSFLAG_5 =
82!endif
83!if "$(USE_THREADS)" == "1"
84__THREADSFLAG_5 = mt
85!endif
86!if "$(USE_THREADS)" == "0"
87__THREADSFLAG_6 =
88!endif
89!if "$(USE_THREADS)" == "1"
90__THREADSFLAG_6 = -tWM
91!endif
92!if "$(RUNTIME_LIBS)" == "dynamic"
93__RUNTIME_LIBS_7 = -tWR
94!endif
95!if "$(RUNTIME_LIBS)" == "static"
96__RUNTIME_LIBS_7 =
97!endif
98!if "$(RUNTIME_LIBS)" == "dynamic"
99__RUNTIME_LIBS_8 = i
100!endif
101!if "$(RUNTIME_LIBS)" == "static"
102__RUNTIME_LIBS_8 =
103!endif
104!if "$(WXUNIV)" == "1"
105__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
106!endif
107!if "$(WXUNIV)" == "1"
108__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
109!endif
110!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
111__DEBUG_DEFINE_p = -D__WXDEBUG__
112!endif
113!if "$(DEBUG_FLAG)" == "1"
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115!endif
116!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
117__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
118!endif
119!if "$(DEBUG_FLAG)" == "1"
120__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
121!endif
122!if "$(USE_EXCEPTIONS)" == "0"
123__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
124!endif
125!if "$(USE_EXCEPTIONS)" == "0"
126__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
127!endif
128!if "$(USE_RTTI)" == "0"
129__RTTI_DEFINE_p = -DwxNO_RTTI
130!endif
131!if "$(USE_RTTI)" == "0"
132__RTTI_DEFINE_p_1 = -dwxNO_RTTI
133!endif
134!if "$(USE_THREADS)" == "0"
135__THREAD_DEFINE_p = -DwxNO_THREADS
136!endif
137!if "$(USE_THREADS)" == "0"
138__THREAD_DEFINE_p_1 = -dwxNO_THREADS
139!endif
140!if "$(UNICODE)" == "1"
141__UNICODE_DEFINE_p = -D_UNICODE
142!endif
143!if "$(UNICODE)" == "1"
144__UNICODE_DEFINE_p_1 = -d_UNICODE
145!endif
146!if "$(MSLU)" == "1"
147__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
148!endif
149!if "$(MSLU)" == "1"
150__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
151!endif
3abcf424
RD
152!if "$(USE_GDIPLUS)" == "1"
153__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
154!endif
155!if "$(USE_GDIPLUS)" == "1"
156__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
157!endif
50acee04
JS
158!if "$(SHARED)" == "1"
159__DLLFLAG_p = -DWXUSINGDLL
160!endif
161!if "$(SHARED)" == "1"
162__DLLFLAG_p_1 = -dWXUSINGDLL
163!endif
164!if "$(MONOLITHIC)" == "0"
165__WXLIB_AUI_p = \
166 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_aui.lib
167!endif
168!if "$(MONOLITHIC)" == "0"
169__WXLIB_HTML_p = \
170 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
171!endif
172!if "$(MONOLITHIC)" == "0"
173__WXLIB_ADV_p = \
174 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
175!endif
176!if "$(MONOLITHIC)" == "0"
177__WXLIB_CORE_p = \
178 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
179!endif
180!if "$(MONOLITHIC)" == "0"
181__WXLIB_XML_p = \
182 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
183!endif
184!if "$(MONOLITHIC)" == "0"
185__WXLIB_BASE_p = \
186 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
187!endif
188!if "$(MONOLITHIC)" == "1"
189__WXLIB_MONO_p = \
190 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
191!endif
192!if "$(USE_GUI)" == "1"
193__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
194!endif
195!if "$(USE_GUI)" == "1"
196__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
197!endif
198!if "$(USE_GUI)" == "1"
199__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
200!endif
201!if "$(MSLU)" == "1"
202__UNICOWS_LIB_p = unicows.lib
203!endif
3abcf424
RD
204!if "$(USE_GDIPLUS)" == "1"
205__GDIPLUS_LIB_p = gdiplus.lib
206!endif
50acee04
JS
207!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
208__DEBUGINFO = -v
209!endif
210!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
211__DEBUGINFO = -v-
212!endif
213!if "$(DEBUG_INFO)" == "0"
214__DEBUGINFO = -v-
215!endif
216!if "$(DEBUG_INFO)" == "1"
217__DEBUGINFO = -v
218!endif
219
220
221all: $(OBJS)
222$(OBJS):
223 -if not exist $(OBJS) mkdir $(OBJS)
224
225### Targets: ###
226
227all: $(OBJS)\auidemo.exe
228
229clean:
230 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
231 -if exist $(OBJS)\*.res del $(OBJS)\*.res
232 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
233 -if exist $(OBJS)\auidemo.exe del $(OBJS)\auidemo.exe
234 -if exist $(OBJS)\auidemo.tds del $(OBJS)\auidemo.tds
235 -if exist $(OBJS)\auidemo.ilc del $(OBJS)\auidemo.ilc
236 -if exist $(OBJS)\auidemo.ild del $(OBJS)\auidemo.ild
237 -if exist $(OBJS)\auidemo.ilf del $(OBJS)\auidemo.ilf
238 -if exist $(OBJS)\auidemo.ils del $(OBJS)\auidemo.ils
239
240$(OBJS)\auidemo.exe: $(AUIDEMO_OBJECTS) $(OBJS)\auidemo_sample.res
241 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 242 c0w32.obj $(AUIDEMO_OBJECTS),$@,, $(__WXLIB_AUI_p) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_CORE_p) $(__WXLIB_XML_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_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\auidemo_sample.res
50acee04
JS
243|
244
245$(OBJS)\auidemo_sample.res: .\..\..\samples\sample.rc
3abcf424 246 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_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 -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**
50acee04
JS
247
248$(OBJS)\auidemo_auidemo.obj: .\auidemo.cpp
249 $(CXX) -q -c -P -o$@ $(AUIDEMO_CXXFLAGS) $**
250