~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SpellChecker/wxspellchecker/build/GNUmakefile

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# =========================================================================
 
2
#     This makefile was generated by
 
3
#     Bakefile 0.1.9 (http://bakefile.sourceforge.net)
 
4
#     Do not modify, all changes will be overwritten!
 
5
# =========================================================================
 
6
 
 
7
 
 
8
 
 
9
# -------------------------------------------------------------------------
 
10
# These are configurable options:
 
11
# -------------------------------------------------------------------------
 
12
 
 
13
# 'install' program location 
 
14
INSTALL = install
 
15
 
 
16
# Location where the package is installed by 'make install' 
 
17
prefix = /usr/local
 
18
 
 
19
#  
 
20
AR = ar
 
21
 
 
22
#  
 
23
RANLIB = ranlib
 
24
 
 
25
# C++ compiler 
 
26
CXX = g++
 
27
 
 
28
# Standard flags for C++ 
 
29
CXXFLAGS = 
 
30
 
 
31
# Standard preprocessor flags (common for CC and CXX) 
 
32
CPPFLAGS = 
 
33
 
 
34
# Standard linker flags 
 
35
LDFLAGS = 
 
36
 
 
37
# Location and arguments of wx-config script 
 
38
WX_CONFIG = wx-config
 
39
 
 
40
# C++ flags to use with wxWidgets code 
 
41
WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
 
42
 
 
43
# wxWidgets libraries to link against 
 
44
WX_LIBS = `$(WX_CONFIG) --libs`
 
45
 
 
46
 
 
47
 
 
48
# -------------------------------------------------------------------------
 
49
# Do not modify the rest of this file!
 
50
# -------------------------------------------------------------------------
 
51
 
 
52
### Variables: ###
 
53
 
 
54
CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
 
55
WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) \
 
56
        $(CPPFLAGS) $(CXXFLAGS)
 
57
WXSPELLCHECKER_ASPELL_LIB_OBJECTS =  \
 
58
        gnu/wxspellchecker_aspell_lib_SpellCheckCmdLineInterface.o \
 
59
        gnu/wxspellchecker_aspell_lib_SpellCheckDialogInterface.o \
 
60
        gnu/wxspellchecker_aspell_lib_SpellCheckEngineInterface.o \
 
61
        gnu/wxspellchecker_aspell_lib_SpellCheckUserInterface.o \
 
62
        gnu/wxspellchecker_aspell_lib_XmlSpellCheckDialog.o \
 
63
        gnu/wxspellchecker_aspell_lib_SpellCheckEngineOption.o \
 
64
        gnu/wxspellchecker_aspell_lib_SpellCheckerOptionsDialog.o \
 
65
        gnu/wxspellchecker_aspell_lib_PersonalDictionary.o \
 
66
        gnu/wxspellchecker_aspell_lib_XmlPersonalDictionaryDialog.o \
 
67
        gnu/wxspellchecker_aspell_lib_AspellInterface.o \
 
68
        gnu/wxspellchecker_aspell_lib_AspellWrapper.o
 
69
WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) \
 
70
        $(CPPFLAGS) $(CXXFLAGS)
 
71
WXSPELLCHECKER_MYSPELL_LIB_OBJECTS =  \
 
72
        gnu/wxspellchecker_myspell_lib_SpellCheckCmdLineInterface.o \
 
73
        gnu/wxspellchecker_myspell_lib_SpellCheckDialogInterface.o \
 
74
        gnu/wxspellchecker_myspell_lib_SpellCheckEngineInterface.o \
 
75
        gnu/wxspellchecker_myspell_lib_SpellCheckUserInterface.o \
 
76
        gnu/wxspellchecker_myspell_lib_XmlSpellCheckDialog.o \
 
77
        gnu/wxspellchecker_myspell_lib_SpellCheckEngineOption.o \
 
78
        gnu/wxspellchecker_myspell_lib_SpellCheckerOptionsDialog.o \
 
79
        gnu/wxspellchecker_myspell_lib_PersonalDictionary.o \
 
80
        gnu/wxspellchecker_myspell_lib_XmlPersonalDictionaryDialog.o \
 
81
        gnu/wxspellchecker_myspell_lib_affentry.o \
 
82
        gnu/wxspellchecker_myspell_lib_affixmgr.o \
 
83
        gnu/wxspellchecker_myspell_lib_csutil.o \
 
84
        gnu/wxspellchecker_myspell_lib_dictmgr.o \
 
85
        gnu/wxspellchecker_myspell_lib_hashmgr.o \
 
