]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
3 | # Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
7 | !ifndef BCCDIR | |
8 | BCCDIR = $(MAKEDIR)\.. | |
9 | !endif | |
10 | ||
11 | !include ../../../build/config.bcc | |
12 | ||
13 | # ------------------------------------------------------------------------- | |
14 | # Do not modify the rest of this file! | |
15 | # ------------------------------------------------------------------------- | |
16 | ||
17 | !if "$(BCCDIR)" == "\.." | |
18 | !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 | |
19 | !endif | |
20 | ||
21 | ### Variables: ### | |
22 | ||
23 | OBJS = \ | |
24 | bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
25 | STCDLL_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS) $(__DEBUGFLAG) \ | |
26 | $(__OPTIMIZEFLAG) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ | |
27 | $(__UNICODE_DEFINE_p) -I..\..\src\stc\..\..\..\include \ | |
28 | -I..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) \ | |
29 | -I..\..\src\stc\..\..\..\src\tiff -I..\..\src\stc\..\..\..\src\jpeg \ | |
30 | -I..\..\src\stc\..\..\..\src\png -I..\..\src\stc\..\..\..\src\zlib \ | |
31 | -I..\..\src\stc\..\..\..\src\regex -I..\..\src\stc\..\..\include \ | |
32 | -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\src -D__WX__ \ | |
33 | -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC $(CXXFLAGS) -Hu \ | |
34 | -H=$(OBJS)\wxprec_stcdll.csm | |
35 | STCLIB_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS) $(__DEBUGFLAG) \ | |
36 | $(__OPTIMIZEFLAG) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ | |
37 | $(__UNICODE_DEFINE_p) -I..\..\src\stc\..\..\..\include \ | |
38 | -I..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) \ | |
39 | -I..\..\src\stc\..\..\..\src\tiff -I..\..\src\stc\..\..\..\src\jpeg \ | |
40 | -I..\..\src\stc\..\..\..\src\png -I..\..\src\stc\..\..\..\src\zlib \ | |
41 | -I..\..\src\stc\..\..\..\src\regex -I..\..\src\stc\..\..\include \ | |
42 | -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\src -D__WX__ \ | |
43 | -DSCI_LEXER -DLINK_LEXERS $(CXXFLAGS) -Hu -H=$(OBJS)\wxprec_stclib.csm | |
44 | ||
45 | ### Conditionally set variables: ### | |
46 | ||
47 | !if "$(USE_GUI)" == "0" | |
48 | PORTNAME = base | |
49 | !endif | |
50 | !if "$(USE_GUI)" == "1" | |
51 | PORTNAME = msw | |
52 | !endif | |
53 | !if "$(OFFICIAL_BUILD)" == "0" | |
54 | VENDORTAG = _$(VENDOR) | |
55 | !endif | |
56 | !if "$(OFFICIAL_BUILD)" == "1" | |
57 | VENDORTAG = | |
58 | !endif | |
59 | !if "$(BUILD)" == "debug" | |
60 | WXDEBUGFLAG = d | |
61 | !endif | |
62 | !if "$(SHARED)" == "1" | |
63 | WXDLLFLAG = dll | |
64 | !endif | |
65 | !if "$(UNICODE)" == "1" | |
66 | WXUNICODEFLAG = u | |
67 | !endif | |
68 | !if "$(WXUNIV)" == "1" | |
69 | WXUNIVNAME = univ | |
70 | !endif | |
71 | !if "$(BUILD)" == "debug" | |
72 | __DEBUGFLAG = -v | |
73 | !endif | |
74 | !if "$(BUILD)" == "release" | |
75 | __DEBUGFLAG = -v- | |
76 | !endif | |
77 | !if "$(BUILD)" == "debug" | |
78 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
79 | !endif | |
80 | !if "$(BUILD)" == "debug" | |
81 | __OPTIMIZEFLAG = -Od | |
82 | !endif | |
83 | !if "$(BUILD)" == "release" | |
84 | __OPTIMIZEFLAG = -O2 | |
85 | !endif | |
86 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
87 | __RUNTIME_LIBS = -tWR | |
88 | !endif | |
89 | !if "$(RUNTIME_LIBS)" == "static" | |
90 | __RUNTIME_LIBS = | |
91 | !endif | |
92 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
93 | __RUNTIME_LIBS_7 = i | |
94 | !endif | |
95 | !if "$(RUNTIME_LIBS)" == "static" | |
96 | __RUNTIME_LIBS_7 = | |
97 | !endif | |
98 | !if "$(UNICODE)" == "1" | |
99 | __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1 | |
100 | !endif | |
101 | !if "$(MONOLITHIC)" == "0" | |
102 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
103 | !endif | |
104 | !if "$(MONOLITHIC)" == "0" | |
105 | __WXLIB_CORE_p = \ | |
106 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
107 | !endif | |
108 | !if "$(MONOLITHIC)" == "1" | |
109 | __WXLIB_MONO_p = \ | |
110 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
111 | !endif | |
112 | !if "$(WXUNIV)" == "1" | |
113 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
114 | !endif | |
115 | !if "$(SHARED)" == "1" | |
116 | __stcdll___depname = \ | |
117 | ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_bcc$(VENDORTAG).dll | |
118 | !endif | |
119 | !if "$(SHARED)" == "0" | |
120 | __stclib___depname = \ | |
121 | ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib | |
122 | !endif | |
123 | ||
124 | ||
125 | all: $(OBJS) | |
126 | $(OBJS): | |
127 | -if not exist $(OBJS) mkdir $(OBJS) | |
128 | ||
129 | ### Targets: ### | |
130 | ||
131 | all: $(__stcdll___depname) $(__stclib___depname) | |
132 | ||
133 | $(OBJS)\stcdll_AutoComplete.obj: ../../src/stc\scintilla\src\AutoComplete.cxx | |
134 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
135 | ||
136 | $(OBJS)\stcdll_CallTip.obj: ../../src/stc\scintilla\src\CallTip.cxx | |
137 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
138 | ||
139 | $(OBJS)\stcdll_CellBuffer.obj: ../../src/stc\scintilla\src\CellBuffer.cxx | |
140 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
141 | ||
142 | $(OBJS)\stcdll_ContractionState.obj: ../../src/stc\scintilla\src\ContractionState.cxx | |
143 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
144 | ||
145 | $(OBJS)\stcdll_Document.obj: ../../src/stc\scintilla\src\Document.cxx | |
146 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
147 | ||
148 | $(OBJS)\stcdll_DocumentAccessor.obj: ../../src/stc\scintilla\src\DocumentAccessor.cxx | |
149 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
150 | ||
151 | $(OBJS)\stcdll_Editor.obj: ../../src/stc\scintilla\src\Editor.cxx | |
152 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
153 | ||
154 | $(OBJS)\stcdll_ExternalLexer.obj: ../../src/stc\scintilla\src\ExternalLexer.cxx | |
155 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
156 | ||
157 | $(OBJS)\stcdll_Indicator.obj: ../../src/stc\scintilla\src\Indicator.cxx | |
158 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
159 | ||
160 | $(OBJS)\stcdll_KeyMap.obj: ../../src/stc\scintilla\src\KeyMap.cxx | |
161 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
162 | ||
163 | $(OBJS)\stcdll_KeyWords.obj: ../../src/stc\scintilla\src\KeyWords.cxx | |
164 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
165 | ||
166 | $(OBJS)\stcdll_LexAVE.obj: ../../src/stc\scintilla\src\LexAVE.cxx | |
167 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
168 | ||
169 | $(OBJS)\stcdll_LexAda.obj: ../../src/stc\scintilla\src\LexAda.cxx | |
170 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
171 | ||
172 | $(OBJS)\stcdll_LexAsm.obj: ../../src/stc\scintilla\src\LexAsm.cxx | |
173 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
174 | ||
175 | $(OBJS)\stcdll_LexBaan.obj: ../../src/stc\scintilla\src\LexBaan.cxx | |
176 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
177 | ||
178 | $(OBJS)\stcdll_LexBullant.obj: ../../src/stc\scintilla\src\LexBullant.cxx | |
179 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
180 | ||
181 | $(OBJS)\stcdll_LexCPP.obj: ../../src/stc\scintilla\src\LexCPP.cxx | |
182 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
183 | ||
184 | $(OBJS)\stcdll_LexCSS.obj: ../../src/stc\scintilla\src\LexCSS.cxx | |
185 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
186 | ||
187 | $(OBJS)\stcdll_LexConf.obj: ../../src/stc\scintilla\src\LexConf.cxx | |
188 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
189 | ||
190 | $(OBJS)\stcdll_LexCrontab.obj: ../../src/stc\scintilla\src\LexCrontab.cxx | |
191 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
192 | ||
193 | $(OBJS)\stcdll_LexEScript.obj: ../../src/stc\scintilla\src\LexEScript.cxx | |
194 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
195 | ||
196 | $(OBJS)\stcdll_LexEiffel.obj: ../../src/stc\scintilla\src\LexEiffel.cxx | |
197 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
198 | ||
199 | $(OBJS)\stcdll_LexFortran.obj: ../../src/stc\scintilla\src\LexFortran.cxx | |
200 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
201 | ||
202 | $(OBJS)\stcdll_LexHTML.obj: ../../src/stc\scintilla\src\LexHTML.cxx | |
203 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
204 | ||
205 | $(OBJS)\stcdll_LexLisp.obj: ../../src/stc\scintilla\src\LexLisp.cxx | |
206 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
207 | ||
208 | $(OBJS)\stcdll_LexLout.obj: ../../src/stc\scintilla\src\LexLout.cxx | |
209 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
210 | ||
211 | $(OBJS)\stcdll_LexLua.obj: ../../src/stc\scintilla\src\LexLua.cxx | |
212 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
213 | ||
214 | $(OBJS)\stcdll_LexMatlab.obj: ../../src/stc\scintilla\src\LexMatlab.cxx | |
215 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
216 | ||
217 | $(OBJS)\stcdll_LexOthers.obj: ../../src/stc\scintilla\src\LexOthers.cxx | |
218 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
219 | ||
220 | $(OBJS)\stcdll_LexPOV.obj: ../../src/stc\scintilla\src\LexPOV.cxx | |
221 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
222 | ||
223 | $(OBJS)\stcdll_LexPascal.obj: ../../src/stc\scintilla\src\LexPascal.cxx | |
224 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
225 | ||
226 | $(OBJS)\stcdll_LexPerl.obj: ../../src/stc\scintilla\src\LexPerl.cxx | |
227 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
228 | ||
229 | $(OBJS)\stcdll_LexPython.obj: ../../src/stc\scintilla\src\LexPython.cxx | |
230 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
231 | ||
232 | $(OBJS)\stcdll_LexRuby.obj: ../../src/stc\scintilla\src\LexRuby.cxx | |
233 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
234 | ||
235 | $(OBJS)\stcdll_LexSQL.obj: ../../src/stc\scintilla\src\LexSQL.cxx | |
236 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
237 | ||
238 | $(OBJS)\stcdll_LexVB.obj: ../../src/stc\scintilla\src\LexVB.cxx | |
239 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
240 | ||
241 | $(OBJS)\stcdll_LineMarker.obj: ../../src/stc\scintilla\src\LineMarker.cxx | |
242 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
243 | ||
244 | $(OBJS)\stcdll_PlatWX.obj: ../../src/stc\PlatWX.cpp | |
245 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
246 | ||
247 | $(OBJS)\stcdll_PropSet.obj: ../../src/stc\scintilla\src\PropSet.cxx | |
248 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
249 | ||
250 | $(OBJS)\stcdll_RESearch.obj: ../../src/stc\scintilla\src\RESearch.cxx | |
251 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
252 | ||
253 | $(OBJS)\stcdll_ScintillaBase.obj: ../../src/stc\scintilla\src\ScintillaBase.cxx | |
254 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
255 | ||
256 | $(OBJS)\stcdll_ScintillaWX.obj: ../../src/stc\ScintillaWX.cpp | |
257 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
258 | ||
259 | $(OBJS)\stcdll_Style.obj: ../../src/stc\scintilla\src\Style.cxx | |
260 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
261 | ||
262 | $(OBJS)\stcdll_StyleContext.obj: ../../src/stc\scintilla\src\StyleContext.cxx | |
263 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
264 | ||
265 | $(OBJS)\stcdll_UniConversion.obj: ../../src/stc\scintilla\src\UniConversion.cxx | |
266 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
267 | ||
268 | $(OBJS)\stcdll_ViewStyle.obj: ../../src/stc\scintilla\src\ViewStyle.cxx | |
269 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
270 | ||
271 | $(OBJS)\stcdll_WindowAccessor.obj: ../../src/stc\scintilla\src\WindowAccessor.cxx | |
272 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
273 | ||
274 | $(OBJS)\stcdll_XPM.obj: ../../src/stc\scintilla\src\XPM.cxx | |
275 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
276 | ||
277 | $(OBJS)\stcdll_dummy.obj: ../../src/stc\..\..\..\src\msw\dummy.cpp | |
278 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) -H $** | |
279 | ||
280 | $(OBJS)\stcdll_stc.obj: ../../src/stc\stc.cpp | |
281 | $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) $** | |
282 | ||
283 | $(OBJS)\stclib_AutoComplete.obj: ../../src/stc\scintilla\src\AutoComplete.cxx | |
284 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
285 | ||
286 | $(OBJS)\stclib_CallTip.obj: ../../src/stc\scintilla\src\CallTip.cxx | |
287 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
288 | ||
289 | $(OBJS)\stclib_CellBuffer.obj: ../../src/stc\scintilla\src\CellBuffer.cxx | |
290 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
291 | ||
292 | $(OBJS)\stclib_ContractionState.obj: ../../src/stc\scintilla\src\ContractionState.cxx | |
293 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
294 | ||
295 | $(OBJS)\stclib_Document.obj: ../../src/stc\scintilla\src\Document.cxx | |
296 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
297 | ||
298 | $(OBJS)\stclib_DocumentAccessor.obj: ../../src/stc\scintilla\src\DocumentAccessor.cxx | |
299 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
300 | ||
301 | $(OBJS)\stclib_Editor.obj: ../../src/stc\scintilla\src\Editor.cxx | |
302 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
303 | ||
304 | $(OBJS)\stclib_ExternalLexer.obj: ../../src/stc\scintilla\src\ExternalLexer.cxx | |
305 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
306 | ||
307 | $(OBJS)\stclib_Indicator.obj: ../../src/stc\scintilla\src\Indicator.cxx | |
308 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
309 | ||
310 | $(OBJS)\stclib_KeyMap.obj: ../../src/stc\scintilla\src\KeyMap.cxx | |
311 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
312 | ||
313 | $(OBJS)\stclib_KeyWords.obj: ../../src/stc\scintilla\src\KeyWords.cxx | |
314 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
315 | ||
316 | $(OBJS)\stclib_LexAVE.obj: ../../src/stc\scintilla\src\LexAVE.cxx | |
317 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
318 | ||
319 | $(OBJS)\stclib_LexAda.obj: ../../src/stc\scintilla\src\LexAda.cxx | |
320 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
321 | ||
322 | $(OBJS)\stclib_LexAsm.obj: ../../src/stc\scintilla\src\LexAsm.cxx | |
323 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
324 | ||
325 | $(OBJS)\stclib_LexBaan.obj: ../../src/stc\scintilla\src\LexBaan.cxx | |
326 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
327 | ||
328 | $(OBJS)\stclib_LexBullant.obj: ../../src/stc\scintilla\src\LexBullant.cxx | |
329 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
330 | ||
331 | $(OBJS)\stclib_LexCPP.obj: ../../src/stc\scintilla\src\LexCPP.cxx | |
332 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
333 | ||
334 | $(OBJS)\stclib_LexCSS.obj: ../../src/stc\scintilla\src\LexCSS.cxx | |
335 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
336 | ||
337 | $(OBJS)\stclib_LexConf.obj: ../../src/stc\scintilla\src\LexConf.cxx | |
338 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
339 | ||
340 | $(OBJS)\stclib_LexCrontab.obj: ../../src/stc\scintilla\src\LexCrontab.cxx | |
341 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
342 | ||
343 | $(OBJS)\stclib_LexEScript.obj: ../../src/stc\scintilla\src\LexEScript.cxx | |
344 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
345 | ||
346 | $(OBJS)\stclib_LexEiffel.obj: ../../src/stc\scintilla\src\LexEiffel.cxx | |
347 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
348 | ||
349 | $(OBJS)\stclib_LexFortran.obj: ../../src/stc\scintilla\src\LexFortran.cxx | |
350 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
351 | ||
352 | $(OBJS)\stclib_LexHTML.obj: ../../src/stc\scintilla\src\LexHTML.cxx | |
353 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
354 | ||
355 | $(OBJS)\stclib_LexLisp.obj: ../../src/stc\scintilla\src\LexLisp.cxx | |
356 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
357 | ||
358 | $(OBJS)\stclib_LexLout.obj: ../../src/stc\scintilla\src\LexLout.cxx | |
359 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
360 | ||
361 | $(OBJS)\stclib_LexLua.obj: ../../src/stc\scintilla\src\LexLua.cxx | |
362 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
363 | ||
364 | $(OBJS)\stclib_LexMatlab.obj: ../../src/stc\scintilla\src\LexMatlab.cxx | |
365 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
366 | ||
367 | $(OBJS)\stclib_LexOthers.obj: ../../src/stc\scintilla\src\LexOthers.cxx | |
368 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
369 | ||
370 | $(OBJS)\stclib_LexPOV.obj: ../../src/stc\scintilla\src\LexPOV.cxx | |
371 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
372 | ||
373 | $(OBJS)\stclib_LexPascal.obj: ../../src/stc\scintilla\src\LexPascal.cxx | |
374 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
375 | ||
376 | $(OBJS)\stclib_LexPerl.obj: ../../src/stc\scintilla\src\LexPerl.cxx | |
377 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
378 | ||
379 | $(OBJS)\stclib_LexPython.obj: ../../src/stc\scintilla\src\LexPython.cxx | |
380 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
381 | ||
382 | $(OBJS)\stclib_LexRuby.obj: ../../src/stc\scintilla\src\LexRuby.cxx | |
383 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
384 | ||
385 | $(OBJS)\stclib_LexSQL.obj: ../../src/stc\scintilla\src\LexSQL.cxx | |
386 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
387 | ||
388 | $(OBJS)\stclib_LexVB.obj: ../../src/stc\scintilla\src\LexVB.cxx | |
389 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
390 | ||
391 | $(OBJS)\stclib_LineMarker.obj: ../../src/stc\scintilla\src\LineMarker.cxx | |
392 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
393 | ||
394 | $(OBJS)\stclib_PlatWX.obj: ../../src/stc\PlatWX.cpp | |
395 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
396 | ||
397 | $(OBJS)\stclib_PropSet.obj: ../../src/stc\scintilla\src\PropSet.cxx | |
398 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
399 | ||
400 | $(OBJS)\stclib_RESearch.obj: ../../src/stc\scintilla\src\RESearch.cxx | |
401 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
402 | ||
403 | $(OBJS)\stclib_ScintillaBase.obj: ../../src/stc\scintilla\src\ScintillaBase.cxx | |
404 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
405 | ||
406 | $(OBJS)\stclib_ScintillaWX.obj: ../../src/stc\ScintillaWX.cpp | |
407 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
408 | ||
409 | $(OBJS)\stclib_Style.obj: ../../src/stc\scintilla\src\Style.cxx | |
410 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
411 | ||
412 | $(OBJS)\stclib_StyleContext.obj: ../../src/stc\scintilla\src\StyleContext.cxx | |
413 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
414 | ||
415 | $(OBJS)\stclib_UniConversion.obj: ../../src/stc\scintilla\src\UniConversion.cxx | |
416 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
417 | ||
418 | $(OBJS)\stclib_ViewStyle.obj: ../../src/stc\scintilla\src\ViewStyle.cxx | |
419 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
420 | ||
421 | $(OBJS)\stclib_WindowAccessor.obj: ../../src/stc\scintilla\src\WindowAccessor.cxx | |
422 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
423 | ||
424 | $(OBJS)\stclib_XPM.obj: ../../src/stc\scintilla\src\XPM.cxx | |
425 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
426 | ||
427 | $(OBJS)\stclib_dummy.obj: ../../src/stc\..\..\..\src\msw\dummy.cpp | |
428 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) -H $** | |
429 | ||
430 | $(OBJS)\stclib_stc.obj: ../../src/stc\stc.cpp | |
431 | $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) $** | |
432 | ||
433 | clean: | |
434 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
435 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
436 | -if exist ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_bcc$(VENDORTAG).dll del ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_bcc$(VENDORTAG).dll | |
437 | -if exist ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib del ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib | |
438 | -if exist ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib del ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib | |
439 | ||
440 | !if "$(SHARED)" == "1" | |
441 | ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_bcc$(VENDORTAG).dll: $(OBJS)\stcdll_dummy.obj $(OBJS)\stcdll_dummy.obj $(OBJS)\stcdll_PlatWX.obj $(OBJS)\stcdll_ScintillaWX.obj $(OBJS)\stcdll_stc.obj $(OBJS)\stcdll_AutoComplete.obj $(OBJS)\stcdll_CallTip.obj $(OBJS)\stcdll_CellBuffer.obj $(OBJS)\stcdll_ContractionState.obj $(OBJS)\stcdll_Document.obj $(OBJS)\stcdll_DocumentAccessor.obj $(OBJS)\stcdll_Editor.obj $(OBJS)\stcdll_ExternalLexer.obj $(OBJS)\stcdll_Indicator.obj $(OBJS)\stcdll_KeyMap.obj $(OBJS)\stcdll_KeyWords.obj $(OBJS)\stcdll_LexAVE.obj $(OBJS)\stcdll_LexAda.obj $(OBJS)\stcdll_LexAsm.obj $(OBJS)\stcdll_LexBaan.obj $(OBJS)\stcdll_LexBullant.obj $(OBJS)\stcdll_LexCPP.obj $(OBJS)\stcdll_LexCSS.obj $(OBJS)\stcdll_LexConf.obj $(OBJS)\stcdll_LexCrontab.obj $(OBJS)\stcdll_LexEiffel.obj $(OBJS)\stcdll_LexEScript.obj $(OBJS)\stcdll_LexFortran.obj $(OBJS)\stcdll_LexHTML.obj $(OBJS)\stcdll_LexLisp.obj $(OBJS)\stcdll_LexLout.obj $(OBJS)\stcdll_LexLua.obj $(OBJS)\stcdll_LexMatlab.obj $(OBJS)\stcdll_LexOthers.obj $(OBJS)\stcdll_LexPOV.obj $(OBJS)\stcdll_LexPascal.obj $(OBJS)\stcdll_LexPerl.obj $(OBJS)\stcdll_LexPython.obj $(OBJS)\stcdll_LexRuby.obj $(OBJS)\stcdll_LexSQL.obj $(OBJS)\stcdll_LexVB.obj $(OBJS)\stcdll_LineMarker.obj $(OBJS)\stcdll_PropSet.obj $(OBJS)\stcdll_RESearch.obj $(OBJS)\stcdll_ScintillaBase.obj $(OBJS)\stcdll_Style.obj $(OBJS)\stcdll_StyleContext.obj $(OBJS)\stcdll_UniConversion.obj $(OBJS)\stcdll_ViewStyle.obj $(OBJS)\stcdll_WindowAccessor.obj $(OBJS)\stcdll_XPM.obj | |
442 | ilink32 -Tpd -q $(LDFLAGS) $(__DEBUGFLAG) -L..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) @&&| | |
443 | c0d32.obj $(OBJS)\stcdll_dummy.obj $(OBJS)\stcdll_PlatWX.obj $(OBJS)\stcdll_ScintillaWX.obj $(OBJS)\stcdll_stc.obj $(OBJS)\stcdll_AutoComplete.obj $(OBJS)\stcdll_CallTip.obj $(OBJS)\stcdll_CellBuffer.obj $(OBJS)\stcdll_ContractionState.obj $(OBJS)\stcdll_Document.obj $(OBJS)\stcdll_DocumentAccessor.obj $(OBJS)\stcdll_Editor.obj $(OBJS)\stcdll_ExternalLexer.obj $(OBJS)\stcdll_Indicator.obj $(OBJS)\stcdll_KeyMap.obj $(OBJS)\stcdll_KeyWords.obj $(OBJS)\stcdll_LexAVE.obj $(OBJS)\stcdll_LexAda.obj $(OBJS)\stcdll_LexAsm.obj $(OBJS)\stcdll_LexBaan.obj $(OBJS)\stcdll_LexBullant.obj $(OBJS)\stcdll_LexCPP.obj $(OBJS)\stcdll_LexCSS.obj $(OBJS)\stcdll_LexConf.obj $(OBJS)\stcdll_LexCrontab.obj $(OBJS)\stcdll_LexEiffel.obj $(OBJS)\stcdll_LexEScript.obj $(OBJS)\stcdll_LexFortran.obj $(OBJS)\stcdll_LexHTML.obj $(OBJS)\stcdll_LexLisp.obj $(OBJS)\stcdll_LexLout.obj $(OBJS)\stcdll_LexLua.obj $(OBJS)\stcdll_LexMatlab.obj $(OBJS)\stcdll_LexOthers.obj $(OBJS)\stcdll_LexPOV.obj $(OBJS)\stcdll_LexPascal.obj $(OBJS)\stcdll_LexPerl.obj $(OBJS)\stcdll_LexPython.obj $(OBJS)\stcdll_LexRuby.obj $(OBJS)\stcdll_LexSQL.obj $(OBJS)\stcdll_LexVB.obj $(OBJS)\stcdll_LineMarker.obj $(OBJS)\stcdll_PropSet.obj $(OBJS)\stcdll_RESearch.obj $(OBJS)\stcdll_ScintillaBase.obj $(OBJS)\stcdll_Style.obj $(OBJS)\stcdll_StyleContext.obj $(OBJS)\stcdll_UniConversion.obj $(OBJS)\stcdll_ViewStyle.obj $(OBJS)\stcdll_WindowAccessor.obj $(OBJS)\stcdll_XPM.obj,$@,, $(__WXLIB_MONO_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib import32.lib ole2w32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) cw32mt$(__RUNTIME_LIBS_7).lib,, | |
444 | | | |
445 | implib -f ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc $@ | |
446 | !endif | |
447 | ||
448 | !if "$(SHARED)" == "0" | |
449 | ..\..\src\stc\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib: $(OBJS)\stclib_dummy.obj $(OBJS)\stclib_dummy.obj $(OBJS)\stclib_PlatWX.obj $(OBJS)\stclib_ScintillaWX.obj $(OBJS)\stclib_stc.obj $(OBJS)\stclib_AutoComplete.obj $(OBJS)\stclib_CallTip.obj $(OBJS)\stclib_CellBuffer.obj $(OBJS)\stclib_ContractionState.obj $(OBJS)\stclib_Document.obj $(OBJS)\stclib_DocumentAccessor.obj $(OBJS)\stclib_Editor.obj $(OBJS)\stclib_ExternalLexer.obj $(OBJS)\stclib_Indicator.obj $(OBJS)\stclib_KeyMap.obj $(OBJS)\stclib_KeyWords.obj $(OBJS)\stclib_LexAVE.obj $(OBJS)\stclib_LexAda.obj $(OBJS)\stclib_LexAsm.obj $(OBJS)\stclib_LexBaan.obj $(OBJS)\stclib_LexBullant.obj $(OBJS)\stclib_LexCPP.obj $(OBJS)\stclib_LexCSS.obj $(OBJS)\stclib_LexConf.obj $(OBJS)\stclib_LexCrontab.obj $(OBJS)\stclib_LexEiffel.obj $(OBJS)\stclib_LexEScript.obj $(OBJS)\stclib_LexFortran.obj $(OBJS)\stclib_LexHTML.obj $(OBJS)\stclib_LexLisp.obj $(OBJS)\stclib_LexLout.obj $(OBJS)\stclib_LexLua.obj $(OBJS)\stclib_LexMatlab.obj $(OBJS)\stclib_LexOthers.obj $(OBJS)\stclib_LexPOV.obj $(OBJS)\stclib_LexPascal.obj $(OBJS)\stclib_LexPerl.obj $(OBJS)\stclib_LexPython.obj $(OBJS)\stclib_LexRuby.obj $(OBJS)\stclib_LexSQL.obj $(OBJS)\stclib_LexVB.obj $(OBJS)\stclib_LineMarker.obj $(OBJS)\stclib_PropSet.obj $(OBJS)\stclib_RESearch.obj $(OBJS)\stclib_ScintillaBase.obj $(OBJS)\stclib_Style.obj $(OBJS)\stclib_StyleContext.obj $(OBJS)\stclib_UniConversion.obj $(OBJS)\stclib_ViewStyle.obj $(OBJS)\stclib_WindowAccessor.obj $(OBJS)\stclib_XPM.obj | |
450 | if exist $@ del $@ | |
451 | tlib /a /p2048 $@ @&&| | |
452 | $(OBJS)\stclib_dummy.obj $(OBJS)\stclib_PlatWX.obj $(OBJS)\stclib_ScintillaWX.obj $(OBJS)\stclib_stc.obj $(OBJS)\stclib_AutoComplete.obj $(OBJS)\stclib_CallTip.obj $(OBJS)\stclib_CellBuffer.obj $(OBJS)\stclib_ContractionState.obj $(OBJS)\stclib_Document.obj $(OBJS)\stclib_DocumentAccessor.obj $(OBJS)\stclib_Editor.obj $(OBJS)\stclib_ExternalLexer.obj $(OBJS)\stclib_Indicator.obj $(OBJS)\stclib_KeyMap.obj $(OBJS)\stclib_KeyWords.obj $(OBJS)\stclib_LexAVE.obj $(OBJS)\stclib_LexAda.obj $(OBJS)\stclib_LexAsm.obj $(OBJS)\stclib_LexBaan.obj $(OBJS)\stclib_LexBullant.obj $(OBJS)\stclib_LexCPP.obj $(OBJS)\stclib_LexCSS.obj $(OBJS)\stclib_LexConf.obj $(OBJS)\stclib_LexCrontab.obj $(OBJS)\stclib_LexEiffel.obj $(OBJS)\stclib_LexEScript.obj $(OBJS)\stclib_LexFortran.obj $(OBJS)\stclib_LexHTML.obj $(OBJS)\stclib_LexLisp.obj $(OBJS)\stclib_LexLout.obj $(OBJS)\stclib_LexLua.obj $(OBJS)\stclib_LexMatlab.obj $(OBJS)\stclib_LexOthers.obj $(OBJS)\stclib_LexPOV.obj $(OBJS)\stclib_LexPascal.obj $(OBJS)\stclib_LexPerl.obj $(OBJS)\stclib_LexPython.obj $(OBJS)\stclib_LexRuby.obj $(OBJS)\stclib_LexSQL.obj $(OBJS)\stclib_LexVB.obj $(OBJS)\stclib_LineMarker.obj $(OBJS)\stclib_PropSet.obj $(OBJS)\stclib_RESearch.obj $(OBJS)\stclib_ScintillaBase.obj $(OBJS)\stclib_Style.obj $(OBJS)\stclib_StyleContext.obj $(OBJS)\stclib_UniConversion.obj $(OBJS)\stclib_ViewStyle.obj $(OBJS)\stclib_WindowAccessor.obj $(OBJS)\stclib_XPM.obj | |
453 | | | |
454 | !endif |