mathematical 1.6.12 → 1.6.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ext/mathematical/CMakeLists.txt +48 -6
- data/ext/mathematical/extconf.rb +11 -8
- data/ext/mathematical/lasem/COPYING +2 -1
- data/ext/mathematical/lasem/NEWS +4 -2
- data/ext/mathematical/lasem/configure.ac +1 -1
- data/ext/mathematical/lasem/lasem.doap +2 -2
- data/ext/mathematical/lasem/po/LINGUAS +3 -0
- data/ext/mathematical/lasem/po/da.po +99 -0
- data/ext/mathematical/lasem/po/eu.po +66 -30
- data/ext/mathematical/lasem/po/it.po +68 -28
- data/ext/mathematical/lasem/po/ro.po +64 -0
- data/ext/mathematical/lasem/po/tr.po +68 -28
- data/ext/mathematical/lasem/src/lasemrender.c +2 -2
- data/ext/mathematical/lasem/src/lsm.c +2 -2
- data/ext/mathematical/lasem/src/lsm.h +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.c +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.h +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.c +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.h +2 -2
- data/ext/mathematical/lasem/src/lsmdom.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.h +2 -2
- data/ext/mathematical/lasem/src/lsmitex.c +2 -2
- data/ext/mathematical/lasem/src/lsmitex.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathml.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmldocument.c +3 -3
- data/ext/mathematical/lasem/src/lsmmathmldocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.c +6 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.h +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.c +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.h +2 -2
- data/ext/mathematical/lasem/src/lsmstr.c +2 -2
- data/ext/mathematical/lasem/src/lsmstr.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvg.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.h +2 -3
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.c +6 -4
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.h +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmutils.h +2 -2
- data/ext/mathematical/lasem/tests/lsmtest.c +1 -3
- data/ext/mathematical/lasem/tests/suite.c +1 -2
- data/ext/mathematical/lasem_overrides.c +3 -0
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +84 -79
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCCompiler.cmake +15 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCXXCompiler.cmake +17 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeSystem.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdC/CMakeCCompilerId.c +135 -37
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdCXX/CMakeCXXCompilerId.cpp +143 -38
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +3 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +250 -939
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +33 -33
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +113 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +149 -278
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +41 -41
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +11 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +42 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +9 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +25 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +10 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +43 -142
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +26 -26
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +113 -404
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +11 -11
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +3 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +11 -18
- data/ext/mathematical/mtex2MML/build/Makefile +18 -18
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +63 -4
- data/ext/mathematical/mtex2MML/build/lexer.c +4104 -4048
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +1 -1
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +1 -1
- data/ext/mathematical/mtex2MML/build/parser.c +3137 -3123
- data/ext/mathematical/mtex2MML/build/parser.h +32 -32
- data/ext/mathematical/mtex2MML/build/parser.output +13641 -12859
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -3
- data/test/test_helper.rb +4 -1
- metadata +18 -44
- data/ext/mathematical/FindPackageHandleStandardArgs.cmake +0 -58
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +0 -405
@@ -1,17 +1,17 @@
|
|
1
1
|
file(REMOVE_RECURSE
|
2
|
-
"
|
3
|
-
"parser.
|
4
|
-
"lexer.c"
|
2
|
+
"CMakeFiles/mtex2MML.dir/lexer.c.o"
|
3
|
+
"CMakeFiles/mtex2MML.dir/parser.c.o"
|
5
4
|
"CMakeFiles/mtex2MML.dir/src/colors.c.o"
|
6
5
|
"CMakeFiles/mtex2MML.dir/src/em.c.o"
|
7
6
|
"CMakeFiles/mtex2MML.dir/src/environment.c.o"
|
7
|
+
"CMakeFiles/mtex2MML.dir/src/main.c.o"
|
8
8
|
"CMakeFiles/mtex2MML.dir/src/string_dup.c.o"
|
9
9
|
"CMakeFiles/mtex2MML.dir/src/string_extras.c.o"
|
10
|
-
"
|
11
|
-
"CMakeFiles/mtex2MML.dir/parser.c.o"
|
12
|
-
"CMakeFiles/mtex2MML.dir/lexer.c.o"
|
13
|
-
"mtex2MML.pdb"
|
10
|
+
"lexer.c"
|
14
11
|
"mtex2MML"
|
12
|
+
"mtex2MML.pdb"
|
13
|
+
"parser.c"
|
14
|
+
"parser.h"
|
15
15
|
)
|
16
16
|
|
17
17
|
# Per-language clean rules from dependency scanning.
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
3
3
|
|
4
|
-
# compile C with /
|
5
|
-
C_FLAGS = -Wall -Wextra -std=c99 -pedantic-errors -fextended-identifiers
|
4
|
+
# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
|
5
|
+
C_FLAGS = -Wall -Wextra -std=c99 -pedantic-errors -fextended-identifiers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
|
6
6
|
|
7
|
-
C_DEFINES = -DCLAR_FIXTURE_PATH=\"/Users/gjtorikian/
|
7
|
+
C_DEFINES = -DCLAR_FIXTURE_PATH=\"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/fixtures/\" -DCLAR_TMPDIR=\"libmtex2MML_tests\"
|
8
8
|
|
9
|
-
C_INCLUDES = -I/Users/gjtorikian/
|
9
|
+
C_INCLUDES = -I/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src -I/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/deps -I/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build -I/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests
|
10
10
|
|
@@ -1 +1 @@
|
|
1
|
-
/
|
1
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wall -Wextra -std=c99 -pedantic-errors -fextended-identifiers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mtex2MML.dir/src/colors.c.o CMakeFiles/mtex2MML.dir/src/em.c.o CMakeFiles/mtex2MML.dir/src/environment.c.o CMakeFiles/mtex2MML.dir/src/string_dup.c.o CMakeFiles/mtex2MML.dir/src/string_extras.c.o CMakeFiles/mtex2MML.dir/src/main.c.o CMakeFiles/mtex2MML.dir/parser.c.o CMakeFiles/mtex2MML.dir/lexer.c.o -o mtex2MML
|
@@ -4,36 +4,36 @@ set(CMAKE_DEPENDS_LANGUAGES
|
|
4
4
|
)
|
5
5
|
# The set of files for implicit dependencies of each language:
|
6
6
|
set(CMAKE_DEPENDS_CHECK_C
|
7
|
-
"/Users/gjtorikian/
|
8
|
-
"/Users/gjtorikian/
|
9
|
-
"/Users/gjtorikian/
|
10
|
-
"/Users/gjtorikian/
|
11
|
-
"/Users/gjtorikian/
|
12
|
-
"/Users/gjtorikian/
|
13
|
-
"/Users/gjtorikian/
|
14
|
-
"/Users/gjtorikian/
|
15
|
-
"/Users/gjtorikian/
|
16
|
-
"/Users/gjtorikian/
|
17
|
-
"/Users/gjtorikian/
|
18
|
-
"/Users/gjtorikian/
|
19
|
-
"/Users/gjtorikian/
|
20
|
-
"/Users/gjtorikian/
|
21
|
-
"/Users/gjtorikian/
|
22
|
-
"/Users/gjtorikian/
|
23
|
-
"/Users/gjtorikian/
|
24
|
-
"/Users/gjtorikian/
|
25
|
-
"/Users/gjtorikian/
|
26
|
-
"/Users/gjtorikian/
|
27
|
-
"/Users/gjtorikian/
|
28
|
-
"/Users/gjtorikian/
|
29
|
-
"/Users/gjtorikian/
|
30
|
-
"/Users/gjtorikian/
|
7
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/lexer.c.o"
|
8
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/parser.c.o"
|
9
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/src/colors.c.o"
|
10
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/src/em.c.o"
|
11
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/src/environment.c.o"
|
12
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_dup.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o"
|
13
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o"
|
14
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/array.c.o"
|
15
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o"
|
16
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o"
|
17
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o"
|
18
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o"
|
19
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/file2str/file2str.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o"
|
20
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/mkdtemp/mkdtemp.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o"
|
21
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/trim/trim.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o"
|
22
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/env.c.o"
|
23
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o"
|
24
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o"
|
25
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/main.c.o"
|
26
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o"
|
27
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o"
|
28
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o"
|
29
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o"
|
30
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/symbols.c" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o"
|
31
31
|
)
|
32
32
|
set(CMAKE_C_COMPILER_ID "Clang")
|
33
33
|
|
34
34
|
# Preprocessor definitions for this target.
|
35
35
|
set(CMAKE_TARGET_DEFINITIONS_C
|
36
|
-
"CLAR_FIXTURE_PATH=\"/Users/gjtorikian/
|
36
|
+
"CLAR_FIXTURE_PATH=\"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/fixtures/\""
|
37
37
|
"CLAR_TMPDIR=\"libmtex2MML_tests\""
|
38
38
|
)
|
39
39
|
|
@@ -47,7 +47,7 @@ set(CMAKE_C_TARGET_INCLUDE_PATH
|
|
47
47
|
|
48
48
|
# Pairs of files generated by the same build rule.
|
49
49
|
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
50
|
-
"/Users/gjtorikian/
|
50
|
+
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.h" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c"
|
51
51
|
)
|
52
52
|
|
53
53
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
3
3
|
|
4
4
|
# Delete rule output on recipe failure.
|
5
5
|
.DELETE_ON_ERROR:
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
34
34
|
SHELL = /bin/sh
|
35
35
|
|
36
36
|
# The CMake executable.
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
38
38
|
|
39
39
|
# The command to remove a file.
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
41
41
|
|
42
42
|
# Escaping for special characters.
|
43
43
|
EQUALS = =
|
44
44
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
47
47
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
50
50
|
|
51
51
|
# Include any dependencies generated for this target.
|
52
52
|
include CMakeFiles/mtex2MML_clar.dir/depend.make
|
@@ -57,607 +57,343 @@ include CMakeFiles/mtex2MML_clar.dir/progress.make
|
|
57
57
|
# Include the compile flags for this target's objects.
|
58
58
|
include CMakeFiles/mtex2MML_clar.dir/flags.make
|
59
59
|
|
60
|
-
../tests/clar.suite: ../tests/deps/file2str/file2str.c
|
61
|
-
../tests/clar.suite: ../tests/deps/mkdtemp/mkdtemp.c
|
62
|
-
../tests/clar.suite: ../tests/deps/trim/trim.c
|
63
60
|
../tests/clar.suite: ../tests/clar/fixtures.h
|
64
61
|
../tests/clar.suite: ../tests/clar/fs.h
|
65
62
|
../tests/clar.suite: ../tests/clar/print.h
|
66
63
|
../tests/clar.suite: ../tests/clar/sandbox.h
|
64
|
+
../tests/clar.suite: ../tests/deps/file2str/file2str.c
|
67
65
|
../tests/clar.suite: ../tests/deps/file2str/file2str.h
|
66
|
+
../tests/clar.suite: ../tests/deps/mkdtemp/mkdtemp.c
|
68
67
|
../tests/clar.suite: ../tests/deps/mkdtemp/mkdtemp.h
|
68
|
+
../tests/clar.suite: ../tests/deps/trim/trim.c
|
69
69
|
../tests/clar.suite: ../tests/deps/trim/trim.h
|
70
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/gjtorikian/
|
71
|
-
cd /Users/gjtorikian/
|
70
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ../tests/clar.suite"
|
71
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests && /usr/local/bin/python generate.py
|
72
72
|
|
73
73
|
parser.c: ../src/parser.y
|
74
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/gjtorikian/
|
75
|
-
cd /Users/gjtorikian/
|
74
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "[BISON][MTEX2MMLPARSER] Building parser with bison 2.3"
|
75
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML && /usr/bin/bison -y -v -p mtex2MML_yy -d -o /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/parser.y
|
76
76
|
|
77
77
|
parser.h: parser.c
|
78
78
|
@$(CMAKE_COMMAND) -E touch_nocreate parser.h
|
79
79
|
|
80
80
|
lexer.c: ../src/lexer.l
|
81
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/gjtorikian/
|
82
|
-
cd /Users/gjtorikian/
|
81
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "[FLEX][MTEX2MMLSCANNER] Building scanner with flex 2.5.35"
|
82
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML && /usr/bin/flex -P mtex2MML_yy -o/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/lexer.l
|
83
83
|
|
84
84
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
85
85
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o: ../src/colors.c
|
86
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
87
|
-
/
|
86
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/mtex2MML_clar.dir/src/colors.c.o"
|
87
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/colors.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c
|
88
88
|
|
89
89
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.i: cmake_force
|
90
90
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/colors.c.i"
|
91
|
-
/
|
91
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c > CMakeFiles/mtex2MML_clar.dir/src/colors.c.i
|
92
92
|
|
93
93
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.s: cmake_force
|
94
94
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/colors.c.s"
|
95
|
-
/
|
96
|
-
|
97
|
-
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires:
|
98
|
-
|
99
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires
|
100
|
-
|
101
|
-
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires
|
102
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides.build
|
103
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides
|
104
|
-
|
105
|
-
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/colors.c.o
|
106
|
-
|
95
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c -o CMakeFiles/mtex2MML_clar.dir/src/colors.c.s
|
107
96
|
|
108
97
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
109
98
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o: ../src/em.c
|
110
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
111
|
-
/
|
99
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/mtex2MML_clar.dir/src/em.c.o"
|
100
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/em.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c
|
112
101
|
|
113
102
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.i: cmake_force
|
114
103
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/em.c.i"
|
115
|
-
/
|
104
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c > CMakeFiles/mtex2MML_clar.dir/src/em.c.i
|
116
105
|
|
117
106
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.s: cmake_force
|
118
107
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/em.c.s"
|
119
|
-
/
|
120
|
-
|
121
|
-
CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires:
|
122
|
-
|
123
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires
|
124
|
-
|
125
|
-
CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires
|
126
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides.build
|
127
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides
|
128
|
-
|
129
|
-
CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/em.c.o
|
130
|
-
|
108
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c -o CMakeFiles/mtex2MML_clar.dir/src/em.c.s
|
131
109
|
|
132
110
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
133
111
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o: ../src/environment.c
|
134
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
135
|
-
/
|
112
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/mtex2MML_clar.dir/src/environment.c.o"
|
113
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/environment.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c
|
136
114
|
|
137
115
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.i: cmake_force
|
138
116
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/environment.c.i"
|
139
|
-
/
|
117
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c > CMakeFiles/mtex2MML_clar.dir/src/environment.c.i
|
140
118
|
|
141
119
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.s: cmake_force
|
142
120
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/environment.c.s"
|
143
|
-
/
|
144
|
-
|
145
|
-
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires:
|
146
|
-
|
147
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires
|
148
|
-
|
149
|
-
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires
|
150
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides.build
|
151
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides
|
152
|
-
|
153
|
-
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/environment.c.o
|
154
|
-
|
121
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c -o CMakeFiles/mtex2MML_clar.dir/src/environment.c.s
|
155
122
|
|
156
123
|
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
157
124
|
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o: ../src/string_dup.c
|
158
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
159
|
-
/
|
125
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o"
|
126
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_dup.c
|
160
127
|
|
161
128
|
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.i: cmake_force
|
162
129
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.i"
|
163
|
-
/
|
130
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_dup.c > CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.i
|
164
131
|
|
165
132
|
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.s: cmake_force
|
166
133
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.s"
|
167
|
-
/
|
168
|
-
|
169
|
-
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.requires:
|
170
|
-
|
171
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.requires
|
172
|
-
|
173
|
-
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.requires
|
174
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.provides.build
|
175
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.provides
|
176
|
-
|
177
|
-
CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o
|
178
|
-
|
134
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_dup.c -o CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.s
|
179
135
|
|
180
136
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
181
137
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o: ../src/string_extras.c
|
182
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
183
|
-
/
|
138
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o"
|
139
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c
|
184
140
|
|
185
141
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.i: cmake_force
|
186
142
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.i"
|
187
|
-
/
|
143
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c > CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.i
|
188
144
|
|
189
145
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.s: cmake_force
|
190
146
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.s"
|
191
|
-
/
|
192
|
-
|
193
|
-
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires:
|
194
|
-
|
195
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires
|
196
|
-
|
197
|
-
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires
|
198
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides.build
|
199
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides
|
200
|
-
|
201
|
-
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o
|
202
|
-
|
147
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c -o CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.s
|
203
148
|
|
204
149
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
205
150
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o: ../tests/main.c
|
206
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
207
|
-
/
|
151
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/main.c.o"
|
152
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/main.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c
|
208
153
|
|
209
154
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.i: cmake_force
|
210
155
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/main.c.i"
|
211
|
-
/
|
156
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c > CMakeFiles/mtex2MML_clar.dir/tests/main.c.i
|
212
157
|
|
213
158
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.s: cmake_force
|
214
159
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/main.c.s"
|
215
|
-
/
|
216
|
-
|
217
|
-
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires:
|
218
|
-
|
219
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires
|
220
|
-
|
221
|
-
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires
|
222
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides.build
|
223
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides
|
224
|
-
|
225
|
-
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/main.c.o
|
226
|
-
|
160
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c -o CMakeFiles/mtex2MML_clar.dir/tests/main.c.s
|
227
161
|
|
228
162
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
229
163
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o: ../tests/clar.c
|
230
164
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o: ../tests/clar.suite
|
231
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
232
|
-
/
|
165
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o"
|
166
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c
|
233
167
|
|
234
168
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.i: cmake_force
|
235
169
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/clar.c.i"
|
236
|
-
/
|
170
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c > CMakeFiles/mtex2MML_clar.dir/tests/clar.c.i
|
237
171
|
|
238
172
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.s: cmake_force
|
239
173
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/clar.c.s"
|
240
|
-
/
|
241
|
-
|
242
|
-
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires:
|
243
|
-
|
244
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires
|
245
|
-
|
246
|
-
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires
|
247
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides.build
|
248
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides
|
249
|
-
|
250
|
-
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o
|
251
|
-
|
174
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c -o CMakeFiles/mtex2MML_clar.dir/tests/clar.c.s
|
252
175
|
|
253
176
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
254
177
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o: ../tests/array.c
|
255
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
256
|
-
/
|
178
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/array.c.o"
|
179
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/array.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c
|
257
180
|
|
258
181
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.i: cmake_force
|
259
182
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/array.c.i"
|
260
|
-
/
|
183
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c > CMakeFiles/mtex2MML_clar.dir/tests/array.c.i
|
261
184
|
|
262
185
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.s: cmake_force
|
263
186
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/array.c.s"
|
264
|
-
/
|
265
|
-
|
266
|
-
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires:
|
267
|
-
|
268
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires
|
269
|
-
|
270
|
-
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires
|
271
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides.build
|
272
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides
|
273
|
-
|
274
|
-
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/array.c.o
|
275
|
-
|
187
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c -o CMakeFiles/mtex2MML_clar.dir/tests/array.c.s
|
276
188
|
|
277
189
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
278
190
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o: ../tests/basic.c
|
279
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
280
|
-
/
|
191
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o"
|
192
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c
|
281
193
|
|
282
194
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.i: cmake_force
|
283
195
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/basic.c.i"
|
284
|
-
/
|
196
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c > CMakeFiles/mtex2MML_clar.dir/tests/basic.c.i
|
285
197
|
|
286
198
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.s: cmake_force
|
287
199
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/basic.c.s"
|
288
|
-
/
|
289
|
-
|
290
|
-
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires:
|
291
|
-
|
292
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires
|
293
|
-
|
294
|
-
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires
|
295
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides.build
|
296
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides
|
297
|
-
|
298
|
-
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o
|
299
|
-
|
200
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c -o CMakeFiles/mtex2MML_clar.dir/tests/basic.c.s
|
300
201
|
|
301
202
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
302
203
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o: ../tests/cornercases.c
|
303
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
304
|
-
/
|
204
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o"
|
205
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c
|
305
206
|
|
306
207
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.i: cmake_force
|
307
208
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.i"
|
308
|
-
/
|
209
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c > CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.i
|
309
210
|
|
310
211
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.s: cmake_force
|
311
212
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.s"
|
312
|
-
/
|
313
|
-
|
314
|
-
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires:
|
315
|
-
|
316
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires
|
317
|
-
|
318
|
-
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires
|
319
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides.build
|
320
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides
|
321
|
-
|
322
|
-
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o
|
323
|
-
|
213
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c -o CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.s
|
324
214
|
|
325
215
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
326
216
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o: ../tests/delimiters.c
|
327
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
328
|
-
/
|
217
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o"
|
218
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c
|
329
219
|
|
330
220
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.i: cmake_force
|
331
221
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.i"
|
332
|
-
/
|
222
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c > CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.i
|
333
223
|
|
334
224
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.s: cmake_force
|
335
225
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.s"
|
336
|
-
/
|
337
|
-
|
338
|
-
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires:
|
339
|
-
|
340
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires
|
341
|
-
|
342
|
-
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires
|
343
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides.build
|
344
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides
|
345
|
-
|
346
|
-
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o
|
347
|
-
|
226
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c -o CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.s
|
348
227
|
|
349
228
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
350
229
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o: ../tests/env.c
|
351
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
352
|
-
/
|
230
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/env.c.o"
|
231
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/env.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c
|
353
232
|
|
354
233
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.i: cmake_force
|
355
234
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/env.c.i"
|
356
|
-
/
|
235
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c > CMakeFiles/mtex2MML_clar.dir/tests/env.c.i
|
357
236
|
|
358
237
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.s: cmake_force
|
359
238
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/env.c.s"
|
360
|
-
/
|
361
|
-
|
362
|
-
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires:
|
363
|
-
|
364
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires
|
365
|
-
|
366
|
-
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires
|
367
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides.build
|
368
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides
|
369
|
-
|
370
|
-
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/env.c.o
|
371
|
-
|
239
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c -o CMakeFiles/mtex2MML_clar.dir/tests/env.c.s
|
372
240
|
|
373
241
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
374
242
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o: ../tests/functions.c
|
375
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
376
|
-
/
|
243
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o"
|
244
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c
|
377
245
|
|
378
246
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.i: cmake_force
|
379
247
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/functions.c.i"
|
380
|
-
/
|
248
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c > CMakeFiles/mtex2MML_clar.dir/tests/functions.c.i
|
381
249
|
|
382
250
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.s: cmake_force
|
383
251
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/functions.c.s"
|
384
|
-
/
|
385
|
-
|
386
|
-
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires:
|
387
|
-
|
388
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires
|
389
|
-
|
390
|
-
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires
|
391
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides.build
|
392
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides
|
393
|
-
|
394
|
-
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o
|
395
|
-
|
252
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c -o CMakeFiles/mtex2MML_clar.dir/tests/functions.c.s
|
396
253
|
|
397
254
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
398
255
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o: ../tests/helpers.c
|
399
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
400
|
-
/
|
256
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o"
|
257
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c
|
401
258
|
|
402
259
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.i: cmake_force
|
403
260
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.i"
|
404
|
-
/
|
261
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c > CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.i
|
405
262
|
|
406
263
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.s: cmake_force
|
407
264
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.s"
|
408
|
-
/
|
409
|
-
|
410
|
-
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires:
|
411
|
-
|
412
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires
|
413
|
-
|
414
|
-
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires
|
415
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides.build
|
416
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides
|
417
|
-
|
418
|
-
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o
|
419
|
-
|
265
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c -o CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.s
|
420
266
|
|
421
267
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
422
268
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o: ../tests/maliciousness.c
|
423
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
424
|
-
/
|
269
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o"
|
270
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c
|
425
271
|
|
426
272
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.i: cmake_force
|
427
273
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.i"
|
428
|
-
/
|
274
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c > CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.i
|
429
275
|
|
430
276
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.s: cmake_force
|
431
277
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.s"
|
432
|
-
/
|
433
|
-
|
434
|
-
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires:
|
435
|
-
|
436
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires
|
437
|
-
|
438
|
-
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires
|
439
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides.build
|
440
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides
|
441
|
-
|
442
|
-
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o
|
443
|
-
|
278
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c -o CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.s
|
444
279
|
|
445
280
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
446
281
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o: ../tests/mathjax.c
|
447
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
448
|
-
/
|
282
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o"
|
283
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c
|
449
284
|
|
450
285
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.i: cmake_force
|
451
286
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.i"
|
452
|
-
/
|
287
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c > CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.i
|
453
288
|
|
454
289
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.s: cmake_force
|
455
290
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.s"
|
456
|
-
/
|
457
|
-
|
458
|
-
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires:
|
459
|
-
|
460
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires
|
461
|
-
|
462
|
-
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires
|
463
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides.build
|
464
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides
|
465
|
-
|
466
|
-
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o
|
467
|
-
|
291
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c -o CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.s
|
468
292
|
|
469
293
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
470
294
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o: ../tests/numbered_equations.c
|
471
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
472
|
-
/
|
295
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o"
|
296
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c
|
473
297
|
|
474
298
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.i: cmake_force
|
475
299
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.i"
|
476
|
-
/
|
300
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c > CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.i
|
477
301
|
|
478
302
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.s: cmake_force
|
479
303
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.s"
|
480
|
-
/
|
481
|
-
|
482
|
-
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires:
|
483
|
-
|
484
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires
|
485
|
-
|
486
|
-
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires
|
487
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides.build
|
488
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides
|
489
|
-
|
490
|
-
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o
|
491
|
-
|
304
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c -o CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.s
|
492
305
|
|
493
306
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
494
307
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o: ../tests/performance.c
|
495
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
496
|
-
/
|
308
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o"
|
309
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c
|
497
310
|
|
498
311
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.i: cmake_force
|
499
312
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/performance.c.i"
|
500
|
-
/
|
313
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c > CMakeFiles/mtex2MML_clar.dir/tests/performance.c.i
|
501
314
|
|
502
315
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.s: cmake_force
|
503
316
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/performance.c.s"
|
504
|
-
/
|
505
|
-
|
506
|
-
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires:
|
507
|
-
|
508
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires
|
509
|
-
|
510
|
-
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires
|
511
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides.build
|
512
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides
|
513
|
-
|
514
|
-
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o
|
515
|
-
|
317
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c -o CMakeFiles/mtex2MML_clar.dir/tests/performance.c.s
|
516
318
|
|
517
319
|
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
518
320
|
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o: ../tests/symbols.c
|
519
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
520
|
-
/
|
321
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o"
|
322
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/symbols.c
|
521
323
|
|
522
324
|
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.i: cmake_force
|
523
325
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.i"
|
524
|
-
/
|
326
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/symbols.c > CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.i
|
525
327
|
|
526
328
|
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.s: cmake_force
|
527
329
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.s"
|
528
|
-
/
|
529
|
-
|
530
|
-
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires:
|
531
|
-
|
532
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires
|
533
|
-
|
534
|
-
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires
|
535
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides.build
|
536
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides
|
537
|
-
|
538
|
-
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o
|
539
|
-
|
330
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/symbols.c -o CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.s
|
540
331
|
|
541
332
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
542
333
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o: ../tests/deps/file2str/file2str.c
|
543
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
544
|
-
/
|
334
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o"
|
335
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/file2str/file2str.c
|
545
336
|
|
546
337
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.i: cmake_force
|
547
338
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.i"
|
548
|
-
/
|
339
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/file2str/file2str.c > CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.i
|
549
340
|
|
550
341
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.s: cmake_force
|
551
342
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.s"
|
552
|
-
/
|
553
|
-
|
554
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires:
|
555
|
-
|
556
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires
|
557
|
-
|
558
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires
|
559
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides.build
|
560
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides
|
561
|
-
|
562
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o
|
563
|
-
|
343
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/file2str/file2str.c -o CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.s
|
564
344
|
|
565
345
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
566
346
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o: ../tests/deps/mkdtemp/mkdtemp.c
|
567
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
568
|
-
/
|
347
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o"
|
348
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/mkdtemp/mkdtemp.c
|
569
349
|
|
570
350
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.i: cmake_force
|
571
351
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.i"
|
572
|
-
/
|
352
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/mkdtemp/mkdtemp.c > CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.i
|
573
353
|
|
574
354
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.s: cmake_force
|
575
355
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.s"
|
576
|
-
/
|
577
|
-
|
578
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires:
|
579
|
-
|
580
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires
|
581
|
-
|
582
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires
|
583
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides.build
|
584
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides
|
585
|
-
|
586
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o
|
587
|
-
|
356
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/mkdtemp/mkdtemp.c -o CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.s
|
588
357
|
|
589
358
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
590
359
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o: ../tests/deps/trim/trim.c
|
591
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
592
|
-
/
|
360
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o"
|
361
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/trim/trim.c
|
593
362
|
|
594
363
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.i: cmake_force
|
595
364
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.i"
|
596
|
-
/
|
365
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/trim/trim.c > CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.i
|
597
366
|
|
598
367
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.s: cmake_force
|
599
368
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.s"
|
600
|
-
/
|
601
|
-
|
602
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires:
|
603
|
-
|
604
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires
|
605
|
-
|
606
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires
|
607
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides.build
|
608
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides
|
609
|
-
|
610
|
-
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o
|
611
|
-
|
369
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/deps/trim/trim.c -o CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.s
|
612
370
|
|
613
371
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
614
372
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o: parser.c
|
615
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
616
|
-
/
|
373
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/mtex2MML_clar.dir/parser.c.o"
|
374
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/parser.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c
|
617
375
|
|
618
376
|
CMakeFiles/mtex2MML_clar.dir/parser.c.i: cmake_force
|
619
377
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/parser.c.i"
|
620
|
-
/
|
378
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c > CMakeFiles/mtex2MML_clar.dir/parser.c.i
|
621
379
|
|
622
380
|
CMakeFiles/mtex2MML_clar.dir/parser.c.s: cmake_force
|
623
381
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/parser.c.s"
|
624
|
-
/
|
625
|
-
|
626
|
-
CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires:
|
627
|
-
|
628
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires
|
629
|
-
|
630
|
-
CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides: CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires
|
631
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides.build
|
632
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides
|
633
|
-
|
634
|
-
CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/parser.c.o
|
635
|
-
|
382
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c -o CMakeFiles/mtex2MML_clar.dir/parser.c.s
|
636
383
|
|
637
384
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
638
385
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o: lexer.c
|
639
386
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o: parser.h
|
640
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/
|
641
|
-
/
|
387
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/mtex2MML_clar.dir/lexer.c.o"
|
388
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/lexer.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c
|
642
389
|
|
643
390
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.i: cmake_force
|
644
391
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/lexer.c.i"
|
645
|
-
/
|
392
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c > CMakeFiles/mtex2MML_clar.dir/lexer.c.i
|
646
393
|
|
647
394
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.s: cmake_force
|
648
395
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/lexer.c.s"
|
649
|
-
/
|
650
|
-
|
651
|
-
CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires:
|
652
|
-
|
653
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires
|
654
|
-
|
655
|
-
CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides: CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires
|
656
|
-
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides.build
|
657
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides
|
658
|
-
|
659
|
-
CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/lexer.c.o
|
660
|
-
|
396
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c -o CMakeFiles/mtex2MML_clar.dir/lexer.c.s
|
661
397
|
|
662
398
|
# Object files for target mtex2MML_clar
|
663
399
|
mtex2MML_clar_OBJECTS = \
|
@@ -715,42 +451,15 @@ mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/parser.c.o
|
|
715
451
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/lexer.c.o
|
716
452
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/build.make
|
717
453
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/link.txt
|
718
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/gjtorikian/
|
454
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Linking C executable mtex2MML_clar"
|
719
455
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mtex2MML_clar.dir/link.txt --verbose=$(VERBOSE)
|
720
|
-
cd /Users/gjtorikian/
|
456
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests && /usr/local/bin/python mathjax_generate.py
|
721
457
|
|
722
458
|
# Rule to build all files generated by this target.
|
723
459
|
CMakeFiles/mtex2MML_clar.dir/build: mtex2MML_clar
|
724
460
|
|
725
461
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/build
|
726
462
|
|
727
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires
|
728
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires
|
729
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires
|
730
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/src/string_dup.c.o.requires
|
731
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires
|
732
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires
|
733
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires
|
734
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires
|
735
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires
|
736
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires
|
737
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires
|
738
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires
|
739
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires
|
740
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires
|
741
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires
|
742
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires
|
743
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires
|
744
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires
|
745
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires
|
746
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires
|
747
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires
|
748
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires
|
749
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires
|
750
|
-
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires
|
751
|
-
|
752
|
-
.PHONY : CMakeFiles/mtex2MML_clar.dir/requires
|
753
|
-
|
754
463
|
CMakeFiles/mtex2MML_clar.dir/clean:
|
755
464
|
$(CMAKE_COMMAND) -P CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake
|
756
465
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/clean
|
@@ -759,6 +468,6 @@ CMakeFiles/mtex2MML_clar.dir/depend: ../tests/clar.suite
|
|
759
468
|
CMakeFiles/mtex2MML_clar.dir/depend: parser.c
|
760
469
|
CMakeFiles/mtex2MML_clar.dir/depend: parser.h
|
761
470
|
CMakeFiles/mtex2MML_clar.dir/depend: lexer.c
|
762
|
-
cd /Users/gjtorikian/
|
471
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake --color=$(COLOR)
|
763
472
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/depend
|
764
473
|
|