86
        gnu/wxspellchecker_myspell_lib_myspell.o \
 
87
        gnu/wxspellchecker_myspell_lib_suggestmgr.o \
 
88
        gnu/wxspellchecker_myspell_lib_MySpellInterface.o
 
89
WXSPELLCHECKER_LIB_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) $(CPPFLAGS) \
 
90
        $(CXXFLAGS)
 
91
WXSPELLCHECKER_LIB_OBJECTS =  \
 
92
        gnu/wxspellchecker_lib_SpellCheckCmdLineInterface.o \
 
93
        gnu/wxspellchecker_lib_SpellCheckDialogInterface.o \
 
94
        gnu/wxspellchecker_lib_SpellCheckEngineInterface.o \
 
95
        gnu/wxspellchecker_lib_SpellCheckUserInterface.o \
 
96
        gnu/wxspellchecker_lib_XmlSpellCheckDialog.o \
 
97
        gnu/wxspellchecker_lib_SpellCheckEngineOption.o \
 
98
        gnu/wxspellchecker_lib_SpellCheckerOptionsDialog.o \
 
99
        gnu/wxspellchecker_lib_PersonalDictionary.o \
 
100
        gnu/wxspellchecker_lib_XmlPersonalDictionaryDialog.o \
 
101
        gnu/wxspellchecker_lib_affentry.o \
 
102
        gnu/wxspellchecker_lib_affixmgr.o \
 
103
        gnu/wxspellchecker_lib_csutil.o \
 
104
        gnu/wxspellchecker_lib_dictmgr.o \
 
105
        gnu/wxspellchecker_lib_hashmgr.o \
 
106
        gnu/wxspellchecker_lib_myspell.o \
 
107
        gnu/wxspellchecker_lib_suggestmgr.o \
 
108
        gnu/wxspellchecker_lib_AspellInterface.o \
 
109
        gnu/wxspellchecker_lib_AspellWrapper.o \
 
110
        gnu/wxspellchecker_lib_MySpellInterface.o
 
111
WXSPELLCHECKER_DEMO_CXXFLAGS = -I../include -I.. $(WX_CXXFLAGS) $(CPPFLAGS) \
 
112
        $(CXXFLAGS)
 
113
WXSPELLCHECKER_DEMO_OBJECTS =  \
 
114
        gnu/wxspellchecker_demo_MySpellCheckDialog.o \
 
115
        gnu/wxspellchecker_demo_wxSpellCheckerDemo.o
 
116
 
 
117
### Conditionally set variables: ###
 
118
 
 
119
 
 
120
 
 
121
all: gnu
 
122
gnu:
 
123
        @mkdir -p gnu
 
124
 
 
125
### Targets: ###
 
126
 
 
127
all: ../lib/libwxspellchecker_aspell.a ../lib/libwxspellchecker_myspell.a ../lib/libwxspellchecker.a ../bin/wxSpellCheckerDemo
 
128
 
 
129
install: all install_wxspellchecker_aspell_lib install_wxspellchecker_myspell_lib install_wxspellchecker_lib
 
130
 
 
131
uninstall: 
 
132
 
 
133
clean: 
 
