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

  1. <html>
  2. <head>
  3. <title>Pantheios - Project Map - build</title>
  4. <!--
  5. Created: 22nd September 2008
  6. Updated: 22nd September 2008
  7. -->
  8. </head>
  9. <body>
  10. <h1>Pantheios - Project Map</h1>
  11. <h2>Directories</h2>
  12. <table border="1">
  13. <tr>
  14. <th>Directory</th>
  15. <th>Purpose</th>
  16. </tr>
  17. <tr>
  18. <td><a href="./bin/readme.html">bin</a></td>
  19. <td>Contains all the (test and example) programs built using the makefiles provided with the distribution</td>
  20. </tr>
  21. <tr>
  22. <td><a href="./build/readme.html">build</a></td>
  23. <td>Contains all the compiler/architecture-specific makefiles used for building Pantheios</td>
  24. </tr>
  25. <tr>
  26. <td><a href="./doc/readme.html">doc</a></td>
  27. <td>Contains the auto-generated documentation</td>
  28. </tr>
  29. <tr>
  30. <td><a href="./examples/readme.html">examples</a></td>
  31. <td>Contains a number of examples, illustrating the different aspects and uses of Pantheios</td>
  32. </tr>
  33. <tr>
  34. <td><a href="./include/readme.html">include</a></td>
  35. <td>Contains all the header files defining the Pantheios Core, Application Layer, stock Back-end, stock Front-end and Utility components</td>
  36. </tr>
  37. <tr>
  38. <td><a href="./lib/readme.html">lib</a></td>
  39. <td>Contains all the libraries built using the makefiles provided with the distribution</td>
  40. </tr>
  41. <tr>
  42. <td><a href="./projects/readme.html">projects</a></td>
  43. <td>Contains project and workspace files for accessing Pantheios via Integrated Development Environment(s) (IDEs)</td>
  44. </tr>
  45. <tr>
  46. <td><a href="./scripts/readme.html">scripts</a></td>
  47. <td>Contains scripts with which you may regenerated function template suites of the Pantheios Application Layer according to your specific requirements</td>
  48. </tr>
  49. <tr>
  50. <td><a href="./src/readme.html">src</a></td>
  51. <td>Contains all the source files (.c and .cpp) from which the Pantheios libraries are built</td>
  52. </tr>
  53. <tr>
  54. <td><a href="./test/readme.html">test</a></td>
  55. <td>Contains unit, component, performance and scratch test projects and their source, which are used to verify the correctness of the library</td>
  56. </tr>
  57. </table>
  58. <!--
  59. <h2>Documentation</h2>
  60. -->
  61. </body>
  62. </html>