mathematical 1.5.0 → 1.5.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (727) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -0
  3. data/Rakefile +5 -9
  4. data/ext/README.md +21 -0
  5. data/ext/mathematical/CMakeLists.txt +76 -0
  6. data/ext/mathematical/FindNewerRubies.cmake +292 -0
  7. data/ext/mathematical/FindPackageHandleStandardArgs.cmake +58 -0
  8. data/ext/mathematical/extconf.rb +38 -18
  9. data/ext/mathematical/lasem/AUTHORS +1 -0
  10. data/ext/mathematical/lasem/COPYING +482 -0
  11. data/ext/mathematical/lasem/{docs/reference/lasem/lasem-overrides.txt → ChangeLog} +0 -0
  12. data/ext/mathematical/lasem/MAINTAINERS +3 -0
  13. data/ext/mathematical/lasem/Makefile.am +34 -0
  14. data/ext/mathematical/lasem/Makefile.decl +57 -0
  15. data/ext/mathematical/lasem/NEWS +117 -0
  16. data/ext/mathematical/lasem/README +28 -0
  17. data/ext/mathematical/lasem/RELEASING +85 -0
  18. data/ext/mathematical/lasem/TODO +50 -0
  19. data/ext/mathematical/lasem/autogen.sh +177 -0
  20. data/ext/mathematical/lasem/configure.ac +139 -0
  21. data/ext/mathematical/lasem/docs/Makefile.am +14 -0
  22. data/ext/mathematical/lasem/docs/lasem-render-0.6.1 +106 -0
  23. data/ext/mathematical/lasem/docs/reference/Makefile.am +3 -0
  24. data/ext/mathematical/lasem/docs/reference/lasem/Makefile.am +205 -0
  25. data/ext/mathematical/lasem/docs/reference/lasem/lasem-docs.xml +75 -0
  26. data/ext/mathematical/lasem/docs/reference/lasem/lasem-overview.xml +64 -0
  27. data/ext/mathematical/lasem/docs/reference/lasem/lasem.types +110 -0
  28. data/ext/mathematical/lasem/itex2mml/COPYING.itex2MML +3 -0
  29. data/ext/mathematical/lasem/itex2mml/Makefile.am +37 -0
  30. data/ext/mathematical/lasem/itex2mml/README.itex2MML +13 -0
  31. data/ext/mathematical/lasem/lasem.doap +21 -0
  32. data/ext/mathematical/lasem/m4/introspection.m4 +96 -0
  33. data/ext/mathematical/lasem/po/ChangeLog +0 -0
  34. data/ext/mathematical/lasem/po/LINGUAS +28 -0
  35. data/ext/mathematical/lasem/po/POTFILES.in +195 -0
  36. data/ext/mathematical/lasem/po/POTFILES.skip +1 -0
  37. data/ext/mathematical/lasem/po/bs.po +65 -0
  38. data/ext/mathematical/lasem/po/cs.po +70 -0
  39. data/ext/mathematical/lasem/po/de.po +68 -0
  40. data/ext/mathematical/lasem/po/el.po +73 -0
  41. data/ext/mathematical/lasem/po/es.po +78 -0
  42. data/ext/mathematical/lasem/po/eu.po +66 -0
  43. data/ext/mathematical/lasem/po/fr.po +65 -0
  44. data/ext/mathematical/lasem/po/gl.po +64 -0
  45. data/ext/mathematical/lasem/po/hu.po +76 -0
  46. data/ext/mathematical/lasem/po/id.po +69 -0
  47. data/ext/mathematical/lasem/po/it.po +64 -0
  48. data/ext/mathematical/lasem/po/lt.po +77 -0
  49. data/ext/mathematical/lasem/po/lv.po +66 -0
  50. data/ext/mathematical/lasem/po/nb.po +62 -0
  51. data/ext/mathematical/lasem/po/oc.po +65 -0
  52. data/ext/mathematical/lasem/po/pl.po +73 -0
  53. data/ext/mathematical/lasem/po/pt.po +77 -0
  54. data/ext/mathematical/lasem/po/pt_BR.po +64 -0
  55. data/ext/mathematical/lasem/po/ru.po +66 -0
  56. data/ext/mathematical/lasem/po/sl.po +68 -0
  57. data/ext/mathematical/lasem/po/sr.po +65 -0
  58. data/ext/mathematical/lasem/po/sr@latin.po +65 -0
  59. data/ext/mathematical/lasem/po/sv.po +72 -0
  60. data/ext/mathematical/lasem/po/tg.po +64 -0
  61. data/ext/mathematical/lasem/po/tr.po +65 -0
  62. data/ext/mathematical/lasem/po/zh_CN.po +63 -0
  63. data/ext/mathematical/lasem/src/Makefile.am +349 -0
  64. data/ext/mathematical/lasem/src/lsmdomenumtypes.c.template +39 -0
  65. data/ext/mathematical/lasem/src/lsmdomenumtypes.h.template +26 -0
  66. data/ext/mathematical/lasem/src/lsmitex.c +0 -1
  67. data/ext/mathematical/lasem/src/lsmmathmlenumtypes.c.template +39 -0
  68. data/ext/mathematical/lasem/src/lsmmathmlenumtypes.h.template +26 -0
  69. data/ext/mathematical/lasem/src/lsmsvgenumtypes.c.template +39 -0
  70. data/ext/mathematical/lasem/src/lsmsvgenumtypes.h.template +26 -0
  71. data/ext/mathematical/lasem/tests/Makefile.am +34 -0
  72. data/ext/mathematical/lasem/tests/data/mathml/gtkmathview/README +5 -0
  73. data/ext/mathematical/lasem/tests/data/mathml/tex/fractions/fraction-02.tex +1 -0
  74. data/ext/mathematical/lasem/tests/data/mathml/tex/fractions/fraction-03-inline.tex +1 -0
  75. data/ext/mathematical/lasem/tests/data/mathml/tex/fractions/fraction-03.tex +1 -0
  76. data/ext/mathematical/lasem/tests/data/mathml/tex/fractions/fraction.tex +1 -0
  77. data/ext/mathematical/lasem/tests/data/mathml/tex/integrals/closed.tex +1 -0
  78. data/ext/mathematical/lasem/tests/data/mathml/tex/integrals/multiples.tex +1 -0
  79. data/ext/mathematical/lasem/tests/data/mathml/tex/integrals/standard.tex +1 -0
  80. data/ext/mathematical/lasem/tests/data/mathml/tex/matrices/matrix-01.tex +5 -0
  81. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/cases-cr.tex +7 -0
  82. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/cases-space.tex +7 -0
  83. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/cases.tex +7 -0
  84. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/color.tex +1 -0
  85. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/complex-2.tex +1 -0
  86. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/complex-inline.tex +7 -0
  87. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/complex.tex +7 -0
  88. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/quadratic-inline.tex +1 -0
  89. data/ext/mathematical/lasem/tests/data/mathml/tex/misc/quadratic.tex +1 -0
  90. data/ext/mathematical/lasem/tests/data/mathml/tex/radicals/radical-01.tex +1 -0
  91. data/ext/mathematical/lasem/tests/data/mathml/tex/radicals/radical-02.tex +1 -0
  92. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/accents.tex +1 -0
  93. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/script.tex +1 -0
  94. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/stack.tex +1 -0
  95. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/subscript.tex +1 -0
  96. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/sums-inline.tex +1 -0
  97. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/sums.tex +1 -0
  98. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/superscript-inline.tex +1 -0
  99. data/ext/mathematical/lasem/tests/data/mathml/tex/scripts/superscript.tex +1 -0
  100. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/bmpCursor.bmp +0 -0
  101. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/brushedMetal.jpg +0 -0
  102. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/jpeg.jpg +0 -0
  103. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/jpegCursor.jpg +0 -0
  104. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/operaBridge.jpg +0 -0
  105. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/operaSteps.jpg +0 -0
  106. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/operaWalk.jpg +0 -0
  107. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/sm_colors.tif +0 -0
  108. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/sm_colors_pb.tif +0 -0
  109. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/sm_colors_pb_tile.tif +0 -0
  110. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/sm_colors_tile.tif +0 -0
  111. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/tde.jpg +0 -0
  112. data/ext/mathematical/lasem/tests/data/svg/batik/resources/images/tiffCursor.tif +0 -0
  113. data/ext/mathematical/lasem/tests/data/svg/svg1.1/images/image1.jpg +0 -0
  114. data/ext/mathematical/lasem/tests/data/svg/svg1.1/images/struct-image-01.jpg +0 -0
  115. data/ext/mathematical/lasem/tests/data/svg/svg1.1/images/struct-image-02.jpg +0 -0
  116. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/CNN.3gp +0 -0
  117. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/SVG-1.1-monolithic-fixed.dtd +1622 -0
  118. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/TraitAccess.common.es +672 -0
  119. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/advice.wav +0 -0
  120. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/beep.wav +0 -0
  121. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/boing_x.wav +0 -0
  122. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/clock.mp4 +0 -0
  123. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud-ps411q4app.jpg +0 -0
  124. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud411q25s.jpg +0 -0
  125. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud411q65float.jpg +0 -0
  126. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud411q75o.jpg +0 -0
  127. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud411q75p.jpg +0 -0
  128. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud411q75s.jpg +0 -0
  129. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloud444q65o.jpg +0 -0
  130. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloudgsq75s.jpg +0 -0
  131. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloudoddq65o.jpg +0 -0
  132. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/cloudqllo.jpg +0 -0
  133. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/copyright-documents-19990405.html +89 -0
  134. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/disco.jpg +0 -0
  135. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/dogandball.3gp +0 -0
  136. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/dogandball.jpg +0 -0
  137. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/dogandball.mov +0 -0
  138. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/duckfeeding.3gp +0 -0
  139. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/duckfeeding.mov +0 -0
  140. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/excuse_me.wav +0 -0
  141. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/externalscript.js +1 -0
  142. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/greentopbutton.jpg +0 -0
  143. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/greentopbutton1.jpg +0 -0
  144. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/greentopbutton2.jpg +0 -0
  145. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/greentopbutton3.jpg +0 -0
  146. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/greentopbutton4.jpg +0 -0
  147. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/heroesLanding.3gp +0 -0
  148. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/image1.jpg +0 -0
  149. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/image2_b.jpg +0 -0
  150. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/myimage.jpg +0 -0
  151. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pacman.wav +0 -0
  152. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/plant.jpg +0 -0
  153. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image0.jpg +0 -0
  154. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image1.jpg +0 -0
  155. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image2.jpg +0 -0
  156. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image3.jpg +0 -0
  157. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image4.jpg +0 -0
  158. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image5.jpg +0 -0
  159. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image6.jpg +0 -0
  160. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image7.jpg +0 -0
  161. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image8.jpg +0 -0
  162. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/pref_image9.jpg +0 -0
  163. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script1.js +1 -0
  164. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script10.js +1 -0
  165. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script2.js +1 -0
  166. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script3.js +1 -0
  167. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script4.js +1 -0
  168. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script5.js +1 -0
  169. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script6.js +1 -0
  170. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script7.js +1 -0
  171. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script8.js +1 -0
  172. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/script9.js +1 -0
  173. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/skier.3gp +0 -0
  174. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/skier.jpg +0 -0
  175. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/struct-image-01.jpg +0 -0
  176. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/struct-image-02.jpg +0 -0
  177. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/svgRef4.css +4 -0
  178. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/welcome.wav +0 -0
  179. data/ext/mathematical/lasem/tests/data/svg/svg1.2/images/xmltree.xml +4 -0
  180. data/ext/mathematical/lasem/tests/fuzztest.sh +12 -0
  181. data/ext/mathematical/lasem/tests/suite.ini +27 -0
  182. data/ext/mathematical/lasem/tools/change-license +3 -0
  183. data/ext/mathematical/lasem/tools/charlist.dtd +73 -0
  184. data/ext/mathematical/lasem/tools/entities-to-c.xsl +1067 -0
  185. data/ext/mathematical/lasem/tools/fuzzxml +243 -0
  186. data/ext/mathematical/lasem/tools/unicode.xml +44303 -0
  187. data/ext/mathematical/lasem_overrides.c +25 -4
  188. data/ext/mathematical/lasem_overrides.h +5 -0
  189. data/ext/mathematical/lib/liblasem.dylib +0 -0
  190. data/ext/mathematical/mtex2MML/CONTRIBUTING.md +22 -0
  191. data/ext/mathematical/mtex2MML/README.md +143 -0
  192. data/ext/mathematical/mtex2MML/SUPPORTED.md +1214 -0
  193. data/ext/mathematical/mtex2MML/appveyor.yml +25 -0
  194. data/ext/mathematical/mtex2MML/build.ps1 +2 -0
  195. data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_C.bin +0 -0
  196. data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_CXX.bin +0 -0
  197. data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CompilerIdC/a.out +0 -0
  198. data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.cpp +375 -0
  199. data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CompilerIdCXX/a.out +0 -0
  200. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +208 -0
  201. data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +69 -0
  202. data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/progress.make +1 -0
  203. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +69 -0
  204. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/progress.make +1 -0
  205. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +69 -0
  206. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/progress.make +1 -0
  207. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +69 -0
  208. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/progress.make +1 -0
  209. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +69 -0
  210. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/progress.make +1 -0
  211. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +69 -0
  212. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/progress.make +1 -0
  213. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +69 -0
  214. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/progress.make +1 -0
  215. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +69 -0
  216. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/progress.make +1 -0
  217. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +69 -0
  218. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/progress.make +1 -0
  219. data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +69 -0
  220. data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/progress.make +1 -0
  221. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +69 -0
  222. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/progress.make +1 -0
  223. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +69 -0
  224. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/progress.make +1 -0
  225. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +69 -0
  226. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/progress.make +1 -0
  227. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +69 -0
  228. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/progress.make +1 -0
  229. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +69 -0
  230. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/progress.make +1 -0
  231. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +69 -0
  232. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/progress.make +1 -0
  233. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +69 -0
  234. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/progress.make +1 -0
  235. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +69 -0
  236. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/progress.make +1 -0
  237. data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +1137 -0
  238. data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +69 -0
  239. data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/progress.make +1 -0
  240. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +69 -0
  241. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/progress.make +1 -0
  242. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +69 -0
  243. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/progress.make +1 -0
  244. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +69 -0
  245. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/progress.make +1 -0
  246. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +69 -0
  247. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/progress.make +1 -0
  248. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +69 -0
  249. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/progress.make +1 -0
  250. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +69 -0
  251. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/progress.make +1 -0
  252. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +69 -0
  253. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/progress.make +1 -0
  254. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +69 -0
  255. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/progress.make +1 -0
  256. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +69 -0
  257. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/progress.make +1 -0
  258. data/ext/mathematical/mtex2MML/build/CMakeFiles/cmake.check_cache +1 -0
  259. data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +69 -0
  260. data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/progress.make +1 -0
  261. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +253 -0
  262. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/depend.make +2 -0
  263. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +8 -0
  264. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/progress.make +9 -0
  265. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +148 -0
  266. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +251 -0
  267. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +48 -0
  268. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +48 -0
  269. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +8 -0
  270. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/progress.make +9 -0
  271. data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +69 -0
  272. data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/progress.make +1 -0
  273. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +276 -0
  274. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/depend.make +2 -0
  275. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +8 -0
  276. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/progress.make +10 -0
  277. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +683 -0
  278. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/depend.make +2 -0
  279. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +8 -0
  280. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/progress.make +26 -0
  281. data/ext/mathematical/mtex2MML/build/CMakeFiles/progress.marks +1 -0
  282. data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +94 -0
  283. data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +10 -0
  284. data/ext/mathematical/mtex2MML/build/parser.output +117661 -0
  285. data/ext/mathematical/mtex2MML/deps/strdup/package.json +12 -0
  286. data/ext/mathematical/mtex2MML/deps/uthash/package.json +26 -0
  287. data/ext/mathematical/mtex2MML/script/bootstrap +30 -0
  288. data/ext/mathematical/mtex2MML/script/cibuild +11 -0
  289. data/ext/mathematical/mtex2MML/script/release +27 -0
  290. data/ext/mathematical/mtex2MML/src/y.output +117655 -0
  291. data/ext/mathematical/mtex2MML/tests/debug/mtex2MML_debug.cc +21 -0
  292. data/ext/mathematical/mtex2MML/tests/deps/file2str/package.json +9 -0
  293. data/ext/mathematical/mtex2MML/tests/deps/trim/package.json +7 -0
  294. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/AMScd/amscd-1.html +86 -0
  295. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/AMScd/amscd-2.html +148 -0
  296. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/AMScd/amscd-3.html +188 -0
  297. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/AMScd/arrows-2.html +156 -0
  298. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/AMScd/min-1.html +45 -0
  299. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/AMScd/min-2.html +35 -0
  300. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/accents-1.html +16 -0
  301. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/accents-2.html +3 -0
  302. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/accents-3.html +5 -0
  303. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/buildrel-1.html +3 -0
  304. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/issue490.html +0 -0
  305. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/issue877.html +3 -0
  306. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/issue937.html +3 -0
  307. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/overbrace-1.html +3 -0
  308. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/overbracket-1.html +3 -0
  309. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/overset-1.html +3 -0
  310. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/sideset-1.html +5 -0
  311. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/stackrel-1.html +3 -0
  312. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/subarray-1.html +1 -0
  313. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/substack-1.html +3 -0
  314. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/underbrace-1.html +3 -0
  315. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/underbracket-1.html +3 -0
  316. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/underset-1.html +3 -0
  317. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/action/mathtip-1.html +6 -0
  318. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/action/texttip-1.html +6 -0
  319. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/action/toggle-1.html +7 -0
  320. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/arrows/Newextarrow-1.html +10 -0
  321. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/arrows/arrows-1.html +34 -0
  322. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/arrows/arrows-2.html +30 -0
  323. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/arrows/arrows-3.html +9 -0
  324. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/arrows/arrows-4.html +13 -0
  325. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/arrows/arrows-5.html +7 -0
  326. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathbin-1.html +7 -0
  327. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathinner-1.html +3 -0
  328. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathop-1a.html +3 -0
  329. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathop-1b.html +5 -0
  330. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathop-2.html +5 -0
  331. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathopenclose-1.html +3 -0
  332. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathord-1.html +3 -0
  333. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathpunct-1.html +3 -0
  334. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/atoms/mathrel-1.html +3 -0
  335. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/basic-operators/backslashed-1.html +16 -0
  336. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/basic-operators/basic-operators-1.html +3 -0
  337. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/basic-operators/basic-operators-2.html +25 -0
  338. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/basic-operators/remap-1.html +5 -0
  339. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/color-1.html +3 -0
  340. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/colorbox-1.html +3 -0
  341. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/definecolor-1.html +37 -0
  342. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/definecolor-2.html +79 -0
  343. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/fcolorbox-1.html +7 -0
  344. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/issue446.html +5 -0
  345. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/colors/namedcolors-1.html +70 -0
  346. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/big-1.html +3 -0
  347. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/big-2.html +3 -0
  348. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/big-3.html +3 -0
  349. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/delimiters-1.html +3 -0
  350. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/delimiters-2.html +4 -0
  351. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue775.html +3 -0
  352. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue776-1a.html +6 -0
  353. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue776-1b.html +6 -0
  354. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue776-2.html +6 -0
  355. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue776-3.html +6 -0
  356. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue776-4.html +6 -0
  357. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/issue776-5.html +6 -0
  358. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/delimiters/left-right-1.html +3 -0
  359. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/align-1a.html +7 -0
  360. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/align-1b.html +7 -0
  361. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/alignat-1a.html +6 -0
  362. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/alignat-1b.html +6 -0
  363. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/aligned-1.html +9 -0
  364. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/aligned-2.html +14 -0
  365. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/alignedat-1.html +8 -0
  366. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/eqalign-1.html +8 -0
  367. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/eqalignno-1.html +8 -0
  368. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/eqnarray-1a.html +7 -0
  369. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/eqnarray-1b.html +7 -0
  370. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/eqnarray-2.html +64 -0
  371. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/equation-1.html +5 -0
  372. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/equation-2.html +5 -0
  373. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/gather-1a.html +7 -0
  374. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/gather-1b.html +7 -0
  375. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/gathered-1.html +7 -0
  376. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/gathered-2.html +12 -0
  377. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/issue982-1a.html +5 -0
  378. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/issue982-1b.html +5 -0
  379. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/issue982-2a.html +5 -0
  380. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/issue982-2b.html +5 -0
  381. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/issue982-3a.html +5 -0
  382. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/issue982-3b.html +5 -0
  383. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/leqalignno-1.html +11 -0
  384. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/multline-1a.html +7 -0
  385. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/multline-1b.html +7 -0
  386. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/environments/split-1.html +9 -0
  387. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/errors/noErrors-1.html +5 -0
  388. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/errors/noUndefined-1.html +3 -0
  389. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/above-1.html +3 -0
  390. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/abovewithdelims-1.html +3 -0
  391. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/atop-1.html +3 -0
  392. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/atopwithdelims-1.html +3 -0
  393. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/binom-1.html +3 -0
  394. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/brace-1.html +3 -0
  395. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/brack-1.html +3 -0
  396. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/cfrac-1.html +3 -0
  397. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/choose-1.html +3 -0
  398. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/dbinom-1.html +3 -0
  399. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/dfrac-1.html +3 -0
  400. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/frac-1a.html +3 -0
  401. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/frac-1b.html +3 -0
  402. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/genfrac-1.html +3 -0
  403. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/issue969.html +3 -0
  404. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/overwithdelims-1.html +3 -0
  405. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/tbinom-1.html +3 -0
  406. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/frac/tfrac-1.html +3 -0
  407. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue1152-1.html +1 -0
  408. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue1152-2.html +4 -0
  409. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue375.html +3 -0
  410. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue856.html +3 -0
  411. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue901-1a.html +5 -0
  412. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue901-1b.html +5 -0
  413. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue901-1c.html +5 -0
  414. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/issues/issue901-1d.html +5 -0
  415. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/boxes-1.html +5 -0
  416. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/kern-1a.html +3 -0
  417. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/kern-1b.html +3 -0
  418. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/llap-1.html +3 -0
  419. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/lower-1.html +4 -0
  420. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/mathstrut-1.html +3 -0
  421. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/moveleft-1.html +3 -0
  422. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/moveright-1.html +3 -0
  423. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/newline-1.html +3 -0
  424. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/phantom-1.html +4 -0
  425. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/raise-1.html +3 -0
  426. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/rlap-1.html +3 -0
  427. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/shove-1.html +19 -0
  428. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/skip-1a.html +3 -0
  429. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/skip-1b.html +3 -0
  430. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/smash-1.html +3 -0
  431. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/spaces-1.html +18 -0
  432. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/strut-1.html +3 -0
  433. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/vcenter-1.html +3 -0
  434. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/letters/greek-1.html +32 -0
  435. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/letters/greek-2.html +13 -0
  436. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/letters/greek-3.html +6 -0
  437. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/letters/greek-4.html +13 -0
  438. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/letters/hebrew-1.html +6 -0
  439. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/begingroup-1.html +15 -0
  440. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/def-1.html +5 -0
  441. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/let-1.html +14 -0
  442. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/macro-1.html +7 -0
  443. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/macro-2.html +25 -0
  444. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/macro-3.html +50 -0
  445. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/macro-5.html +5 -0
  446. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/macro-6.html +7 -0
  447. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/macro/macro-7.html +7 -0
  448. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/Bbb-1.html +3 -0
  449. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/bf-1.html +3 -0
  450. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/boldsymbol-1.html +9 -0
  451. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/cal-1.html +3 -0
  452. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/frak-1.html +3 -0
  453. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/it-1.html +3 -0
  454. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathbb-1.html +3 -0
  455. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathbf-1a.html +3 -0
  456. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathbf-1b.html +3 -0
  457. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathbf-2.html +3 -0
  458. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathcal-1.html +3 -0
  459. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathfrak-1.html +3 -0
  460. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathit-1.html +3 -0
  461. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathrm-1.html +3 -0
  462. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathscr-1.html +3 -0
  463. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathsf-1.html +3 -0
  464. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathtt-1.html +3 -0
  465. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mit-1.html +3 -0
  466. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/pmb-1.html +3 -0
  467. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/rm-1.html +3 -0
  468. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/scr-1.html +3 -0
  469. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/sf-1.html +3 -0
  470. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/text-1.html +3 -0
  471. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textbf-1.html +3 -0
  472. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textit-1.html +3 -0
  473. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textrm-1.html +3 -0
  474. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textsf-1.html +3 -0
  475. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/texttt-1.html +3 -0
  476. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/tt-1.html +3 -0
  477. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/array-1a.html +7 -0
  478. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/array-1b.html +7 -0
  479. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/array-2.html +3 -0
  480. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/array-3.html +3 -0
  481. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/bmatrix-1.html +7 -0
  482. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/bmatrix-2.html +7 -0
  483. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/matrix-1.html +7 -0
  484. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/matrix-2.html +7 -0
  485. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/pmatrix-1.html +7 -0
  486. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/pmatrix-2.html +8 -0
  487. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/smallmatrix-1.html +3 -0
  488. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/vmatrix-1.html +7 -0
  489. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/matrices/vmatrix-2.html +7 -0
  490. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/advanced-1.html +120 -0
  491. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/advanced-2.html +35 -0
  492. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/advanced-3.html +138 -0
  493. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/amounts-1.html +46 -0
  494. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/arrows-1.html +235 -0
  495. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/arrows-2.html +159 -0
  496. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/basics-1.html +139 -0
  497. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/bonds-1.html +256 -0
  498. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/environments-1.html +81 -0
  499. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/isotopes-1.html +30 -0
  500. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/math-1.html +101 -0
  501. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mhchem/special_symbols-1.html +176 -0
  502. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/Rule-1.html +5 -0
  503. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/Tiny-1.html +3 -0
  504. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/class-1.html +3 -0
  505. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/cssId-1.html +3 -0
  506. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/href-1.html +3 -0
  507. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/href-2.html +3 -0
  508. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/require-1.html +3 -0
  509. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/style-1.html +3 -0
  510. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/non-standard/unicode-1.html +8 -0
  511. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/LaTeX-1.html +4 -0
  512. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/bbox-1.html +6 -0
  513. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/boxed-1.html +3 -0
  514. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/cancel-1.html +6 -0
  515. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/cases-1.html +3 -0
  516. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/displaylines-1.html +7 -0
  517. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/enclose-1.html +8 -0
  518. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/functions-1.html +34 -0
  519. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/limits-1.html +5 -0
  520. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/limits-2.html +8 -0
  521. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/limits-3.html +3 -0
  522. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/mathsize-1.html +11 -0
  523. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/mod-1.html +5 -0
  524. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/not-1.html +5 -0
  525. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/pod-1.html +3 -0
  526. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/primes-1.html +8 -0
  527. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/primes-2.html +4 -0
  528. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/primes-3.html +3 -0
  529. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/style-1.html +7 -0
  530. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/style-2.html +0 -0
  531. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/verb-1.html +3 -0
  532. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/other/verb-2.html +3 -0
  533. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/eqref-1.html +5 -0
  534. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/label-1.html +7 -0
  535. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/label-2.html +1 -0
  536. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/notag-1.html +5 -0
  537. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/ref-1.html +5 -0
  538. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/ref-2.html +5 -0
  539. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/references/ref-3.html +5 -0
  540. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/roots/root-1.html +3 -0
  541. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/roots/root-2.html +3 -0
  542. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/roots/root-3.html +3 -0
  543. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/roots/sqrt-1.html +3 -0
  544. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/roots/sqrt-2.html +3 -0
  545. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/binaryops-1.html +32 -0
  546. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/dots-1.html +26 -0
  547. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/largeops-1.html +4 -0
  548. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/largeops-2.html +3 -0
  549. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/relations-1.html +39 -0
  550. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/symbols-1.html +25 -0
  551. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/symbols-2.html +31 -0
  552. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/symbols-3.html +40 -0
  553. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/symbols-4.html +39 -0
  554. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/symbols-5.html +56 -0
  555. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/symbols/symbols-6.html +49 -0
  556. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/amscd-1.no_tex +8 -0
  557. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/amscd-2.no_tex +13 -0
  558. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/amscd-3.no_tex +23 -0
  559. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/arrows-1.no_tex +23 -0
  560. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/arrows-2.no_tex +26 -0
  561. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/min-1.no_tex +14 -0
  562. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/AMScd/min-2.no_tex +14 -0
  563. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/issue490.no_tex +3 -0
  564. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/action/mathtip-1.no_tex +2 -0
  565. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/action/texttip-1.no_tex +2 -0
  566. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/action/toggle-1.no_tex +3 -0
  567. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/arrows/Newextarrow-1.xtex +4 -0
  568. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathbin-1.no_tex +3 -0
  569. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathop-2.xtex +3 -0
  570. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/basic-operators/basic-operators-2.xtex +5 -0
  571. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/definecolor-1a.xtex +7 -0
  572. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/definecolor-1b.xtex +7 -0
  573. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/definecolor-1c.xtex +7 -0
  574. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/definecolor-2.xtex +13 -0
  575. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/fcolorbox-1.xtex +3 -0
  576. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/issue446.xtex +5 -0
  577. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/eqnarray-1c.no_tex +7 -0
  578. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/eqnarray-2a.no_tex +8 -0
  579. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/leqalignno-1.xtex +8 -0
  580. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/errors/noErrors-1.no_tex +3 -0
  581. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/errors/noUndefined-1.no_tex +2 -0
  582. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue1151.no_tex +3 -0
  583. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue1152-1.xtex +1 -0
  584. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue903-1.xtex +6 -0
  585. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue903-2.xtex +16 -0
  586. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/shove-1.xtex +7 -0
  587. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/begingroup-1.no_tex +8 -0
  588. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/def-1.no_tex +4 -0
  589. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/let-1.no_tex +5 -0
  590. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-1a.no_tex +3 -0
  591. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-1b.no_tex +3 -0
  592. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-2.no_tex +3 -0
  593. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-3.no_tex +5 -0
  594. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-5.no_tex +3 -0
  595. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-6.no_tex +5 -0
  596. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/macro/macro-7.no_tex +11 -0
  597. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/advanced-1.no_tex +8 -0
  598. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/advanced-2.no_tex +3 -0
  599. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/advanced-3.no_tex +7 -0
  600. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/amounts-1.no_tex +4 -0
  601. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/arrows-1.no_tex +10 -0
  602. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/arrows-2.no_tex +9 -0
  603. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/basics-1.no_tex +13 -0
  604. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/bonds-1.no_tex +11 -0
  605. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/environments-1.no_tex +6 -0
  606. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/isotopes-1.no_tex +3 -0
  607. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/math-1.no_tex +4 -0
  608. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mhchem/special_symbols-1.no_tex +7 -0
  609. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/Rule-1.no_tex +3 -0
  610. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/class-1.no_tex +3 -0
  611. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/cssId-1.no_tex +3 -0
  612. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/href-1.no_tex +3 -0
  613. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/href-2.no_tex +3 -0
  614. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/require-1.no_tex +5 -0
  615. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/style-1.no_tex +3 -0
  616. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/unicode-1.no_tex +3 -0
  617. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/displaylines-1.xtex +8 -0
  618. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/style-2.no_tex +10 -0
  619. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/eqref-1.no_tex +7 -0
  620. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/label-1.no_tex +3 -0
  621. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/label-2.no_tex +2 -0
  622. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/ref-1a.no_tex +2 -0
  623. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/ref-1b.no_tex +2 -0
  624. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/ref-2.no_tex +2 -0
  625. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/ref-3.no_tex +2 -0
  626. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/tag-1.no_tex +1 -0
  627. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/tag-2.no_tex +1 -0
  628. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/tag-3.no_tex +3 -0
  629. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/tag-4.no_tex +3 -0
  630. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/TODO.md +3 -0
  631. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_nesting.html +32 -0
  632. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_pos_alignment.html +8 -0
  633. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_pos_alignment_with_hline.html +12 -0
  634. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_vertical_column.html +5 -0
  635. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_vertical_column_with_align.html +5 -0
  636. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_with_hline.html +9 -0
  637. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_with_hline_and_hdashline.html +10 -0
  638. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_with_vertical_and_horizontal_dashes.html +10 -0
  639. data/ext/mathematical/mtex2MML/tests/fixtures/array/augmented_matrix.html +6 -0
  640. data/ext/mathematical/mtex2MML/tests/fixtures/array/basic_array.html +5 -0
  641. data/ext/mathematical/mtex2MML/tests/fixtures/array/strip_excess_whitespace_in_array_attributes.html +7 -0
  642. data/ext/mathematical/mtex2MML/tests/fixtures/basic/block.html +1 -0
  643. data/ext/mathematical/mtex2MML/tests/fixtures/basic/comments.html +6 -0
  644. data/ext/mathematical/mtex2MML/tests/fixtures/basic/filter.html +1 -0
  645. data/ext/mathematical/mtex2MML/tests/fixtures/basic/inline.html +1 -0
  646. data/ext/mathematical/mtex2MML/tests/fixtures/basic/strict_filter.html +3 -0
  647. data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_filter.html +3 -0
  648. data/ext/mathematical/mtex2MML/tests/fixtures/cornercases/broken_up_inline_env.html +3 -0
  649. data/ext/mathematical/mtex2MML/tests/fixtures/cornercases/some_crazy_alignment.html +24 -0
  650. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/brackets.html +1 -0
  651. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/dollar_spacings_filter.html +2 -0
  652. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/dollar_spacings_text_filter.html +27 -0
  653. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/double_dollar.html +1 -0
  654. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/escaping_with_brackets.html +35 -0
  655. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/escaping_with_dollars.html +35 -0
  656. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/escaping_with_parens.html +35 -0
  657. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed.html +1 -0
  658. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/parens.html +1 -0
  659. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/single_dollar.html +1 -0
  660. data/ext/mathematical/mtex2MML/tests/fixtures/env/aligned_ex_spacing.html +6 -0
  661. data/ext/mathematical/mtex2MML/tests/fixtures/env/aligned_no_ex_spacing.html +6 -0
  662. data/ext/mathematical/mtex2MML/tests/fixtures/env/aligned_no_lines.html +5 -0
  663. data/ext/mathematical/mtex2MML/tests/fixtures/env/bbmatrix_ex_spacing.html +5 -0
  664. data/ext/mathematical/mtex2MML/tests/fixtures/env/bbmatrix_no_ex_spacing.html +5 -0
  665. data/ext/mathematical/mtex2MML/tests/fixtures/env/bbmatrix_no_lines.html +4 -0
  666. data/ext/mathematical/mtex2MML/tests/fixtures/env/bmatrix_ex_spacing.html +5 -0
  667. data/ext/mathematical/mtex2MML/tests/fixtures/env/bmatrix_no_ex_spacing.html +5 -0
  668. data/ext/mathematical/mtex2MML/tests/fixtures/env/bmatrix_no_lines.html +4 -0
  669. data/ext/mathematical/mtex2MML/tests/fixtures/env/cases_ex_spacing.html +7 -0
  670. data/ext/mathematical/mtex2MML/tests/fixtures/env/cases_no_ex_spacing.html +7 -0
  671. data/ext/mathematical/mtex2MML/tests/fixtures/env/cases_no_lines.html +6 -0
  672. data/ext/mathematical/mtex2MML/tests/fixtures/env/gathered_ex_spacing.html +6 -0
  673. data/ext/mathematical/mtex2MML/tests/fixtures/env/gathered_no_ex_spacing.html +6 -0
  674. data/ext/mathematical/mtex2MML/tests/fixtures/env/gathered_no_lines.html +5 -0
  675. data/ext/mathematical/mtex2MML/tests/fixtures/env/matrix_ex_spacing.html +7 -0
  676. data/ext/mathematical/mtex2MML/tests/fixtures/env/matrix_no_ex_spacing.html +7 -0
  677. data/ext/mathematical/mtex2MML/tests/fixtures/env/matrix_no_lines.html +6 -0
  678. data/ext/mathematical/mtex2MML/tests/fixtures/env/pmatrix_ex_spacing.html +5 -0
  679. data/ext/mathematical/mtex2MML/tests/fixtures/env/pmatrix_no_ex_spacing.html +5 -0
  680. data/ext/mathematical/mtex2MML/tests/fixtures/env/pmatrix_no_lines.html +4 -0
  681. data/ext/mathematical/mtex2MML/tests/fixtures/env/smallmatrix_ex_spacing.html +8 -0
  682. data/ext/mathematical/mtex2MML/tests/fixtures/env/smallmatrix_no_ex_spacing.html +7 -0
  683. data/ext/mathematical/mtex2MML/tests/fixtures/env/smallmatrix_no_lines.html +5 -0
  684. data/ext/mathematical/mtex2MML/tests/fixtures/env/spaces_after_rowsep.html +7 -0
  685. data/ext/mathematical/mtex2MML/tests/fixtures/env/split_ex_spacing.html +6 -0
  686. data/ext/mathematical/mtex2MML/tests/fixtures/env/split_no_ex_spacing.html +6 -0
  687. data/ext/mathematical/mtex2MML/tests/fixtures/env/split_no_lines.html +5 -0
  688. data/ext/mathematical/mtex2MML/tests/fixtures/env/vmatrix_ex_spacing.html +5 -0
  689. data/ext/mathematical/mtex2MML/tests/fixtures/env/vmatrix_no_ex_spacing.html +5 -0
  690. data/ext/mathematical/mtex2MML/tests/fixtures/env/vmatrix_no_lines.html +4 -0
  691. data/ext/mathematical/mtex2MML/tests/fixtures/env/vvmatrix_ex_spacing.html +6 -0
  692. data/ext/mathematical/mtex2MML/tests/fixtures/env/vvmatrix_no_ex_spacing.html +6 -0
  693. data/ext/mathematical/mtex2MML/tests/fixtures/env/vvmatrix_no_lines.html +5 -0
  694. data/ext/mathematical/mtex2MML/tests/fixtures/functions/max_limits.html +1 -0
  695. data/ext/mathematical/mtex2MML/tests/fixtures/functions/min_limits.html +1 -0
  696. data/ext/mathematical/mtex2MML/tests/fixtures/maliciousness/just_enough_parsing.html +1 -0
  697. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/multiple_equations.html +11 -0
  698. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/multiple_notag_nonumber.html +7 -0
  699. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/single_equation.html +5 -0
  700. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/single_nonumber.html +6 -0
  701. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/single_notag.html +6 -0
  702. data/ext/mathematical/mtex2MML/tests/fixtures/performance/big_file.html +12 -0
  703. data/ext/mathematical/mtex2MML/tests/generate.py +244 -0
  704. data/ext/mathematical/mtex2MML/tests/mathjax_generate.py +72 -0
  705. data/lib/mathematical/version.rb +1 -1
  706. data/mathematical.gemspec +1 -3
  707. metadata +699 -23
  708. data/ext/mathematical/lasem/Makefile +0 -1037
  709. data/ext/mathematical/lasem/config.h +0 -87
  710. data/ext/mathematical/lasem/docs/Makefile +0 -793
  711. data/ext/mathematical/lasem/docs/reference/Makefile +0 -735
  712. data/ext/mathematical/lasem/docs/reference/lasem/Makefile +0 -1029
  713. data/ext/mathematical/lasem/docs/reference/lasem/lasem-decl-list.txt +0 -245
  714. data/ext/mathematical/lasem/docs/reference/lasem/lasem-decl.txt +0 -856
  715. data/ext/mathematical/lasem/itex2mml/Makefile +0 -742
  716. data/ext/mathematical/lasem/itex2mml/lex.yy.c +0 -6294
  717. data/ext/mathematical/lasem/itex2mml/y.tab.c +0 -5796
  718. data/ext/mathematical/lasem/itex2mml/y.tab.h +0 -378
  719. data/ext/mathematical/lasem/po/Makefile +0 -413
  720. data/ext/mathematical/lasem/src/Makefile +0 -1343
  721. data/ext/mathematical/lasem/src/lsmdomenumtypes.c +0 -99
  722. data/ext/mathematical/lasem/src/lsmdomenumtypes.h +0 -26
  723. data/ext/mathematical/lasem/src/lsmmathmlenumtypes.c +0 -793
  724. data/ext/mathematical/lasem/src/lsmmathmlenumtypes.h +0 -96
  725. data/ext/mathematical/lasem/src/lsmsvgenumtypes.c +0 -1254
  726. data/ext/mathematical/lasem/src/lsmsvgenumtypes.h +0 -129
  727. data/ext/mathematical/lasem/tests/Makefile +0 -776
