Blame view

nbproject/configurations.xml 16.5 KB
Michał Lenart authored
1
<?xml version="1.0" encoding="UTF-8"?>
Michał Lenart authored
2
<configurationDescriptor version="94">
Michał Lenart authored
3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
Michał Lenart authored
4
5
6
7
8
9
10
    <logicalFolder name="build"
                   displayName="build"
                   projectFiles="true"
                   root="build">
      <itemPath>build/default_fsa.cpp</itemPath>
      <itemPath>build/default_synth_fsa.cpp</itemPath>
    </logicalFolder>
Michał Lenart authored
11
    <logicalFolder name="f1" displayName="input" projectFiles="true">
Michał Lenart authored
12
    </logicalFolder>
Michał Lenart authored
13
14
15
16
17
18
    <logicalFolder name="java"
                   displayName="java"
                   projectFiles="true"
                   root="build1/morfeusz/java">
      <itemPath>build1/morfeusz/java/swigJAVA.cpp</itemPath>
    </logicalFolder>
Michał Lenart authored
19
    <df root="morfeusz" name="0">
Michał Lenart authored
20
      <df name="charset">
Michał Lenart authored
21
        <in>CaseConverter.cpp</in>
Michał Lenart authored
22
        <in>CharsetConverter.cpp</in>
Michał Lenart authored
23
        <in>caseconv.cpp</in>
Michał Lenart authored
24
        <in>conversion_tables.cpp</in>
Michał Lenart authored
25
      </df>
Michał Lenart authored
26
27
28
      <df name="cli">
        <in>cli.cpp</in>
      </df>
Michał Lenart authored
29
30
31
32
33
34
35
36
      <df name="decoder">
        <in>InterpretedChunksDecoder4Analyzer.cpp</in>
        <in>InterpretedChunksDecoder4Generator.cpp</in>
      </df>
      <df name="deserializer">
        <in>InterpsGroupsReader.cpp</in>
        <in>MorphDeserializer.cpp</in>
      </df>
Michał Lenart authored
37
38
39
40
41
42
      <df name="fsa">
        <in>const.cpp</in>
        <in>test_not_recognize.cpp</in>
        <in>test_recognize.cpp</in>
        <in>test_speed.cpp</in>
      </df>
Michał Lenart authored
43
      <df name="segrules">
Michał Lenart authored
44
        <in>SegrulesFSA.cpp</in>
Michał Lenart authored
45
46
        <in>segrules.cpp</in>
      </df>
Michał Lenart authored
47
      <in>CasePatternHelper.cpp</in>
Michał Lenart authored
48
      <in>Environment.cpp</in>
Michał Lenart authored
49
      <in>InflexionGraph.cpp</in>
Michał Lenart authored
50
51
      <in>Morfeusz.cpp</in>
      <in>MorphDeserializer.cpp</in>
Michał Lenart authored
52
      <in>MorphInterpretation.cpp</in>
Michał Lenart authored
53
      <in>Qualifiers.cpp</in>
Michał Lenart authored
54
      <in>Tagset.cpp</in>
Michał Lenart authored
55
      <in>const.cpp</in>
Michał Lenart authored
56
      <in>main.cpp</in>
Michał Lenart authored
57
58
      <in>morfeusz_analyzer.cpp</in>
      <in>morfeusz_generator.cpp</in>
Michał Lenart authored
59
      <in>test_recognize_dict.cpp</in>
Michał Lenart authored
60
      <in>test_result_equals.cpp</in>
Michał Lenart authored
61
    </df>
Michał Lenart authored
62
63
64
65
    <logicalFolder name="morfeusz"
                   displayName="morfeusz"
                   projectFiles="true"
                   root="build/morfeusz">
Michał Lenart authored
66
67
68
69
70
71
      <logicalFolder name="java" displayName="java" projectFiles="true">
        <itemPath>build/morfeusz/java/swigJAVA.cpp</itemPath>
      </logicalFolder>
      <logicalFolder name="python" displayName="python" projectFiles="true">
        <itemPath>build/morfeusz/python/swigPYTHON.cpp</itemPath>
      </logicalFolder>
Michał Lenart authored
72
      <itemPath>default_fsa.cpp</itemPath>
Michał Lenart authored
73
      <itemPath>build/morfeusz/default_fsa.cpp</itemPath>
Michał Lenart authored
74
      <itemPath>default_synth_fsa.cpp</itemPath>
Michał Lenart authored
75
      <itemPath>build/morfeusz/default_synth_fsa.cpp</itemPath>
