You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

66 lines
2.2 KiB

<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>