blob: 93a17f5fded097c271d7425986a9f47d395c035e (
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
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<?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="afb-utilities">
<in>filescan-utils.c</in>
<in>wrap-json.c</in>
</df>
<df name="ahl-binding">
<in>ahl-binding.c</in>
<in>ahl-config.c</in>
<in>ahl-deviceenum.c</in>
</df>
<df name="ahl-utilities">
<in>ahl-policy-utils.c</in>
<in>ahl-policy-utils.h</in>
</df>
<df name="build">
<df name="CMakeFiles">
<df name="3.5.2">
<df name="CompilerIdC">
<in>CMakeCCompilerId.c</in>
</df>
<df name="CompilerIdCXX">
<in>CMakeCXXCompilerId.cpp</in>
</df>
</df>
<in>feature_tests.c</in>
<in>feature_tests.cxx</in>
</df>
</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>default</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>
<cTool>
<incDir>
<pElem>.</pElem>
</incDir>
</cTool>
<ccTool>
<incDir>
<pElem>.</pElem>
</incDir>
</ccTool>
</makeTool>
<preBuild>
<preBuildCommandWorkingDir>build</preBuildCommandWorkingDir>
<preBuildCommand>cmake ..</preBuildCommand>
<preBuildFirst>true</preBuildFirst>
</preBuild>
</makefileType>
<item path="afb-utilities/filescan-utils.c" ex="false" tool="0" flavor2="0">
</item>
<item path="afb-utilities/wrap-json.c" ex="false" tool="0" flavor2="0">
</item>
<item path="ahl-binding/ahl-binding.c" ex="false" tool="0" flavor2="0">
</item>
<item path="ahl-binding/ahl-config.c" ex="false" tool="0" flavor2="0">
</item>
<item path="ahl-binding/ahl-deviceenum.c" ex="false" tool="0" flavor2="0">
</item>
<item path="ahl-utilities/ahl-policy-utils.c" ex="false" tool="0" flavor2="0">
</item>
<item path="ahl-utilities/ahl-policy-utils.h" ex="false" tool="3" flavor2="0">
</item>
<item path="build/CMakeFiles/3.5.2/CompilerIdC/CMakeCCompilerId.c"
ex="false"
tool="0"
flavor2="0">
</item>
<item path="build/CMakeFiles/3.5.2/CompilerIdCXX/CMakeCXXCompilerId.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="build/CMakeFiles/feature_tests.c" ex="false" tool="0" flavor2="0">
</item>
<item path="build/CMakeFiles/feature_tests.cxx" ex="false" tool="1" flavor2="0">
</item>
</conf>
</confs>
</configurationDescriptor>
|