-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathproject_map.html
66 lines (62 loc) · 2.17 KB
/
project_map.html
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
<html>
<head>
<title>Pantheios - Project Map - build</title>
<!--
Created: 22nd September 2008
Updated: 22nd September 2008
-->
</head>
<body>
<h1>Pantheios - Project Map</h1>
<h2>Directories</h2>
<table border="1">
<tr>
<th>Directory</th>
<th>Purpose</th>
</tr>
<tr>
<td><a href="./bin/readme.html">bin</a></td>
<td>Contains all the (test and example) programs built using the makefiles provided with the distribution</td>
</tr>
<tr>
<td><a href="./build/readme.html">build</a></td>
<td>Contains all the compiler/architecture-specific makefiles used for building Pantheios</td>
</tr>
<tr>
<td><a href="./doc/readme.html">doc</a></td>
<td>Contains the auto-generated documentation</td>
</tr>
<tr>
<td><a href="./examples/readme.html">examples</a></td>
<td>Contains a number of examples, illustrating the different aspects and uses of Pantheios</td>
</tr>
<tr>
<td><a href="./include/readme.html">include</a></td>
<td>Contains all the header files defining the Pantheios Core, Application Layer, stock Back-end, stock Front-end and Utility components</td>
</tr>
<tr>
<td><a href="./lib/readme.html">lib</a></td>
<td>Contains all the libraries built using the makefiles provided with the distribution</td>
</tr>
<tr>
<td><a href="./projects/readme.html">projects</a></td>
<td>Contains project and workspace files for accessing Pantheios via Integrated Development Environment(s) (IDEs)</td>
</tr>
<tr>
<td><a href="./scripts/readme.html">scripts</a></td>
<td>Contains scripts with which you may regenerated function template suites of the Pantheios Application Layer according to your specific requirements</td>
</tr>
<tr>
<td><a href="./src/readme.html">src</a></td>
<td>Contains all the source files (.c and .cpp) from which the Pantheios libraries are built</td>
</tr>
<tr>
<td><a href="./test/readme.html">test</a></td>
<td>Contains unit, component, performance and scratch test projects and their source, which are used to verify the correctness of the library</td>
</tr>
</table>
<!--
<h2>Documentation</h2>
-->
</body>
</html>