]> git.saurik.com Git - wxWidgets.git/blame - utils/ifacecheck/src/makefile.bcc
regenerated
[wxWidgets.git] / utils / ifacecheck / src / makefile.bcc
CommitLineData
29856611
VZ
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
29856611
VZ
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 = 29
25COMPILER_PREFIX = bcc
26OBJS = \
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31IFACECHECK_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \
36 -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
37IFACECHECK_OBJECTS = \
38 $(OBJS)\ifacecheck_ifacecheck.obj \
39 $(OBJS)\ifacecheck_xmlparser.obj
40
41### Conditionally set variables: ###
42
43!if "$(USE_GUI)" == "0"
44PORTNAME = base
45!endif
46!if "$(USE_GUI)" == "1"
47PORTNAME = msw
48!endif
49!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
50WXDEBUGFLAG = d
51!endif
52!if "$(DEBUG_FLAG)" == "1"
53WXDEBUGFLAG = d
54!endif
55!if "$(UNICODE)" == "1"
56WXUNICODEFLAG = u
57!endif
58!if "$(WXUNIV)" == "1"
59WXUNIVNAME = univ
60!endif
61!if "$(SHARED)" == "1"
62WXDLLFLAG = dll
63!endif
64!if "$(SHARED)" == "0"
65LIBTYPE_SUFFIX = lib
66!endif
67!if "$(SHARED)" == "1"
68LIBTYPE_SUFFIX = dll
69!endif
70!if "$(MONOLITHIC)" == "0"
71EXTRALIBS_FOR_BASE =
72!endif
73!if "$(MONOLITHIC)" == "1"
74EXTRALIBS_FOR_BASE =
75!endif
76!if "$(BUILD)" == "debug"
77__OPTIMIZEFLAG_2 = -Od
78!endif
79!if "$(BUILD)" == "release"
80__OPTIMIZEFLAG_2 = -O2
81!endif
82!if "$(USE_THREADS)" == "0"
83__THREADSFLAG_5 =
84!endif
85!if "$(USE_THREADS)" == "1"
86__THREADSFLAG_5 = mt
87!endif
88!if "$(USE_THREADS)" == "0"
89__THREADSFLAG_6 =
90!endif
91!if "$(USE_THREADS)" == "1"
92__THREADSFLAG_6 = -tWM
93!endif
94!if "$(RUNTIME_LIBS)" == "dynamic"
95__RUNTIME_LIBS_7 = -tWR
96!endif
97!if "$(RUNTIME_LIBS)" == "static"
98__RUNTIME_LIBS_7 =
99!endif
100!if "$(RUNTIME_LIBS)" == "dynamic"
101__RUNTIME_LIBS_8 = i
102!endif
103!if "$(RUNTIME_LIBS)" == "static"
104__RUNTIME_LIBS_8 =
105!endif
106!if "$(WXUNIV)" == "1"
107__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111!endif
112!if "$(DEBUG_FLAG)" == "1"
113__DEBUG_DEFINE_p = -D__WXDEBUG__
114!endif
115!if "$(USE_EXCEPTIONS)" == "0"
116__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
117!endif
118!if "$(USE_RTTI)" == "0"
119__RTTI_DEFINE_p = -DwxNO_RTTI
120!endif
121!if "$(USE_THREADS)" == "0"
122__THREAD_DEFINE_p = -DwxNO_THREADS
123!endif
124!if "$(UNICODE)" == "0"
125__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
126!endif
127!if "$(UNICODE)" == "1"
128__UNICODE_DEFINE_p = -D_UNICODE
129!endif
130!if "$(MSLU)" == "1"
131__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
132!endif
133!if "$(USE_GDIPLUS)" == "1"
134__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
135!endif
136!if "$(SHARED)" == "1"
137__DLLFLAG_p = -DWXUSINGDLL
138!endif
139!if "$(MONOLITHIC)" == "0"
140__WXLIB_XML_p = \
141 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
142!endif
143!if "$(MONOLITHIC)" == "0"
144__WXLIB_BASE_p = \
145 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
146!endif
147!if "$(MONOLITHIC)" == "1"
148__WXLIB_MONO_p = \
149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
150!endif
151!if "$(MSLU)" == "1"
152__UNICOWS_LIB_p = unicows.lib
153!endif
154!if "$(USE_GDIPLUS)" == "1"
155__GDIPLUS_LIB_p = gdiplus.lib
156!endif
157!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
158__DEBUGINFO = -v
159!endif
160!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
161__DEBUGINFO = -v-
162!endif
163!if "$(DEBUG_INFO)" == "0"
164__DEBUGINFO = -v-
165!endif
166!if "$(DEBUG_INFO)" == "1"
167__DEBUGINFO = -v
168!endif
169
170
171all: $(OBJS)
172$(OBJS):
173 -if not exist $(OBJS) mkdir $(OBJS)
174
175### Targets: ###
176
177all: $(OBJS)\ifacecheck.exe
178
179clean:
180 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
181 -if exist $(OBJS)\*.res del $(OBJS)\*.res
182 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
183 -if exist $(OBJS)\ifacecheck.exe del $(OBJS)\ifacecheck.exe
184 -if exist $(OBJS)\ifacecheck.tds del $(OBJS)\ifacecheck.tds
185 -if exist $(OBJS)\ifacecheck.ilc del $(OBJS)\ifacecheck.ilc
186 -if exist $(OBJS)\ifacecheck.ild del $(OBJS)\ifacecheck.ild
187 -if exist $(OBJS)\ifacecheck.ilf del $(OBJS)\ifacecheck.ilf
188 -if exist $(OBJS)\ifacecheck.ils del $(OBJS)\ifacecheck.ils
189
190$(OBJS)\ifacecheck.exe: $(IFACECHECK_OBJECTS)
03c6117e 191 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(LDFLAGS) @&&|
29856611
VZ
192 c0x32.obj $(IFACECHECK_OBJECTS),$@,, $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
193|
194
195$(OBJS)\ifacecheck_ifacecheck.obj: .\ifacecheck.cpp
196 $(CXX) -q -c -P -o$@ $(IFACECHECK_CXXFLAGS) .\ifacecheck.cpp
197
198$(OBJS)\ifacecheck_xmlparser.obj: .\xmlparser.cpp
199 $(CXX) -q -c -P -o$@ $(IFACECHECK_CXXFLAGS) .\xmlparser.cpp
200