]>
Commit | Line | Data |
---|---|---|
f98da3fb VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
cf9b63b3 | 3 | # Bakefile 0.2.0 (http://bakefile.sourceforge.net) |
f98da3fb VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
9a29912f | 6 | |
9bfe7ad9 VS |
7 | .autodepend |
8 | ||
f98da3fb | 9 | !ifndef BCCDIR |
9bfe7ad9 VS |
10 | !ifndef MAKEDIR |
11 | !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 | |
12 | !endif | |
f98da3fb | 13 | BCCDIR = $(MAKEDIR)\.. |
9a29912f JS |
14 | !endif |
15 | ||
f98da3fb | 16 | !include ../../../build/msw/config.bcc |
9a29912f | 17 | |
f98da3fb VS |
18 | # ------------------------------------------------------------------------- |
19 | # Do not modify the rest of this file! | |
20 | # ------------------------------------------------------------------------- | |
9a29912f | 21 | |
f98da3fb VS |
22 | ### Variables: ### |
23 | ||
4cbcfb73 | 24 | WX_RELEASE_NODOT = 27 |
f98da3fb VS |
25 | OBJS = \ |
26 | bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
162a956b | 27 | LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG) |
75a0a7b7 VS |
28 | SETUPHDIR = \ |
29 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
b17c1746 | 30 | TEX2RTF_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \ |
8c9f8f91 JS |
31 | $(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \ |
32 | $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \ | |
2113bc77 | 33 | $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \ |
cf9b63b3 | 34 | -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 -DNO_GUI \ |
2113bc77 | 35 | $(CPPFLAGS) $(CXXFLAGS) |
b17c1746 DE |
36 | TEX2RTF_OBJECTS = \ |
37 | $(OBJS)\tex2rtf_tex2rtf.obj \ | |
38 | $(OBJS)\tex2rtf_tex2any.obj \ | |
39 | $(OBJS)\tex2rtf_texutils.obj \ | |
40 | $(OBJS)\tex2rtf_rtfutils.obj \ | |
41 | $(OBJS)\tex2rtf_xlputils.obj \ | |
42 | $(OBJS)\tex2rtf_htmlutil.obj \ | |
43 | $(OBJS)\tex2rtf_readshg.obj \ | |
44 | $(OBJS)\tex2rtf_table.obj | |
45 | TEX2RTF_GUI_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \ | |
8c9f8f91 JS |
46 | $(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \ |
47 | $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \ | |
2113bc77 | 48 | $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \ |
cf9b63b3 | 49 | -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) -I.\..\..\..\samples \ |
2113bc77 | 50 | -DNOPCH $(CPPFLAGS) $(CXXFLAGS) |
f98da3fb VS |
51 | TEX2RTF_GUI_OBJECTS = \ |
52 | $(OBJS)\tex2rtf_gui_tex2rtf.obj \ | |
53 | $(OBJS)\tex2rtf_gui_tex2any.obj \ | |
54 | $(OBJS)\tex2rtf_gui_texutils.obj \ | |
55 | $(OBJS)\tex2rtf_gui_rtfutils.obj \ | |
56 | $(OBJS)\tex2rtf_gui_xlputils.obj \ | |
57 | $(OBJS)\tex2rtf_gui_htmlutil.obj \ | |
58 | $(OBJS)\tex2rtf_gui_readshg.obj \ | |
59 | $(OBJS)\tex2rtf_gui_table.obj | |
f98da3fb VS |
60 | |
61 | ### Conditionally set variables: ### | |
62 | ||
63 | !if "$(USE_GUI)" == "0" | |
64 | PORTNAME = base | |
65 | !endif | |
66 | !if "$(USE_GUI)" == "1" | |
67 | PORTNAME = msw | |
68 | !endif | |
69 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
70 | WXDEBUGFLAG = d | |
71 | !endif | |
72 | !if "$(DEBUG_FLAG)" == "1" | |
73 | WXDEBUGFLAG = d | |
74 | !endif | |
f98da3fb VS |
75 | !if "$(UNICODE)" == "1" |
76 | WXUNICODEFLAG = u | |
77 | !endif | |
78 | !if "$(WXUNIV)" == "1" | |
79 | WXUNIVNAME = univ | |
80 | !endif | |
b17c1746 DE |
81 | !if "$(SHARED)" == "1" |
82 | WXDLLFLAG = dll | |
f98da3fb | 83 | !endif |
162a956b JS |
84 | !if "$(SHARED)" == "0" |
85 | LIBTYPE_SUFFIX = lib | |
86 | !endif | |
87 | !if "$(SHARED)" == "1" | |
88 | LIBTYPE_SUFFIX = dll | |
89 | !endif | |
dd65d8c8 RN |
90 | !if "$(MONOLITHIC)" == "0" |
91 | EXTRALIBS_FOR_BASE = | |
92 | !endif | |
93 | !if "$(MONOLITHIC)" == "1" | |
94 | EXTRALIBS_FOR_BASE = | |
95 | !endif | |
b17c1746 DE |
96 | !if "$(USE_GUI)" == "1" |
97 | __tex2rtf_gui___depname = $(OBJS)\tex2rtf_gui.exe | |
f98da3fb | 98 | !endif |
b17c1746 DE |
99 | !if "$(WXUNIV)" == "1" |
100 | __WXUNIV_DEFINE_p_3 = -d__WXUNIVERSAL__ | |
f98da3fb VS |
101 | !endif |
102 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
103 | __DEBUG_DEFINE_p_3 = -d__WXDEBUG__ | |
104 | !endif | |
105 | !if "$(DEBUG_FLAG)" == "1" | |
106 | __DEBUG_DEFINE_p_3 = -d__WXDEBUG__ | |
107 | !endif | |
8c9f8f91 JS |
108 | !if "$(USE_EXCEPTIONS)" == "0" |
109 | __EXCEPTIONS_DEFINE_p_3 = -dwxNO_EXCEPTIONS | |
110 | !endif | |
111 | !if "$(USE_RTTI)" == "0" | |
112 | __RTTI_DEFINE_p_3 = -dwxNO_RTTI | |
113 | !endif | |
114 | !if "$(USE_THREADS)" == "0" | |
115 | __THREAD_DEFINE_p_3 = -dwxNO_THREADS | |
116 | !endif | |
b17c1746 DE |
117 | !if "$(UNICODE)" == "1" |
118 | __UNICODE_DEFINE_p_3 = -d_UNICODE | |
f98da3fb | 119 | !endif |
2113bc77 MW |
120 | !if "$(MSLU)" == "1" |
121 | __MSLU_DEFINE_p_3 = -dwxUSE_UNICODE_MSLU=1 | |
122 | !endif | |
f98da3fb VS |
123 | !if "$(SHARED)" == "1" |
124 | __DLLFLAG_p_3 = -dWXUSINGDLL | |
125 | !endif | |
b17c1746 | 126 | !if "$(MONOLITHIC)" == "0" |
5259a417 | 127 | __WXLIB_HTML_p = \ |
c33fae85 | 128 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib |
5259a417 RL |
129 | !endif |
130 | !if "$(MONOLITHIC)" == "0" | |
b17c1746 | 131 | __WXLIB_CORE_p = \ |
c33fae85 | 132 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib |
f98da3fb VS |
133 | !endif |
134 | !if "$(BUILD)" == "debug" | |
135 | __OPTIMIZEFLAG = -Od | |
136 | !endif | |
137 | !if "$(BUILD)" == "release" | |
138 | __OPTIMIZEFLAG = -O2 | |
139 | !endif | |
8c9f8f91 JS |
140 | !if "$(USE_THREADS)" == "0" |
141 | __THREADSFLAG = | |
142 | !endif | |
143 | !if "$(USE_THREADS)" == "1" | |
144 | __THREADSFLAG = mt | |
145 | !endif | |
146 | !if "$(USE_THREADS)" == "0" | |
147 | __THREADSFLAG_0 = | |
148 | !endif | |
149 | !if "$(USE_THREADS)" == "1" | |
150 | __THREADSFLAG_0 = -tWM | |
151 | !endif | |
f98da3fb | 152 | !if "$(RUNTIME_LIBS)" == "dynamic" |
b17c1746 | 153 | __RUNTIME_LIBS = -tWR |
f98da3fb VS |
154 | !endif |
155 | !if "$(RUNTIME_LIBS)" == "static" | |
156 | __RUNTIME_LIBS = | |
157 | !endif | |
158 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
b17c1746 | 159 | __RUNTIME_LIBS_0 = i |
f98da3fb VS |
160 | !endif |
161 | !if "$(RUNTIME_LIBS)" == "static" | |
162 | __RUNTIME_LIBS_0 = | |
163 | !endif | |
b17c1746 DE |
164 | !if "$(WXUNIV)" == "1" |
165 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
166 | !endif | |
167 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
168 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
169 | !endif | |
170 | !if "$(DEBUG_FLAG)" == "1" | |
171 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
f98da3fb | 172 | !endif |
8c9f8f91 JS |
173 | !if "$(USE_EXCEPTIONS)" == "0" |
174 | __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS | |
175 | !endif | |
176 | !if "$(USE_RTTI)" == "0" | |
177 | __RTTI_DEFINE_p = -DwxNO_RTTI | |
178 | !endif | |
179 | !if "$(USE_THREADS)" == "0" | |
180 | __THREAD_DEFINE_p = -DwxNO_THREADS | |
181 | !endif | |
f98da3fb | 182 | !if "$(UNICODE)" == "1" |
b17c1746 | 183 | __UNICODE_DEFINE_p = -D_UNICODE |
f98da3fb | 184 | !endif |
2113bc77 MW |
185 | !if "$(MSLU)" == "1" |
186 | __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1 | |
187 | !endif | |
b17c1746 DE |
188 | !if "$(SHARED)" == "1" |
189 | __DLLFLAG_p = -DWXUSINGDLL | |
f98da3fb VS |
190 | !endif |
191 | !if "$(MONOLITHIC)" == "0" | |
c33fae85 RN |
192 | __WXLIB_BASE_p = \ |
193 | wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib | |
f98da3fb VS |
194 | !endif |
195 | !if "$(MONOLITHIC)" == "1" | |
196 | __WXLIB_MONO_p = \ | |
c33fae85 | 197 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib |
f98da3fb | 198 | !endif |
b17c1746 | 199 | !if "$(USE_GUI)" == "1" |
9c2d002b | 200 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib |
f98da3fb | 201 | !endif |
b17c1746 | 202 | !if "$(USE_GUI)" == "1" |
9c2d002b | 203 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib |
f98da3fb | 204 | !endif |
8be1c2c5 | 205 | !if "$(USE_GUI)" == "1" |
9c2d002b | 206 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib |
b17c1746 DE |
207 | !endif |
208 | !if "$(MSLU)" == "1" | |
209 | __UNICOWS_LIB_p = unicows.lib | |
210 | !endif | |
211 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" | |
212 | __DEBUGINFO = -v | |
213 | !endif | |
214 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" | |
215 | __DEBUGINFO = -v- | |
216 | !endif | |
217 | !if "$(DEBUG_INFO)" == "0" | |
218 | __DEBUGINFO = -v- | |
219 | !endif | |
220 | !if "$(DEBUG_INFO)" == "1" | |
221 | __DEBUGINFO = -v | |
8be1c2c5 | 222 | !endif |
f98da3fb VS |
223 | |
224 | ||
225 | all: $(OBJS) | |
226 | $(OBJS): | |
227 | -if not exist $(OBJS) mkdir $(OBJS) | |
228 | ||
229 | ### Targets: ### | |
230 | ||
8be1c2c5 | 231 | all: $(OBJS)\tex2rtf.exe $(__tex2rtf_gui___depname) |
f98da3fb | 232 | |
f98da3fb VS |
233 | clean: |
234 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
235 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
162a956b | 236 | -if exist $(OBJS)\*.csm del $(OBJS)\*.csm |
f98da3fb | 237 | -if exist $(OBJS)\tex2rtf.exe del $(OBJS)\tex2rtf.exe |
ec08d395 JS |
238 | -if exist $(OBJS)\tex2rtf.tds del $(OBJS)\tex2rtf.tds |
239 | -if exist $(OBJS)\tex2rtf.ilc del $(OBJS)\tex2rtf.ilc | |
240 | -if exist $(OBJS)\tex2rtf.ild del $(OBJS)\tex2rtf.ild | |
241 | -if exist $(OBJS)\tex2rtf.ilf del $(OBJS)\tex2rtf.ilf | |
242 | -if exist $(OBJS)\tex2rtf.ils del $(OBJS)\tex2rtf.ils | |
f98da3fb | 243 | -if exist $(OBJS)\tex2rtf_gui.exe del $(OBJS)\tex2rtf_gui.exe |
ec08d395 JS |
244 | -if exist $(OBJS)\tex2rtf_gui.tds del $(OBJS)\tex2rtf_gui.tds |
245 | -if exist $(OBJS)\tex2rtf_gui.ilc del $(OBJS)\tex2rtf_gui.ilc | |
246 | -if exist $(OBJS)\tex2rtf_gui.ild del $(OBJS)\tex2rtf_gui.ild | |
247 | -if exist $(OBJS)\tex2rtf_gui.ilf del $(OBJS)\tex2rtf_gui.ilf | |
248 | -if exist $(OBJS)\tex2rtf_gui.ils del $(OBJS)\tex2rtf_gui.ils | |
f98da3fb VS |
249 | |
250 | $(OBJS)\tex2rtf.exe: $(TEX2RTF_OBJECTS) | |
9bfe7ad9 | 251 | ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&| |
8c9f8f91 | 252 | c0x32.obj $(TEX2RTF_OBJECTS),$@,, $(__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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, |
f98da3fb | 253 | | |
9a29912f | 254 | |
8be1c2c5 | 255 | !if "$(USE_GUI)" == "1" |
f98da3fb | 256 | $(OBJS)\tex2rtf_gui.exe: $(TEX2RTF_GUI_OBJECTS) $(OBJS)\tex2rtf_gui_sample.res |
9bfe7ad9 | 257 | ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&| |
8c9f8f91 | 258 | c0w32.obj $(TEX2RTF_GUI_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\tex2rtf_gui_sample.res |
f98da3fb | 259 | | |
8be1c2c5 | 260 | !endif |
b17c1746 DE |
261 | |
262 | $(OBJS)\tex2rtf_tex2rtf.obj: .\tex2rtf.cpp | |
263 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
264 | ||
265 | $(OBJS)\tex2rtf_tex2any.obj: .\tex2any.cpp | |
266 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
267 | ||
268 | $(OBJS)\tex2rtf_texutils.obj: .\texutils.cpp | |
269 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
270 | ||
271 | $(OBJS)\tex2rtf_rtfutils.obj: .\rtfutils.cpp | |
272 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
273 | ||
274 | $(OBJS)\tex2rtf_xlputils.obj: .\xlputils.cpp | |
275 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
276 | ||
277 | $(OBJS)\tex2rtf_htmlutil.obj: .\htmlutil.cpp | |
278 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
279 | ||
280 | $(OBJS)\tex2rtf_readshg.obj: .\readshg.cpp | |
281 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
282 | ||
283 | $(OBJS)\tex2rtf_table.obj: .\table.cpp | |
284 | $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $** | |
285 | ||
286 | $(OBJS)\tex2rtf_gui_sample.res: .\..\..\..\samples\sample.rc | |
cf9b63b3 | 287 | brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__EXCEPTIONS_DEFINE_p_3) $(__RTTI_DEFINE_p_3) $(__THREAD_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) $(__MSLU_DEFINE_p_3) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_3) -i.\..\..\..\samples $** |
b17c1746 DE |
288 | |
289 | $(OBJS)\tex2rtf_gui_tex2rtf.obj: .\tex2rtf.cpp | |
290 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
291 | ||
292 | $(OBJS)\tex2rtf_gui_tex2any.obj: .\tex2any.cpp | |
293 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
294 | ||
295 | $(OBJS)\tex2rtf_gui_texutils.obj: .\texutils.cpp | |
296 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
297 | ||
298 | $(OBJS)\tex2rtf_gui_rtfutils.obj: .\rtfutils.cpp | |
299 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
300 | ||
301 | $(OBJS)\tex2rtf_gui_xlputils.obj: .\xlputils.cpp | |
302 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
303 | ||
304 | $(OBJS)\tex2rtf_gui_htmlutil.obj: .\htmlutil.cpp | |
305 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
306 | ||
307 | $(OBJS)\tex2rtf_gui_readshg.obj: .\readshg.cpp | |
308 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
309 | ||
310 | $(OBJS)\tex2rtf_gui_table.obj: .\table.cpp | |
311 | $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $** | |
162a956b | 312 |