bake-toolkit 2.11.2 → 2.11.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (246) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_images/AddRepository.png +0 -0
  3. data/documentation/_build/html/_images/AvailableSoftware.png +0 -0
  4. data/documentation/_build/html/_images/FirstSelect.png +0 -0
  5. data/documentation/_build/html/_images/Import.png +0 -0
  6. data/documentation/_build/html/_images/InstallNewSoftware.png +0 -0
  7. data/documentation/_build/html/_images/Licenses.png +0 -0
  8. data/documentation/_build/html/_images/New.png +0 -0
  9. data/documentation/_build/html/_images/Restart.png +0 -0
  10. data/documentation/_build/html/_images/Result.png +0 -0
  11. data/documentation/_build/html/_images/Script.png +0 -0
  12. data/documentation/_build/html/_images/SecondSelect.png +0 -0
  13. data/documentation/_build/html/_images/SelectExport.png +0 -0
  14. data/documentation/_build/html/_images/SelectImport.png +0 -0
  15. data/documentation/_build/html/_images/SelectNew.png +0 -0
  16. data/documentation/_build/html/_images/TrustMe.png +0 -0
  17. data/documentation/_build/html/_images/WrongSelect.png +0 -0
  18. data/documentation/_build/html/_images/bake_build_hierachy.png +0 -0
  19. data/documentation/_build/html/_images/bake_tagcloud.png +0 -0
  20. data/documentation/_build/html/_images/buildFile.png +0 -0
  21. data/documentation/_build/html/_images/buildMain.png +0 -0
  22. data/documentation/_build/html/_images/console.png +0 -0
  23. data/documentation/_build/html/_images/cvsp.png +0 -0
  24. data/documentation/_build/html/_images/cygwin_mount.png +0 -0
  25. data/documentation/_build/html/_images/cygwin_ruby.png +0 -0
  26. data/documentation/_build/html/_images/cygwin_tty.png +0 -0
  27. data/documentation/_build/html/_images/hier.png +0 -0
  28. data/documentation/_build/html/_images/keys.png +0 -0
  29. data/documentation/_build/html/_images/pref.png +0 -0
  30. data/documentation/_build/html/_images/problem.png +0 -0
  31. data/documentation/_build/html/_images/vs_2010_install.png +0 -0
  32. data/documentation/_build/html/_images/vs_debug.png +0 -0
  33. data/documentation/_build/html/_images/vs_error.png +0 -0
  34. data/documentation/_build/html/_images/vs_install1.png +0 -0
  35. data/documentation/_build/html/_images/vs_installed.png +0 -0
  36. data/documentation/_build/html/_images/vs_options.png +0 -0
  37. data/documentation/_build/html/_images/vs_select_config.png +0 -0
  38. data/documentation/_build/html/_images/vs_show_config.png +0 -0
  39. data/documentation/_build/html/_images/vs_update.png +0 -0
  40. data/documentation/_build/html/_images/vs_update_site.png +0 -0
  41. data/documentation/_build/html/_sources/changelog.txt +314 -0
  42. data/documentation/_build/html/_sources/commandline/commandline.txt +107 -0
  43. data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +34 -0
  44. data/documentation/_build/html/_sources/concepts/concepts.txt +11 -0
  45. data/documentation/_build/html/_sources/concepts/the_main_project.txt +45 -0
  46. data/documentation/_build/html/_sources/concepts/the_project_meta_file.txt +72 -0
  47. data/documentation/_build/html/_sources/ide/eclipse/eclipse.txt +24 -0
  48. data/documentation/_build/html/_sources/ide/eclipse/how_to_convert_existing_cdt_workspace.txt +31 -0
  49. data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_new_project_in_eclipse.txt +18 -0
  50. data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_workspace_in_eclipse.txt +27 -0
  51. data/documentation/_build/html/_sources/ide/eclipse/how_to_install_eclipse_plugin.txt +44 -0
  52. data/documentation/_build/html/_sources/ide/eclipse/how_to_use_bake_in_eclipse.txt +86 -0
  53. data/documentation/_build/html/_sources/ide/ide_integrations.txt +8 -0
  54. data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +15 -0
  55. data/documentation/_build/html/_sources/ide/vs/how_to_debug_in_vs.txt +35 -0
  56. data/documentation/_build/html/_sources/ide/vs/how_to_used_bake_in_vs.txt +35 -0
  57. data/documentation/_build/html/_sources/ide/vs/vs.txt +10 -0
  58. data/documentation/_build/html/_sources/ide/vs/vs_install.txt +43 -0
  59. data/documentation/_build/html/_sources/index.txt +34 -0
  60. data/documentation/_build/html/_sources/install/install_bake.txt +112 -0
  61. data/documentation/_build/html/_sources/internal.txt +50 -0
  62. data/documentation/_build/html/_sources/known_issues.txt +9 -0
  63. data/documentation/_build/html/_sources/license.txt +4 -0
  64. data/documentation/_build/html/_sources/performance/performance.txt +104 -0
  65. data/documentation/_build/html/_sources/quickstart/quickstart.txt +70 -0
  66. data/documentation/_build/html/_sources/syntax/derive_configs.txt +93 -0
  67. data/documentation/_build/html/_sources/syntax/project_meta_syntax.txt +19 -0
  68. data/documentation/_build/html/_sources/syntax/syntax.txt +10 -0
  69. data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +175 -0
  70. data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +49 -0
  71. data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +122 -0
  72. data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +66 -0
  73. data/documentation/_build/html/_sources/tips_and_tricks/the_clang.txt +43 -0
  74. data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +33 -0
  75. data/documentation/_build/html/_sources/why_bake/why_bake.txt +40 -0
  76. data/documentation/_build/html/_static/AddRepository.png +0 -0
  77. data/documentation/_build/html/_static/AvailableSoftware.png +0 -0
  78. data/documentation/_build/html/_static/FirstSelect.png +0 -0
  79. data/documentation/_build/html/_static/Import.png +0 -0
  80. data/documentation/_build/html/_static/InstallNewSoftware.png +0 -0
  81. data/documentation/_build/html/_static/Lib.meta +8 -0
  82. data/documentation/_build/html/_static/Licenses.png +0 -0
  83. data/documentation/_build/html/_static/Main.meta +26 -0
  84. data/documentation/_build/html/_static/New.png +0 -0
  85. data/documentation/_build/html/_static/PMetaMain.meta +15 -0
  86. data/documentation/_build/html/_static/PMetaSub.meta +15 -0
  87. data/documentation/_build/html/_static/Restart.png +0 -0
  88. data/documentation/_build/html/_static/Result.png +0 -0
  89. data/documentation/_build/html/_static/Script.png +0 -0
  90. data/documentation/_build/html/_static/SecondSelect.png +0 -0
  91. data/documentation/_build/html/_static/Select.png +0 -0
  92. data/documentation/_build/html/_static/SelectExport.png +0 -0
  93. data/documentation/_build/html/_static/SelectImport.png +0 -0
  94. data/documentation/_build/html/_static/SelectNew.png +0 -0
  95. data/documentation/_build/html/_static/TrustMe.png +0 -0
  96. data/documentation/_build/html/_static/WrongSelect.png +0 -0
  97. data/documentation/_build/html/_static/ajax-loader.gif +0 -0
  98. data/documentation/_build/html/_static/bake_build_hierachy.png +0 -0
  99. data/documentation/_build/html/_static/bake_tagcloud.png +0 -0
  100. data/documentation/_build/html/_static/basic.css +599 -0
  101. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -0
  102. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -0
  103. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -0
  104. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -0
  105. data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings-white.png +0 -0
  106. data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings.png +0 -0
  107. data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -0
  108. data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +6 -0
  109. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -0
  110. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css.map +1 -0
  111. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +5 -0
  112. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -0
  113. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css.map +1 -0
  114. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +5 -0
  115. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
  116. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
  117. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
  118. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
  119. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
  120. data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -0
  121. data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +7 -0
  122. data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +13 -0
  123. data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -0
  124. data/documentation/_build/html/_static/bootstrap-sphinx.js +162 -0
  125. data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -0
  126. data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -0
  127. data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -0
  128. data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -0
  129. data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -0
  130. data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings-white.png +0 -0
  131. data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings.png +0 -0
  132. data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -0
  133. data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -0
  134. data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -0
  135. data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -0
  136. data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -0
  137. data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -0
  138. data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -0
  139. data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -0
  140. data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +7 -0
  141. data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +7 -0
  142. data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +7 -0
  143. data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +7 -0
  144. data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +7 -0
  145. data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +7 -0
  146. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
  147. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
  148. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
  149. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
  150. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
  151. data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +7 -0
  152. data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +7 -0
  153. data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +7 -0
  154. data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +7 -0
  155. data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +7 -0
  156. data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +7 -0
  157. data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +7 -0
  158. data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +7 -0
  159. data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +7 -0
  160. data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +7 -0
  161. data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +7 -0
  162. data/documentation/_build/html/_static/buildFile.png +0 -0
  163. data/documentation/_build/html/_static/buildMain.png +0 -0
  164. data/documentation/_build/html/_static/comment-bright.png +0 -0
  165. data/documentation/_build/html/_static/comment-close.png +0 -0
  166. data/documentation/_build/html/_static/comment.png +0 -0
  167. data/documentation/_build/html/_static/console.png +0 -0
  168. data/documentation/_build/html/_static/cvsp.png +0 -0
  169. data/documentation/_build/html/_static/cygwin_mount.png +0 -0
  170. data/documentation/_build/html/_static/cygwin_ruby.png +0 -0
  171. data/documentation/_build/html/_static/cygwin_tty.png +0 -0
  172. data/documentation/_build/html/_static/doctools.js +263 -0
  173. data/documentation/_build/html/_static/down-pressed.png +0 -0
  174. data/documentation/_build/html/_static/down.png +0 -0
  175. data/documentation/_build/html/_static/file.png +0 -0
  176. data/documentation/_build/html/_static/hier.png +0 -0
  177. data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -0
  178. data/documentation/_build/html/_static/jquery.js +4 -0
  179. data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -0
  180. data/documentation/_build/html/_static/js/jquery-fix.js +2 -0
  181. data/documentation/_build/html/_static/keys.png +0 -0
  182. data/documentation/_build/html/_static/minus.png +0 -0
  183. data/documentation/_build/html/_static/plus.png +0 -0
  184. data/documentation/_build/html/_static/pref.png +0 -0
  185. data/documentation/_build/html/_static/problem.png +0 -0
  186. data/documentation/_build/html/_static/pygments.css +63 -0
  187. data/documentation/_build/html/_static/searchtools.js +622 -0
  188. data/documentation/_build/html/_static/syntax.html +704 -0
  189. data/documentation/_build/html/_static/syntax_collection_meta.html +179 -0
  190. data/documentation/_build/html/_static/underscore-1.3.1.js +999 -0
  191. data/documentation/_build/html/_static/underscore.js +31 -0
  192. data/documentation/_build/html/_static/up-pressed.png +0 -0
  193. data/documentation/_build/html/_static/up.png +0 -0
  194. data/documentation/_build/html/_static/vs_2010_install.png +0 -0
  195. data/documentation/_build/html/_static/vs_debug.png +0 -0
  196. data/documentation/_build/html/_static/vs_error.png +0 -0
  197. data/documentation/_build/html/_static/vs_install1.png +0 -0
  198. data/documentation/_build/html/_static/vs_installed.png +0 -0
  199. data/documentation/_build/html/_static/vs_options.png +0 -0
  200. data/documentation/_build/html/_static/vs_select_config.png +0 -0
  201. data/documentation/_build/html/_static/vs_show_config.png +0 -0
  202. data/documentation/_build/html/_static/vs_update.png +0 -0
  203. data/documentation/_build/html/_static/vs_update_site.png +0 -0
  204. data/documentation/_build/html/_static/websupport.js +808 -0
  205. data/documentation/_build/html/changelog.html +735 -0
  206. data/documentation/_build/html/commandline/commandline.html +284 -0
  207. data/documentation/_build/html/concepts/build_hierarchy.html +204 -0
  208. data/documentation/_build/html/concepts/concepts.html +181 -0
  209. data/documentation/_build/html/concepts/the_main_project.html +260 -0
  210. data/documentation/_build/html/concepts/the_project_meta_file.html +288 -0
  211. data/documentation/_build/html/genindex.html +152 -0
  212. data/documentation/_build/html/ide/eclipse/eclipse.html +185 -0
  213. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -0
  214. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -0
  215. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -0
  216. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -0
  217. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -0
  218. data/documentation/_build/html/ide/ide_integrations.html +182 -0
  219. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -0
  220. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -0
  221. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -0
  222. data/documentation/_build/html/ide/vs/vs.html +170 -0
  223. data/documentation/_build/html/ide/vs/vs_install.html +202 -0
  224. data/documentation/_build/html/index.html +238 -0
  225. data/documentation/_build/html/install/install_bake.html +279 -0
  226. data/documentation/_build/html/internal.html +217 -0
  227. data/documentation/_build/html/known_issues.html +175 -0
  228. data/documentation/_build/html/license.html +236 -0
  229. data/documentation/_build/html/objects.inv +0 -0
  230. data/documentation/_build/html/performance/performance.html +373 -0
  231. data/documentation/_build/html/quickstart/quickstart.html +236 -0
  232. data/documentation/_build/html/search.html +174 -0
  233. data/documentation/_build/html/searchindex.js +1 -0
  234. data/documentation/_build/html/syntax/derive_configs.html +295 -0
  235. data/documentation/_build/html/syntax/project_meta_syntax.html +884 -0
  236. data/documentation/_build/html/syntax/syntax.html +181 -0
  237. data/documentation/_build/html/syntax/variable_substitutions.html +378 -0
  238. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +203 -0
  239. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -0
  240. data/documentation/_build/html/tips_and_tricks/the_bakery.html +401 -0
  241. data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -0
  242. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +196 -0
  243. data/documentation/_build/html/why_bake/why_bake.html +241 -0
  244. data/lib/blocks/executable.rb +1 -1
  245. data/lib/common/version.rb +1 -1
  246. metadata +244 -2