Michał Lenart authored
76
      <itemPath>build/morfeusz/morfeuszJAVA_wrap.cxx</itemPath>
Michał Lenart authored
77
      <itemPath>build/morfeusz/morfeuszPERL_wrap.cxx</itemPath>
Michał Lenart authored
78
79
      <itemPath>build/morfeusz/morfeuszPYTHON_wrap.cxx</itemPath>
    </logicalFolder>
Michał Lenart authored
80
81
82
83
84
85
86
87
88
89
    <logicalFolder name="ExternalFiles"
                   displayName="Important Files"
                   projectFiles="false"
                   kind="IMPORTANT_FILES_FOLDER">
      <itemPath>CMakeLists.txt</itemPath>
      <itemPath>build/Makefile</itemPath>
    </logicalFolder>
  </logicalFolder>
  <sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
  <sourceRootList>
Michał Lenart authored
90
    <Elem>fsa</Elem>
Michał Lenart authored
91
92
93
94
95
96
97
98
99
100
    <Elem>morfeusz</Elem>
  </sourceRootList>
  <projectmakefile>build/Makefile</projectmakefile>
  <confs>
    <conf name="Default" type="0">
      <toolsSet>
        <compilerSet>default</compilerSet>
        <dependencyChecking>false</dependencyChecking>
        <rebuildPropChanged>false</rebuildPropChanged>
      </toolsSet>
Michał Lenart authored
101
      <flagsDictionary>
Michał Lenart authored
102
103
104
        <element flagsID="0" commonFlags="-g -O2 -fPIC"/>
        <element flagsID="1" commonFlags="-std=c++98 -O3"/>
        <element flagsID="2" commonFlags="-std=c++98 -O3 -fPIC"/>
Michał Lenart authored
105
      </flagsDictionary>
Michał Lenart authored
106
107
108
109
110
111
112
      <codeAssistance>
      </codeAssistance>
      <makefileType>
        <makeTool>
          <buildCommandWorkingDir>build</buildCommandWorkingDir>
          <buildCommand>${MAKE} -f Makefile</buildCommand>
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
Michał Lenart authored
113
          <executablePath>build/morfeusz/morfeusz_analyzer</executablePath>
Michał Lenart authored
114
          <ccTool flags="2">
Michał Lenart authored
115
116
117
            <preprocessorList>
              <Elem>NDEBUG</Elem>
            </preprocessorList>
Michał Lenart authored
118
          </ccTool>
Michał Lenart authored
119
120
        </makeTool>
      </makefileType>
Michał Lenart authored
121
122
123
124
      <item path="build/default_fsa.cpp" ex="false" tool="1" flavor2="4">
      </item>
      <item path="build/default_synth_fsa.cpp" ex="false" tool="1" flavor2="4">
      </item>
Michał Lenart authored
125
      <item path="build/morfeusz/default_fsa.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
126
127
128
129
130
        <ccTool flags="2">
          <incDir>
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
          </incDir>
Michał Lenart authored
131
132
133
134
135
136
137
138
139
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
      <item path="build/morfeusz/default_synth_fsa.cpp"
            ex="false"
            tool="1"
            flavor2="4">
Michał Lenart authored
140
141
142
143
144
        <ccTool flags="2">
          <incDir>
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
          </incDir>
Michał Lenart authored
145
146
147
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
Michał Lenart authored
148
        </ccTool>
Michał Lenart authored
149
      </item>
Michał Lenart authored
150
151
      <item path="build/morfeusz/java/swigJAVA.cpp" ex="false" tool="1" flavor2="4">
      </item>
Michał Lenart authored
152
153
154
      <item path="build/morfeusz/morfeuszJAVA_wrap.cxx"
            ex="false"
            tool="1"
Michał Lenart authored
155
            flavor2="8">
Michał Lenart authored
156
157
        <ccTool>
          <incDir>
Michał Lenart authored
158
159
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
160
            <pElem>build/morfeusz</pElem>
Michał Lenart authored
161
            <pElem>/usr/lib/jvm/default-java/include</pElem>
Michał Lenart authored
162
163
164
            <pElem>build/morfeusz/java</pElem>
          </incDir>
          <preprocessorList>
Michał Lenart authored
165
            <Elem>_OPTIMIZE__=1</Elem>
Michał Lenart authored
166
167
            <Elem>__PIC__=2</Elem>
            <Elem>__pic__=2</Elem>
Michał Lenart authored
168
            <Elem>jmorfeusz_EXPORTS</Elem>
Michał Lenart authored
169
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
170
          </preprocessorList>
Michał Lenart authored
171
          <undefinedList>
