~efargaspro/+junk/codeblocks-16.01-release

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
# =========================================================================
#     This makefile was generated by
#     Bakefile 0.1.9 (http://bakefile.sourceforge.net)
#     Do not modify, all changes will be overwritten!
# =========================================================================



# -------------------------------------------------------------------------
# These are configurable options:
# -------------------------------------------------------------------------

# 'install' program location 
INSTALL = install

# Location where the package is installed by 'make install' 
prefix = /usr/local

#  
AR = ar

#  
RANLIB = ranlib

# C++ compiler 
CXX = g++

# Standard flags for C++ 
CXXFLAGS = 

# Standard preprocessor flags (common for CC and CXX) 
CPPFLAGS = 

# Standard linker flags 
LDFLAGS = 

# Location and arguments of wx-config script 
WX_CONFIG = wx-config

# C++ flags to use with wxWidgets code 
WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`

# wxWidgets libraries to link against 
WX_LIBS = `$(WX_CONFIG) --libs`



# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------

### Variables: ###

CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) \
	$(CPPFLAGS) $(CXXFLAGS)
WXSPELLCHECKER_ASPELL_LIB_OBJECTS =  \
	gnu/wxspellchecker_aspell_lib_SpellCheckCmdLineInterface.o \
	gnu/wxspellchecker_aspell_lib_SpellCheckDialogInterface.o \
	gnu/wxspellchecker_aspell_lib_SpellCheckEngineInterface.o \
	gnu/wxspellchecker_aspell_lib_SpellCheckUserInterface.o \
	gnu/wxspellchecker_aspell_lib_XmlSpellCheckDialog.o \
	gnu/wxspellchecker_aspell_lib_SpellCheckEngineOption.o \
	gnu/wxspellchecker_aspell_lib_SpellCheckerOptionsDialog.o \
	gnu/wxspellchecker_aspell_lib_PersonalDictionary.o \
	gnu/wxspellchecker_aspell_lib_XmlPersonalDictionaryDialog.o \
	gnu/wxspellchecker_aspell_lib_AspellInterface.o \
	gnu/wxspellchecker_aspell_lib_AspellWrapper.o
WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) \
	$(CPPFLAGS) $(CXXFLAGS)
WXSPELLCHECKER_MYSPELL_LIB_OBJECTS =  \
	gnu/wxspellchecker_myspell_lib_SpellCheckCmdLineInterface.o \
	gnu/wxspellchecker_myspell_lib_SpellCheckDialogInterface.o \
	gnu/wxspellchecker_myspell_lib_SpellCheckEngineInterface.o \
	gnu/wxspellchecker_myspell_lib_SpellCheckUserInterface.o \
	gnu/wxspellchecker_myspell_lib_XmlSpellCheckDialog.o \
	gnu/wxspellchecker_myspell_lib_SpellCheckEngineOption.o \
	gnu/wxspellchecker_myspell_lib_SpellCheckerOptionsDialog.o \
	gnu/wxspellchecker_myspell_lib_PersonalDictionary.o \
	gnu/wxspellchecker_myspell_lib_XmlPersonalDictionaryDialog.o \
	gnu/wxspellchecker_myspell_lib_affentry.o \
	gnu/wxspellchecker_myspell_lib_affixmgr.o \
	gnu/wxspellchecker_myspell_lib_csutil.o \
	gnu/wxspellchecker_myspell_lib_dictmgr.o \
	gnu/wxspellchecker_myspell_lib_hashmgr.o \
	gnu/wxspellchecker_myspell_lib_myspell.o \
	gnu/wxspellchecker_myspell_lib_suggestmgr.o \
	gnu/wxspellchecker_myspell_lib_MySpellInterface.o
WXSPELLCHECKER_LIB_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) $(CPPFLAGS) \
	$(CXXFLAGS)
WXSPELLCHECKER_LIB_OBJECTS =  \
	gnu/wxspellchecker_lib_SpellCheckCmdLineInterface.o \
	gnu/wxspellchecker_lib_SpellCheckDialogInterface.o \
	gnu/wxspellchecker_lib_SpellCheckEngineInterface.o \
	gnu/wxspellchecker_lib_SpellCheckUserInterface.o \
	gnu/wxspellchecker_lib_XmlSpellCheckDialog.o \
	gnu/wxspellchecker_lib_SpellCheckEngineOption.o \
	gnu/wxspellchecker_lib_SpellCheckerOptionsDialog.o \
	gnu/wxspellchecker_lib_PersonalDictionary.o \
	gnu/wxspellchecker_lib_XmlPersonalDictionaryDialog.o \
	gnu/wxspellchecker_lib_affentry.o \
	gnu/wxspellchecker_lib_affixmgr.o \
	gnu/wxspellchecker_lib_csutil.o \
	gnu/wxspellchecker_lib_dictmgr.o \
	gnu/wxspellchecker_lib_hashmgr.o \
	gnu/wxspellchecker_lib_myspell.o \
	gnu/wxspellchecker_lib_suggestmgr.o \
	gnu/wxspellchecker_lib_AspellInterface.o \
	gnu/wxspellchecker_lib_AspellWrapper.o \
	gnu/wxspellchecker_lib_MySpellInterface.o
WXSPELLCHECKER_DEMO_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) $(CPPFLAGS) \
	$(CXXFLAGS)
WXSPELLCHECKER_DEMO_OBJECTS =  \
	gnu/wxspellchecker_demo_MySpellCheckDialog.o \
	gnu/wxspellchecker_demo_wxSpellCheckerDemo.o

### Conditionally set variables: ###



all: gnu
gnu:
	@mkdir -p gnu

### Targets: ###

all: ../lib/libwxspellchecker_aspell.a ../lib/libwxspellchecker_myspell.a ../lib/libwxspellchecker.a ../bin/wxSpellCheckerDemo

install: all install_wxspellchecker_aspell_lib install_wxspellchecker_myspell_lib install_wxspellchecker_lib

uninstall: 

clean: 
	rm -f gnu/*.o
	rm -f gnu/*.d
	rm -f ../lib/libwxspellchecker_aspell.a
	rm -f ../lib/libwxspellchecker_myspell.a
	rm -f ../lib/libwxspellchecker.a
	rm -f ../bin/wxSpellCheckerDemo

tarball: 
	( cd .. && tar -cvzf ../wxspellchecker.tar.gz --exclude=*.pdb --exclude=*.log --exclude=*.o* * )

zip: 
	( cd .. && zip -r9 ../wxspellchecker.zip *  -x *.pdb -x *.log -x *.o* )

deepclean: 
	rm -f -r ../*.a
	rm -f -r ../*.lib
	rm -f -r ../*.pdb
	rm -f -r ../*.dll
	rm -f -r ../*.exp
	rm -f -r ../*.so*
	rm -f -r ../*.exe
	rm -f -r ../*.obj
	rm -f -r ../*.o
	rm -f -r ../*.log
	rm -f -r ../*.manifest*
	rm -f -r ../*.log
	rm -f -r ../.bakefile_gen.state
	rm -f -r ../*.pch
	rm -f -r ../*.ncb
	rm -f -r ../*.plg
	rm -f -r ../*.ncb
	rm -f -r ../*.aps
	rm -f -r ../*.suo
	rm -f -r ../*.user
	rm -f -r ../*.res
	rm -f -r ../*.il?
	rm -f -r ../*.tds
	rm -f -r ../*.idb
	rm -f -r ../*.map
	rm -rf ../autom4te.cache
	rm -rf ../.deps
	rm -f -r ../config.status
	rm -f -r ../config.log
	rm -f -r ../Makefile
	rm -f -r ../bk-deps
	rm -f -r ./*.a
	rm -f -r ./*.lib
	rm -f -r ./*.pdb
	rm -f -r ./*.dll
	rm -f -r ./*.exp
	rm -f -r ./*.so*
	rm -f -r ./*.exe
	rm -f -r ./*.obj
	rm -f -r ./*.o
	rm -f -r ./*.log
	rm -f -r ./*.manifest*
	rm -f -r ./*.log
	rm -f -r ./.bakefile_gen.state
	rm -f -r ./*.pch
	rm -f -r ./*.ncb
	rm -f -r ./*.plg
	rm -f -r ./*.ncb
	rm -f -r ./*.aps
	rm -f -r ./*.suo
	rm -f -r ./*.user
	rm -f -r ./*.res
	rm -f -r ./*.il?
	rm -f -r ./*.tds
	rm -f -r ./*.idb
	rm -f -r ./*.map
	rm -rf ./autom4te.cache
	rm -rf ./.deps
	rm -f -r ./config.status
	rm -f -r ./config.log
	rm -f -r ./Makefile
	rm -f -r ./bk-deps

docs: 
	( cd ../docs && doxygen )

cleandocs: 
	rm -rf ../docs/html

../lib/libwxspellchecker_aspell.a: $(WXSPELLCHECKER_ASPELL_LIB_OBJECTS)
	rm -f $@
	$(AR) rcu $@ $(WXSPELLCHECKER_ASPELL_LIB_OBJECTS)
	$(RANLIB) $@

install_wxspellchecker_aspell_lib: 
	$(INSTALL) -d $(prefix)/lib
	$(INSTALL) -m 644 ../lib/libwxspellchecker_aspell.a $(prefix)/lib

../lib/libwxspellchecker_myspell.a: $(WXSPELLCHECKER_MYSPELL_LIB_OBJECTS)
	rm -f $@
	$(AR) rcu $@ $(WXSPELLCHECKER_MYSPELL_LIB_OBJECTS)
	$(RANLIB) $@

install_wxspellchecker_myspell_lib: 
	$(INSTALL) -d $(prefix)/lib
	$(INSTALL) -m 644 ../lib/libwxspellchecker_myspell.a $(prefix)/lib

../lib/libwxspellchecker.a: $(WXSPELLCHECKER_LIB_OBJECTS)
	rm -f $@
	$(AR) rcu $@ $(WXSPELLCHECKER_LIB_OBJECTS)
	$(RANLIB) $@

install_wxspellchecker_lib: 
	$(INSTALL) -d $(prefix)/lib
	$(INSTALL) -m 644 ../lib/libwxspellchecker.a $(prefix)/lib

../bin/wxSpellCheckerDemo: $(WXSPELLCHECKER_DEMO_OBJECTS) ../lib/libwxspellchecker.a
	$(CXX) -o $@ $(WXSPELLCHECKER_DEMO_OBJECTS) $(LDFLAGS) -L../lib   ../lib/libwxspellchecker.a $(WX_LIBS)

aspell: ../lib/libwxspellchecker_aspell.a

myspell: ../lib/libwxspellchecker_myspell.a

wxspellchecker: ../lib/libwxspellchecker.a

demo: ../bin/wxSpellCheckerDemo

gnu/wxspellchecker_aspell_lib_SpellCheckCmdLineInterface.o: ./../src/SpellCheckCmdLineInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_SpellCheckDialogInterface.o: ./../src/SpellCheckDialogInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_SpellCheckEngineInterface.o: ./../src/SpellCheckEngineInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_SpellCheckUserInterface.o: ./../src/SpellCheckUserInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_XmlSpellCheckDialog.o: ./../src/XmlSpellCheckDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_SpellCheckEngineOption.o: ./../src/SpellCheckEngineOption.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_SpellCheckerOptionsDialog.o: ./../src/SpellCheckerOptionsDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_PersonalDictionary.o: ./../src/PersonalDictionary.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_XmlPersonalDictionaryDialog.o: ./../src/XmlPersonalDictionaryDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_AspellInterface.o: ./../src/AspellInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_aspell_lib_AspellWrapper.o: ./../src/AspellWrapper.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_SpellCheckCmdLineInterface.o: ./../src/SpellCheckCmdLineInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_SpellCheckDialogInterface.o: ./../src/SpellCheckDialogInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_SpellCheckEngineInterface.o: ./../src/SpellCheckEngineInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_SpellCheckUserInterface.o: ./../src/SpellCheckUserInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_XmlSpellCheckDialog.o: ./../src/XmlSpellCheckDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_SpellCheckEngineOption.o: ./../src/SpellCheckEngineOption.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_SpellCheckerOptionsDialog.o: ./../src/SpellCheckerOptionsDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_PersonalDictionary.o: ./../src/PersonalDictionary.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_XmlPersonalDictionaryDialog.o: ./../src/XmlPersonalDictionaryDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_affentry.o: ./../MySpell/affentry.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_affixmgr.o: ./../MySpell/affixmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_csutil.o: ./../MySpell/csutil.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_dictmgr.o: ./../MySpell/dictmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_hashmgr.o: ./../MySpell/hashmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_myspell.o: ./../MySpell/myspell.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_suggestmgr.o: ./../MySpell/suggestmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_myspell_lib_MySpellInterface.o: ./../src/MySpellInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_SpellCheckCmdLineInterface.o: ./../src/SpellCheckCmdLineInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_SpellCheckDialogInterface.o: ./../src/SpellCheckDialogInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_SpellCheckEngineInterface.o: ./../src/SpellCheckEngineInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_SpellCheckUserInterface.o: ./../src/SpellCheckUserInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_XmlSpellCheckDialog.o: ./../src/XmlSpellCheckDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_SpellCheckEngineOption.o: ./../src/SpellCheckEngineOption.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_SpellCheckerOptionsDialog.o: ./../src/SpellCheckerOptionsDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_PersonalDictionary.o: ./../src/PersonalDictionary.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_XmlPersonalDictionaryDialog.o: ./../src/XmlPersonalDictionaryDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_affentry.o: ./../MySpell/affentry.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_affixmgr.o: ./../MySpell/affixmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_csutil.o: ./../MySpell/csutil.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_dictmgr.o: ./../MySpell/dictmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_hashmgr.o: ./../MySpell/hashmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_myspell.o: ./../MySpell/myspell.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_suggestmgr.o: ./../MySpell/suggestmgr.cxx
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_AspellInterface.o: ./../src/AspellInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_AspellWrapper.o: ./../src/AspellWrapper.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_lib_MySpellInterface.o: ./../src/MySpellInterface.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_demo_MySpellCheckDialog.o: ./../samples/wxWidgets/MySpellCheckDialog.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_DEMO_CXXFLAGS) $(CPPDEPS) $<

gnu/wxspellchecker_demo_wxSpellCheckerDemo.o: ./../samples/wxWidgets/wxSpellCheckerDemo.cpp
	$(CXX) -c -o $@ $(WXSPELLCHECKER_DEMO_CXXFLAGS) $(CPPDEPS) $<

.PHONY: all install uninstall clean install_wxspellchecker_aspell_lib install_wxspellchecker_myspell_lib install_wxspellchecker_lib aspell myspell wxspellchecker demo


# Dependencies tracking:
-include gnu/*.d