blob: 370176da31fe31d6401a6efca2a1865ad24e88e6 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="100">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<df root="." name="0">
<df name="MostVolume">
<df name="external">
<in>ConnectionInfo.cpp</in>
<in>Console.c</in>
<in>MacAddr.cpp</in>
<in>MostIpc.cpp</in>
<in>MostMsg.cpp</in>
<in>MostMsgTx.cpp</in>
<in>MsgAddr.cpp</in>
<in>MsgFilter.cpp</in>
<in>Shadow_NetworkMaster.cpp</in>
<in>Thread.cpp</in>
</df>
<in>DeviceContainer.cpp</in>
<in>DeviceValue.cpp</in>
<in>Mediator.cpp</in>
<in>libmostvolume.cpp</in>
</df>
</df>
<logicalFolder name="ExternalFiles"
displayName="Important Files"
projectFiles="false"
kind="IMPORTANT_FILES_FOLDER">
<itemPath>Build/Makefile</itemPath>
<itemPath>nbproject/private/launcher.properties</itemPath>
</logicalFolder>
</logicalFolder>
<sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
<sourceRootList>
<Elem>.</Elem>
</sourceRootList>
<projectmakefile>Build/Makefile</projectmakefile>
<confs>
<conf name="Default" type="0">
<toolsSet>
<compilerSet>GNU|GNU</compilerSet>
<dependencyChecking>false</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<codeAssistance>
<buildAnalyzer>false</buildAnalyzer>
</codeAssistance>
<makefileType>
<makeTool>
<buildCommandWorkingDir>build</buildCommandWorkingDir>
<buildCommand>${MAKE} -f Makefile</buildCommand>
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
<executablePath></executablePath>
</makeTool>
<preBuild>
<preBuildCommandWorkingDir>build</preBuildCommandWorkingDir>
<preBuildCommand>cmake -Wno-dev -DCXX=g++-5 -DCC=gcc-5 ..</preBuildCommand>
<preBuildFirst>true</preBuildFirst>
</preBuild>
</makefileType>
<item path="MostVolume/DeviceContainer.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/DeviceValue.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/Mediator.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/ConnectionInfo.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="MostVolume/external/Console.c" ex="false" tool="0" flavor2="0">
</item>
<item path="MostVolume/external/MacAddr.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/MostIpc.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/MostMsg.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/MostMsgTx.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/MsgAddr.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/MsgFilter.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/external/Shadow_NetworkMaster.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="MostVolume/external/Thread.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="MostVolume/libmostvolume.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
</confs>
</configurationDescriptor>
|