Michał Lenart authored
172
            <Elem>__GCC_HAVE_DWARF2_CFI_ASM=1</Elem>
Michał Lenart authored
173
174
            <Elem>__NO_INLINE__</Elem>
          </undefinedList>
Michał Lenart authored
175
176
        </ccTool>
      </item>
Michał Lenart authored
177
178
179
180
      <item path="build/morfeusz/morfeuszPERL_wrap.cxx"
            ex="false"
            tool="1"
            flavor2="4">
Michał Lenart authored
181
        <ccTool flags="2">
Michał Lenart authored
182
          <incDir>
Michał Lenart authored
183
184
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
185
186
187
188
189
190
191
192
            <pElem>/usr/lib/perl/5.14/CORE</pElem>
            <pElem>build/morfeusz/perl</pElem>
          </incDir>
          <preprocessorList>
            <Elem>morfeusz_perl_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
Michał Lenart authored
193
194
195
      <item path="build/morfeusz/morfeuszPYTHON_wrap.cxx"
            ex="false"
            tool="1"
Michał Lenart authored
196
            flavor2="8">
Michał Lenart authored
197
        <ccTool>
Michał Lenart authored
198
          <incDir>
Michał Lenart authored
199
200
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
201
            <pElem>build/morfeusz</pElem>
Michał Lenart authored
202
203
204
205
            <pElem>/usr/include/python2.7</pElem>
            <pElem>build/morfeusz/python</pElem>
          </incDir>
          <preprocessorList>
Michał Lenart authored
206
            <Elem>_OPTIMIZE__=1</Elem>
Michał Lenart authored
207
208
            <Elem>__PIC__=2</Elem>
            <Elem>__pic__=2</Elem>
Michał Lenart authored
209
            <Elem>_morfeusz_EXPORTS</Elem>
Michał Lenart authored
210
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
211
          </preprocessorList>
Michał Lenart authored
212
          <undefinedList>
Michał Lenart authored
213
            <Elem>__GCC_HAVE_DWARF2_CFI_ASM=1</Elem>
Michał Lenart authored
214
215
            <Elem>__NO_INLINE__</Elem>
          </undefinedList>
Michał Lenart authored
216
217
        </ccTool>
      </item>
Michał Lenart authored
218
219
220
221
      <item path="build/morfeusz/python/swigPYTHON.cpp"
            ex="false"
            tool="1"
            flavor2="4">
Michał Lenart authored
222
223
        <ccTool flags="0">
        </ccTool>
Michał Lenart authored
224
      </item>
Michał Lenart authored
225
226
      <item path="build1/morfeusz/java/swigJAVA.cpp" ex="false" tool="1" flavor2="4">
      </item>
Michał Lenart authored
227
      <item path="default_fsa.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
228
        <ccTool>
Michał Lenart authored
229
          <incDir>
Michał Lenart authored
230
231
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
232
            <pElem>build/morfeusz</pElem>
Michał Lenart authored
233
            <pElem>morfeusz/build/morfeusz</pElem>
Michał Lenart authored
234
235
236
237
238
239
240
          </incDir>
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
      <item path="default_synth_fsa.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
241
        <ccTool>
Michał Lenart authored
242
          <incDir>
Michał Lenart authored
243
244
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
245
            <pElem>build/morfeusz</pElem>
Michał Lenart authored
246
            <pElem>morfeusz/build/morfeusz</pElem>
Michał Lenart authored
247
248
249
250
          </incDir>
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
Michał Lenart authored
251
252
        </ccTool>
      </item>
Michał Lenart authored
253
      <folder path="0">
Michał Lenart authored
254
255
        <ccTool>
          <incDir>
Michał Lenart authored
256
257
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
258
259
            <pElem>build/morfeusz</pElem>
          </incDir>
Michał Lenart authored
260
261
262
263
        </ccTool>
      </folder>
      <folder path="0/charset">
        <ccTool>
Michał Lenart authored
264
          <preprocessorList>
Michał Lenart authored
265
266
267
268
269
270
271
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </folder>
      <folder path="0/cli">
        <ccTool>
          <preprocessorList>
Michał Lenart authored
272
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
273
          </preprocessorList>
Michał Lenart authored
274
275
        </ccTool>
      </folder>
Michał Lenart authored
276
      <folder path="0/decoder">
Michał Lenart authored
277
278
279
280
281
282
        <ccTool>
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </folder>
Michał Lenart authored
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
      <folder path="0/deserializer">
        <ccTool>
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </folder>
      <folder path="0/fsa">
        <ccTool>
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </folder>
      <folder path="0/segrules">
        <ccTool>
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </folder>
Michał Lenart authored
304
305
306
      <folder path="build">
        <ccTool>
          <incDir>