@@ -1,87 +0,0 @@
1
- /* config.h. Generated from config.h.in by configure. */
2
- /* config.h.in. Generated from configure.ac by autoheader. */
3
-
4
- /* always defined to indicate that i18n is enabled */
5
- #define ENABLE_NLS 1
6
-
7
- /* GETTEXT package name */
8
- #define GETTEXT_PACKAGE "lasem-0.6"
9
-
10
- /* Define to 1 if you have the `bind_textdomain_codeset' function. */
11
- #define HAVE_BIND_TEXTDOMAIN_CODESET 1
12
-
13
- /* Define to 1 if you have the `dcgettext' function. */
14
- #define HAVE_DCGETTEXT 1
15
-
16
- /* Define to 1 if you have the <dlfcn.h> header file. */
17
- #define HAVE_DLFCN_H 1
18
-
19
- /* Define if the GNU gettext() function is already present or preinstalled. */
20
- #define HAVE_GETTEXT 1
21
-
22
- /* Define to 1 if you have the <inttypes.h> header file. */
23
- #define HAVE_INTTYPES_H 1
24
-
25
- /* Define if your <locale.h> file defines LC_MESSAGES. */
26
- #define HAVE_LC_MESSAGES 1
27
-
28
- /* Define to 1 if you have the <locale.h> header file. */
29
- #define HAVE_LOCALE_H 1
30
-
31
- /* Define to 1 if you have the <memory.h> header file. */
32
- #define HAVE_MEMORY_H 1
33
-
34
- /* Define to 1 if you have the <stdint.h> header file. */
35
- #define HAVE_STDINT_H 1
36
-
37
- /* Define to 1 if you have the <stdlib.h> header file. */
38
- #define HAVE_STDLIB_H 1
39
-
40
- /* Define to 1 if you have the <strings.h> header file. */
41
- #define HAVE_STRINGS_H 1
42
-
43
- /* Define to 1 if you have the <string.h> header file. */
44
- #define HAVE_STRING_H 1
45
-
46
- /* Define to 1 if you have the <sys/stat.h> header file. */
47
- #define HAVE_SYS_STAT_H 1
48
-
49
- /* Define to 1 if you have the <sys/types.h> header file. */
50
- #define HAVE_SYS_TYPES_H 1
51
-
52
- /* Define to 1 if you have the <unistd.h> header file. */
53
- #define HAVE_UNISTD_H 1
54
-
55
- /* Define to the sub-directory where libtool stores uninstalled libraries. */
56
- #define LT_OBJDIR ".libs/"
57
-
58
- /* Name of package */
59
- #define PACKAGE "lasem"
60
-
61
- /* Define to the address where bug reports for this package should be sent. */
62
- #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/"
63
-
64
- /* Define to the full name of this package. */
65
- #define PACKAGE_NAME "lasem"
66
-
67
- /* Define to the full name and version of this package. */
68
- #define PACKAGE_STRING "lasem 0.5.1"
69
-
70
- /* Define to the one symbol short name of this package. */
71
- #define PACKAGE_TARNAME "lasem"
72
-
73
- /* Define to the home page for this package. */
74
- #define PACKAGE_URL ""
75
-
76
- /* Define to the version of this package. */
77
- #define PACKAGE_VERSION "0.5.1"
78
-
79
- /* Define to 1 if you have the ANSI C header files. */
80
- #define STDC_HEADERS 1
81
-
82
- /* Version number of package */
83
- #define VERSION "0.5.1"
84
-
85
- /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
86
- `char[]'. */
87
- #define YYTEXT_POINTER 1
@@ -1,793 +0,0 @@
1
- # Makefile.in generated by automake 1.15 from Makefile.am.
2
- # docs/Makefile. Generated from Makefile.in by configure.
3
-
4
- # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
-
6
- # This Makefile.in is free software; the Free Software Foundation
7
- # gives unlimited permission to copy and/or distribute it,
8
- # with or without modifications, as long as this notice is preserved.
9
-
10
- # This program is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
- # PARTICULAR PURPOSE.
14
-
15
-
16
-
17
- # GLIB - Library of useful C routines
18
-
19
-
20
- am__is_gnu_make = { \
21
- if test -z '$(MAKELEVEL)'; then \
22
- false; \
23
- elif test -n '$(MAKE_HOST)'; then \
24
- true; \
25
- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26
- true; \
27
- else \
28
- false; \
29
- fi; \
30
- }
31
- am__make_running_with_option = \
32
- case $${target_option-} in \
33
- ?) ;; \
34
- *) echo "am__make_running_with_option: internal error: invalid" \
35
- "target option '$${target_option-}' specified" >&2; \
36
- exit 1;; \
37
- esac; \
38
- has_opt=no; \
39
- sane_makeflags=$$MAKEFLAGS; \
40
- if $(am__is_gnu_make); then \
41
- sane_makeflags=$$MFLAGS; \
42
- else \
43
- case $$MAKEFLAGS in \
44
- *\\[\ \ ]*) \
45
- bs=\\; \
46
- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47
- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48
- esac; \
49
- fi; \
50
- skip_next=no; \
51
- strip_trailopt () \
52
- { \
53
- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54
- }; \
55
- for flg in $$sane_makeflags; do \
56
- test $$skip_next = yes && { skip_next=no; continue; }; \
57
- case $$flg in \
58
- *=*|--*) continue;; \
59
- -*I) strip_trailopt 'I'; skip_next=yes;; \
60
- -*I?*) strip_trailopt 'I';; \
61
- -*O) strip_trailopt 'O'; skip_next=yes;; \
62
- -*O?*) strip_trailopt 'O';; \
63
- -*l) strip_trailopt 'l'; skip_next=yes;; \
64
- -*l?*) strip_trailopt 'l';; \
65
- -[dEDm]) skip_next=yes;; \
66
- -[JT]) skip_next=yes;; \
67
- esac; \
68
- case $$flg in \
69
- *$$target_option*) has_opt=yes; break;; \
70
- esac; \
71
- done; \
72
- test $$has_opt = yes
73
- am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74
- am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75
- pkgdatadir = $(datadir)/lasem
76
- pkgincludedir = $(includedir)/lasem
77
- pkglibdir = $(libdir)/lasem
78
- pkglibexecdir = $(libexecdir)/lasem
79
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80
- install_sh_DATA = $(install_sh) -c -m 644
81
- install_sh_PROGRAM = $(install_sh) -c
82
- install_sh_SCRIPT = $(install_sh) -c
83
- INSTALL_HEADER = $(INSTALL_DATA)
84
- transform = $(program_transform_name)
85
- NORMAL_INSTALL = :
86
- PRE_INSTALL = :
87
- POST_INSTALL = :
88
- NORMAL_UNINSTALL = :
89
- PRE_UNINSTALL = :
90
- POST_UNINSTALL = :
91
- build_triplet = x86_64-apple-darwin14.5.0
92
- host_triplet = x86_64-apple-darwin14.5.0
93
- #am__append_1 = reference
94
- subdir = docs
95
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
- am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
97
- $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
98
- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99
- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100
- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
101
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102
- $(ACLOCAL_M4)
103
- DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104
- mkinstalldirs = $(install_sh) -d
105
- CONFIG_HEADER = $(top_builddir)/config.h
106
- CONFIG_CLEAN_FILES =
107
- CONFIG_CLEAN_VPATH_FILES =
108
- AM_V_P = $(am__v_P_$(V))
109
- am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
110
- am__v_P_0 = false
111
- am__v_P_1 = :
112
- AM_V_GEN = $(am__v_GEN_$(V))
113
- am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
114
- am__v_GEN_0 = @echo " GEN " $@;
115
- am__v_GEN_1 =
116
- AM_V_at = $(am__v_at_$(V))
117
- am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
118
- am__v_at_0 = @
119
- am__v_at_1 =
120
- SOURCES =
121
- DIST_SOURCES =
122
- RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
123
- ctags-recursive dvi-recursive html-recursive info-recursive \
124
- install-data-recursive install-dvi-recursive \
125
- install-exec-recursive install-html-recursive \
126
- install-info-recursive install-pdf-recursive \
127
- install-ps-recursive install-recursive installcheck-recursive \
128
- installdirs-recursive pdf-recursive ps-recursive \
129
- tags-recursive uninstall-recursive
130
- am__can_run_installinfo = \
131
- case $$AM_UPDATE_INFO_DIR in \
132
- n|no|NO) false;; \
133
- *) (install-info --version) >/dev/null 2>&1;; \
134
- esac
135
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136
- am__vpath_adj = case $$p in \
137
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138
- *) f=$$p;; \
139
- esac;
140
- am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141
- am__install_max = 40
142
- am__nobase_strip_setup = \
143
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144
- am__nobase_strip = \
145
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146
- am__nobase_list = $(am__nobase_strip_setup); \
147
- for p in $$list; do echo "$$p $$p"; done | \
148
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150
- if (++n[$$2] == $(am__install_max)) \
151
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152
- END { for (dir in files) print dir, files[dir] }'
153
- am__base_list = \
154
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156
- am__uninstall_files_from_dir = { \
157
- test -z "$$files" \
158
- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160
- $(am__cd) "$$dir" && rm -f $$files; }; \
161
- }
162
- am__installdirs = "$(DESTDIR)$(manpagedir)"
163
- DATA = $(manpage_DATA)
164
- RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165
- distclean-recursive maintainer-clean-recursive
166
- am__recursive_targets = \
167
- $(RECURSIVE_TARGETS) \
168
- $(RECURSIVE_CLEAN_TARGETS) \
169
- $(am__extra_recursive_targets)
170
- AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171
- distdir
172
- am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173
- # Read a list of newline-separated strings from the standard input,
174
- # and print each of them once, without duplicates. Input order is
175
- # *not* preserved.
176
- am__uniquify_input = $(AWK) '\
177
- BEGIN { nonempty = 0; } \
178
- { items[$$0] = 1; nonempty = 1; } \
179
- END { if (nonempty) { for (i in items) print i; }; } \
180
- '
181
- # Make sure the list of sources is unique. This is necessary because,
182
- # e.g., the same source file might be shared among _SOURCES variables
183
- # for different programs/libraries.
184
- am__define_uniq_tagged_files = \
185
- list='$(am__tagged_files)'; \
186
- unique=`for i in $$list; do \
187
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188
- done | $(am__uniquify_input)`
189
- ETAGS = etags
190
- CTAGS = ctags
191
- am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl
192
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193
- am__relativize = \
194
- dir0=`pwd`; \
195
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
196
- sed_rest='s,^[^/]*/*,,'; \
197
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
198
- sed_butlast='s,/*[^/]*$$,,'; \
199
- while test -n "$$dir1"; do \
200
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
201
- if test "$$first" != "."; then \
202
- if test "$$first" = ".."; then \
203
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
204
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
205
- else \
206
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
207
- if test "$$first2" = "$$first"; then \
208
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
209
- else \
210
- dir2="../$$dir2"; \
211
- fi; \
212
- dir0="$$dir0"/"$$first"; \
213
- fi; \
214
- fi; \
215
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
216
- done; \
217
- reldir="$$dir2"
218
- ACLOCAL = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing aclocal-1.15
219
- ALL_LINGUAS =
220
- AMTAR = $${TAR-tar}
221
- AM_DEFAULT_VERBOSITY = 0
222
- AR = ar
223
- AUTOCONF = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing autoconf
224
- AUTOHEADER = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing autoheader
225
- AUTOMAKE = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing automake-1.15
226
- AWK = awk
227
- CATALOGS =
228
- CATOBJEXT = .gmo
229
- CC = gcc
230
- CCDEPMODE = depmode=gcc3
231
- CFLAGS = -I/usr/local/include -Wformat=2 -Wmissing-format-attribute -Wextra -Wundef -Wstrict-prototypes -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wmissing-declarations -Wcast-align -Winline -Waddress-space -Wbitwise -Wcast-to-as -Wno-pointer-sign -Wdefault-bitfield-sign -Wdo-while -Wparen-string -Wptr-subtraction-blows -Wreturn-void -Wtypesign -Wno-unused-parameter -Wno-sign-compare
232
- CPP = gcc -E
233
- CPPFLAGS =
234
- CYGPATH_W = echo
235
- DATADIRNAME = share
236
- DEFS = -DHAVE_CONFIG_H
237
- DEPDIR = .deps
238
- DLLTOOL = false
239
- DSYMUTIL = dsymutil
240
- DUMPBIN =
241
- ECHO_C = \c
242
- ECHO_N =
243
- ECHO_T =
244
- EGREP = /usr/bin/grep -E
245
- EXEEXT =
246
- FGREP = /usr/bin/grep -F
247
- GETTEXT_PACKAGE = lasem-0.6
248
- GLIB_MKENUMS = /usr/local/bin/glib-mkenums
249
- GMOFILES =
250
- GMSGFMT = /usr/local/bin/msgfmt
251
- GREP = /usr/bin/grep
252
- GTKDOC_CHECK = gtkdoc-check.test
253
- GTKDOC_CHECK_PATH = /usr/local/bin/gtkdoc-check
254
- GTKDOC_DEPS_CFLAGS = -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include
255
- GTKDOC_DEPS_LIBS = -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl
256
- GTKDOC_MKPDF = /usr/local/bin/gtkdoc-mkpdf
257
- GTKDOC_REBASE = /usr/local/bin/gtkdoc-rebase
258
- HTML_DIR = ${datadir}/gtk-doc/html
259
- INSTALL = /usr/bin/install -c
260
- INSTALL_DATA = ${INSTALL} -m 644
261
- INSTALL_PROGRAM = ${INSTALL}
262
- INSTALL_SCRIPT = ${INSTALL}
263
- INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
264
- INSTOBJEXT = .mo
265
- INTLLIBS = -lintl
266
- INTLTOOL_EXTRACT = /usr/local/bin/intltool-extract
267
- INTLTOOL_MERGE = /usr/local/bin/intltool-merge
268
- INTLTOOL_PERL = /usr/bin/perl
269
- INTLTOOL_UPDATE = /usr/local/bin/intltool-update
270
- INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
271
- INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
272
- INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
273
- INTLTOOL__v_MERGE_0 = @echo " ITMRG " $@;
274
- INTROSPECTION_CFLAGS =
275
- INTROSPECTION_COMPILER =
276
- INTROSPECTION_GENERATE =
277
- INTROSPECTION_GIRDIR =
278
- INTROSPECTION_LIBS =
279
- INTROSPECTION_MAKEFILE =
280
- INTROSPECTION_SCANNER =
281
- INTROSPECTION_TYPELIBDIR =
282
- LASEM_API_VERSION = 0.6
283
- LASEM_API_VERSION_U = 0_6
284
- LASEM_CFLAGS = -D_REENTRANT -I/opt/X11/include/cairo -I/opt/X11/include/pixman-1 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include/libpng15 -I/opt/X11/include -I/usr/local/Cellar/gdk-pixbuf/2.30.8/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libpng/1.6.18/include/libpng16 -I/usr/local/Cellar/pango/1.36.8_2/include/pango-1.0 -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2
285
- LASEM_LIBS = -L/opt/X11/lib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.8/lib -L/usr/local/Cellar/pango/1.36.8_2/lib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -lxml2 -lm
286
- LASEM_LIBTOOL_VERSION = 5:1:0
287
- LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
288
- LDFLAGS = -L/usr/local/lib
289
- LEX = flex
290
- LEXLIB = -ll
291
- LEX_OUTPUT_ROOT = lex.yy
292
- LIBOBJS =
293
- LIBS =
294
- LIBTOOL = $(SHELL) $(top_builddir)/libtool
295
- LIPO = lipo
296
- LN_S = ln -s
297
- LTLIBOBJS =
298
- LT_SYS_LIBRARY_PATH =
299
- MAINT =
300
- MAKEINFO = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing makeinfo
301
- MANIFEST_TOOL = :
302
- MKDIR_P = .././install-sh -c -d
303
- MKINSTALLDIRS = ./mkinstalldirs
304
- MSGFMT = /usr/local/bin/msgfmt
305
- MSGFMT_OPTS = -c
306
- MSGMERGE = /usr/local/bin/msgmerge
307
- NM = /usr/bin/nm
308
- NMEDIT = nmedit
309
- OBJDUMP = false
310
- OBJEXT = o
311
- OTOOL = otool
312
- OTOOL64 = :
313
- PACKAGE = lasem
314
- PACKAGE_BUGREPORT = http://bugzilla.gnome.org/
315
- PACKAGE_NAME = lasem
316
- PACKAGE_STRING = lasem 0.5.1
317
- PACKAGE_TARNAME = lasem
318
- PACKAGE_URL =
319
- PACKAGE_VERSION = 0.5.1
320
- PATH_SEPARATOR = :
321
- PKG_CONFIG = /usr/local/bin/pkg-config
322
- PKG_CONFIG_LIBDIR =
323
- PKG_CONFIG_PATH = /opt/X11/lib/pkgconfig:
324
- POFILES =
325
- POSUB = po
326
- PO_IN_DATADIR_FALSE =
327
- PO_IN_DATADIR_TRUE =
328
- RANLIB = ranlib
329
- SED = /usr/bin/sed
330
- SET_MAKE =
331
- SHELL = /bin/sh
332
- STRIP = strip
333
- USE_NLS = yes
334
- VERSION = 0.5.1
335
- XGETTEXT = /usr/local/bin/xgettext
336
- YACC = bison -y
337
- YFLAGS =
338
- abs_builddir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/docs
339
- abs_srcdir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/docs
340
- abs_top_builddir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem
341
- abs_top_srcdir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem
342
- ac_ct_AR = ar
343
- ac_ct_CC = gcc
344
- ac_ct_DUMPBIN =
345
- am__include = include
346
- am__leading_dot = .
347
- am__quote =
348
- am__tar = $${TAR-tar} chof - "$$tardir"
349
- am__untar = $${TAR-tar} xf -
350
- bindir = ${exec_prefix}/bin
351
- build = x86_64-apple-darwin14.5.0
352
- build_alias =
353
- build_cpu = x86_64
354
- build_os = darwin14.5.0
355
- build_vendor = apple
356
- builddir = .
357
- datadir = ${datarootdir}
358
- datarootdir = ${prefix}/share
359
- docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
360
- dvidir = ${docdir}
361
- exec_prefix = ${prefix}
362
- host = x86_64-apple-darwin14.5.0
363
- host_alias =
364
- host_cpu = x86_64
365
- host_os = darwin14.5.0
366
- host_vendor = apple
367
- htmldir = ${docdir}
368
- includedir = ${prefix}/include
369
- infodir = ${datarootdir}/info
370
- install_sh = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/install-sh
371
- intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
372
- intltool__v_merge_options_0 = -q
373
- libdir = ${exec_prefix}/lib
374
- libexecdir = ${exec_prefix}/libexec
375
- localedir = ${datarootdir}/locale
376
- localstatedir = ${prefix}/var
377
- mandir = ${datarootdir}/man
378
- mkdir_p = $(MKDIR_P)
379
- oldincludedir = /usr/include
380
- pdfdir = ${docdir}
381
- prefix = /usr/local
382
- program_transform_name = s,x,x,
383
- psdir = ${docdir}
384
- sbindir = ${exec_prefix}/sbin
385
- sharedstatedir = ${prefix}/com
386
- srcdir = .
387
- sysconfdir = ${prefix}/etc
388
- target_alias =
389
- top_build_prefix = ../
390
- top_builddir = ..
391
- top_srcdir = ..
392
- GTESTER = gtester
393
- GTESTER_REPORT = gtester-report
394
-
395
- # initialize variables for unconditional += appending
396
- TEST_PROGS =
397
- SUBDIRS = $(am__append_1)
398
- DIST_SUBDIRS = reference
399
- manpagedir = $(mandir)/man1
400
- manpage_DATA = lasem-render-0.6.1
401
- EXTRA_DIST = $(manpage_DATA)
402
- all: all-recursive
403
-
404
- .SUFFIXES:
405
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
406
- @for dep in $?; do \
407
- case '$(am__configure_deps)' in \
408
- *$$dep*) \
409
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
410
- && { if test -f $@; then exit 0; else break; fi; }; \
411
- exit 1;; \
412
- esac; \
413
- done; \
414
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
415
- $(am__cd) $(top_srcdir) && \
416
- $(AUTOMAKE) --gnu docs/Makefile
417
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418
- @case '$?' in \
419
- *config.status*) \
420
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421
- *) \
422
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424
- esac;
425
- $(top_srcdir)/Makefile.decl $(am__empty):
426
-
427
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
428
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429
-
430
- $(top_srcdir)/configure: $(am__configure_deps)
431
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
433
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
- $(am__aclocal_m4_deps):
435
-
436
- mostlyclean-libtool:
437
- -rm -f *.lo
438
-
439
- clean-libtool:
440
- -rm -rf .libs _libs
441
- install-manpageDATA: $(manpage_DATA)
442
- @$(NORMAL_INSTALL)
443
- @list='$(manpage_DATA)'; test -n "$(manpagedir)" || list=; \
444
- if test -n "$$list"; then \
445
- echo " $(MKDIR_P) '$(DESTDIR)$(manpagedir)'"; \
446
- $(MKDIR_P) "$(DESTDIR)$(manpagedir)" || exit 1; \
447
- fi; \
448
- for p in $$list; do \
449
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
450
- echo "$$d$$p"; \
451
- done | $(am__base_list) | \
452
- while read files; do \
453
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(manpagedir)'"; \
454
- $(INSTALL_DATA) $$files "$(DESTDIR)$(manpagedir)" || exit $$?; \
455
- done
456
-
457
- uninstall-manpageDATA:
458
- @$(NORMAL_UNINSTALL)
459
- @list='$(manpage_DATA)'; test -n "$(manpagedir)" || list=; \
460
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
461
- dir='$(DESTDIR)$(manpagedir)'; $(am__uninstall_files_from_dir)
462
-
463
- # This directory's subdirectories are mostly independent; you can cd
464
- # into them and run 'make' without going through this Makefile.
465
- # To change the values of 'make' variables: instead of editing Makefiles,
466
- # (1) if the variable is set in 'config.status', edit 'config.status'
467
- # (which will cause the Makefiles to be regenerated when you run 'make');
468
- # (2) otherwise, pass the desired values on the 'make' command line.
469
- $(am__recursive_targets):
470
- @fail=; \
471
- if $(am__make_keepgoing); then \
472
- failcom='fail=yes'; \
473
- else \
474
- failcom='exit 1'; \
475
- fi; \
476
- dot_seen=no; \
477
- target=`echo $@ | sed s/-recursive//`; \
478
- case "$@" in \
479
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
480
- *) list='$(SUBDIRS)' ;; \
481
- esac; \
482
- for subdir in $$list; do \
483
- echo "Making $$target in $$subdir"; \
484
- if test "$$subdir" = "."; then \
485
- dot_seen=yes; \
486
- local_target="$$target-am"; \
487
- else \
488
- local_target="$$target"; \
489
- fi; \
490
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
491
- || eval $$failcom; \
492
- done; \
493
- if test "$$dot_seen" = "no"; then \
494
- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
495
- fi; test -z "$$fail"
496
-
497
- ID: $(am__tagged_files)
498
- $(am__define_uniq_tagged_files); mkid -fID $$unique
499
- tags: tags-recursive
500
- TAGS: tags
501
-
502
- tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503
- set x; \
504
- here=`pwd`; \
505
- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
506
- include_option=--etags-include; \
507
- empty_fix=.; \
508
- else \
509
- include_option=--include; \
510
- empty_fix=; \
511
- fi; \
512
- list='$(SUBDIRS)'; for subdir in $$list; do \
513
- if test "$$subdir" = .; then :; else \
514
- test ! -f $$subdir/TAGS || \
515
- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
516
- fi; \
517
- done; \
518
- $(am__define_uniq_tagged_files); \
519
- shift; \
520
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521
- test -n "$$unique" || unique=$$empty_fix; \
522
- if test $$# -gt 0; then \
523
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524
- "$$@" $$unique; \
525
- else \
526
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527
- $$unique; \
528
- fi; \
529
- fi
530
- ctags: ctags-recursive
531
-
532
- CTAGS: ctags
533
- ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534
- $(am__define_uniq_tagged_files); \
535
- test -z "$(CTAGS_ARGS)$$unique" \
536
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537
- $$unique
538
-
539
- GTAGS:
540
- here=`$(am__cd) $(top_builddir) && pwd` \
541
- && $(am__cd) $(top_srcdir) \
542
- && gtags -i $(GTAGS_ARGS) "$$here"
543
- cscopelist: cscopelist-recursive
544
-
545
- cscopelist-am: $(am__tagged_files)
546
- list='$(am__tagged_files)'; \
547
- case "$(srcdir)" in \
548
- [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549
- *) sdir=$(subdir)/$(srcdir) ;; \
550
- esac; \
551
- for i in $$list; do \
552
- if test -f "$$i"; then \
553
- echo "$(subdir)/$$i"; \
554
- else \
555
- echo "$$sdir/$$i"; \
556
- fi; \
557
- done >> $(top_builddir)/cscope.files
558
-
559
- distclean-tags:
560
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
-
562
- distdir: $(DISTFILES)
563
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565
- list='$(DISTFILES)'; \
566
- dist_files=`for file in $$list; do echo $$file; done | \
567
- sed -e "s|^$$srcdirstrip/||;t" \
568
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569
- case $$dist_files in \
570
- */*) $(MKDIR_P) `echo "$$dist_files" | \
571
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
572
- sort -u` ;; \
573
- esac; \
574
- for file in $$dist_files; do \
575
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
576
- if test -d $$d/$$file; then \
577
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
578
- if test -d "$(distdir)/$$file"; then \
579
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580
- fi; \
581
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
582
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
583
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584
- fi; \
585
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
586
- else \
587
- test -f "$(distdir)/$$file" \
588
- || cp -p $$d/$$file "$(distdir)/$$file" \
589
- || exit 1; \
590
- fi; \
591
- done
592
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
593
- if test "$$subdir" = .; then :; else \
594
- $(am__make_dryrun) \
595
- || test -d "$(distdir)/$$subdir" \
596
- || $(MKDIR_P) "$(distdir)/$$subdir" \
597
- || exit 1; \
598
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
599
- $(am__relativize); \
600
- new_distdir=$$reldir; \
601
- dir1=$$subdir; dir2="$(top_distdir)"; \
602
- $(am__relativize); \
603
- new_top_distdir=$$reldir; \
604
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
605
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
606
- ($(am__cd) $$subdir && \
607
- $(MAKE) $(AM_MAKEFLAGS) \
608
- top_distdir="$$new_top_distdir" \
609
- distdir="$$new_distdir" \
610
- am__remove_distdir=: \
611
- am__skip_length_check=: \
612
- am__skip_mode_fix=: \
613
- distdir) \
614
- || exit 1; \
615
- fi; \
616
- done
617
- check-am: all-am
618
- $(MAKE) $(AM_MAKEFLAGS) check-local
619
- check: check-recursive
620
- all-am: Makefile $(DATA)
621
- installdirs: installdirs-recursive
622
- installdirs-am:
623
- for dir in "$(DESTDIR)$(manpagedir)"; do \
624
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625
- done
626
- install: install-recursive
627
- install-exec: install-exec-recursive
628
- install-data: install-data-recursive
629
- uninstall: uninstall-recursive
630
-
631
- install-am: all-am
632
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
-
634
- installcheck: installcheck-recursive
635
- install-strip:
636
- if test -z '$(STRIP)'; then \
637
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
639
- install; \
640
- else \
641
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
642
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
643
- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
644
- fi
645
- mostlyclean-generic:
646
-
647
- clean-generic:
648
-
649
- distclean-generic:
650
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
651
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
652
-
653
- maintainer-clean-generic:
654
- @echo "This command is intended for maintainers to use"
655
- @echo "it deletes files that may require special tools to rebuild."
656
- clean: clean-recursive
657
-
658
- clean-am: clean-generic clean-libtool mostlyclean-am
659
-
660
- distclean: distclean-recursive
661
- -rm -f Makefile
662
- distclean-am: clean-am distclean-generic distclean-tags
663
-
664
- dvi: dvi-recursive
665
-
666
- dvi-am:
667
-
668
- html: html-recursive
669
-
670
- html-am:
671
-
672
- info: info-recursive
673
-
674
- info-am:
675
-
676
- install-data-am: install-manpageDATA
677
-
678
- install-dvi: install-dvi-recursive
679
-
680
- install-dvi-am:
681
-
682
- install-exec-am:
683
-
684
- install-html: install-html-recursive
685
-
686
- install-html-am:
687
-
688
- install-info: install-info-recursive
689
-
690
- install-info-am:
691
-
692
- install-man:
693
-
694
- install-pdf: install-pdf-recursive
695
-
696
- install-pdf-am:
697
-
698
- install-ps: install-ps-recursive
699
-
700
- install-ps-am:
701
-
702
- installcheck-am:
703
-
704
- maintainer-clean: maintainer-clean-recursive
705
- -rm -f Makefile
706
- maintainer-clean-am: distclean-am maintainer-clean-generic
707
-
708
- mostlyclean: mostlyclean-recursive
709
-
710
- mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
-
712
- pdf: pdf-recursive
713
-
714
- pdf-am:
715
-
716
- ps: ps-recursive
717
-
718
- ps-am:
719
-
720
- uninstall-am: uninstall-manpageDATA
721
-
722
- .MAKE: $(am__recursive_targets) check-am install-am install-strip
723
-
724
- .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
725
- check-am check-local clean clean-generic clean-libtool \
726
- cscopelist-am ctags ctags-am distclean distclean-generic \
727
- distclean-libtool distclean-tags distdir dvi dvi-am html \
728
- html-am info info-am install install-am install-data \
729
- install-data-am install-dvi install-dvi-am install-exec \
730
- install-exec-am install-html install-html-am install-info \
731
- install-info-am install-man install-manpageDATA install-pdf \
732
- install-pdf-am install-ps install-ps-am install-strip \
733
- installcheck installcheck-am installdirs installdirs-am \
734
- maintainer-clean maintainer-clean-generic mostlyclean \
735
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
736
- tags tags-am uninstall uninstall-am uninstall-manpageDATA
737
-
738
- .PRECIOUS: Makefile
739
-
740
-
741
- ### testing rules
742
-
743
- # test: run all tests in cwd and subdirs
744
- test: ${TEST_PROGS}
745
- @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
746
- @ for subdir in $(SUBDIRS) . ; do \
747
- test "$$subdir" = "." -o "$$subdir" = "po" || \
748
- ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
749
- done
750
-
751
- # test-report: run tests in subdirs and generate report
752
- # perf-report: run tests in subdirs with -m perf and generate report
753
- # full-report: like test-report: with -m perf and -m slow
754
- test-report perf-report full-report: ${TEST_PROGS}
755
- @test -z "${TEST_PROGS}" || { \
756
- case $@ in \
757
- test-report) test_options="-k";; \
758
- perf-report) test_options="-k -m=perf";; \
759
- full-report) test_options="-k -m=perf -m=slow";; \
760
- esac ; \
761
- if test -z "$$GTESTER_LOGDIR" ; then \
762
- ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
763
- elif test -n "${TEST_PROGS}" ; then \
764
- ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
765
- fi ; \
766
- }
767
- @ ignore_logdir=true ; \
768
- if test -z "$$GTESTER_LOGDIR" ; then \
769
- GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
770
- ignore_logdir=false ; \
771
- fi ; \
772
- for subdir in $(SUBDIRS) . ; do \
773
- test "$$subdir" = "." -o "$$subdir" = "po" || \
774
- ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
775
- done ; \
776
- $$ignore_logdir || { \
777
- echo '<?xml version="1.0"?>' > $@.xml ; \
778
- echo '<report-collection>' >> $@.xml ; \
779
- for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
780
- sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
781
- done ; \
782
- echo >> $@.xml ; \
783
- echo '</report-collection>' >> $@.xml ; \
784
- rm -rf "$$GTESTER_LOGDIR"/ ; \
785
- ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
786
- }
787
- .PHONY: test test-report perf-report full-report
788
- # run make test as part of make check
789
- check-local: test
790
-
791
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
792
- # Otherwise a system limit (for SysV at least) may be exceeded.
793
- .NOEXPORT: