mathematical 1.5.12 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -30
- data/Rakefile +1 -0
- data/ext/mathematical/CMakeLists.txt +4 -1
- data/ext/mathematical/extconf.rb +4 -1
- data/ext/mathematical/lasem/NEWS +17 -0
- data/ext/mathematical/lasem/autogen.sh +5 -2
- data/ext/mathematical/lasem/configure.ac +3 -3
- data/ext/mathematical/lasem/po/cs.po +50 -18
- data/ext/mathematical/lasem/po/de.po +62 -26
- data/ext/mathematical/lasem/po/es.po +27 -18
- data/ext/mathematical/lasem/po/hu.po +50 -21
- data/ext/mathematical/lasem/po/id.po +49 -16
- data/ext/mathematical/lasem/po/lt.po +47 -18
- data/ext/mathematical/lasem/po/pl.po +53 -24
- data/ext/mathematical/lasem/po/pt_BR.po +70 -29
- data/ext/mathematical/lasem/po/sl.po +43 -29
- data/ext/mathematical/lasem/po/sr.po +67 -27
- data/ext/mathematical/lasem/po/sr@latin.po +67 -27
- data/ext/mathematical/lasem/po/sv.po +51 -18
- data/ext/mathematical/lasem/src/lasemrender.c +107 -14
- data/ext/mathematical/lasem/src/lsmitex.c +1 -0
- data/ext/mathematical/lasem/src/lsmsvgelement.c +0 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +16 -0
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -1
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +8 -2
- data/ext/mathematical/lasem_overrides.c +3 -3
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mathematical.c +1 -1
- data/ext/mathematical/mtex2MML/CMakeLists.txt +5 -0
- data/ext/mathematical/mtex2MML/README.md +3 -3
- data/ext/mathematical/mtex2MML/SUPPORTED.md +2 -0
- data/ext/mathematical/mtex2MML/appveyor.yml +15 -5
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +181 -116
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeCCompiler.cmake +67 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeCXXCompiler.cmake +68 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeSystem.cmake +15 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CompilerIdC/CMakeCCompilerId.c +223 -55
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdCXX → 3.6.1/CompilerIdC}/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CompilerIdCXX/CMakeCXXCompilerId.cpp +202 -44
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdC → 3.6.1/CompilerIdCXX}/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +405 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +29 -29
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +68 -60
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +564 -522
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +28 -21
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +34 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +405 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +13 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +55 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/progress.make +1 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +115 -27
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +54 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean_target.cmake +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +19 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +18 -19
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/progress.make +9 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +13 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +60 -47
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/progress.make +10 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +17 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +178 -124
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +5 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/progress.make +27 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/progress.marks +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +2 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +25 -7
- data/ext/mathematical/mtex2MML/build/Makefile +419 -307
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +32 -32
- data/ext/mathematical/mtex2MML/build/lexer.c +4317 -4379
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +12 -5
- data/ext/mathematical/mtex2MML/build/parser.c +5549 -5473
- data/ext/mathematical/mtex2MML/build/parser.h +499 -490
- data/ext/mathematical/mtex2MML/build/parser.output +93361 -92735
- data/ext/mathematical/mtex2MML/deps/strdup/package.json +2 -2
- data/ext/mathematical/mtex2MML/deps/strdup/strdup.c +2 -0
- data/ext/mathematical/mtex2MML/deps/strdup/strdup.h +2 -0
- data/ext/mathematical/mtex2MML/deps/uthash/package.json +2 -1
- data/ext/mathematical/mtex2MML/deps/uthash/utarray.h +42 -36
- data/ext/mathematical/mtex2MML/deps/uthash/uthash.h +334 -218
- data/ext/mathematical/mtex2MML/deps/uthash/utlist.h +282 -144
- data/ext/mathematical/mtex2MML/deps/uthash/utringbuffer.h +108 -0
- data/ext/mathematical/mtex2MML/deps/uthash/utstring.h +15 -10
- data/ext/mathematical/mtex2MML/script/bootstrap +6 -12
- data/ext/mathematical/mtex2MML/script/cibuild +47 -1
- data/ext/mathematical/mtex2MML/script/{release → tag} +1 -1
- data/ext/mathematical/mtex2MML/src/environment.c +73 -13
- data/ext/mathematical/mtex2MML/src/environment.h +1 -1
- data/ext/mathematical/mtex2MML/src/lexer.l +75 -53
- data/ext/mathematical/mtex2MML/src/main.c +65 -36
- data/ext/mathematical/mtex2MML/src/mtex2MML.h +5 -1
- data/ext/mathematical/mtex2MML/src/parser.y +67 -16
- data/ext/mathematical/mtex2MML/tests/basic.c +10 -0
- data/ext/mathematical/mtex2MML/tests/delimiters.c +95 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/strut-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/cal-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/frak-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathcal-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathfrak-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathrm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathscr-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/rm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/scr-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textrm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/array/strip_excess_whitespace_in_array_attributes.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_rendering.html +23 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_rendering.txt +23 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/align.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/align.txt +3 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/alignat-1a.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/alignat-1a.txt +4 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/aligned_ex_spacing.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/aligned_ex_spacing.txt +4 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/basic_array.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/basic_array.txt +3 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed_env.html +8 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed_env.txt +11 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/performance/big_file.html +6 -6
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/gt.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/gt.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/lt.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/lt.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textgreater.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textgreater.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textless.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textless.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/symbols.c +69 -0
- data/lib/mathematical.rb +19 -1
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -1
- data/test/mathematical/basic_test.rb +16 -3
- data/test/mathematical/fixtures/png/numeric_test_1.png +0 -0
- data/test/mathematical/fixtures/png/numeric_test_3.png +0 -0
- data/test/mathematical/fixtures/png/pmatrix.png +0 -0
- data/test/mathematical/maliciousness_test.rb +0 -1
- data/test/mathematical/multiples_test.rb +3 -0
- data/test/mathematical/png_test.rb +4 -1
- data/test/test_helper.rb +2 -0
- metadata +54 -18
- data/ext/mathematical/FindNewerRubies.cmake +0 -292
- data/ext/mathematical/mtex2MML/build.ps1 +0 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake +0 -55
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeCXXCompiler.cmake +0 -56
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/src/y.output +0 -117655
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
file(REMOVE_RECURSE
|
2
2
|
"parser.c"
|
3
3
|
"parser.h"
|
4
4
|
"lexer.c"
|
@@ -14,6 +14,6 @@ FILE(REMOVE_RECURSE
|
|
14
14
|
)
|
15
15
|
|
16
16
|
# Per-language clean rules from dependency scanning.
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
foreach(lang C)
|
18
|
+
include(CMakeFiles/mtex2MML.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
19
|
+
endforeach()
|
@@ -1,8 +1,10 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
|
3
3
|
|
4
|
-
# compile C with /usr/bin/cc
|
5
|
-
C_FLAGS =
|
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
|
6
6
|
|
7
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/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
|
+
|
@@ -1 +1 @@
|
|
1
|
-
/
|
1
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wall -Wextra -std=c99 -pedantic-errors -fextended-identifiers -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_extras.c.o CMakeFiles/mtex2MML.dir/src/main.c.o CMakeFiles/mtex2MML.dir/parser.c.o CMakeFiles/mtex2MML.dir/lexer.c.o -o mtex2MML
|
@@ -1,10 +1,11 @@
|
|
1
|
-
CMAKE_PROGRESS_1 =
|
2
|
-
CMAKE_PROGRESS_2 =
|
3
|
-
CMAKE_PROGRESS_3 =
|
4
|
-
CMAKE_PROGRESS_4 =
|
5
|
-
CMAKE_PROGRESS_5 =
|
6
|
-
CMAKE_PROGRESS_6 =
|
7
|
-
CMAKE_PROGRESS_7 =
|
8
|
-
CMAKE_PROGRESS_8 =
|
9
|
-
CMAKE_PROGRESS_9 =
|
1
|
+
CMAKE_PROGRESS_1 = 19
|
2
|
+
CMAKE_PROGRESS_2 = 20
|
3
|
+
CMAKE_PROGRESS_3 = 21
|
4
|
+
CMAKE_PROGRESS_4 = 22
|
5
|
+
CMAKE_PROGRESS_5 = 23
|
6
|
+
CMAKE_PROGRESS_6 = 24
|
7
|
+
CMAKE_PROGRESS_7 = 25
|
8
|
+
CMAKE_PROGRESS_8 = 26
|
9
|
+
CMAKE_PROGRESS_9 = 27
|
10
|
+
CMAKE_PROGRESS_10 = 28
|
10
11
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# The set of languages for which implicit dependencies are needed:
|
2
|
-
|
2
|
+
set(CMAKE_DEPENDS_LANGUAGES
|
3
3
|
"C"
|
4
4
|
)
|
5
5
|
# The set of files for implicit dependencies of each language:
|
6
|
-
|
6
|
+
set(CMAKE_DEPENDS_CHECK_C
|
7
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
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
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"
|
@@ -26,34 +26,33 @@ SET(CMAKE_DEPENDS_CHECK_C
|
|
26
26
|
"/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"
|
27
27
|
"/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"
|
28
28
|
"/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"
|
29
|
+
"/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"
|
29
30
|
)
|
30
|
-
|
31
|
+
set(CMAKE_C_COMPILER_ID "Clang")
|
31
32
|
|
32
33
|
# Preprocessor definitions for this target.
|
33
|
-
|
34
|
-
"CLAR_FIXTURE_PATH=\"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/fixtures/\""
|
35
|
-
"CLAR_TMPDIR=\"libmtex2MML_tests\""
|
34
|
+
set(CMAKE_TARGET_DEFINITIONS_C
|
36
35
|
"CLAR_FIXTURE_PATH=\"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/fixtures/\""
|
37
36
|
"CLAR_TMPDIR=\"libmtex2MML_tests\""
|
38
37
|
)
|
39
38
|
|
39
|
+
# The include file search paths:
|
40
|
+
set(CMAKE_C_TARGET_INCLUDE_PATH
|
41
|
+
"../src"
|
42
|
+
"../deps"
|
43
|
+
"."
|
44
|
+
"../tests"
|
45
|
+
)
|
46
|
+
|
40
47
|
# Pairs of files generated by the same build rule.
|
41
|
-
|
48
|
+
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
42
49
|
"/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.h" "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c"
|
43
50
|
)
|
44
51
|
|
45
52
|
|
46
53
|
# Targets to which this target links.
|
47
|
-
|
54
|
+
set(CMAKE_TARGET_LINKED_INFO_FILES
|
48
55
|
)
|
49
56
|
|
50
|
-
#
|
51
|
-
|
52
|
-
"../src"
|
53
|
-
"../deps"
|
54
|
-
"."
|
55
|
-
"../tests"
|
56
|
-
)
|
57
|
-
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
58
|
-
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
59
|
-
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
57
|
+
# Fortran module output directory.
|
58
|
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@@ -1,5 +1,9 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
|
3
|
+
|
4
|
+
# Delete rule output on recipe failure.
|
5
|
+
.DELETE_ON_ERROR:
|
6
|
+
|
3
7
|
|
4
8
|
#=============================================================================
|
5
9
|
# Special targets provided by cmake.
|
@@ -7,16 +11,20 @@
|
|
7
11
|
# Disable implicit rules so canonical targets will work.
|
8
12
|
.SUFFIXES:
|
9
13
|
|
14
|
+
|
10
15
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
11
16
|
SUFFIXES =
|
12
17
|
|
13
18
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
14
19
|
|
20
|
+
|
15
21
|
# Suppress display of executed commands.
|
16
22
|
$(VERBOSE).SILENT:
|
17
23
|
|
24
|
+
|
18
25
|
# A target that is always out of date.
|
19
26
|
cmake_force:
|
27
|
+
|
20
28
|
.PHONY : cmake_force
|
21
29
|
|
22
30
|
#=============================================================================
|
@@ -26,17 +34,14 @@ cmake_force:
|
|
26
34
|
SHELL = /bin/sh
|
27
35
|
|
28
36
|
# The CMake executable.
|
29
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.6.1/bin/cmake
|
30
38
|
|
31
39
|
# The command to remove a file.
|
32
|
-
RM = /usr/local/Cellar/cmake/
|
40
|
+
RM = /usr/local/Cellar/cmake/3.6.1/bin/cmake -E remove -f
|
33
41
|
|
34
42
|
# Escaping for special characters.
|
35
43
|
EQUALS = =
|
36
44
|
|
37
|
-
# The program to use to edit the cache.
|
38
|
-
CMAKE_EDIT_COMMAND = /usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/ccmake
|
39
|
-
|
40
45
|
# The top-level source directory on which CMake was run.
|
41
46
|
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
42
47
|
|
@@ -62,37 +67,35 @@ include CMakeFiles/mtex2MML_clar.dir/flags.make
|
|
62
67
|
../tests/clar.suite: ../tests/deps/file2str/file2str.h
|
63
68
|
../tests/clar.suite: ../tests/deps/mkdtemp/mkdtemp.h
|
64
69
|
../tests/clar.suite: ../tests/deps/trim/trim.h
|
65
|
-
|
66
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating ../tests/clar.suite"
|
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"
|
67
71
|
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests && /usr/local/bin/python generate.py
|
68
72
|
|
69
73
|
parser.c: ../src/parser.y
|
70
|
-
|
71
|
-
|
72
|
-
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
|
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 3.0.4"
|
75
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML && /usr/local/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
|
73
76
|
|
74
77
|
parser.h: parser.c
|
78
|
+
@$(CMAKE_COMMAND) -E touch_nocreate parser.h
|
75
79
|
|
76
80
|
lexer.c: ../src/lexer.l
|
77
|
-
|
78
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "[FLEX][MTEX2MMLSCANNER] Building scanner with flex 2.5.35"
|
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"
|
79
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
|
80
83
|
|
81
84
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
82
85
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o: ../src/colors.c
|
83
|
-
|
84
|
-
|
85
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/colors.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c
|
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
|
86
88
|
|
87
89
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.i: cmake_force
|
88
90
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/colors.c.i"
|
89
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c > CMakeFiles/mtex2MML_clar.dir/src/colors.c.i
|
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
|
90
92
|
|
91
93
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.s: cmake_force
|
92
94
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/colors.c.s"
|
93
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/colors.c -o CMakeFiles/mtex2MML_clar.dir/src/colors.c.s
|
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
|
94
96
|
|
95
97
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires:
|
98
|
+
|
96
99
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires
|
97
100
|
|
98
101
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires
|
@@ -101,21 +104,22 @@ CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides: CMakeFiles/mtex2MML_clar.d
|
|
101
104
|
|
102
105
|
CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/colors.c.o
|
103
106
|
|
107
|
+
|
104
108
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
105
109
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o: ../src/em.c
|
106
|
-
|
107
|
-
|
108
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/em.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c
|
110
|
+
@$(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"
|
111
|
+
/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
|
109
112
|
|
110
113
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.i: cmake_force
|
111
114
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/em.c.i"
|
112
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c > CMakeFiles/mtex2MML_clar.dir/src/em.c.i
|
115
|
+
/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
|
113
116
|
|
114
117
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.s: cmake_force
|
115
118
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/em.c.s"
|
116
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/em.c -o CMakeFiles/mtex2MML_clar.dir/src/em.c.s
|
119
|
+
/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
|
117
120
|
|
118
121
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires:
|
122
|
+
|
119
123
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires
|
120
124
|
|
121
125
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/em.c.o.requires
|
@@ -124,21 +128,22 @@ CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides: CMakeFiles/mtex2MML_clar.dir/s
|
|
124
128
|
|
125
129
|
CMakeFiles/mtex2MML_clar.dir/src/em.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/em.c.o
|
126
130
|
|
131
|
+
|
127
132
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
128
133
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o: ../src/environment.c
|
129
|
-
|
130
|
-
|
131
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/environment.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c
|
134
|
+
@$(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"
|
135
|
+
/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
|
132
136
|
|
133
137
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.i: cmake_force
|
134
138
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/environment.c.i"
|
135
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c > CMakeFiles/mtex2MML_clar.dir/src/environment.c.i
|
139
|
+
/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
|
136
140
|
|
137
141
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.s: cmake_force
|
138
142
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/environment.c.s"
|
139
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/environment.c -o CMakeFiles/mtex2MML_clar.dir/src/environment.c.s
|
143
|
+
/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
|
140
144
|
|
141
145
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires:
|
146
|
+
|
142
147
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires
|
143
148
|
|
144
149
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.requires
|
@@ -147,21 +152,22 @@ CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides: CMakeFiles/mtex2MML_c
|
|
147
152
|
|
148
153
|
CMakeFiles/mtex2MML_clar.dir/src/environment.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/environment.c.o
|
149
154
|
|
155
|
+
|
150
156
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
151
157
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o: ../src/string_extras.c
|
152
|
-
|
153
|
-
|
154
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c
|
158
|
+
@$(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_extras.c.o"
|
159
|
+
/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
|
155
160
|
|
156
161
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.i: cmake_force
|
157
162
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.i"
|
158
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c > CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.i
|
163
|
+
/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
|
159
164
|
|
160
165
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.s: cmake_force
|
161
166
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.s"
|
162
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/src/string_extras.c -o CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.s
|
167
|
+
/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
|
163
168
|
|
164
169
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires:
|
170
|
+
|
165
171
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires
|
166
172
|
|
167
173
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides: CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.requires
|
@@ -170,21 +176,22 @@ CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides: CMakeFiles/mtex2MML
|
|
170
176
|
|
171
177
|
CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/src/string_extras.c.o
|
172
178
|
|
179
|
+
|
173
180
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
174
181
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o: ../tests/main.c
|
175
|
-
|
176
|
-
|
177
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/main.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c
|
182
|
+
@$(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/tests/main.c.o"
|
183
|
+
/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
|
178
184
|
|
179
185
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.i: cmake_force
|
180
186
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/main.c.i"
|
181
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c > CMakeFiles/mtex2MML_clar.dir/tests/main.c.i
|
187
|
+
/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
|
182
188
|
|
183
189
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.s: cmake_force
|
184
190
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/main.c.s"
|
185
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/main.c -o CMakeFiles/mtex2MML_clar.dir/tests/main.c.s
|
191
|
+
/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
|
186
192
|
|
187
193
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires:
|
194
|
+
|
188
195
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires
|
189
196
|
|
190
197
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.requires
|
@@ -193,22 +200,23 @@ CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides: CMakeFiles/mtex2MML_clar.d
|
|
193
200
|
|
194
201
|
CMakeFiles/mtex2MML_clar.dir/tests/main.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/main.c.o
|
195
202
|
|
203
|
+
|
196
204
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
197
205
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o: ../tests/clar.c
|
198
206
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o: ../tests/clar.suite
|
199
|
-
|
200
|
-
|
201
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c
|
207
|
+
@$(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/clar.c.o"
|
208
|
+
/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
|
202
209
|
|
203
210
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.i: cmake_force
|
204
211
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/clar.c.i"
|
205
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c > CMakeFiles/mtex2MML_clar.dir/tests/clar.c.i
|
212
|
+
/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
|
206
213
|
|
207
214
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.s: cmake_force
|
208
215
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/clar.c.s"
|
209
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/clar.c -o CMakeFiles/mtex2MML_clar.dir/tests/clar.c.s
|
216
|
+
/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
|
210
217
|
|
211
218
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires:
|
219
|
+
|
212
220
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires
|
213
221
|
|
214
222
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.requires
|
@@ -217,21 +225,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides: CMakeFiles/mtex2MML_clar.d
|
|
217
225
|
|
218
226
|
CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/clar.c.o
|
219
227
|
|
228
|
+
|
220
229
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
221
230
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o: ../tests/array.c
|
222
|
-
|
223
|
-
|
224
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/array.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c
|
231
|
+
@$(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/array.c.o"
|
232
|
+
/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
|
225
233
|
|
226
234
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.i: cmake_force
|
227
235
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/array.c.i"
|
228
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c > CMakeFiles/mtex2MML_clar.dir/tests/array.c.i
|
236
|
+
/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
|
229
237
|
|
230
238
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.s: cmake_force
|
231
239
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/array.c.s"
|
232
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/array.c -o CMakeFiles/mtex2MML_clar.dir/tests/array.c.s
|
240
|
+
/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
|
233
241
|
|
234
242
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires:
|
243
|
+
|
235
244
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires
|
236
245
|
|
237
246
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.requires
|
@@ -240,21 +249,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides: CMakeFiles/mtex2MML_clar.
|
|
240
249
|
|
241
250
|
CMakeFiles/mtex2MML_clar.dir/tests/array.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/array.c.o
|
242
251
|
|
252
|
+
|
243
253
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
244
254
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o: ../tests/basic.c
|
245
|
-
|
246
|
-
|
247
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c
|
255
|
+
@$(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/basic.c.o"
|
256
|
+
/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
|
248
257
|
|
249
258
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.i: cmake_force
|
250
259
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/basic.c.i"
|
251
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c > CMakeFiles/mtex2MML_clar.dir/tests/basic.c.i
|
260
|
+
/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
|
252
261
|
|
253
262
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.s: cmake_force
|
254
263
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/basic.c.s"
|
255
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/basic.c -o CMakeFiles/mtex2MML_clar.dir/tests/basic.c.s
|
264
|
+
/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
|
256
265
|
|
257
266
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires:
|
267
|
+
|
258
268
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires
|
259
269
|
|
260
270
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.requires
|
@@ -263,21 +273,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides: CMakeFiles/mtex2MML_clar.
|
|
263
273
|
|
264
274
|
CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/basic.c.o
|
265
275
|
|
276
|
+
|
266
277
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
267
278
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o: ../tests/cornercases.c
|
268
|
-
|
269
|
-
|
270
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c
|
279
|
+
@$(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/cornercases.c.o"
|
280
|
+
/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
|
271
281
|
|
272
282
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.i: cmake_force
|
273
283
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.i"
|
274
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c > CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.i
|
284
|
+
/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
|
275
285
|
|
276
286
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.s: cmake_force
|
277
287
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.s"
|
278
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/cornercases.c -o CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.s
|
288
|
+
/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
|
279
289
|
|
280
290
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires:
|
291
|
+
|
281
292
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires
|
282
293
|
|
283
294
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.requires
|
@@ -286,21 +297,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides: CMakeFiles/mtex2MML
|
|
286
297
|
|
287
298
|
CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/cornercases.c.o
|
288
299
|
|
300
|
+
|
289
301
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
290
302
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o: ../tests/delimiters.c
|
291
|
-
|
292
|
-
|
293
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c
|
303
|
+
@$(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/delimiters.c.o"
|
304
|
+
/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
|
294
305
|
|
295
306
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.i: cmake_force
|
296
307
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.i"
|
297
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c > CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.i
|
308
|
+
/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
|
298
309
|
|
299
310
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.s: cmake_force
|
300
311
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.s"
|
301
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/delimiters.c -o CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.s
|
312
|
+
/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
|
302
313
|
|
303
314
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires:
|
315
|
+
|
304
316
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires
|
305
317
|
|
306
318
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.requires
|
@@ -309,21 +321,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides: CMakeFiles/mtex2MML_
|
|
309
321
|
|
310
322
|
CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/delimiters.c.o
|
311
323
|
|
324
|
+
|
312
325
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
313
326
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o: ../tests/env.c
|
314
|
-
|
315
|
-
|
316
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/env.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c
|
327
|
+
@$(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/env.c.o"
|
328
|
+
/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
|
317
329
|
|
318
330
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.i: cmake_force
|
319
331
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/env.c.i"
|
320
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c > CMakeFiles/mtex2MML_clar.dir/tests/env.c.i
|
332
|
+
/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
|
321
333
|
|
322
334
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.s: cmake_force
|
323
335
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/env.c.s"
|
324
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/env.c -o CMakeFiles/mtex2MML_clar.dir/tests/env.c.s
|
336
|
+
/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
|
325
337
|
|
326
338
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires:
|
339
|
+
|
327
340
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires
|
328
341
|
|
329
342
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.requires
|
@@ -332,21 +345,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides: CMakeFiles/mtex2MML_clar.di
|
|
332
345
|
|
333
346
|
CMakeFiles/mtex2MML_clar.dir/tests/env.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/env.c.o
|
334
347
|
|
348
|
+
|
335
349
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
336
350
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o: ../tests/functions.c
|
337
|
-
|
338
|
-
|
339
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c
|
351
|
+
@$(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/functions.c.o"
|
352
|
+
/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
|
340
353
|
|
341
354
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.i: cmake_force
|
342
355
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/functions.c.i"
|
343
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c > CMakeFiles/mtex2MML_clar.dir/tests/functions.c.i
|
356
|
+
/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
|
344
357
|
|
345
358
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.s: cmake_force
|
346
359
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/functions.c.s"
|
347
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/functions.c -o CMakeFiles/mtex2MML_clar.dir/tests/functions.c.s
|
360
|
+
/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
|
348
361
|
|
349
362
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires:
|
363
|
+
|
350
364
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires
|
351
365
|
|
352
366
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.requires
|
@@ -355,21 +369,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides: CMakeFiles/mtex2MML_c
|
|
355
369
|
|
356
370
|
CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/functions.c.o
|
357
371
|
|
372
|
+
|
358
373
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
359
374
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o: ../tests/helpers.c
|
360
|
-
|
361
|
-
|
362
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c
|
375
|
+
@$(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/helpers.c.o"
|
376
|
+
/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
|
363
377
|
|
364
378
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.i: cmake_force
|
365
379
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.i"
|
366
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c > CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.i
|
380
|
+
/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
|
367
381
|
|
368
382
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.s: cmake_force
|
369
383
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.s"
|
370
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/helpers.c -o CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.s
|
384
|
+
/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
|
371
385
|
|
372
386
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires:
|
387
|
+
|
373
388
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires
|
374
389
|
|
375
390
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.requires
|
@@ -378,21 +393,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides: CMakeFiles/mtex2MML_cla
|
|
378
393
|
|
379
394
|
CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/helpers.c.o
|
380
395
|
|
396
|
+
|
381
397
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
382
398
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o: ../tests/maliciousness.c
|
383
|
-
|
384
|
-
|
385
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c
|
399
|
+
@$(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/maliciousness.c.o"
|
400
|
+
/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
|
386
401
|
|
387
402
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.i: cmake_force
|
388
403
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.i"
|
389
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c > CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.i
|
404
|
+
/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
|
390
405
|
|
391
406
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.s: cmake_force
|
392
407
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.s"
|
393
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/maliciousness.c -o CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.s
|
408
|
+
/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
|
394
409
|
|
395
410
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires:
|
411
|
+
|
396
412
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires
|
397
413
|
|
398
414
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.requires
|
@@ -401,21 +417,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides: CMakeFiles/mtex2M
|
|
401
417
|
|
402
418
|
CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o
|
403
419
|
|
420
|
+
|
404
421
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
405
422
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o: ../tests/mathjax.c
|
406
|
-
|
407
|
-
|
408
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c
|
423
|
+
@$(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/mathjax.c.o"
|
424
|
+
/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
|
409
425
|
|
410
426
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.i: cmake_force
|
411
427
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.i"
|
412
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c > CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.i
|
428
|
+
/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
|
413
429
|
|
414
430
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.s: cmake_force
|
415
431
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.s"
|
416
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/mathjax.c -o CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.s
|
432
|
+
/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
|
417
433
|
|
418
434
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires:
|
435
|
+
|
419
436
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires
|
420
437
|
|
421
438
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires
|
@@ -424,21 +441,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides: CMakeFiles/mtex2MML_cla
|
|
424
441
|
|
425
442
|
CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o
|
426
443
|
|
444
|
+
|
427
445
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
428
446
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o: ../tests/numbered_equations.c
|
429
|
-
|
430
|
-
|
431
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c
|
447
|
+
@$(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/numbered_equations.c.o"
|
448
|
+
/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
|
432
449
|
|
433
450
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.i: cmake_force
|
434
451
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.i"
|
435
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c > CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.i
|
452
|
+
/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
|
436
453
|
|
437
454
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.s: cmake_force
|
438
455
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.s"
|
439
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/numbered_equations.c -o CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.s
|
456
|
+
/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
|
440
457
|
|
441
458
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires:
|
459
|
+
|
442
460
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires
|
443
461
|
|
444
462
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires
|
@@ -447,21 +465,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides: CMakeFiles/m
|
|
447
465
|
|
448
466
|
CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o
|
449
467
|
|
468
|
+
|
450
469
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
451
470
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o: ../tests/performance.c
|
452
|
-
|
453
|
-
|
454
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c
|
471
|
+
@$(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/performance.c.o"
|
472
|
+
/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
|
455
473
|
|
456
474
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.i: cmake_force
|
457
475
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/performance.c.i"
|
458
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c > CMakeFiles/mtex2MML_clar.dir/tests/performance.c.i
|
476
|
+
/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
|
459
477
|
|
460
478
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.s: cmake_force
|
461
479
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/performance.c.s"
|
462
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests/performance.c -o CMakeFiles/mtex2MML_clar.dir/tests/performance.c.s
|
480
|
+
/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
|
463
481
|
|
464
482
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires:
|
483
|
+
|
465
484
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires
|
466
485
|
|
467
486
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires
|
@@ -470,21 +489,46 @@ CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides: CMakeFiles/mtex2MML
|
|
470
489
|
|
471
490
|
CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o
|
472
491
|
|
492
|
+
|
493
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
494
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o: ../tests/symbols.c
|
495
|
+
@$(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/symbols.c.o"
|
496
|
+
/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
|
497
|
+
|
498
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.i: cmake_force
|
499
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.i"
|
500
|
+
/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
|
501
|
+
|
502
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.s: cmake_force
|
503
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.s"
|
504
|
+
/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
|
505
|
+
|
506
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires:
|
507
|
+
|
508
|
+
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires
|
509
|
+
|
510
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires
|
511
|
+
$(MAKE) -f CMakeFiles/mtex2MML_clar.dir/build.make CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides.build
|
512
|
+
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides
|
513
|
+
|
514
|
+
CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o
|
515
|
+
|
516
|
+
|
473
517
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
474
518
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o: ../tests/deps/file2str/file2str.c
|
475
|
-
|
476
|
-
|
477
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
519
|
+
@$(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/deps/file2str/file2str.c.o"
|
520
|
+
/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
|
478
521
|
|
479
522
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.i: cmake_force
|
480
523
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.i"
|
481
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
524
|
+
/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
|
482
525
|
|
483
526
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.s: cmake_force
|
484
527
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.s"
|
485
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
528
|
+
/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
|
486
529
|
|
487
530
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires:
|
531
|
+
|
488
532
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires
|
489
533
|
|
490
534
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires
|
@@ -493,21 +537,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides: CMakeFil
|
|
493
537
|
|
494
538
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o
|
495
539
|
|
540
|
+
|
496
541
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
497
542
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o: ../tests/deps/mkdtemp/mkdtemp.c
|
498
|
-
|
499
|
-
|
500
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
543
|
+
@$(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/mkdtemp/mkdtemp.c.o"
|
544
|
+
/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
|
501
545
|
|
502
546
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.i: cmake_force
|
503
547
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.i"
|
504
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
548
|
+
/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
|
505
549
|
|
506
550
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.s: cmake_force
|
507
551
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.s"
|
508
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
552
|
+
/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
|
509
553
|
|
510
554
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires:
|
555
|
+
|
511
556
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires
|
512
557
|
|
513
558
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires
|
@@ -516,21 +561,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides: CMakeFiles
|
|
516
561
|
|
517
562
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o
|
518
563
|
|
564
|
+
|
519
565
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
520
566
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o: ../tests/deps/trim/trim.c
|
521
|
-
|
522
|
-
|
523
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
567
|
+
@$(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/trim/trim.c.o"
|
568
|
+
/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
|
524
569
|
|
525
570
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.i: cmake_force
|
526
571
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.i"
|
527
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
572
|
+
/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
|
528
573
|
|
529
574
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.s: cmake_force
|
530
575
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.s"
|
531
|
-
/usr/bin/cc $(C_DEFINES) $(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
|
576
|
+
/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
|
532
577
|
|
533
578
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires:
|
579
|
+
|
534
580
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires
|
535
581
|
|
536
582
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires
|
@@ -539,21 +585,22 @@ CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides: CMakeFiles/mtex2
|
|
539
585
|
|
540
586
|
CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o
|
541
587
|
|
588
|
+
|
542
589
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
543
590
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o: parser.c
|
544
|
-
|
545
|
-
|
546
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/parser.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c
|
591
|
+
@$(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/parser.c.o"
|
592
|
+
/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
|
547
593
|
|
548
594
|
CMakeFiles/mtex2MML_clar.dir/parser.c.i: cmake_force
|
549
595
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/parser.c.i"
|
550
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c > CMakeFiles/mtex2MML_clar.dir/parser.c.i
|
596
|
+
/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
|
551
597
|
|
552
598
|
CMakeFiles/mtex2MML_clar.dir/parser.c.s: cmake_force
|
553
599
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/parser.c.s"
|
554
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/parser.c -o CMakeFiles/mtex2MML_clar.dir/parser.c.s
|
600
|
+
/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
|
555
601
|
|
556
602
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires:
|
603
|
+
|
557
604
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires
|
558
605
|
|
559
606
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides: CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires
|
@@ -562,22 +609,23 @@ CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides: CMakeFiles/mtex2MML_clar.dir/p
|
|
562
609
|
|
563
610
|
CMakeFiles/mtex2MML_clar.dir/parser.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/parser.c.o
|
564
611
|
|
612
|
+
|
565
613
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o: CMakeFiles/mtex2MML_clar.dir/flags.make
|
566
614
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o: lexer.c
|
567
615
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o: parser.h
|
568
|
-
|
569
|
-
|
570
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/mtex2MML_clar.dir/lexer.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c
|
616
|
+
@$(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/lexer.c.o"
|
617
|
+
/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
|
571
618
|
|
572
619
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.i: cmake_force
|
573
620
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mtex2MML_clar.dir/lexer.c.i"
|
574
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c > CMakeFiles/mtex2MML_clar.dir/lexer.c.i
|
621
|
+
/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
|
575
622
|
|
576
623
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.s: cmake_force
|
577
624
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mtex2MML_clar.dir/lexer.c.s"
|
578
|
-
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/lexer.c -o CMakeFiles/mtex2MML_clar.dir/lexer.c.s
|
625
|
+
/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
|
579
626
|
|
580
627
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires:
|
628
|
+
|
581
629
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires
|
582
630
|
|
583
631
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides: CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires
|
@@ -586,6 +634,7 @@ CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides: CMakeFiles/mtex2MML_clar.dir/le
|
|
586
634
|
|
587
635
|
CMakeFiles/mtex2MML_clar.dir/lexer.c.o.provides.build: CMakeFiles/mtex2MML_clar.dir/lexer.c.o
|
588
636
|
|
637
|
+
|
589
638
|
# Object files for target mtex2MML_clar
|
590
639
|
mtex2MML_clar_OBJECTS = \
|
591
640
|
"CMakeFiles/mtex2MML_clar.dir/src/colors.c.o" \
|
@@ -605,6 +654,7 @@ mtex2MML_clar_OBJECTS = \
|
|
605
654
|
"CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o" \
|
606
655
|
"CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o" \
|
607
656
|
"CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o" \
|
657
|
+
"CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o" \
|
608
658
|
"CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o" \
|
609
659
|
"CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o" \
|
610
660
|
"CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o" \
|
@@ -631,6 +681,7 @@ mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/maliciousness.c.o
|
|
631
681
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o
|
632
682
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o
|
633
683
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o
|
684
|
+
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o
|
634
685
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o
|
635
686
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o
|
636
687
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o
|
@@ -638,12 +689,13 @@ mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/parser.c.o
|
|
638
689
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/lexer.c.o
|
639
690
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/build.make
|
640
691
|
mtex2MML_clar: CMakeFiles/mtex2MML_clar.dir/link.txt
|
641
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --
|
692
|
+
@$(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_27) "Linking C executable mtex2MML_clar"
|
642
693
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mtex2MML_clar.dir/link.txt --verbose=$(VERBOSE)
|
643
694
|
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/tests && /usr/local/bin/python mathjax_generate.py
|
644
695
|
|
645
696
|
# Rule to build all files generated by this target.
|
646
697
|
CMakeFiles/mtex2MML_clar.dir/build: mtex2MML_clar
|
698
|
+
|
647
699
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/build
|
648
700
|
|
649
701
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/src/colors.c.o.requires
|
@@ -663,11 +715,13 @@ CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/malici
|
|
663
715
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/mathjax.c.o.requires
|
664
716
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/numbered_equations.c.o.requires
|
665
717
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/performance.c.o.requires
|
718
|
+
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/symbols.c.o.requires
|
666
719
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/deps/file2str/file2str.c.o.requires
|
667
720
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/deps/mkdtemp/mkdtemp.c.o.requires
|
668
721
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/tests/deps/trim/trim.c.o.requires
|
669
722
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/parser.c.o.requires
|
670
723
|
CMakeFiles/mtex2MML_clar.dir/requires: CMakeFiles/mtex2MML_clar.dir/lexer.c.o.requires
|
724
|
+
|
671
725
|
.PHONY : CMakeFiles/mtex2MML_clar.dir/requires
|
672
726
|
|
673
727
|
CMakeFiles/mtex2MML_clar.dir/clean:
|