Michał Lenart authored
307
308
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
309
310
311
312
313
314
315
316
317
318
319
320
            <pElem>build/morfeusz</pElem>
          </incDir>
          <preprocessorList>
            <Elem>__PIC__=2</Elem>
            <Elem>__pic__=2</Elem>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
          <undefinedList>
            <Elem>__GCC_HAVE_DWARF2_CFI_ASM=1</Elem>
          </undefinedList>
        </ccTool>
      </folder>
Michał Lenart authored
321
      <folder path="java">
Michał Lenart authored
322
323
        <ccTool>
          <incDir>
Michał Lenart authored
324
325
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
326
            <pElem>build/morfeusz</pElem>
Michał Lenart authored
327
328
            <pElem>build1</pElem>
            <pElem>/usr/lib/jvm/java-6-openjdk/include</pElem>
Michał Lenart authored
329
          </incDir>
Michał Lenart authored
330
331
          <preprocessorList>
            <Elem>libjmorfeusz_EXPORTS</Elem>
Michał Lenart authored
332
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
333
          </preprocessorList>
Michał Lenart authored
334
335
        </ccTool>
      </folder>
Michał Lenart authored
336
337
338
      <folder path="morfeusz/java">
        <ccTool>
          <incDir>
Michał Lenart authored
339
340
            <pElem>build</pElem>
            <pElem>morfeusz</pElem>
Michał Lenart authored
341
            <pElem>/usr/lib/jvm/java-6-openjdk/include</pElem>
Michał Lenart authored
342
343
          </incDir>
          <preprocessorList>
Michał Lenart authored
344
            <Elem>libjmorfeusz_EXPORTS</Elem>
Michał Lenart authored
345
346
347
348
349
350
          </preprocessorList>
        </ccTool>
      </folder>
      <folder path="morfeusz/python">
        <ccTool>
          <incDir>
Michał Lenart authored
351
            <pElem>morfeusz</pElem>
Michał Lenart authored
352
353
354
355
            <pElem>/usr/include/python2.7</pElem>
          </incDir>
        </ccTool>
      </folder>
Michał Lenart authored
356
      <item path="morfeusz/CasePatternHelper.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
357
        <ccTool flags="2">
Michał Lenart authored
358
359
360
361
362
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
Michał Lenart authored
363
      <item path="morfeusz/Environment.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
364
        <ccTool flags="2">
Michał Lenart authored
365
366
367
368
369
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
Michał Lenart authored
370
      <item path="morfeusz/InflexionGraph.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
371
        <ccTool flags="2">
Michał Lenart authored
372
373
374
375
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
Michał Lenart authored
376
      </item>
Michał Lenart authored
377
      <item path="morfeusz/Morfeusz.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
378
        <ccTool flags="2">
Michał Lenart authored
379
          <preprocessorList>
Michał Lenart authored
380
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
381
          </preprocessorList>
Michał Lenart authored
382
        </ccTool>
Michał Lenart authored
383
      </item>
Michał Lenart authored
384
      <item path="morfeusz/MorphDeserializer.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
385
        <ccTool flags="2">
Michał Lenart authored
386
          <preprocessorList>
Michał Lenart authored
387
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
388
          </preprocessorList>
Michał Lenart authored
389
        </ccTool>
Michał Lenart authored
390
      </item>
Michał Lenart authored
391
      <item path="morfeusz/MorphInterpretation.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
392
        <ccTool flags="2">
Michał Lenart authored
393
          <preprocessorList>
Michał Lenart authored
394
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
395
          </preprocessorList>
Michał Lenart authored
396
        </ccTool>
Michał Lenart authored
397
      </item>
Michał Lenart authored
398
      <item path="morfeusz/Qualifiers.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
399
        <ccTool flags="2">
Michał Lenart authored
400
401
402
403
404
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
Michał Lenart authored
405
      <item path="morfeusz/Tagset.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
406
        <ccTool flags="2">
Michał Lenart authored
407
          <preprocessorList>
Michał Lenart authored
408
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
409
          </preprocessorList>
Michał Lenart authored
410
        </ccTool>
Michał Lenart authored
411
      </item>
Michał Lenart authored
412
      <item path="morfeusz/charset/CaseConverter.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
413
      </item>
Michał Lenart authored
414
415
416
      <item path="morfeusz/charset/CharsetConverter.cpp"
            ex="false"
            tool="1"
