]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
fe164c3e | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | include ../../../build/msw/config.gcc |
250700e4 RD |
8 | |
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
3f55f5b8 VS |
15 | OBJS = \ |
16 | gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
75a0a7b7 VS |
17 | SETUPHDIR = \ |
18 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
9bfe7ad9 VS |
19 | STCDLL_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) -DHAVE_W32API_H \ |
20 | -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \ | |
21 | -I..\..\src\stc\..\..\..\include -I$(SETUPHDIR) -Wall \ | |
3f55f5b8 VS |
22 | -I..\..\src\stc\..\..\include -I..\..\src\stc\scintilla\include \ |
23 | -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \ | |
9bfe7ad9 VS |
24 | -DWXUSINGDLL -DWXMAKINGDLL_STC $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) \ |
25 | $(CPPFLAGS) $(CXXFLAGS) | |
3f55f5b8 VS |
26 | STCDLL_OBJECTS = \ |
27 | $(OBJS)\stcdll_PlatWX.o \ | |
28 | $(OBJS)\stcdll_ScintillaWX.o \ | |
29 | $(OBJS)\stcdll_stc.o \ | |
30 | $(OBJS)\stcdll_AutoComplete.o \ | |
31 | $(OBJS)\stcdll_CallTip.o \ | |
32 | $(OBJS)\stcdll_CellBuffer.o \ | |
33 | $(OBJS)\stcdll_ContractionState.o \ | |
34 | $(OBJS)\stcdll_Document.o \ | |
35 | $(OBJS)\stcdll_DocumentAccessor.o \ | |
36 | $(OBJS)\stcdll_Editor.o \ | |
37 | $(OBJS)\stcdll_ExternalLexer.o \ | |
38 | $(OBJS)\stcdll_Indicator.o \ | |
39 | $(OBJS)\stcdll_KeyMap.o \ | |
40 | $(OBJS)\stcdll_KeyWords.o \ | |
41 | $(OBJS)\stcdll_LexAVE.o \ | |
42 | $(OBJS)\stcdll_LexAda.o \ | |
43 | $(OBJS)\stcdll_LexAsm.o \ | |
44 | $(OBJS)\stcdll_LexBaan.o \ | |
45 | $(OBJS)\stcdll_LexBullant.o \ | |
46 | $(OBJS)\stcdll_LexCPP.o \ | |
47 | $(OBJS)\stcdll_LexCSS.o \ | |
48 | $(OBJS)\stcdll_LexConf.o \ | |
49 | $(OBJS)\stcdll_LexCrontab.o \ | |
50 | $(OBJS)\stcdll_LexEiffel.o \ | |
51 | $(OBJS)\stcdll_LexEScript.o \ | |
52 | $(OBJS)\stcdll_LexFortran.o \ | |
53 | $(OBJS)\stcdll_LexHTML.o \ | |
54 | $(OBJS)\stcdll_LexLisp.o \ | |
55 | $(OBJS)\stcdll_LexLout.o \ | |
56 | $(OBJS)\stcdll_LexLua.o \ | |
88a8b04e | 57 | $(OBJS)\stcdll_LexMMIXAL.o \ |
3f55f5b8 | 58 | $(OBJS)\stcdll_LexMatlab.o \ |
88a8b04e | 59 | $(OBJS)\stcdll_LexNsis.o \ |
3f55f5b8 VS |
60 | $(OBJS)\stcdll_LexOthers.o \ |
61 | $(OBJS)\stcdll_LexPOV.o \ | |
88a8b04e | 62 | $(OBJS)\stcdll_LexPS.o \ |
3f55f5b8 VS |
63 | $(OBJS)\stcdll_LexPascal.o \ |
64 | $(OBJS)\stcdll_LexPerl.o \ | |
65 | $(OBJS)\stcdll_LexPython.o \ | |
66 | $(OBJS)\stcdll_LexRuby.o \ | |
67 | $(OBJS)\stcdll_LexSQL.o \ | |
88a8b04e | 68 | $(OBJS)\stcdll_LexScriptol.o \ |
3f55f5b8 VS |
69 | $(OBJS)\stcdll_LexVB.o \ |
70 | $(OBJS)\stcdll_LineMarker.o \ | |
71 | $(OBJS)\stcdll_PropSet.o \ | |
72 | $(OBJS)\stcdll_RESearch.o \ | |
73 | $(OBJS)\stcdll_ScintillaBase.o \ | |
74 | $(OBJS)\stcdll_Style.o \ | |
75 | $(OBJS)\stcdll_StyleContext.o \ | |
76 | $(OBJS)\stcdll_UniConversion.o \ | |
77 | $(OBJS)\stcdll_ViewStyle.o \ | |
78 | $(OBJS)\stcdll_WindowAccessor.o \ | |
79 | $(OBJS)\stcdll_XPM.o | |
9bfe7ad9 VS |
80 | STCLIB_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) -DHAVE_W32API_H \ |
81 | -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \ | |
82 | -I..\..\src\stc\..\..\..\include -I$(SETUPHDIR) -Wall \ | |
3f55f5b8 | 83 | -I..\..\src\stc\..\..\include -I..\..\src\stc\scintilla\include \ |
9bfe7ad9 VS |
84 | -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \ |
85 | $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS) | |
3f55f5b8 VS |
86 | STCLIB_OBJECTS = \ |
87 | $(OBJS)\stclib_PlatWX.o \ | |
88 | $(OBJS)\stclib_ScintillaWX.o \ | |
89 | $(OBJS)\stclib_stc.o \ | |
90 | $(OBJS)\stclib_AutoComplete.o \ | |
91 | $(OBJS)\stclib_CallTip.o \ | |
92 | $(OBJS)\stclib_CellBuffer.o \ | |
93 | $(OBJS)\stclib_ContractionState.o \ | |
94 | $(OBJS)\stclib_Document.o \ | |
95 | $(OBJS)\stclib_DocumentAccessor.o \ | |
96 | $(OBJS)\stclib_Editor.o \ | |
97 | $(OBJS)\stclib_ExternalLexer.o \ | |
98 | $(OBJS)\stclib_Indicator.o \ | |
99 | $(OBJS)\stclib_KeyMap.o \ | |
100 | $(OBJS)\stclib_KeyWords.o \ | |
101 | $(OBJS)\stclib_LexAVE.o \ | |
102 | $(OBJS)\stclib_LexAda.o \ | |
103 | $(OBJS)\stclib_LexAsm.o \ | |
104 | $(OBJS)\stclib_LexBaan.o \ | |
105 | $(OBJS)\stclib_LexBullant.o \ | |
106 | $(OBJS)\stclib_LexCPP.o \ | |
107 | $(OBJS)\stclib_LexCSS.o \ | |
108 | $(OBJS)\stclib_LexConf.o \ | |
109 | $(OBJS)\stclib_LexCrontab.o \ | |
110 | $(OBJS)\stclib_LexEiffel.o \ | |
111 | $(OBJS)\stclib_LexEScript.o \ | |
112 | $(OBJS)\stclib_LexFortran.o \ | |
113 | $(OBJS)\stclib_LexHTML.o \ | |
114 | $(OBJS)\stclib_LexLisp.o \ | |
115 | $(OBJS)\stclib_LexLout.o \ | |
116 | $(OBJS)\stclib_LexLua.o \ | |
88a8b04e | 117 | $(OBJS)\stclib_LexMMIXAL.o \ |
3f55f5b8 | 118 | $(OBJS)\stclib_LexMatlab.o \ |
88a8b04e | 119 | $(OBJS)\stclib_LexNsis.o \ |
3f55f5b8 VS |
120 | $(OBJS)\stclib_LexOthers.o \ |
121 | $(OBJS)\stclib_LexPOV.o \ | |
88a8b04e | 122 | $(OBJS)\stclib_LexPS.o \ |
3f55f5b8 VS |
123 | $(OBJS)\stclib_LexPascal.o \ |
124 | $(OBJS)\stclib_LexPerl.o \ | |
125 | $(OBJS)\stclib_LexPython.o \ | |
126 | $(OBJS)\stclib_LexRuby.o \ | |
127 | $(OBJS)\stclib_LexSQL.o \ | |
88a8b04e | 128 | $(OBJS)\stclib_LexScriptol.o \ |
3f55f5b8 VS |
129 | $(OBJS)\stclib_LexVB.o \ |
130 | $(OBJS)\stclib_LineMarker.o \ | |
131 | $(OBJS)\stclib_PropSet.o \ | |
132 | $(OBJS)\stclib_RESearch.o \ | |
133 | $(OBJS)\stclib_ScintillaBase.o \ | |
134 | $(OBJS)\stclib_Style.o \ | |
135 | $(OBJS)\stclib_StyleContext.o \ | |
136 | $(OBJS)\stclib_UniConversion.o \ | |
137 | $(OBJS)\stclib_ViewStyle.o \ | |
138 | $(OBJS)\stclib_WindowAccessor.o \ | |
139 | $(OBJS)\stclib_XPM.o | |
250700e4 RD |
140 | |
141 | ### Conditionally set variables: ### | |
142 | ||
143 | ifeq ($(GCC_VERSION),2.95) | |
144 | GCCFLAGS = -fvtable-thunks | |
145 | endif | |
75a0a7b7 VS |
146 | ifeq ($(SHARED),0) |
147 | LIBDIRNAME = ..\..\src\stc\..\..\..\lib\gcc_lib$(CFG) | |
148 | endif | |
149 | ifeq ($(SHARED),1) | |
150 | LIBDIRNAME = ..\..\src\stc\..\..\..\lib\gcc_dll$(CFG) | |
151 | endif | |
250700e4 RD |
152 | ifeq ($(USE_GUI),0) |
153 | PORTNAME = base | |
154 | endif | |
155 | ifeq ($(USE_GUI),1) | |
156 | PORTNAME = msw | |
157 | endif | |
158 | ifeq ($(OFFICIAL_BUILD),0) | |
159 | VENDORTAG = _$(VENDOR) | |
160 | endif | |
161 | ifeq ($(OFFICIAL_BUILD),1) | |
162 | VENDORTAG = | |
163 | endif | |
164 | ifeq ($(BUILD),debug) | |
3f55f5b8 VS |
165 | ifeq ($(DEBUG_FLAG),default) |
166 | WXDEBUGFLAG = d | |
167 | endif | |
168 | endif | |
169 | ifeq ($(DEBUG_FLAG),1) | |
250700e4 RD |
170 | WXDEBUGFLAG = d |
171 | endif | |
172 | ifeq ($(SHARED),1) | |
173 | WXDLLFLAG = dll | |
174 | endif | |
175 | ifeq ($(UNICODE),1) | |
176 | WXUNICODEFLAG = u | |
177 | endif | |
178 | ifeq ($(WXUNIV),1) | |
179 | WXUNIVNAME = univ | |
180 | endif | |
181 | ifeq ($(BUILD),debug) | |
3f55f5b8 VS |
182 | ifeq ($(DEBUG_INFO),default) |
183 | __DEBUGINFO = -g | |
184 | endif | |
250700e4 RD |
185 | endif |
186 | ifeq ($(BUILD),release) | |
3f55f5b8 VS |
187 | ifeq ($(DEBUG_INFO),default) |
188 | __DEBUGINFO = | |
189 | endif | |
190 | endif | |
191 | ifeq ($(DEBUG_INFO),0) | |
192 | __DEBUGINFO = | |
193 | endif | |
194 | ifeq ($(DEBUG_INFO),1) | |
195 | __DEBUGINFO = -g | |
250700e4 RD |
196 | endif |
197 | ifeq ($(BUILD),debug) | |
3f55f5b8 VS |
198 | ifeq ($(DEBUG_FLAG),default) |
199 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
200 | endif | |
201 | endif | |
202 | ifeq ($(DEBUG_FLAG),1) | |
250700e4 RD |
203 | __DEBUG_DEFINE_p = -D__WXDEBUG__ |
204 | endif | |
a4ad36cd VS |
205 | ifeq ($(USE_EXCEPTIONS),0) |
206 | __EXCEPTIONSFLAG = -fno-rtti | |
207 | endif | |
208 | ifeq ($(USE_EXCEPTIONS),1) | |
209 | __EXCEPTIONSFLAG = | |
210 | endif | |
211 | ifeq ($(USE_EXCEPTIONS),0) | |
212 | __EXCEPTIONSFLAG_0 = -fno-exceptions | |
213 | endif | |
214 | ifeq ($(USE_EXCEPTIONS),1) | |
215 | __EXCEPTIONSFLAG_0 = | |
216 | endif | |
3f55f5b8 VS |
217 | ifeq ($(USE_GUI),1) |
218 | __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG) | |
219 | endif | |
220 | ifeq ($(USE_GUI),1) | |
221 | __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG) | |
222 | endif | |
223 | ifeq ($(USE_GUI),1) | |
224 | __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG) | |
225 | endif | |
250700e4 RD |
226 | ifeq ($(BUILD),debug) |
227 | __OPTIMIZEFLAG = -O0 | |
228 | endif | |
229 | ifeq ($(BUILD),release) | |
230 | __OPTIMIZEFLAG = -O2 | |
231 | endif | |
232 | ifeq ($(UNICODE),1) | |
ec08d395 | 233 | __UNICODE_DEFINE_p = -D_UNICODE |
250700e4 | 234 | endif |
2265a2d5 VS |
235 | ifeq ($(MSLU),1) |
236 | __UNICOWS_LIB_p = -lunicows | |
237 | endif | |
250700e4 RD |
238 | ifeq ($(MONOLITHIC),0) |
239 | __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
240 | endif | |
241 | ifeq ($(MONOLITHIC),0) | |
3f55f5b8 VS |
242 | __WXLIB_CORE_p = \ |
243 | -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core | |
250700e4 RD |
244 | endif |
245 | ifeq ($(MONOLITHIC),1) | |
3f55f5b8 VS |
246 | __WXLIB_MONO_p = \ |
247 | -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
250700e4 RD |
248 | endif |
249 | ifeq ($(WXUNIV),1) | |
250 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
251 | endif | |
252 | ifeq ($(SHARED),1) | |
3f55f5b8 | 253 | __stcdll___depname = \ |
ec08d395 | 254 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_gcc$(VENDORTAG).dll |
250700e4 RD |
255 | endif |
256 | ifeq ($(SHARED),0) | |
3f55f5b8 VS |
257 | __stclib___depname = \ |
258 | $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a | |
250700e4 RD |
259 | endif |
260 | ||
261 | ||
262 | all: $(OBJS) | |
263 | $(OBJS): | |
264 | -if not exist $(OBJS) mkdir $(OBJS) | |
265 | ||
266 | ### Targets: ### | |
267 | ||
268 | all: $(__stcdll___depname) $(__stclib___depname) | |
269 | ||
1c3a6972 | 270 | $(OBJS)\stcdll_AutoComplete.o: ../../src/stc/scintilla/src/AutoComplete.cxx |
250700e4 RD |
271 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
272 | ||
1c3a6972 | 273 | $(OBJS)\stcdll_CallTip.o: ../../src/stc/scintilla/src/CallTip.cxx |
250700e4 RD |
274 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
275 | ||
1c3a6972 | 276 | $(OBJS)\stcdll_CellBuffer.o: ../../src/stc/scintilla/src/CellBuffer.cxx |
250700e4 RD |
277 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
278 | ||
1c3a6972 | 279 | $(OBJS)\stcdll_ContractionState.o: ../../src/stc/scintilla/src/ContractionState.cxx |
250700e4 RD |
280 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
281 | ||
1c3a6972 | 282 | $(OBJS)\stcdll_Document.o: ../../src/stc/scintilla/src/Document.cxx |
250700e4 RD |
283 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
284 | ||
1c3a6972 | 285 | $(OBJS)\stcdll_DocumentAccessor.o: ../../src/stc/scintilla/src/DocumentAccessor.cxx |
250700e4 RD |
286 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
287 | ||
1c3a6972 | 288 | $(OBJS)\stcdll_Editor.o: ../../src/stc/scintilla/src/Editor.cxx |
250700e4 RD |
289 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
290 | ||
1c3a6972 | 291 | $(OBJS)\stcdll_ExternalLexer.o: ../../src/stc/scintilla/src/ExternalLexer.cxx |
250700e4 RD |
292 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
293 | ||
1c3a6972 | 294 | $(OBJS)\stcdll_Indicator.o: ../../src/stc/scintilla/src/Indicator.cxx |
250700e4 RD |
295 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
296 | ||
1c3a6972 | 297 | $(OBJS)\stcdll_KeyMap.o: ../../src/stc/scintilla/src/KeyMap.cxx |
250700e4 RD |
298 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
299 | ||
1c3a6972 | 300 | $(OBJS)\stcdll_KeyWords.o: ../../src/stc/scintilla/src/KeyWords.cxx |
250700e4 RD |
301 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
302 | ||
1c3a6972 | 303 | $(OBJS)\stcdll_LexAVE.o: ../../src/stc/scintilla/src/LexAVE.cxx |
250700e4 RD |
304 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
305 | ||
1c3a6972 | 306 | $(OBJS)\stcdll_LexAda.o: ../../src/stc/scintilla/src/LexAda.cxx |
250700e4 RD |
307 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
308 | ||
1c3a6972 | 309 | $(OBJS)\stcdll_LexAsm.o: ../../src/stc/scintilla/src/LexAsm.cxx |
250700e4 RD |
310 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
311 | ||
1c3a6972 | 312 | $(OBJS)\stcdll_LexBaan.o: ../../src/stc/scintilla/src/LexBaan.cxx |
250700e4 RD |
313 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
314 | ||
1c3a6972 | 315 | $(OBJS)\stcdll_LexBullant.o: ../../src/stc/scintilla/src/LexBullant.cxx |
250700e4 RD |
316 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
317 | ||
1c3a6972 | 318 | $(OBJS)\stcdll_LexCPP.o: ../../src/stc/scintilla/src/LexCPP.cxx |
250700e4 RD |
319 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
320 | ||
1c3a6972 | 321 | $(OBJS)\stcdll_LexCSS.o: ../../src/stc/scintilla/src/LexCSS.cxx |
250700e4 RD |
322 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
323 | ||
1c3a6972 | 324 | $(OBJS)\stcdll_LexConf.o: ../../src/stc/scintilla/src/LexConf.cxx |
250700e4 RD |
325 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
326 | ||
1c3a6972 | 327 | $(OBJS)\stcdll_LexCrontab.o: ../../src/stc/scintilla/src/LexCrontab.cxx |
250700e4 RD |
328 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
329 | ||
1c3a6972 | 330 | $(OBJS)\stcdll_LexEScript.o: ../../src/stc/scintilla/src/LexEScript.cxx |
250700e4 RD |
331 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
332 | ||
1c3a6972 | 333 | $(OBJS)\stcdll_LexEiffel.o: ../../src/stc/scintilla/src/LexEiffel.cxx |
250700e4 RD |
334 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
335 | ||
1c3a6972 | 336 | $(OBJS)\stcdll_LexFortran.o: ../../src/stc/scintilla/src/LexFortran.cxx |
250700e4 RD |
337 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
338 | ||
1c3a6972 | 339 | $(OBJS)\stcdll_LexHTML.o: ../../src/stc/scintilla/src/LexHTML.cxx |
250700e4 RD |
340 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
341 | ||
1c3a6972 | 342 | $(OBJS)\stcdll_LexLisp.o: ../../src/stc/scintilla/src/LexLisp.cxx |
250700e4 RD |
343 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
344 | ||
1c3a6972 | 345 | $(OBJS)\stcdll_LexLout.o: ../../src/stc/scintilla/src/LexLout.cxx |
250700e4 RD |
346 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
347 | ||
1c3a6972 | 348 | $(OBJS)\stcdll_LexLua.o: ../../src/stc/scintilla/src/LexLua.cxx |
250700e4 RD |
349 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
350 | ||
88a8b04e RD |
351 | $(OBJS)\stcdll_LexMMIXAL.o: ../../src/stc/scintilla/src/LexMMIXAL.cxx |
352 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< | |
353 | ||
1c3a6972 | 354 | $(OBJS)\stcdll_LexMatlab.o: ../../src/stc/scintilla/src/LexMatlab.cxx |
250700e4 RD |
355 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
356 | ||
88a8b04e RD |
357 | $(OBJS)\stcdll_LexNsis.o: ../../src/stc/scintilla/src/LexNsis.cxx |
358 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< | |
359 | ||
1c3a6972 | 360 | $(OBJS)\stcdll_LexOthers.o: ../../src/stc/scintilla/src/LexOthers.cxx |
250700e4 RD |
361 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
362 | ||
1c3a6972 | 363 | $(OBJS)\stcdll_LexPOV.o: ../../src/stc/scintilla/src/LexPOV.cxx |
250700e4 RD |
364 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
365 | ||
88a8b04e RD |
366 | $(OBJS)\stcdll_LexPS.o: ../../src/stc/scintilla/src/LexPS.cxx |
367 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< | |
368 | ||
1c3a6972 | 369 | $(OBJS)\stcdll_LexPascal.o: ../../src/stc/scintilla/src/LexPascal.cxx |
250700e4 RD |
370 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
371 | ||
1c3a6972 | 372 | $(OBJS)\stcdll_LexPerl.o: ../../src/stc/scintilla/src/LexPerl.cxx |
250700e4 RD |
373 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
374 | ||
1c3a6972 | 375 | $(OBJS)\stcdll_LexPython.o: ../../src/stc/scintilla/src/LexPython.cxx |
250700e4 RD |
376 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
377 | ||
1c3a6972 | 378 | $(OBJS)\stcdll_LexRuby.o: ../../src/stc/scintilla/src/LexRuby.cxx |
250700e4 RD |
379 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
380 | ||
1c3a6972 | 381 | $(OBJS)\stcdll_LexSQL.o: ../../src/stc/scintilla/src/LexSQL.cxx |
250700e4 RD |
382 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
383 | ||
88a8b04e RD |
384 | $(OBJS)\stcdll_LexScriptol.o: ../../src/stc/scintilla/src/LexScriptol.cxx |
385 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< | |
386 | ||
1c3a6972 | 387 | $(OBJS)\stcdll_LexVB.o: ../../src/stc/scintilla/src/LexVB.cxx |
250700e4 RD |
388 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
389 | ||
1c3a6972 | 390 | $(OBJS)\stcdll_LineMarker.o: ../../src/stc/scintilla/src/LineMarker.cxx |
250700e4 RD |
391 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
392 | ||
1c3a6972 | 393 | $(OBJS)\stcdll_PlatWX.o: ../../src/stc/PlatWX.cpp |
250700e4 RD |
394 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
395 | ||
1c3a6972 | 396 | $(OBJS)\stcdll_PropSet.o: ../../src/stc/scintilla/src/PropSet.cxx |
250700e4 RD |
397 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
398 | ||
1c3a6972 | 399 | $(OBJS)\stcdll_RESearch.o: ../../src/stc/scintilla/src/RESearch.cxx |
250700e4 RD |
400 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
401 | ||
1c3a6972 | 402 | $(OBJS)\stcdll_ScintillaBase.o: ../../src/stc/scintilla/src/ScintillaBase.cxx |
250700e4 RD |
403 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
404 | ||
1c3a6972 | 405 | $(OBJS)\stcdll_ScintillaWX.o: ../../src/stc/ScintillaWX.cpp |
250700e4 RD |
406 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
407 | ||
1c3a6972 | 408 | $(OBJS)\stcdll_Style.o: ../../src/stc/scintilla/src/Style.cxx |
250700e4 RD |
409 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
410 | ||
1c3a6972 | 411 | $(OBJS)\stcdll_StyleContext.o: ../../src/stc/scintilla/src/StyleContext.cxx |
250700e4 RD |
412 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
413 | ||
1c3a6972 | 414 | $(OBJS)\stcdll_UniConversion.o: ../../src/stc/scintilla/src/UniConversion.cxx |
250700e4 RD |
415 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
416 | ||
1c3a6972 | 417 | $(OBJS)\stcdll_ViewStyle.o: ../../src/stc/scintilla/src/ViewStyle.cxx |
250700e4 RD |
418 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
419 | ||
1c3a6972 | 420 | $(OBJS)\stcdll_WindowAccessor.o: ../../src/stc/scintilla/src/WindowAccessor.cxx |
250700e4 RD |
421 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
422 | ||
1c3a6972 | 423 | $(OBJS)\stcdll_XPM.o: ../../src/stc/scintilla/src/XPM.cxx |
250700e4 RD |
424 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
425 | ||
1c3a6972 | 426 | $(OBJS)\stcdll_stc.o: ../../src/stc/stc.cpp |
250700e4 RD |
427 | $(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $< |
428 | ||
1c3a6972 | 429 | $(OBJS)\stclib_AutoComplete.o: ../../src/stc/scintilla/src/AutoComplete.cxx |
250700e4 RD |
430 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
431 | ||
1c3a6972 | 432 | $(OBJS)\stclib_CallTip.o: ../../src/stc/scintilla/src/CallTip.cxx |
250700e4 RD |
433 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
434 | ||
1c3a6972 | 435 | $(OBJS)\stclib_CellBuffer.o: ../../src/stc/scintilla/src/CellBuffer.cxx |
250700e4 RD |
436 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
437 | ||
1c3a6972 | 438 | $(OBJS)\stclib_ContractionState.o: ../../src/stc/scintilla/src/ContractionState.cxx |
250700e4 RD |
439 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
440 | ||
1c3a6972 | 441 | $(OBJS)\stclib_Document.o: ../../src/stc/scintilla/src/Document.cxx |
250700e4 RD |
442 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
443 | ||
1c3a6972 | 444 | $(OBJS)\stclib_DocumentAccessor.o: ../../src/stc/scintilla/src/DocumentAccessor.cxx |
250700e4 RD |
445 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
446 | ||
1c3a6972 | 447 | $(OBJS)\stclib_Editor.o: ../../src/stc/scintilla/src/Editor.cxx |
250700e4 RD |
448 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
449 | ||
1c3a6972 | 450 | $(OBJS)\stclib_ExternalLexer.o: ../../src/stc/scintilla/src/ExternalLexer.cxx |
250700e4 RD |
451 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
452 | ||
1c3a6972 | 453 | $(OBJS)\stclib_Indicator.o: ../../src/stc/scintilla/src/Indicator.cxx |
250700e4 RD |
454 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
455 | ||
1c3a6972 | 456 | $(OBJS)\stclib_KeyMap.o: ../../src/stc/scintilla/src/KeyMap.cxx |
250700e4 RD |
457 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
458 | ||
1c3a6972 | 459 | $(OBJS)\stclib_KeyWords.o: ../../src/stc/scintilla/src/KeyWords.cxx |
250700e4 RD |
460 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
461 | ||
1c3a6972 | 462 | $(OBJS)\stclib_LexAVE.o: ../../src/stc/scintilla/src/LexAVE.cxx |
250700e4 RD |
463 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
464 | ||
1c3a6972 | 465 | $(OBJS)\stclib_LexAda.o: ../../src/stc/scintilla/src/LexAda.cxx |
250700e4 RD |
466 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
467 | ||
1c3a6972 | 468 | $(OBJS)\stclib_LexAsm.o: ../../src/stc/scintilla/src/LexAsm.cxx |
250700e4 RD |
469 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
470 | ||
1c3a6972 | 471 | $(OBJS)\stclib_LexBaan.o: ../../src/stc/scintilla/src/LexBaan.cxx |
250700e4 RD |
472 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
473 | ||
1c3a6972 | 474 | $(OBJS)\stclib_LexBullant.o: ../../src/stc/scintilla/src/LexBullant.cxx |
250700e4 RD |
475 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
476 | ||
1c3a6972 | 477 | $(OBJS)\stclib_LexCPP.o: ../../src/stc/scintilla/src/LexCPP.cxx |
250700e4 RD |
478 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
479 | ||
1c3a6972 | 480 | $(OBJS)\stclib_LexCSS.o: ../../src/stc/scintilla/src/LexCSS.cxx |
250700e4 RD |
481 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
482 | ||
1c3a6972 | 483 | $(OBJS)\stclib_LexConf.o: ../../src/stc/scintilla/src/LexConf.cxx |
250700e4 RD |
484 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
485 | ||
1c3a6972 | 486 | $(OBJS)\stclib_LexCrontab.o: ../../src/stc/scintilla/src/LexCrontab.cxx |
250700e4 RD |
487 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
488 | ||
1c3a6972 | 489 | $(OBJS)\stclib_LexEScript.o: ../../src/stc/scintilla/src/LexEScript.cxx |
250700e4 RD |
490 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
491 | ||
1c3a6972 | 492 | $(OBJS)\stclib_LexEiffel.o: ../../src/stc/scintilla/src/LexEiffel.cxx |
250700e4 RD |
493 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
494 | ||
1c3a6972 | 495 | $(OBJS)\stclib_LexFortran.o: ../../src/stc/scintilla/src/LexFortran.cxx |
250700e4 RD |
496 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
497 | ||
1c3a6972 | 498 | $(OBJS)\stclib_LexHTML.o: ../../src/stc/scintilla/src/LexHTML.cxx |
250700e4 RD |
499 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
500 | ||
1c3a6972 | 501 | $(OBJS)\stclib_LexLisp.o: ../../src/stc/scintilla/src/LexLisp.cxx |
250700e4 RD |
502 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
503 | ||
1c3a6972 | 504 | $(OBJS)\stclib_LexLout.o: ../../src/stc/scintilla/src/LexLout.cxx |
250700e4 RD |
505 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
506 | ||
1c3a6972 | 507 | $(OBJS)\stclib_LexLua.o: ../../src/stc/scintilla/src/LexLua.cxx |
250700e4 RD |
508 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
509 | ||
88a8b04e RD |
510 | $(OBJS)\stclib_LexMMIXAL.o: ../../src/stc/scintilla/src/LexMMIXAL.cxx |
511 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< | |
512 | ||
1c3a6972 | 513 | $(OBJS)\stclib_LexMatlab.o: ../../src/stc/scintilla/src/LexMatlab.cxx |
250700e4 RD |
514 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
515 | ||
88a8b04e RD |
516 | $(OBJS)\stclib_LexNsis.o: ../../src/stc/scintilla/src/LexNsis.cxx |
517 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< | |
518 | ||
1c3a6972 | 519 | $(OBJS)\stclib_LexOthers.o: ../../src/stc/scintilla/src/LexOthers.cxx |
250700e4 RD |
520 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
521 | ||
1c3a6972 | 522 | $(OBJS)\stclib_LexPOV.o: ../../src/stc/scintilla/src/LexPOV.cxx |
250700e4 RD |
523 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
524 | ||
88a8b04e RD |
525 | $(OBJS)\stclib_LexPS.o: ../../src/stc/scintilla/src/LexPS.cxx |
526 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< | |
527 | ||
1c3a6972 | 528 | $(OBJS)\stclib_LexPascal.o: ../../src/stc/scintilla/src/LexPascal.cxx |
250700e4 RD |
529 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
530 | ||
1c3a6972 | 531 | $(OBJS)\stclib_LexPerl.o: ../../src/stc/scintilla/src/LexPerl.cxx |
250700e4 RD |
532 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
533 | ||
1c3a6972 | 534 | $(OBJS)\stclib_LexPython.o: ../../src/stc/scintilla/src/LexPython.cxx |
250700e4 RD |
535 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
536 | ||
1c3a6972 | 537 | $(OBJS)\stclib_LexRuby.o: ../../src/stc/scintilla/src/LexRuby.cxx |
250700e4 RD |
538 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
539 | ||
1c3a6972 | 540 | $(OBJS)\stclib_LexSQL.o: ../../src/stc/scintilla/src/LexSQL.cxx |
250700e4 RD |
541 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
542 | ||
88a8b04e RD |
543 | $(OBJS)\stclib_LexScriptol.o: ../../src/stc/scintilla/src/LexScriptol.cxx |
544 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< | |
545 | ||
1c3a6972 | 546 | $(OBJS)\stclib_LexVB.o: ../../src/stc/scintilla/src/LexVB.cxx |
250700e4 RD |
547 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
548 | ||
1c3a6972 | 549 | $(OBJS)\stclib_LineMarker.o: ../../src/stc/scintilla/src/LineMarker.cxx |
250700e4 RD |
550 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
551 | ||
1c3a6972 | 552 | $(OBJS)\stclib_PlatWX.o: ../../src/stc/PlatWX.cpp |
250700e4 RD |
553 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
554 | ||
1c3a6972 | 555 | $(OBJS)\stclib_PropSet.o: ../../src/stc/scintilla/src/PropSet.cxx |
250700e4 RD |
556 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
557 | ||
1c3a6972 | 558 | $(OBJS)\stclib_RESearch.o: ../../src/stc/scintilla/src/RESearch.cxx |
250700e4 RD |
559 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
560 | ||
1c3a6972 | 561 | $(OBJS)\stclib_ScintillaBase.o: ../../src/stc/scintilla/src/ScintillaBase.cxx |
250700e4 RD |
562 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
563 | ||
1c3a6972 | 564 | $(OBJS)\stclib_ScintillaWX.o: ../../src/stc/ScintillaWX.cpp |
250700e4 RD |
565 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
566 | ||
1c3a6972 | 567 | $(OBJS)\stclib_Style.o: ../../src/stc/scintilla/src/Style.cxx |
250700e4 RD |
568 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
569 | ||
1c3a6972 | 570 | $(OBJS)\stclib_StyleContext.o: ../../src/stc/scintilla/src/StyleContext.cxx |
250700e4 RD |
571 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
572 | ||
1c3a6972 | 573 | $(OBJS)\stclib_UniConversion.o: ../../src/stc/scintilla/src/UniConversion.cxx |
250700e4 RD |
574 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
575 | ||
1c3a6972 | 576 | $(OBJS)\stclib_ViewStyle.o: ../../src/stc/scintilla/src/ViewStyle.cxx |
250700e4 RD |
577 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
578 | ||
1c3a6972 | 579 | $(OBJS)\stclib_WindowAccessor.o: ../../src/stc/scintilla/src/WindowAccessor.cxx |
250700e4 RD |
580 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
581 | ||
1c3a6972 | 582 | $(OBJS)\stclib_XPM.o: ../../src/stc/scintilla/src/XPM.cxx |
250700e4 RD |
583 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
584 | ||
1c3a6972 | 585 | $(OBJS)\stclib_stc.o: ../../src/stc/stc.cpp |
250700e4 RD |
586 | $(CXX) -c -o $@ $(STCLIB_CXXFLAGS) $< |
587 | ||
588 | clean: | |
589 | -if exist $(OBJS)\*.o del $(OBJS)\*.o | |
ec08d395 | 590 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_gcc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_gcc$(VENDORTAG).dll |
3f55f5b8 VS |
591 | -if exist $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a del $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a |
592 | -if exist $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a del $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a | |
250700e4 RD |
593 | |
594 | ifeq ($(SHARED),1) | |
ec08d395 JS |
595 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc_gcc$(VENDORTAG).dll: $(STCDLL_OBJECTS) |
596 | $(CXX) -shared -o $@ $(STCDLL_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--out-implib,$(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) | |
250700e4 RD |
597 | endif |
598 | ||
599 | ifeq ($(SHARED),0) | |
3f55f5b8 | 600 | $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.a: $(STCLIB_OBJECTS) |
250700e4 | 601 | if exist $@ del $@ |
3f55f5b8 | 602 | ar rcu $@ $(STCLIB_OBJECTS) |
250700e4 RD |
603 | ranlib $@ |
604 | endif | |
605 | ||
606 | .PHONY: all clean |