@@ -0,0 +1,884 @@
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>The Syntax of the Project.meta file &mdash; bake 2.11.2 documentation</title>
9
+
10
+ <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../',
18
+ VERSION: '2.11.2',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../_static/doctools.js"></script>
27
+ <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
+ <link rel="top" title="bake 2.11.2 documentation" href="../index.html" />
32
+ <link rel="up" title="Syntax" href="syntax.html" />
33
+ <link rel="next" title="Variables in Project.meta" href="variable_substitutions.html" />
34
+ <link rel="prev" title="Syntax" href="syntax.html" />
35
+ <meta charset='utf-8'>
36
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
37
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
38
+ <meta name="apple-mobile-web-app-capable" content="yes">
39
+
40
+ </head>
41
+ <body role="document">
42
+
43
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
44
+ <div class="container">
45
+ <div class="navbar-header">
46
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
47
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ <span class="icon-bar"></span>
51
+ </button>
52
+ <a class="navbar-brand" href="../index.html">
53
+ bake</a>
54
+ <span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
55
+ </div>
56
+
57
+ <div class="collapse navbar-collapse nav-collapse">
58
+ <ul class="nav navbar-nav">
59
+
60
+
61
+ <li class="dropdown globaltoc-container">
62
+ <a role="button"
63
+ id="dLabelGlobalToc"
64
+ data-toggle="dropdown"
65
+ data-target="#"
66
+ href="../index.html">Section <b class="caret"></b></a>
67
+ <ul class="dropdown-menu globaltoc"
68
+ role="menu"
69
+ aria-labelledby="dLabelGlobalToc"><ul class="current">
70
+ <li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
71
+ <li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
74
+ <li class="toctree-l1 current"><a class="reference internal" href="syntax.html">Syntax</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
77
+ <li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
78
+ <li class="toctree-l1"><a class="reference internal" href="../performance/performance.html">Performance</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
81
+ <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
82
+ </ul>
83
+ <ul>
84
+ <li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
85
+ </ul>
86
+ </ul>
87
+ </li>
88
+
89
+ <li class="dropdown">
90
+ <a role="button"
91
+ id="dLabelLocalToc"
92
+ data-toggle="dropdown"
93
+ data-target="#"
94
+ href="#">SubSections <b class="caret"></b></a>
95
+ <ul class="dropdown-menu localtoc"
96
+ role="menu"
97
+ aria-labelledby="dLabelLocalToc"><ul>
98
+ <li><a class="reference internal" href="#">The Syntax of the Project.meta file</a><ul>
99
+ <li><a class="reference internal" href="#instructions-for-the-interactive-syntax-viewer">Instructions for the Interactive Syntax Viewer</a></li>
100
+ </ul>
101
+ </li>
102
+ </ul>
103
+ </ul>
104
+ </li>
105
+
106
+
107
+
108
+
109
+
110
+ <li>
111
+ <a href="syntax.html" title="Previous Chapter: Syntax"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Syntax</span>
112
+ </a>
113
+ </li>
114
+ <li>
115
+ <a href="variable_substitutions.html" title="Next Chapter: Variables in Project.meta"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Variables in ... &raquo;</span>
116
+ </a>
117
+ </li>
118
+
119
+
120
+
121
+
122
+
123
+ </ul>
124
+
125
+
126
+
127
+ <form class="navbar-form navbar-right" action="../search.html" method="get">
128
+ <div class="form-group">
129
+ <input type="text" name="q" class="form-control" placeholder="Search" />
130
+ </div>
131
+ <input type="hidden" name="check_keywords" value="yes" />
132
+ <input type="hidden" name="area" value="default" />
133
+ </form>
134
+
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="container">
140
+ <div class="row">
141
+ <div class="col-md-12">
142
+
143
+ <div class="section" id="the-syntax-of-the-project-meta-file">
144
+ <h1>The Syntax of the Project.meta file<a class="headerlink" href="#the-syntax-of-the-project-meta-file" title="Permalink to this headline">¶</a></h1>
145
+ <div class="section" id="instructions-for-the-interactive-syntax-viewer">
146
+ <h2>Instructions for the Interactive Syntax Viewer<a class="headerlink" href="#instructions-for-the-interactive-syntax-viewer" title="Permalink to this headline">¶</a></h2>
147
+ <ul class="simple">
148
+ <li>Move the mouse cursor over the blue elements to display more information.</li>
149
+ <li>Three config types exist: ExecutableConfig, LibraryConfig and CustomConfig. Move the mouse cursor over these elements to display the supported content.</li>
150
+ </ul>
151
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
152
+ "http://www.w3.org/TR/html4/strict.dtd">
153
+ <html>
154
+ <head></head>
155
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
156
+
157
+ <body >
158
+
159
+ <style type="text/css">
160
+
161
+ #dhtmltooltip{
162
+ position: absolute;
163
+ width: 150px;
164
+ border: 2px solid black;
165
+ padding: 2px;
166
+ background-color: lightyellow;
167
+ visibility: hidden;
168
+ z-index: 100;
169
+ }
170
+
171
+ </style>
172
+
173
+ <style type="text/css">
174
+ .hide {
175
+ display:none;
176
+ }
177
+ .show {
178
+ display:block
179
+ }
180
+ .showInline {
181
+ display:inline
182
+ }
183
+ .help {
184
+ color:blue
185
+ }
186
+ .showRadio {
187
+ font-weight:bold;color:blue;text-decoration:overline underline
188
+ }
189
+ .hideRadio {
190
+ color:#AAAAFF;
191
+ }
192
+ .mycomment {
193
+ color:green
194
+ }
195
+ </style>
196
+
197
+
198
+
199
+
200
+
201
+ <table border="1" style="font-family:monospace"; font-size:10><td>
202
+
203
+ <span class="help" onMouseover="showProject()" onMouseout="notip()">Project</span> <span class="help" onMouseover="showDefaultConfig()" onMouseout="notip()">default</span>: &#60;name&#62; {<br>
204
+ &nbsp; <br>
205
+
206
+ &nbsp; <span class="help" onMouseover="showDescription()" onMouseout="notip()">Description</span> &#60;text&#62;<br><br>
207
+
208
+ &nbsp; <span class="help" onMouseover="showResponsible()" onMouseout="notip()">Responsible</span> {<br>
209
+ &nbsp; &nbsp; <span class="help" onMouseover="showPerson()" onMouseout="notip()">Person</span> &#60;name&#62;,
210
+ <span class="help" onMouseover="showPersonEmail()" onMouseout="notip()">email</span>: &#60;adr&#62;<br>
211
+ &nbsp; }<br><br>
212
+
213
+ &nbsp; <span class="mycomment"># 0..n configs</span><br>
214
+ &nbsp; <span class="showRadio" onMouseover="showExecutableConfig()" onMouseout="notip()" id="executableConfig">ExecutableConfig</span> |
215
+ <span class="hideRadio" onMouseover="showLibraryConfig()" onMouseout="notip()" id="libraryConfig">LibraryConfig</span> |
216
+ <span class="hideRadio" onMouseover="showCustomConfig()" onMouseout="notip()" id="customConfig">CustomConfig</span> &#60;name&#62;, <span class="help" onMouseover="showExtends()" onMouseout="notip()">extends</span>: &#60;parent&#62; {<br><br>
217
+
218
+ <span><span style="background-color:#EEEEEE;" class="show">
219
+ &nbsp; &nbsp; <span class="mycomment"># Valid for all config types</span><br><br>
220
+ &nbsp; &nbsp; <span class="help" onMouseover="showSet()" onMouseout="notip()">Set</span> &#60;variable&#62;, value: &#60;value&#62; | cmd: &#60;line&#62;, <span class="help" onMouseover="showEnv()" onMouseout="notip()">env</span>: true|false<br>
221
+ &nbsp; &nbsp; <span class="help" onMouseover="showDependency()" onMouseout="notip()">Dependency</span> &#60;project&#62;,
222
+ <span class="help" onMouseover="showDependencyConfig()" onMouseout="notip()">config</span>: &#60;name&#62;<br>
223
+ &nbsp; &nbsp; <span class="help" onMouseover="showExternalLibrary()" onMouseout="notip()">ExternalLibrary</span> &#60;lib&#62;,
224
+ <span class="help" onMouseover="showExternalLibrarySearch()" onMouseout="notip()">search</span>: true|false<br>
225
+ &nbsp; &nbsp; <span class="help" onMouseover="showUserLibrary()" onMouseout="notip()">UserLibrary</span> &#60;lib&#62;<br>
226
+ &nbsp; &nbsp; <span class="help" onMouseover="showExternalLibrarySearchPath()" onMouseout="notip()">ExternalLibrarySearchPath</span> &#60;path&#62;<br>
227
+ &nbsp; &nbsp; <span class="help" onMouseover="showPreSteps()" onMouseout="notip()">PreSteps</span> {<br>
228
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showMakefile()" onMouseout="notip()">Makefile</span> &#60;file&#62;,
229
+ <span class="help" onMouseover="showMakefileLib()" onMouseout="notip()">lib</span>: &#60;lib&#62;,
230
+ <span class="help" onMouseover="showMakefileTarget()" onMouseout="notip()">target</span>: &#60;target&#62;,
231
+ <span class="help" onMouseover="showMakefilePathTo()" onMouseout="notip()">pathTo</span>: &#60;paths&#62;,
232
+ <span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
233
+ <span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: &#60;name&#62;,
234
+ <span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: &#60;[array]&#62; {<br>
235
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;<br>
236
+ &nbsp; &nbsp; &nbsp; }<br>
237
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showCommandLine()" onMouseout="notip()">CommandLine</span> &#60;line&#62;,
238
+ <span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
239
+ <span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: &#60;name&#62;,
240
+ <span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: &#60;[array]&#62;<br>
241
+ &nbsp; &nbsp; }<br>
242
+ &nbsp; &nbsp; <span class="help" onMouseover="showPostSteps()" onMouseout="notip()">PostSteps</span> {<br>
243
+ &nbsp; &nbsp; &nbsp; <span class="mycomment"># Same as for PreSteps</span><br>
244
+ &nbsp; &nbsp; }<br>
245
+ &nbsp; &nbsp; <span class="help" onMouseover="showStartupSteps()" onMouseout="notip()">StartupSteps</span> {<br>
246
+ &nbsp; &nbsp; &nbsp; <span class="mycomment"># Same as for PreSteps</span><br>
247
+ &nbsp; &nbsp; }<br>
248
+ &nbsp; &nbsp; <span class="help" onMouseover="showExitSteps()" onMouseout="notip()">ExitSteps</span> {<br>
249
+ &nbsp; &nbsp; &nbsp; <span class="mycomment"># Same as for PreSteps</span><br>
250
+ &nbsp; &nbsp; }<br>
251
+ &nbsp; &nbsp; <span class="help" onMouseover="showDefaultToolchain()" onMouseout="notip()">DefaultToolchain</span> &#60;basedOn&#62;, <span class="help" onMouseover="showOutputDir()" onMouseout="notip()">outputDir</span>: &#60;dir&#62;, <span class="help" onMouseover="showEclipseOrder()" onMouseout="notip()">eclipseOrder</span>: true|false {<br>
252
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultCompiler()" onMouseout="notip()">Compiler</span> ASM | CPP | C,
253
+ <span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: &#60;cmd&#62; {</i><br>
254
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;<br>
255
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultDefine()" onMouseout="notip()">Define</span> &#60;define&#62;<br>
256
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showInternalDefines()" onMouseout="notip()">InternalDefines</span> &#60;file&#62;<br>
257
+ &nbsp; &nbsp; &nbsp; }<br>
258
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultArchiver()" onMouseout="notip()">Archiver</span>
259
+ <span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: &#60;cmd&#62; {</i><br>
260
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;<br>
261
+ &nbsp; &nbsp; &nbsp; }<br>
262
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultLinker()" onMouseout="notip()">Linker</span>
263
+ <span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: &#60;cmd&#62; {</i><br>
264
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;<br>
265
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showLibPrefixFlags()" onMouseout="notip()">LibPrefixFlags</span> &#60;flags&#62;<br>
266
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showLibPostfixFlags()" onMouseout="notip()">LibPostfixFlags</span> &#60;flags&#62;<br>
267
+ &nbsp; &nbsp; &nbsp; }<br>
268
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showInternalIncludes()" onMouseout="notip()">InternalIncludes</span> &#60;file&#62;<br>
269
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefaultLintPolicy()" onMouseout="notip()">LintPolicy</span> &#60;policy&#62;<br>
270
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDocu()" onMouseout="notip()">Docu</span> &#60;cmdLine&#62;<br>
271
+ &nbsp; &nbsp; }<br>
272
+
273
+
274
+ &nbsp; &nbsp; <span class="help" onMouseover="showToolchainProject()" onMouseout="notip()">Toolchain</span> <span class="help" onMouseover="showOutputDir()" onMouseout="notip()">outputDir</span>: &#60;dir&#62; {<br>
275
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showCompiler()" onMouseout="notip()">Compiler</span> ASM | CPP | C,
276
+ <span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: &#60;cmd&#62; {</i><br>
277
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;, add: &#60;flags&#62;, remove: &#60;flags&#62;<br>
278
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDefine()" onMouseout="notip()">Define</span> &#60;define&#62;<br>
279
+ &nbsp; &nbsp; &nbsp; }<br>
280
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showArchiver()" onMouseout="notip()">Archiver</span>
281
+ <span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: &#60;cmd&#62; {</i><br>
282
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;, add: &#60;flags&#62;, remove: &#60;flags&#62;<br>
283
+ &nbsp; &nbsp; &nbsp; }<br>
284
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showLinker()" onMouseout="notip()">Linker</span>
285
+ <span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: &#60;cmd&#62; {</i><br>
286
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;, add: &#60;flags&#62;, remove: &#60;flags&#62<br>
287
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showLibPrefixFlags()" onMouseout="notip()">LibPrefixFlags</span> &#60;flags&#62;, add: &#60;flags&#62;, remove: &#60;flags&#62<br>
288
+ &nbsp; &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showLibPostfixFlags()" onMouseout="notip()">LibPostfixFlags</span> &#60;flags&#62;, add: &#60;flags&#62;, remove: &#60;flags&#62<br>
289
+ &nbsp; &nbsp; &nbsp; }<br>
290
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showLintPolicy()" onMouseout="notip()">LintPolicy</span> &#60;policy&#62;<br>
291
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showDocu()" onMouseout="notip()">Docu</span> &#60;cmdLine&#62;<br>
292
+ &nbsp; &nbsp; }<br></span><br>
293
+ </span>
294
+
295
+ <span id="libExe_part"><span class="show" style="background-color:#EEEEEE;">
296
+ &nbsp; &nbsp; <span class="mycomment"># Valid for ExecutableConfig and LibraryConfig</span><br><br>
297
+ &nbsp; &nbsp; <span class="help" onMouseover="showFiles()" onMouseout="notip()">Files</span> &#60;pattern&#62; {<br>
298
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showFilesFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;, add: &#60;flags&#62;, remove: &#60;flags&#62;<br>
299
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showFilesDefine()" onMouseout="notip()">Define</span> &#60;define&#62;<br>
300
+ &nbsp; &nbsp; }<br>
301
+ &nbsp; &nbsp; <span class="help" onMouseover="showExcludeFiles()" onMouseout="notip()">ExcludeFiles</span> &#60;pattern&#62;<br>
302
+ &nbsp; &nbsp; <span class="help" onMouseover="showIncludeDir()" onMouseout="notip()">IncludeDir</span> &#60;dir&#62;, <span class="help" onMouseover="showInherit()" onMouseout="notip()">inherit</span>: true|false, <span class="help" onMouseover="showInfix()" onMouseout="notip()">infix</span>: front|back<br>
303
+
304
+ </span><br></span>
305
+
306
+ <span id="exe_part"><span class="show" style="background-color:#EEEEEE;">
307
+ &nbsp; &nbsp; <span class="mycomment"># Valid for ExecutableConfig</span><br><br>
308
+ &nbsp; &nbsp; <span class="help" onMouseover="showLinkerScript()" onMouseout="notip()">LinkerScript</span> &#60;script&#62;<br>
309
+ &nbsp; &nbsp; <span class="help" onMouseover="showMapFile()" onMouseout="notip()">MapFile</span> &#60;name&#62;<br>
310
+ &nbsp; &nbsp; <span class="help" onMouseover="showArtifactName()" onMouseout="notip()">ArtifactName</span> &#60;name&#62;<br></span><br></span>
311
+
312
+ <span id="custom_part" class="hide"><span style="background-color:#EEEEEE;" class="show">
313
+ &nbsp; &nbsp; <span class="mycomment"># Valid for CustomConfig</span><br><br>
314
+ &nbsp; &nbsp; <span class="showRadio" id="makefile" onMouseover="showMakefileCustom()" onMouseout="notip()">Makefile</span> |
315
+ <span class="hideRadio" id="commandline" onMouseover="showCommandlineCustom()" onMouseout="notip()">CommandLine</span>
316
+ <span style="background-color:#DDDDDD;" id="makefile_part" class="showInline"> &#60;name&#62;,
317
+ <span class="help" onMouseover="showMakefileLib()" onMouseout="notip()">lib</span>: &#60;lib&#62;,
318
+ <span class="help" onMouseover="showMakefileTarget()" onMouseout="notip()">target</span>: &#60;target&#62;,
319
+ <span class="help" onMouseover="showMakefilePathTo()" onMouseout="notip()">pathTo</span>: &#60;paths&#62;,
320
+ <span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
321
+ <span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: &#60;name&#62;,
322
+ <span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: &#60;[array]&#62; {<br>
323
+ &nbsp; &nbsp; &nbsp; <span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> &#60;flags&#62;<br>
324
+ &nbsp; &nbsp; }<br>
325
+ </span>
326
+ <span style="background-color:#DDDDDD;" id="commandline_part" class="hide">&#60;line&#62;,
327
+ <span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
328
+ <span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: &#60;name&#62;,
329
+ <span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: &#60;[array]&#62;
330
+ </span>
331
+ &nbsp; &nbsp; <br></span><br></span>
332
+ &nbsp; }<br>
333
+ }<br>
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+ <div id="dhtmltooltip"></div>
342
+
343
+ <script type="text/javascript">
344
+
345
+
346
+ function showProject() {
347
+ str = 'A bake project is very similiar to a project in Eclipse, Visual Studio, etc.<br>'+
348
+ 'The name of the project is the directory name of the Project.meta file.'
349
+ ddrivetip("Project", "Yes", "1", "-",str)
350
+ }
351
+
352
+ function showDefaultConfig() {
353
+ str = 'Default configuration which is used if not explicitly specified on command line or Dependency definition.<br><br>'+
354
+ 'Examples:<br>'+
355
+ '# Project.meta:<br>'+
356
+ 'Dependency canDriver # uses default config of canDriver project<br>'+
357
+ '# Command line:<br>'+
358
+ 'bake -m folder/dir/projABC # builds default config of project projABC'
359
+ ddrivetip("defaukt", "No", "-", "-",str)
360
+ }
361
+
362
+ function showResponsible() {
363
+ str = "Specify all responsible persons of the project."
364
+ ddrivetip("Responsible", "No,", "0..1", "-",str)
365
+ }
366
+
367
+ function showDescription() {
368
+ str = 'Description of the project.'
369
+ ddrivetip("Description", "No", "0..1", "-",str)
370
+ }
371
+
372
+
373
+ function showPerson() {
374
+ str = 'Person who is responsible for the project.'
375
+ ddrivetip("Person", "No", "0..1", "-",str)
376
+ }
377
+
378
+ function showPersonEmail() {
379
+ str = 'Use always double quotes (") for the email address.'
380
+ ddrivetip("email", "No", "-", "-",str)
381
+ }
382
+
383
+ function showExecutableConfig() {
384
+ document.getElementById('libExe_part').className="show"
385
+ document.getElementById('exe_part').className="show"
386
+ document.getElementById('custom_part').className="hide"
387
+ document.getElementById('executableConfig').className="showRadio"
388
+ document.getElementById('libraryConfig').className="hideRadio"
389
+ document.getElementById('customConfig').className="hideRadio"
390
+
391
+ str = 'This is the main config of an application. This is the only config type which has dependencies.'
392
+ ddrivetip("ExecutableConfig", "No","0..n","-",str)
393
+ }
394
+
395
+ function showLibraryConfig() {
396
+ document.getElementById('libExe_part').className="show"
397
+ document.getElementById('exe_part').className="hide"
398
+ document.getElementById('custom_part').className="hide"
399
+ document.getElementById('executableConfig').className="hideRadio"
400
+ document.getElementById('libraryConfig').className="showRadio"
401
+ document.getElementById('customConfig').className="hideRadio"
402
+
403
+ str = 'This config is used for a source library. The library will be linked automatically to the executable.'
404
+ ddrivetip("LibraryConfig", "No","0..n","-",str)
405
+ }
406
+
407
+ function showCustomConfig() {
408
+ document.getElementById('libExe_part').className="hide"
409
+ document.getElementById('exe_part').className="hide"
410
+ document.getElementById('custom_part').className="show"
411
+ document.getElementById('executableConfig').className="hideRadio"
412
+ document.getElementById('libraryConfig').className="hideRadio"
413
+ document.getElementById('customConfig').className="showRadio"
414
+
415
+ str = 'This config is used for special projects, e.g. for Makefile projects.<br>'+
416
+ 'It is valid to leave a CustomConfig completely empty - nothing will be done in that case.'
417
+ ddrivetip("CustomConfig", "No","0..n","-",str)
418
+ }
419
+
420
+ function showExternalLibrary() {
421
+ str = 'Every config can specify libs which have to be linked to the executable.<br>'+
422
+ 'It\'s possible to add a path, e.g.:<br>'+
423
+ '<i> &nbsp; &nbsp; ExternalLibrary "xy/z/ab"</i><br>'+
424
+ 'In this case the lib "ab" is added to the linker command line as well as the lib search path "xy/z".<br>'+
425
+ 'Note, that the linker will look for "libab.a".'
426
+ ddrivetip("ExternalLibrary", "No","0..n","-",str)
427
+ }
428
+
429
+ function showExternalLibrarySearch() {
430
+ str = 'If the attribute "search: false" is specified, the lib will not be searched but linked with the full name, e.g.<br>'+
431
+ '<i> &nbsp; &nbsp; ExternalLibrary "xy/z/libpq.a", search: false</i><br>'+
432
+ 'will link "xy/z/libpq.a" to the executable.<br>'+
433
+ 'It is also possible to specify an object file when using "search: false".'
434
+ ddrivetip("search", "No","-","true",str)
435
+ }
436
+
437
+ function showUserLibrary() {
438
+ str = 'A user library will be linked <i>before</i> any other libraries or objects to the executable.<br>'+
439
+ 'It is also possible to specify an object file.<br>'+
440
+ 'The library will be searched like an ExternalLibrary, but with the full name, e.g.<br>'+
441
+ '<i> &nbsp; &nbsp; UserLibrary "xy/z/libUser.a"</i><br>'+
442
+ '<i> &nbsp; &nbsp; UserLibrary "xy/z/something.o"</i><br>'+
443
+ 'will link "libUser.a" and "something.o" before regular objects and libraries.<br>'+
444
+ '"xy/z" will be added as an ExternalLibrarySearchPath.'
445
+ ddrivetip("UserLibrary", "No","0..n","-",str)
446
+ }
447
+
448
+ function showExternalLibrarySearchPath() {
449
+ str = 'The linker looks for libraries in search paths.<br>'+
450
+ 'Search paths can be defined implicitly by ExternalLibrary/UserLibrary or explicitly by this tag.'
451
+ ddrivetip("ExternalLibrarySearchPath", "No","0..n","-",str)
452
+ }
453
+
454
+ function showPreSteps() {
455
+ str = 'PreSteps are executed before compiling files of the project.<br>'+
456
+ 'The number of steps are not limited.<br>'+
457
+ 'If a step fails, all further steps of the project will be skipped.'
458
+ ddrivetip("PreSteps", "No","0..1","-",str)
459
+ }
460
+
461
+ function showPostSteps() {
462
+ str = 'PostSteps are executed after the main task of the project, e.g. linking an executable.<br>'+
463
+ 'The number of steps are not limited.<br>'+
464
+ 'If a step fails, all further steps of the project will be skipped.'
465
+ ddrivetip("PostSteps", "No","0..1","-",str)
466
+ }
467
+
468
+ function showStartupSteps() {
469
+ str = 'StartupSteps of ALL projects are executed before building the first project.<br>'+
470
+ 'The number of steps are not limited.<br>'+
471
+ 'If a step fails, all further startup steps of the project will be skipped.'
472
+ ddrivetip("StartupSteps", "No","0..1","-",str)
473
+ }
474
+
475
+ function showExitSteps() {
476
+ str = 'ExitSteps of ALL projects are executed after building complete workspace even if the build has failed.<br>'+
477
+ 'The number of steps are not limited.<br>'+
478
+ 'If a step fails, all further exit steps of the project will be skipped.'
479
+ ddrivetip("ExitSteps", "No","0..1","-",str)
480
+ }
481
+
482
+ function showStepDefault() {
483
+ str = 'Specifies if a step will be executed by default.<br>'+
484
+ 'Disabling a step by default is useful if the step shall not be executed every build, e.g. special steps for releasing a software or some kind of developer test steps.'
485
+ ddrivetip("default", "No","-","on",str)
486
+ }
487
+
488
+ function showStepFilter() {
489
+ str = 'A step can be switched on or off explicitly regardless of the "default" attribute with the command line options<br>'+
490
+ '<i> &nbsp; &nbsp; --include_filter &#60;filter name&#62;</i><br>'+
491
+ '<i> &nbsp; &nbsp; --exclude_filter &#60;filter name&#62;</i><br>'
492
+ ddrivetip("filter", "No","-","-",str)
493
+ }
494
+
495
+ function showValidExitCodes() {
496
+ str = 'Define it as an array, e.g.:<br>'+
497
+ '..., validExitCodes: [200,201,202]'
498
+ ddrivetip("validExitCodes", "No","-","[0]",str)
499
+ }
500
+
501
+
502
+ function getMakefileDesc() {
503
+ return 'Makefile to be started, e.g.:<br>'+
504
+ '<i> &nbsp; &nbsp; Makefile "subDir/makefile"</i><br>'
505
+ }
506
+
507
+ function showMakefile() {
508
+ ddrivetip("Makefile", "No","0..n","-",getMakefileDesc())
509
+ }
510
+
511
+ function showMakefileLib() {
512
+ str = 'If the result of the makefile is a library which shall be linked to the executable, name it here.'
513
+ ddrivetip("lib", "No","-","-",str)
514
+ }
515
+
516
+ function showMakefileTarget() {
517
+ str = 'The target of the makefile.'
518
+ ddrivetip("target", "No","-","all",str)
519
+ }
520
+
521
+ function showMakefilePathTo() {
522
+ str = 'Comma separated list, e.g. "common, abc, xy".<br>'+
523
+ 'The makefile can use variables like $(PATH_TO_common). This is very useful if paths to other projects are needed in the makefile.<br>'+
524
+ 'Remember that more than one workspace root can exist and a hardcoded "../common" is not reliable in that case.<br>'+
525
+ '$(PATH_TO_common) will result in the path from the parent directory of the current project to the common project without the common directory itself. '+
526
+ 'So if the current project and the common project have the same parent folder, the string will be empty.<br>'+
527
+ 'Example:<br>'+
528
+ 'makefile: c:\\workspaceroot\\yourProject\\makefile<br>'+
529
+ 'usage in makefile: gcc -I$../../$(PATH_TO_common)common/include ...<br>'+
530
+ 'It\'s done like this due to compatibility reasons.'
531
+ ddrivetip("pathTo", "No","-","-",str)
532
+ }
533
+
534
+ function showMakefileFlags() {
535
+ ddrivetip("Flags", "No","0..n","-j","Additional makefile flags.")
536
+ }
537
+
538
+ function getCommandLineDesc() {
539
+ return 'A command to execute, e.g.:<br>'+
540
+ '<i> &nbsp; &nbsp; CommandLine "ddump -Ruv -y 0xFFFFF -oRelease/application.bin Release/application.elf"</i><br>'+
541
+ '<i> &nbsp; &nbsp; CommandLine "echo Hello world!"</i><br>'
542
+ }
543
+
544
+ function showCommandLine() {
545
+ ddrivetip("CommandLine", "No","0..n","-",getCommandLineDesc())
546
+ }
547
+
548
+
549
+ function showEclipseOrder() {
550
+ str = 'If not specified or false, all files are compiled in alphabetical order using their full names.<p>'+
551
+ 'If true, files are compiled in alphabetical order within a folder, '+
552
+ 'but the folders are sorted in reverse alphabetical order.<br>'+
553
+ 'This is only used for backward compatibility.'
554
+ ddrivetip("eclipseOrder", "No","-","false",str)
555
+ }
556
+
557
+ function showOutputDir() {
558
+ str = 'Specifies the output folder.<p>'+
559
+ 'Use always relative paths, not absolute paths due to portability.<p>'+
560
+ 'Use always "/" and not "\\".<p>'+
561
+ 'If the first part of the path is equal to a project name, it is used as a shortcut to this project root. <br>'+
562
+ 'To avoid this magic, use something like this: <br>'+
563
+ '<i> &nbsp; &nbsp; IncludeDir "./abc/include"</i><br>'
564
+ ddrivetip("outputdir", "No","0..1","-",str)
565
+ }
566
+
567
+ function showExtends() {
568
+ ddrivetip("extends", "No","0..1","-","Inherit settings from a parent config.<br>For more information see docu page 'Derive configs'.")
569
+ }
570
+
571
+ function showFiles() {
572
+ str = 'Specifies the files to build.<br>'+
573
+ 'It\'s valid to specify a single file, e.g.<br>'+
574
+ '<i> &nbsp; &nbsp; Files "src/abc/def.asm"</i><br>'+
575
+ 'or a pattern, e.g.<br>'+
576
+ '<i> &nbsp; &nbsp; Files "*/**/.cpp"</i><br>'+
577
+ 'which builds all files with the ending ".cpp" in all subdirectories.<br>'+
578
+ 'Note: ".." is not allowed in the file path. All files must be located within the project.<br>'+
579
+ 'Note: if patterns are used, Flags and Define are ignored.'
580
+ ddrivetip("Files", "No","0..n","-",str)
581
+ }
582
+
583
+ function showExcludeFiles() {
584
+ str = 'Used to ignore files or directories.<br>'+
585
+ 'ExcludeFiles has higher priority than Files.'
586
+ ddrivetip("ExcludeFiles", "No","0..n","-",str)
587
+ }
588
+
589
+ function showIncludeDir() {
590
+ str = 'Specifies the include directories for the assembler, C and C++ compiler.<p>'+
591
+ 'Use always relative paths, not absolute paths due to portability.<p>'+
592
+ 'Use always "/" and not "\\".<p>'+
593
+ 'It is possible to work with different workspace roots. Do not include something like this: <br>'+
594
+ '<i> &nbsp; &nbsp; IncludeDir "../abc/include"</i><br>'+
595
+ 'but<br>'+
596
+ '<i> &nbsp; &nbsp; IncludeDir "abc/include"</i><br>'+
597
+ 'because it may happen, that abc does not exist in the same root as the current project. The path to abc will be calculated automatically.<p>'+
598
+ 'To include directories of the current project, the project name can be omitted like this:<br>'+
599
+ '<i> &nbsp; &nbsp; IncludeDir "include"</i><br>'+
600
+ '<i> &nbsp; &nbsp; IncludeDir "generated/include"</i><br>'
601
+ ddrivetip("IncludeDir", "No","0..n","-",str)
602
+ }
603
+
604
+ function showInherit() {
605
+ str = 'Inherits the include to all projects, which depend on this project.'
606
+ ddrivetip("inherit", "No","0..1","false",str)
607
+ }
608
+
609
+ function showInfix() {
610
+ str = 'Injects the include path to all childs, either at the front (e.g. for mocking code) or at the end.'
611
+ ddrivetip("infix", "No","0..1","-",str)
612
+ }
613
+
614
+ function showSet() {
615
+ str = 'Sets a variable for this and all dependent projects.<br>'+
616
+ 'The variable can be a simple value or the result of a cmd, e.g. \"cat myVar.txt\".'
617
+ ddrivetip("Set", "No","0..n","-",str)
618
+ }
619
+
620
+ function showEnv() {
621
+ str = 'Stores the variable also in system environment, which makes it available in everything which is executed by bake, e.g. in Pre- and PostSteps.'
622
+ ddrivetip("env", "No","-","false",str)
623
+ }
624
+
625
+ function showDependency() {
626
+ str = 'Specifies another project to be built before this project.<br>'+
627
+ 'The archive, linker libs and search paths are imported from this project to the this project automatically.<br>'+
628
+ 'If you omit the project, the current project will be used.<br>'+
629
+ 'If you omit the config name, the default config will be used.<br>'+
630
+ '<b>Examples:</b><br>'+
631
+ '&nbsp;&nbsp; <i>Dependency gtest, config: lib<br>'+
632
+ '&nbsp;&nbsp; Dependency "my/folder/proj"</i>'
633
+ ddrivetip("Dependency", "No","0..n","-",str)
634
+ }
635
+
636
+ function showDependencyConfig() {
637
+ str = 'Config name of the project to build.'
638
+ ddrivetip("config", "Yes","-","-",str)
639
+ }
640
+
641
+ function showLinkerScript() {
642
+ str = 'Specifies the name including path of the linker script.'
643
+ ddrivetip("Dependency", "No","0..1","-",str)
644
+ }
645
+
646
+ function showMapFile() {
647
+ str = 'A mapfile will be written by the linker.'
648
+ ddrivetip("MapFile", "No","0..1","If name attribute is omitted: $(OutputDir)/$(ArtifactNameBase).map",str)
649
+ }
650
+
651
+ function showArtifactName() {
652
+ str = 'The artifact name inclusive file ending.<br>'+
653
+ 'The artifact will be placed in the output directory.'
654
+ ddrivetip("ArtifactName","No","0..1","The project name and as file ending the default linker file ending.",str)
655
+ }
656
+
657
+ function showMakefileCustom() {
658
+ document.getElementById('makefile_part').className="showInline"
659
+ document.getElementById('commandline_part').className="hide"
660
+ document.getElementById('makefile').className="showRadio"
661
+ document.getElementById('commandline').className="hideRadio"
662
+ ddrivetip("Makefile", "No","0..1 - Either Makefile or CommandLine","-",getMakefileDesc())
663
+ }
664
+
665
+ function showCommandlineCustom() {
666
+ document.getElementById('makefile_part').className="hide"
667
+ document.getElementById('commandline_part').className="showInline"
668
+ document.getElementById('makefile').className="hideRadio"
669
+ document.getElementById('commandline').className="showRadio"
670
+ ddrivetip("CommandLine", "No","0..1 - Either Makefile or CommandLine","-",getCommandLineDesc())
671
+ }
672
+
673
+ function flagExample() {
674
+ return "<br>For removing flags use regular expressions which can be interpreted by ruby.<br>"+
675
+ "Regex options for start and stop string are automatically added in order to avoid substring matches.<br><br>"+
676
+ "Flag strings are always splitted at spaces and computed individually.<br><br>"+
677
+ "<b>Examples:</b><br>"+
678
+ "&nbsp;&nbsp; <i>Flags \"-x -y\"</i> overwrites the inherited flags<br><br>"+
679
+ "&nbsp;&nbsp; <i>Flags add: \"-x -y\"</i> adds -x and -y if not exist<br><br>"+
680
+ "&nbsp;&nbsp; <i>Flags remove: \"-x -y\"</i> removes -x and -y if exist<br><br>"+
681
+ "&nbsp;&nbsp; It is possible to combine the attributes like this:<br>"+
682
+ "&nbsp;&nbsp; <i>Flags remove: \"-x\", add: \"-y\"</i><br><br>"+
683
+ "&nbsp;&nbsp; To remove -g followed by any string, e.g. -g3, the command is:<br>"+
684
+ "&nbsp;&nbsp; <i>Flags remove: \"-g.*\"</i><br>"+
685
+ "&nbsp;&nbsp; An inherited flag string \"-abc -g3 -xy\" will end up in \"-abc -xy\"."
686
+ }
687
+
688
+
689
+ function showToolchainProject() {
690
+ str = 'Toolchain adaptions for a project.'
691
+ ddrivetip("Toolchain", "No","0..1","The DefaultToolchain settings from the main project",str)
692
+ }
693
+
694
+ function showDefaultToolchain() {
695
+ str = 'Settings which are valid for all projects and files unless they will be overwritten.<br>'+
696
+ 'The attribute "basedOn" specifies the basic toolchain configuration provided by bake, e.g. "GCC", "Diab", etc.'
697
+ ddrivetip("DefaultToolchain", "In main project","0..1","-",str)
698
+ }
699
+
700
+ function showFilesFlags() {
701
+ ddrivetip("Flags", "No","0..n","Flags from project","Flags from the project can be overwritten, extended or (partly) removed.<br>"+flagExample())
702
+ }
703
+
704
+ function showFilesDefine() {
705
+ ddrivetip("Define", "No","0..n","-","Defines which are valid only for a specific file.")
706
+ }
707
+
708
+ function showFlags() {
709
+ ddrivetip("Flags", "No","0..n","Flags from DefaultToolchain","Flags from the DefaultToolchain can be overwritten, extended or (partly) removed.<br>"+flagExample())
710
+ }
711
+
712
+ function showDefine() {
713
+ ddrivetip("Define", "No","0..n","-","Defines valid for all files in the project.")
714
+ }
715
+
716
+ function showLibPrefixFlags() {
717
+ ddrivetip("LibPrefixFlags", "No","0..n","-","Linker libs can be prefixed if needed, e.g. with \"-Wl,--whole-archive\".")
718
+ }
719
+
720
+ function showLibPostfixFlags() {
721
+ ddrivetip("LibPostfixFlags", "No","0..n","-","Linker libs can be postfixed if needed, e.g. with \"-Wl,--no-whole-archive\".")
722
+ }
723
+
724
+ function showCompiler() {
725
+ ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Flags and defines can be specified independently for each compiler type.")
726
+ }
727
+
728
+ function showArchiver() {
729
+ ddrivetip("Archiver", "No","0..1","-","Settings for the archiver.")
730
+ }
731
+
732
+ function showLinker() {
733
+ ddrivetip("Linker", "No","0..1","-","Makes sense only for ExecutableConfigs.")
734
+ }
735
+
736
+ function showLintPolicy() {
737
+ ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
738
+ }
739
+
740
+ function showDocu() {
741
+ ddrivetip("Docu", "No","0..1","-","Command to build the documentation. e.g.:<br>doxygen main.cfg")
742
+ }
743
+
744
+ function showDefaultFlags() {
745
+ ddrivetip("Flags", "No","0..n","-","Default flags.")
746
+ }
747
+
748
+ function showDefaultDefine() {
749
+ ddrivetip("Define", "No","0..n","-","Defines which are valid for all files.")
750
+ }
751
+
752
+ function showInternalDefines() {
753
+ ddrivetip("InternalDefines", "No","0..1","-","File with list of compiler internal defines.<br>One define per line.<br>Empty lines and comments with # are allowed.")
754
+ }
755
+
756
+ function showInternalIncludes() {
757
+ ddrivetip("InternalIncludes", "No","0..1","-","File with list of compiler internal include folders.<br>One folder per line.<br>Empty lines and comments with # are allowed.")
758
+ }
759
+
760
+ function showDefaultCompiler() {
761
+ ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Default compiler settings.")
762
+ }
763
+
764
+ function showDefaultArchiver() {
765
+ ddrivetip("Archiver", "No","0..1","-","Default settings for the archiver.")
766
+ }
767
+
768
+ function showDefaultLinker() {
769
+ ddrivetip("Linker", "No","0..1","-","Default settings for the linker.")
770
+ }
771
+
772
+ function showDefaultLintPolicy() {
773
+ ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
774
+ }
775
+
776
+ function showCommand() {
777
+ ddrivetip("command", "No","-","Depending on toolchain, e.g. \"gcc\"","Change command, e.g. \"$(PATH_TO_EXE)/gcc_speciale.exe\"")
778
+ }
779
+
780
+
781
+
782
+ var offsetxpoint=20 //Customize x offset of tooltip
783
+ var offsetypoint=20 //Customize y offset of tooltip
784
+ var ie=document.all
785
+ var ns6=document.getElementById && !document.all
786
+ var enabletip=false
787
+ if (ie||ns6)
788
+ var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
789
+
790
+ function ietruebody(){
791
+ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
792
+ }
793
+
794
+ function ddrivetip(item, manda, quan, def, desc){
795
+ if (ns6||ie){
796
+
797
+ var abc=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth
798
+
799
+ tipobj.style.width=(abc/2-offsetxpoint*2).toString()+"px"
800
+ tipobj.style.backgroundColor="#DDFFDD"
801
+ tipobj.innerHTML="<b><u>"+item+"</u><br><br>Mandatory:</b> "+manda+"<br><b>Quantity</b>: "+quan+"<br><b>Default</b>: "+def+"<br><br><b>Description</b>:<br>"+desc
802
+ enabletip=true
803
+ return false
804
+ }
805
+ }
806
+
807
+ function positiontip(e){
808
+ if (enabletip){
809
+ var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
810
+ var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
811
+ //Find out how close the mouse is to the corner of the window
812
+ var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint
813
+ var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint*2 : window.innerHeight-e.clientY-offsetypoint
814
+ var bottom=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight
815
+
816
+ var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
817
+
818
+ //if the horizontal distance isn't enough to accomodate the width of the context menu
819
+ if (rightedge<tipobj.offsetWidth+offsetxpoint/2)
820
+ //move the horizontal position of the menu to the left by it's width
821
+ tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth-offsetxpoint+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth-offsetxpoint+"px"
822
+ else if (curX<leftedge)
823
+ tipobj.style.left="5px"
824
+ else
825
+ //position the horizontal position of the menu where the mouse is positioned
826
+ tipobj.style.left=curX+offsetxpoint+"px"
827
+
828
+ //same concept with the vertical position
829
+ if (bottomedge<tipobj.offsetHeight)
830
+ tipobj.style.top=ie? ietruebody().scrollTop+bottom-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+bottom-tipobj.offsetHeight-offsetypoint+"px"
831
+ else
832
+ tipobj.style.top=curY+offsetypoint+"px"
833
+ tipobj.style.visibility="visible"
834
+ }
835
+ }
836
+
837
+ function notip(){
838
+ if (ns6||ie){
839
+ enabletip=false
840
+ tipobj.style.visibility="hidden"
841
+ tipobj.style.left="-1000px"
842
+ tipobj.style.backgroundColor=''
843
+ tipobj.style.width=''
844
+ }
845
+ }
846
+
847
+ document.onmousemove=positiontip
848
+
849
+ </script>
850
+
851
+ </td></table>
852
+
853
+ </body>
854
+ </html>
855
+ <div class="admonition note">
856
+ <p class="first admonition-title">Note</p>
857
+ <p>Specify the paths always relative to the current project root, but keep the variable substitution in Project.meta in mind.</p>
858
+ <ul class="last simple">
859
+ <li>Use double quotes (&#8221;) if the strings have spaces or slashes.</li>
860
+ <li>Use hash marks (#) for comments.</li>
861
+ </ul>
862
+ </div>
863
+ </div>
864
+ </div>
865
+
866
+
867
+ </div>
868
+
869
+ </div>
870
+ </div>
871
+ <footer class="footer">
872
+ <div class="container">
873
+ <p class="pull-right">
874
+ <a href="#">Back to top</a>
875
+
876
+ </p>
877
+ <p>
878
+ &copy; Copyright 2015, E.S.R.Labs AG.<br/>
879
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
880
+ </p>
881
+ </div>
882
+ </footer>
883
+ </body>
884
+ </html>