Michał Lenart authored
417
            flavor2="4">
Michał Lenart authored
418
      </item>
Michał Lenart authored
419
      <item path="morfeusz/charset/caseconv.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
420
      </item>
Michał Lenart authored
421
422
423
      <item path="morfeusz/charset/conversion_tables.cpp"
            ex="false"
            tool="1"
Michał Lenart authored
424
            flavor2="4">
Michał Lenart authored
425
      </item>
Michał Lenart authored
426
      <item path="morfeusz/cli/cli.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
427
      </item>
Michał Lenart authored
428
      <item path="morfeusz/const.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
429
        <ccTool flags="2">
Michał Lenart authored
430
431
432
433
434
435
436
437
438
439
440
441
442
443
          <preprocessorList>
            <Elem>libmorfeusz_EXPORTS</Elem>
          </preprocessorList>
        </ccTool>
      </item>
      <item path="morfeusz/decoder/InterpretedChunksDecoder4Analyzer.cpp"
            ex="false"
            tool="1"
            flavor2="4">
      </item>
      <item path="morfeusz/decoder/InterpretedChunksDecoder4Generator.cpp"
            ex="false"
            tool="1"
            flavor2="4">
Michał Lenart authored
444
      </item>
Michał Lenart authored
445
446
447
448
      <item path="morfeusz/deserializer/InterpsGroupsReader.cpp"
            ex="false"
            tool="1"
            flavor2="4">
Michał Lenart authored
449
      </item>
Michał Lenart authored
450
451
452
453
454
455
456
      <item path="morfeusz/deserializer/MorphDeserializer.cpp"
            ex="false"
            tool="1"
            flavor2="4">
      </item>
      <item path="morfeusz/fsa/const.cpp" ex="false" tool="1" flavor2="4">
      </item>
Michał Lenart authored
457
      <item path="morfeusz/fsa/test_not_recognize.cpp"
Michał Lenart authored
458
459
            ex="false"
            tool="1"
Michał Lenart authored
460
461
            flavor2="8">
        <ccTool>
Michał Lenart authored
462
463
464
          <incDir>
            <pElem>build/fsa</pElem>
          </incDir>
Michał Lenart authored
465
        </ccTool>
Michał Lenart authored
466
      </item>
Michał Lenart authored
467
      <item path="morfeusz/fsa/test_recognize.cpp" ex="false" tool="1" flavor2="8">
Michał Lenart authored
468
        <ccTool>
Michał Lenart authored
469
470
471
          <incDir>
            <pElem>build/fsa</pElem>
          </incDir>
Michał Lenart authored
472
473
        </ccTool>
      </item>
Michał Lenart authored
474
      <item path="morfeusz/fsa/test_speed.cpp" ex="false" tool="1" flavor2="8">
Michał Lenart authored
475
        <ccTool>
Michał Lenart authored
476
477
478
          <incDir>
            <pElem>build/fsa</pElem>
          </incDir>
Michał Lenart authored
479
480
        </ccTool>
      </item>
Michał Lenart authored
481
482
483
484
      <item path="morfeusz/main.cpp" ex="false" tool="1" flavor2="4">
        <ccTool>
          <preprocessorList>
            <Elem>_OPTIMIZE__=1</Elem>
Michał Lenart authored
485
            <Elem>libmorfeusz_EXPORTS</Elem>
Michał Lenart authored
486
487
488
489
490
491
          </preprocessorList>
          <undefinedList>
            <Elem>__NO_INLINE__</Elem>
          </undefinedList>
        </ccTool>
      </item>
Michał Lenart authored
492
      <item path="morfeusz/morfeusz_analyzer.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
493
494
        <ccTool flags="1">
        </ccTool>
Michał Lenart authored
495
      </item>
Michał Lenart authored
496
      <item path="morfeusz/morfeusz_generator.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
497
498
        <ccTool flags="1">
        </ccTool>
Michał Lenart authored
499
500
      </item>
      <item path="morfeusz/segrules/SegrulesFSA.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
501
      </item>
Michał Lenart authored
502
503
      <item path="morfeusz/segrules/segrules.cpp" ex="false" tool="1" flavor2="4">
      </item>
Michał Lenart authored
504
      <item path="morfeusz/test_recognize_dict.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
505
      </item>
Michał Lenart authored
506
      <item path="morfeusz/test_result_equals.cpp" ex="false" tool="1" flavor2="4">
Michał Lenart authored
507
      </item>
Michał Lenart authored
508
509
510
    </conf>
  </confs>
</configurationDescriptor>