134
        rm -f gnu/*.o
 
135
        rm -f gnu/*.d
 
136
        rm -f ../lib/libwxspellchecker_aspell.a
 
137
        rm -f ../lib/libwxspellchecker_myspell.a
 
138
        rm -f ../lib/libwxspellchecker.a
 
139
        rm -f ../bin/wxSpellCheckerDemo
 
140
 
 
141
tarball: 
 
142
        ( cd .. && tar -cvzf ../wxspellchecker.tar.gz --exclude=*.pdb --exclude=*.log --exclude=*.o* * )
 
143
 
 
144
zip: 
 
145
        ( cd .. && zip -r9 ../wxspellchecker.zip *  -x *.pdb -x *.log -x *.o* )
 
146
 
 
147
deepclean: 
 
148
        rm -f -r ../*.a
 
149
        rm -f -r ../*.lib
 
150
        rm -f -r ../*.pdb
 
151
        rm -f -r ../*.dll
 
152
        rm -f -r ../*.exp
 
153
        rm -f -r ../*.so*
 
154
        rm -f -r ../*.exe
 
155
        rm -f -r ../*.obj
 
156
        rm -f -r ../*.o
 
157
        rm -f -r ../*.log
 
158
        rm -f -r ../*.manifest*
 
159
        rm -f -r ../*.log
 
160
        rm -f -r ../.bakefile_gen.state
 
161
        rm -f -r ../*.pch
 
162
        rm -f -r ../*.ncb
 
163
        rm -f -r ../*.plg
 
164
        rm -f -r ../*.ncb
 
165
        rm -f -r ../*.aps
 
166
        rm -f -r ../*.suo
 
167
        rm -f -r ../*.user
 
168
        rm -f -r ../*.res
 
169
        rm -f -r ../*.il?
 
170
        rm -f -r ../*.tds
 
171
        rm -f -r ../*.idb
 
172
        rm -f -r ../*.map
 
173
        rm -rf ../autom4te.cache
 
174
        rm -rf ../.deps
 
175
        rm -f -r ../config.status
 
176
        rm -f -r ../config.log
 
177
        rm -f -r ../Makefile
 
178
        rm -f -r ../bk-deps
 
179
        rm -f -r ./*.a
 
180
        rm -f -r ./*.lib
 
181
        rm -f -r ./*.pdb
 
182
        rm -f -r ./*.dll
 
183
        rm -f -r ./*.exp
 
184
        rm -f -r ./*.so*
 
185
        rm -f -r ./*.exe
 
186
        rm -f -r ./*.obj
 
187
        rm -f -r ./*.o
 
188
        rm -f -r ./*.log
 
189
        rm -f -r ./*.manifest*
 
190
        rm -f -r ./*.log
 
191
        rm -f -r ./.bakefile_gen.state
 
192
        rm -f -r ./*.pch
 
193
        rm -f -r ./*.ncb
 
194
        rm -f -r ./*.plg
 
195
        rm -f -r ./*.ncb
 
196
        rm -f -r ./*.aps
 
197
        rm -f -r ./*.suo
 
198
        rm -f -r ./*.user
 
199
        rm -f -r ./*.res
 
200
        rm -f -r ./*.il?
 
201
        rm -f -r ./*.tds
 
202
        rm -f -r ./*.idb
 
203
        rm -f -r ./*.map
 
204
        rm -rf ./autom4te.cache
 
205
        rm -rf ./.deps
 
206
        rm -f -r ./config.status
 
207
        rm -f -r ./config.log
 
208
        rm -f -r ./Makefile
 
209
        rm -f -r ./bk-deps
 
210
 
 
211
docs: 
 
212
        ( cd ../docs && doxygen )
 
213
 
 
214
cleandocs: 
 
215
        rm -rf ../docs/html
 
216
 
 
217
../lib/libwxspellchecker_aspell.a: $(WXSPELLCHECKER_ASPELL_LIB_OBJECTS)
 
218
        rm -f $@
 
219
        $(AR) rcu $@ $(WXSPELLCHECKER_ASPELL_LIB_OBJECTS)
 
220
        $(RANLIB) $@
 
221
 
 
222
install_wxspellchecker_aspell_lib: 
 
223
        $(INSTALL) -d $(prefix)/lib
 
224
        $(INSTALL) -m 644 ../lib/libwxspellchecker_aspell.a $(prefix)/lib
 
225
 
 
226
../lib/libwxspellchecker_myspell.a: $(WXSPELLCHECKER_MYSPELL_LIB_OBJECTS)
 
227
        rm -f $@
 
228
        $(AR) rcu $@ $(WXSPELLCHECKER_MYSPELL_LIB_OBJECTS)
 
229
        $(RANLIB) $@
 
230
 
 
231
install_wxspellchecker_myspell_lib: 
 
232
        $(INSTALL) -d $(prefix)/lib
 
233
        $(INSTALL) -m 644 ../lib/libwxspellchecker_myspell.a $(prefix)/lib
 
234
 
 
235
../lib/libwxspellchecker.a: $(WXSPELLCHECKER_LIB_OBJECTS)
 
236
        rm -f $@
 
237
        $(AR) rcu $@ $(WXSPELLCHECKER_LIB_OBJECTS)
 
238
        $(RANLIB) $@
 
239
 
 
240
install_wxspellchecker_lib: 
 
241
        $(INSTALL) -d $(prefix)/lib
 
242
        $(INSTALL) -m 644 ../lib/libwxspellchecker.a $(prefix)/lib
 
243
 
 
244
../bin/wxSpellCheckerDemo: $(WXSPELLCHECKER_DEMO_OBJECTS) ../lib/libwxspellchecker.a
 
245
        $(CXX) -o $@ $(WXSPELLCHECKER_DEMO_OBJECTS) $(LDFLAGS) -L../lib   ../lib/libwxspellchecker.a $(WX_LIBS)
 
246
 
 
247
aspell: ../lib/libwxspellchecker_aspell.a
 
248
 
 
249
myspell: ../lib/libwxspellchecker_myspell.a
 
250
 
 
251
wxspellchecker: ../lib/libwxspellchecker.a
 
252
 
 
253
demo: ../bin/wxSpellCheckerDemo
 
254
 
 
255
gnu/wxspellchecker_aspell_lib_SpellCheckCmdLineInterface.o: ./../src/SpellCheckCmdLineInterface.cpp
 
256
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
257
 
 
258
gnu/wxspellchecker_aspell_lib_SpellCheckDialogInterface.o: ./../src/SpellCheckDialogInterface.cpp
 
259
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
260
 
 
261
gnu/wxspellchecker_aspell_lib_SpellCheckEngineInterface.o: ./../src/SpellCheckEngineInterface.cpp
 
262
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
263
 
 
264
gnu/wxspellchecker_aspell_lib_SpellCheckUserInterface.o: ./../src/SpellCheckUserInterface.cpp
 
265
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
266
 
 
267
gnu/wxspellchecker_aspell_lib_XmlSpellCheckDialog.o: ./../src/XmlSpellCheckDialog.cpp
 
268
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
269
 
 
270
gnu/wxspellchecker_aspell_lib_SpellCheckEngineOption.o: ./../src/SpellCheckEngineOption.cpp
 
271
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
272
 
 
273
gnu/wxspellchecker_aspell_lib_SpellCheckerOptionsDialog.o: ./../src/SpellCheckerOptionsDialog.cpp
 
274
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
275
 
 
276
gnu/wxspellchecker_aspell_lib_PersonalDictionary.o: ./../src/PersonalDictionary.cpp
 
277
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
278
 
 
279
gnu/wxspellchecker_aspell_lib_XmlPersonalDictionaryDialog.o: ./../src/XmlPersonalDictionaryDialog.cpp
 
280
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
281
 
 
282
gnu/wxspellchecker_aspell_lib_AspellInterface.o: ./../src/AspellInterface.cpp
 
283
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
284
 
 
285
gnu/wxspellchecker_aspell_lib_AspellWrapper.o: ./../src/AspellWrapper.cpp
 
286
        $(CXX) -c -o $@ $(WXSPELLCHECKER_ASPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
287
 
 
288
gnu/wxspellchecker_myspell_lib_SpellCheckCmdLineInterface.o: ./../src/SpellCheckCmdLineInterface.cpp
 
289
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
290
 
 
291
gnu/wxspellchecker_myspell_lib_SpellCheckDialogInterface.o: ./../src/SpellCheckDialogInterface.cpp
 
292
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
293
 
 
294
gnu/wxspellchecker_myspell_lib_SpellCheckEngineInterface.o: ./../src/SpellCheckEngineInterface.cpp
 
295
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
296
 
 
297
gnu/wxspellchecker_myspell_lib_SpellCheckUserInterface.o: ./../src/SpellCheckUserInterface.cpp
 
298
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
299
 
 
300
gnu/wxspellchecker_myspell_lib_XmlSpellCheckDialog.o: ./../src/XmlSpellCheckDialog.cpp
 
301
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
302
 
 
303
gnu/wxspellchecker_myspell_lib_SpellCheckEngineOption.o: ./../src/SpellCheckEngineOption.cpp
 
304
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
305
 
 
306
gnu/wxspellchecker_myspell_lib_SpellCheckerOptionsDialog.o: ./../src/SpellCheckerOptionsDialog.cpp
 
307
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
308
 
 
309
gnu/wxspellchecker_myspell_lib_PersonalDictionary.o: ./../src/PersonalDictionary.cpp
 
310
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
311
 
 
312
gnu/wxspellchecker_myspell_lib_XmlPersonalDictionaryDialog.o: ./../src/XmlPersonalDictionaryDialog.cpp
 
313
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
314
 
 
315
gnu/wxspellchecker_myspell_lib_affentry.o: ./../MySpell/affentry.cxx
 
316
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
317
 
 
318
gnu/wxspellchecker_myspell_lib_affixmgr.o: ./../MySpell/affixmgr.cxx
 
319
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
320
 
 
321
gnu/wxspellchecker_myspell_lib_csutil.o: ./../MySpell/csutil.cxx
 
322
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
323
 
 
324
gnu/wxspellchecker_myspell_lib_dictmgr.o: ./../MySpell/dictmgr.cxx
 
325
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
326
 
 
327
gnu/wxspellchecker_myspell_lib_hashmgr.o: ./../MySpell/hashmgr.cxx
 
328
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
329
 
 
330
gnu/wxspellchecker_myspell_lib_myspell.o: ./../MySpell/myspell.cxx
 
331
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
332
 
 
333
gnu/wxspellchecker_myspell_lib_suggestmgr.o: ./../MySpell/suggestmgr.cxx
 
334
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
335
 
 
336
gnu/wxspellchecker_myspell_lib_MySpellInterface.o: ./../src/MySpellInterface.cpp
 
337
        $(CXX) -c -o $@ $(WXSPELLCHECKER_MYSPELL_LIB_CXXFLAGS) $(CPPDEPS) $<
 
338
 
 
339
gnu/wxspellchecker_lib_SpellCheckCmdLineInterface.o: ./../src/SpellCheckCmdLineInterface.cpp
 
340
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
341
 
 
342
gnu/wxspellchecker_lib_SpellCheckDialogInterface.o: ./../src/SpellCheckDialogInterface.cpp
 
343
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
344
 
 
345
gnu/wxspellchecker_lib_SpellCheckEngineInterface.o: ./../src/SpellCheckEngineInterface.cpp
 
346
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
347
 
 
348
gnu/wxspellchecker_lib_SpellCheckUserInterface.o: ./../src/SpellCheckUserInterface.cpp
 
349
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
350
 
 
351
gnu/wxspellchecker_lib_XmlSpellCheckDialog.o: ./../src/XmlSpellCheckDialog.cpp
 
352
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
353
 
 
354
gnu/wxspellchecker_lib_SpellCheckEngineOption.o: ./../src/SpellCheckEngineOption.cpp
 
355
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
356
 
 
357
gnu/wxspellchecker_lib_SpellCheckerOptionsDialog.o: ./../src/SpellCheckerOptionsDialog.cpp
 
358
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
359
 
 
360
gnu/wxspellchecker_lib_PersonalDictionary.o: ./../src/PersonalDictionary.cpp
 
361
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
362
 
 
363
gnu/wxspellchecker_lib_XmlPersonalDictionaryDialog.o: ./../src/XmlPersonalDictionaryDialog.cpp
 
364
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
365
 
 
366
gnu/wxspellchecker_lib_affentry.o: ./../MySpell/affentry.cxx
 
367
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
368
 
 
369
gnu/wxspellchecker_lib_affixmgr.o: ./../MySpell/affixmgr.cxx
 
370
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
371
 
 
372
gnu/wxspellchecker_lib_csutil.o: ./../MySpell/csutil.cxx
 
373
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
374
 
 
375
gnu/wxspellchecker_lib_dictmgr.o: ./../MySpell/dictmgr.cxx
 
376
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
377
 
 
378
gnu/wxspellchecker_lib_hashmgr.o: ./../MySpell/hashmgr.cxx
 
379
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
380
 
 
381
gnu/wxspellchecker_lib_myspell.o: ./../MySpell/myspell.cxx
 
382
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
383
 
 
384
gnu/wxspellchecker_lib_suggestmgr.o: ./../MySpell/suggestmgr.cxx
 
385
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
386
 
 
387
gnu/wxspellchecker_lib_AspellInterface.o: ./../src/AspellInterface.cpp
 
388
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
389
 
 
390
gnu/wxspellchecker_lib_AspellWrapper.o: ./../src/AspellWrapper.cpp
 
391
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
392
 
 
393
gnu/wxspellchecker_lib_MySpellInterface.o: ./../src/MySpellInterface.cpp
 
394
        $(CXX) -c -o $@ $(WXSPELLCHECKER_LIB_CXXFLAGS) $(CPPDEPS) $<
 
395
 
 
396
gnu/wxspellchecker_demo_MySpellCheckDialog.o: ./../samples/wxWidgets/MySpellCheckDialog.cpp
 
397
        $(CXX) -c -o $@ $(WXSPELLCHECKER_DEMO_CXXFLAGS) $(CPPDEPS) $<
 
398
 
 
399
gnu/wxspellchecker_demo_wxSpellCheckerDemo.o: ./../samples/wxWidgets/wxSpellCheckerDemo.cpp
 
400
        $(CXX) -c -o $@ $(WXSPELLCHECKER_DEMO_CXXFLAGS) $(CPPDEPS) $<
 
401
 
 
402
.PHONY: all install uninstall clean install_wxspellchecker_aspell_lib install_wxspellchecker_myspell_lib install_wxspellchecker_lib aspell myspell wxspellchecker demo
 
403
 
 
404
 
 
405
# Dependencies tracking:
 
406
-include gnu/*.d