]> git.saurik.com Git - wxWidgets.git/blame - utils/execmon/makefile.bcc
Make TOOLKIT variable constant in MSW makefiles.
[wxWidgets.git] / utils / execmon / makefile.bcc
CommitLineData
f82b7036
KO
1# =========================================================================\r
2# This makefile was generated by\r
00eef16d 3# Bakefile 0.2.9 (http://www.bakefile.org)\r
f82b7036
KO
4# Do not modify, all changes will be overwritten!\r
5# =========================================================================\r
6\r
7.autodepend\r
8\r
9!ifndef BCCDIR\r
10!ifndef MAKEDIR\r
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4\r
12!endif\r
13BCCDIR = $(MAKEDIR)\..\r
14!endif\r
15\r
16!include ../../build/msw/config.bcc\r
17\r
18# -------------------------------------------------------------------------\r
19# Do not modify the rest of this file!\r
20# -------------------------------------------------------------------------\r
21\r
22### Variables: ###\r
23\r
24WX_RELEASE_NODOT = 29\r
25COMPILER_PREFIX = bcc\r
26OBJS = \\r
14b682f7
VZ
27 $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = \
29 .\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
f82b7036
KO
30SETUPHDIR = \\r
31 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)\r
32EXECMON_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \\r
22a3b6e4
VZ
33 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WX$(TOOLKIT)__ \
34 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) \
35 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
36 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
f82b7036
KO
37 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 \\r
38 $(CPPFLAGS) $(CXXFLAGS)\r
39EXECMON_OBJECTS = \\r
40 $(OBJS)\execmon_execmon.obj\r
41\r
42### Conditionally set variables: ###\r
43\r
22a3b6e4
VZ
44!if "$(TOOLKIT)" == "GTK"
45WIN32_TOOLKIT_LOWERCASE = gtk
46!endif
47!if "$(TOOLKIT)" == "MSW"
48WIN32_TOOLKIT_LOWERCASE = msw
49!endif
f82b7036
KO
50!if "$(USE_GUI)" == "0"\r
51PORTNAME = base\r
52!endif\r
53!if "$(USE_GUI)" == "1"\r
22a3b6e4
VZ
54PORTNAME = $(WIN32_TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
55!endif
56!if "$(TOOLKIT)" == "MAC"
57WXBASEPORT = _carbon
58!endif
14b682f7
VZ
59!if "$(OFFICIAL_BUILD)" == "1"
60COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
22a3b6e4 61!endif\r
f82b7036
KO
62!if "$(BUILD)" == "debug"\r
63WXDEBUGFLAG = d\r
64!endif\r
65!if "$(UNICODE)" == "1"\r
66WXUNICODEFLAG = u\r
67!endif\r
68!if "$(WXUNIV)" == "1"\r
69WXUNIVNAME = univ\r
70!endif\r
71!if "$(SHARED)" == "1"\r
72WXDLLFLAG = dll\r
73!endif\r
74!if "$(SHARED)" == "0"\r
75LIBTYPE_SUFFIX = lib\r
76!endif\r
77!if "$(SHARED)" == "1"\r
78LIBTYPE_SUFFIX = dll\r
79!endif\r
80!if "$(MONOLITHIC)" == "0"\r
81EXTRALIBS_FOR_BASE = \r
82!endif\r
83!if "$(MONOLITHIC)" == "1"\r
51ec29ea 84EXTRALIBS_FOR_BASE = \r
f82b7036
KO
85!endif\r
86!if "$(USE_XRC)" == "1"\r
87__execmon___depname = $(OBJS)\execmon.exe\r
88!endif\r
89!if "$(BUILD)" == "debug"\r
90__OPTIMIZEFLAG_2 = -Od\r
91!endif\r
92!if "$(BUILD)" == "release"\r
93__OPTIMIZEFLAG_2 = -O2\r
94!endif\r
95!if "$(USE_THREADS)" == "0"\r
96__THREADSFLAG_5 = \r
97!endif\r
98!if "$(USE_THREADS)" == "1"\r
99__THREADSFLAG_5 = mt\r
100!endif\r
101!if "$(USE_THREADS)" == "0"\r
102__THREADSFLAG_6 = \r
103!endif\r
104!if "$(USE_THREADS)" == "1"\r
105__THREADSFLAG_6 = -tWM\r
106!endif\r
107!if "$(RUNTIME_LIBS)" == "dynamic"\r
108__RUNTIME_LIBS_7 = -tWR\r
109!endif\r
110!if "$(RUNTIME_LIBS)" == "static"\r
111__RUNTIME_LIBS_7 = \r
112!endif\r
113!if "$(RUNTIME_LIBS)" == "dynamic"\r
114__RUNTIME_LIBS_8 = i\r
115!endif\r
116!if "$(RUNTIME_LIBS)" == "static"\r
117__RUNTIME_LIBS_8 = \r
118!endif\r
119!if "$(WXUNIV)" == "1"\r
120__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__\r
121!endif\r
122!if "$(DEBUG_FLAG)" == "0"\r
123__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0\r
124!endif\r
00fb97de
KO
125!if "$(BUILD)" == "release"\r
126__NDEBUG_DEFINE_p = -DNDEBUG\r
127!endif\r
f82b7036
KO
128!if "$(USE_EXCEPTIONS)" == "0"\r
129__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS\r
130!endif\r
131!if "$(USE_RTTI)" == "0"\r
132__RTTI_DEFINE_p = -DwxNO_RTTI\r
133!endif\r
134!if "$(USE_THREADS)" == "0"\r
135__THREAD_DEFINE_p = -DwxNO_THREADS\r
136!endif\r
137!if "$(UNICODE)" == "0"\r
138__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0\r
139!endif\r
140!if "$(UNICODE)" == "1"\r
141__UNICODE_DEFINE_p = -D_UNICODE\r
142!endif\r
143!if "$(MSLU)" == "1"\r
144__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1\r
145!endif\r
f82b7036
KO
146!if "$(USE_CAIRO)" == "1"\r
147____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo\r
148!endif\r
149!if "$(SHARED)" == "1"\r
150__DLLFLAG_p = -DWXUSINGDLL\r
151!endif\r
152!if "$(MONOLITHIC)" == "0"\r
153__WXLIB_BASE_p = \\r
22a3b6e4 154 wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
f82b7036
KO
155!endif\r
156!if "$(MONOLITHIC)" == "1"\r
157__WXLIB_MONO_p = \\r
158 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib\r
159!endif\r
57c74474
VZ
160!if "$(MONOLITHIC)" == "1"\r
161__LIB_PNG_IF_MONO_p = $(__LIB_PNG_p)\r
162!endif\r
163!if "$(USE_GUI)" == "1"\r
164__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib\r
165!endif\r
f82b7036
KO
166!if "$(MSLU)" == "1"\r
167__UNICOWS_LIB_p = unicows.lib\r
168!endif\r
f82b7036
KO
169!if "$(USE_CAIRO)" == "1"\r
170__CAIRO_LIB_p = cairo.lib\r
171!endif\r
172!if "$(USE_CAIRO)" == "1"\r
173____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib\r
174!endif\r
175!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"\r
176__DEBUGINFO = -v\r
177!endif\r
178!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"\r
179__DEBUGINFO = -v-\r
180!endif\r
181!if "$(DEBUG_INFO)" == "0"\r
182__DEBUGINFO = -v-\r
183!endif\r
184!if "$(DEBUG_INFO)" == "1"\r
185__DEBUGINFO = -v\r
186!endif\r
187\r
188\r
189all: $(OBJS)\r
190$(OBJS):\r
191 -if not exist $(OBJS) mkdir $(OBJS)\r
192\r
193### Targets: ###\r
194\r
195all: $(__execmon___depname)\r
196\r
197clean: \r
198 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
199 -if exist $(OBJS)\*.res del $(OBJS)\*.res\r
200 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm\r
201 -if exist $(OBJS)\execmon.exe del $(OBJS)\execmon.exe\r
202 -if exist $(OBJS)\execmon.tds del $(OBJS)\execmon.tds\r
203 -if exist $(OBJS)\execmon.ilc del $(OBJS)\execmon.ilc\r
204 -if exist $(OBJS)\execmon.ild del $(OBJS)\execmon.ild\r
205 -if exist $(OBJS)\execmon.ilf del $(OBJS)\execmon.ilf\r
206 -if exist $(OBJS)\execmon.ils del $(OBJS)\execmon.ils\r
207\r
208!if "$(USE_XRC)" == "1"\r
209$(OBJS)\execmon.exe: $(EXECMON_OBJECTS)\r
210 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|\r
57c74474 211 c0x32.obj $(EXECMON_OBJECTS),$@,, $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_PNG_IF_MONO_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,,\r
f82b7036
KO
212|\r
213!endif\r
214\r
215$(OBJS)\execmon_execmon.obj: .\execmon.cpp\r
216 $(CXX) -q -c -P -o$@ $(EXECMON_CXXFLAGS) .\execmon.cpp\r
217\r