From a2c49e40271a6432bdeb86637b435d243f9012c3 Mon Sep 17 00:00:00 2001 From: Clemens Paumgarten <clemenspaumgarten@gmail.com> Date: Fri, 31 May 2019 10:42:47 +0200 Subject: [PATCH] gitignore fix --- .idea/codeStyles/Project.xml | 29 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/mcc.iml | 2 - .idea/misc.xml | 4 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - .idea/workspace.xml | 841 ----------------- cmake-build-debug/CMakeCache.txt | 340 ------- .../CMakeFiles/3.9.6/CMakeCCompiler.cmake | 71 -- .../CMakeFiles/3.9.6/CMakeCXXCompiler.cmake | 73 -- .../3.9.6/CMakeDetermineCompilerABI_C.bin | Bin 4304 -> 0 bytes .../3.9.6/CMakeDetermineCompilerABI_CXX.bin | Bin 4288 -> 0 bytes .../CMakeFiles/3.9.6/CMakeSystem.cmake | 15 - .../3.9.6/CompilerIdC/CMakeCCompilerId.c | 567 ------------ .../CMakeFiles/3.9.6/CompilerIdC/a.out | Bin 8616 -> 0 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 539 ----------- .../CMakeFiles/3.9.6/CompilerIdCXX/a.out | Bin 8600 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - cmake-build-debug/CMakeFiles/CMakeOutput.log | 530 ----------- cmake-build-debug/CMakeFiles/Makefile.cmake | 125 --- cmake-build-debug/CMakeFiles/Makefile2 | 108 --- .../CMakeFiles/TargetDirectories.txt | 3 - .../CMakeFiles/clion-environment.txt | 3 - cmake-build-debug/CMakeFiles/clion-log.txt | 18 - .../CMakeFiles/cmake.check_cache | 1 - .../CMakeFiles/feature_tests.bin | Bin 8376 -> 0 bytes cmake-build-debug/CMakeFiles/feature_tests.c | 34 - .../CMakeFiles/feature_tests.cxx | 405 -------- .../CMakeFiles/mcc.dir/DependInfo.cmake | 48 - .../CMakeFiles/mcc.dir/build.make | 734 --------------- .../CMakeFiles/mcc.dir/cmake_clean.cmake | 33 - .../CMakeFiles/mcc.dir/depend.make | 2 - .../CMakeFiles/mcc.dir/flags.make | 10 - cmake-build-debug/CMakeFiles/mcc.dir/link.txt | 1 - .../CMakeFiles/mcc.dir/progress.make | 26 - cmake-build-debug/CMakeFiles/progress.marks | 1 - cmake-build-debug/Makefile | 868 ------------------ cmake-build-debug/cmake_install.cmake | 39 - cmake-build-debug/mcc.cbp | 214 ----- 39 files changed, 5719 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/mcc.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml delete mode 100644 cmake-build-debug/CMakeCache.txt delete mode 100644 cmake-build-debug/CMakeFiles/3.9.6/CMakeCCompiler.cmake delete mode 100644 cmake-build-debug/CMakeFiles/3.9.6/CMakeCXXCompiler.cmake delete mode 100755 cmake-build-debug/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_C.bin delete mode 100755 cmake-build-debug/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_CXX.bin delete mode 100644 cmake-build-debug/CMakeFiles/3.9.6/CMakeSystem.cmake delete mode 100644 cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/CMakeCCompilerId.c delete mode 100755 cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/a.out delete mode 100644 cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/CMakeCXXCompilerId.cpp delete mode 100755 cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/a.out delete mode 100644 cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 cmake-build-debug/CMakeFiles/CMakeOutput.log delete mode 100644 cmake-build-debug/CMakeFiles/Makefile.cmake delete mode 100644 cmake-build-debug/CMakeFiles/Makefile2 delete mode 100644 cmake-build-debug/CMakeFiles/TargetDirectories.txt delete mode 100644 cmake-build-debug/CMakeFiles/clion-environment.txt delete mode 100644 cmake-build-debug/CMakeFiles/clion-log.txt delete mode 100644 cmake-build-debug/CMakeFiles/cmake.check_cache delete mode 100755 cmake-build-debug/CMakeFiles/feature_tests.bin delete mode 100644 cmake-build-debug/CMakeFiles/feature_tests.c delete mode 100644 cmake-build-debug/CMakeFiles/feature_tests.cxx delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/DependInfo.cmake delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/build.make delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/cmake_clean.cmake delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/depend.make delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/flags.make delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/link.txt delete mode 100644 cmake-build-debug/CMakeFiles/mcc.dir/progress.make delete mode 100644 cmake-build-debug/CMakeFiles/progress.marks delete mode 100644 cmake-build-debug/Makefile delete mode 100644 cmake-build-debug/cmake_install.cmake delete mode 100644 cmake-build-debug/mcc.cbp diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 30aa626..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,29 +0,0 @@ -<component name="ProjectCodeStyleConfiguration"> - <code_scheme name="Project" version="173"> - <Objective-C-extensions> - <file> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" /> - </file> - <class> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" /> - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" /> - </class> - <extensions> - <pair source="cpp" header="h" fileNamingConvention="NONE" /> - <pair source="c" header="h" fileNamingConvention="NONE" /> - </extensions> - </Objective-C-extensions> - </code_scheme> -</component> \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ -<component name="ProjectCodeStyleConfiguration"> - <state> - <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> - </state> -</component> \ No newline at end of file diff --git a/.idea/mcc.iml b/.idea/mcc.iml deleted file mode 100644 index f08604b..0000000 --- a/.idea/mcc.iml +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module classpath="CMake" type="CPP_MODULE" version="4" /> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 79b3c94..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> -</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 41cd317..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/mcc.iml" filepath="$PROJECT_DIR$/.idea/mcc.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index a09d19f..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,841 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true" buildAllGenerated="true"> - <generated> - <config projectName="mcc" targetName="mcc" /> - </generated> - </component> - <component name="CMakeSettings" AUTO_RELOAD="true"> - <configurations> - <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" /> - </configurations> - </component> - <component name="ChangeListManager"> - <list default="true" id="39f5efe2-a2de-48e5-b3f3-f882c0cd5883" name="Default" comment="" /> - <ignored path="$PROJECT_DIR$/cmake-build-debug/" /> - <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> - <option name="TRACKING_ENABLED" value="true" /> - <option name="SHOW_DIALOG" value="false" /> - <option name="HIGHLIGHT_CONFLICTS" value="true" /> - <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> - <option name="LAST_RESOLUTION" value="IGNORE" /> - </component> - <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" /> - <component name="FileEditorManager"> - <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> - <file leaf-file-name="mc_print_symbol_table.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/app/mc_print_symbol_table.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="1740"> - <caret line="116" column="31" lean-forward="false" selection-start-line="116" selection-start-column="31" selection-end-line="116" selection-end-column="31" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="dynamic_array.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/utils/dynamic_array.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="165"> - <caret line="11" column="14" lean-forward="false" selection-start-line="11" selection-start-column="14" selection-end-line="11" selection-end-column="14" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="ast.h" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/include/mcc/ast.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="249"> - <caret line="389" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="421" selection-end-column="0" /> - <folding> - <element signature="e#531#551#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="ast.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/ast.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="669"> - <caret line="663" column="0" lean-forward="false" selection-start-line="663" selection-start-column="0" selection-end-line="663" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="ast_print.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/ast_print.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="474"> - <caret line="569" column="0" lean-forward="false" selection-start-line="569" selection-start-column="0" selection-end-line="569" selection-end-column="0" /> - <folding> - <element signature="e#0#26#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="ast_visit.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/ast_visit.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="324"> - <caret line="276" column="21" lean-forward="false" selection-start-line="276" selection-start-column="21" selection-end-line="276" selection-end-column="21" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="symbol_table_validate.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/symbol_table_validate.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="736"> - <caret line="85" column="28" lean-forward="false" selection-start-line="85" selection-start-column="28" selection-end-line="85" selection-end-column="28" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true"> - <entry file="file://$PROJECT_DIR$/.gitignore"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="75"> - <caret line="5" column="17" lean-forward="true" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="parser.y" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/parser.y"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="15"> - <caret line="33" column="12" lean-forward="false" selection-start-line="33" selection-start-column="12" selection-end-line="33" selection-end-column="12" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="mc_type_check_trace.c" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/app/mc_type_check_trace.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="1605"> - <caret line="107" column="4" lean-forward="false" selection-start-line="107" selection-start-column="4" selection-end-line="114" selection-end-column="48" /> - <folding> - <element signature="e#0#18#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - </file> - </leaf> - </component> - <component name="FindInProjectRecents"> - <findStrings> - <find>MCC_SEMANIC_TYPE_CHECK_ASSIGNMENT</find> - <find>mcc_symbol_table_validate_binary_operator</find> - <find>mcc_symbol_table_validate_statement_return</find> - <find>RETURN</find> - <find>new_statement_retur</find> - <find>return_expression</find> - <find>r</find> - <find>mcc_symbol_table_delete_table</find> - <find>mcc_symbol_delete_symbol</find> - <find>valid</find> - <find>validate_expression_return</find> - <find>realloc</find> - <find>validate_expression_return_type</find> - <find>mcc_symbol_table_create_inner_table(</find> - <find>add_</find> - <find>func_arguments</find> - <find>mcc_symbol_function_arguments</find> - <find>inner_tables</find> - <find>inner</find> - <find>paramenter</find> - <find>index</find> - <find>mcc_symbol_table_parse_program</find> - <find>create</find> - <find>declare func</find> - <find>argument size</find> - <find>inner_tables =</find> - <find>delete_symbo</find> - <find>delete_symbol_tabe</find> - <find>.</find> - <find>argument == NULL</find> - </findStrings> - <replaceStrings> - <replace>mcc_symbol_table_validate_identifier</replace> - <replace>\n";</replace> - <replace>add_builtin_function</replace> - <replace>mcc_symbol_table_validate_assignment_semantic</replace> - <replace>MCC_SEMANTIC_ERROR_INVALID_NUM_OF_ARGUMENTS</replace> - <replace>MCC_SEMANTIC_ERROR_INVALID_ARGUMENT_TYPE</replace> - </replaceStrings> - </component> - <component name="Git.Settings"> - <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> - </component> - <component name="IdeDocumentHistory"> - <option name="CHANGED_PATHS"> - <list> - <option value="$PROJECT_DIR$/test/semantic/bla.mc" /> - <option value="$PROJECT_DIR$/test/semantic/main_missing.mc" /> - <option value="$PROJECT_DIR$/test/unit/parser_test.c" /> - <option value="$PROJECT_DIR$/include/mcc/symbol_table_parse.h" /> - <option value="$PROJECT_DIR$/test/semantic/wrong_argument_type.mc" /> - <option value="$PROJECT_DIR$/test/semantic/wrong_num_of_arguments.mc" /> - <option value="$PROJECT_DIR$/test/semantic/array_already_declared.mc" /> - <option value="$PROJECT_DIR$/test/semantic/array_size_definition.mc" /> - <option value="$PROJECT_DIR$/test/semantic/binary_op_different_types.mc" /> - <option value="$PROJECT_DIR$/test/semantic/binary_op_div_by_0.mc" /> - <option value="$PROJECT_DIR$/test/semantic/binary_op_handside_bool_type.mc" /> - <option value="$PROJECT_DIR$/test/semantic/binary_op_handside_number_type.mc" /> - <option value="$PROJECT_DIR$/test/semantic/binary_op_handside_same_type.mc" /> - <option value="$PROJECT_DIR$/test/semantic/condition_bool_expected.mc" /> - <option value="$PROJECT_DIR$/test/semantic/func_already_declared.mc" /> - <option value="$PROJECT_DIR$/test/semantic/func_not_declared.mc" /> - <option value="$PROJECT_DIR$/test/semantic/type_assignment.mc" /> - <option value="$PROJECT_DIR$/test/semantic/unary_op_expected_bool.mc" /> - <option value="$PROJECT_DIR$/test/semantic/unary_op_expected_number.mc" /> - <option value="$PROJECT_DIR$/test/semantic/variable_already_declared.mc" /> - <option value="$PROJECT_DIR$/test/semantic/variable_declared_function.mc" /> - <option value="$PROJECT_DIR$/test/semantic/variable_not_declared.mc" /> - <option value="$PROJECT_DIR$/src/scanner.l" /> - <option value="$PROJECT_DIR$/test/semantic/no_return_in_non_void.mc" /> - <option value="$PROJECT_DIR$/test/semantic/invalid_return_type.mc" /> - <option value="$PROJECT_DIR$/test/unit/symbol_table_test.c" /> - <option value="$PROJECT_DIR$/include/mcc/printer.h" /> - <option value="$PROJECT_DIR$/src/utils/printer.c" /> - <option value="$PROJECT_DIR$/include/mcc/symbol_table_validate.h" /> - <option value="$PROJECT_DIR$/include/mcc/symbol_table_print.h" /> - <option value="$PROJECT_DIR$/CMakeLists.txt" /> - <option value="$PROJECT_DIR$/app/mc_ast_to_dot.c" /> - <option value="$PROJECT_DIR$/meson.build" /> - <option value="$PROJECT_DIR$/include/mcc/symbol_table_semantic_error.h" /> - <option value="$PROJECT_DIR$/test-files/test.mcc" /> - <option value="$PROJECT_DIR$/test/integration/mandelbrot/mandelbrot.mc" /> - <option value="$PROJECT_DIR$/src/symbol_table_semantic_error.c" /> - <option value="$PROJECT_DIR$/include/mcc/dynamic_array.h" /> - <option value="$PROJECT_DIR$/src/symbol_table_parse.c" /> - <option value="$PROJECT_DIR$/src/symbol_table_print.c" /> - <option value="$PROJECT_DIR$/include/mcc/symbol_table.h" /> - <option value="$PROJECT_DIR$/src/symbol_table.c" /> - <option value="$PROJECT_DIR$/app/mc_type_check_trace.c" /> - <option value="$PROJECT_DIR$/app/mc_print_symbol_table.c" /> - <option value="$PROJECT_DIR$/src/utils/dynamic_array.c" /> - <option value="$PROJECT_DIR$/include/mcc/ast.h" /> - <option value="$PROJECT_DIR$/src/ast.c" /> - <option value="$PROJECT_DIR$/src/ast_print.c" /> - <option value="$PROJECT_DIR$/src/ast_visit.c" /> - <option value="$PROJECT_DIR$/src/symbol_table_validate.c" /> - <option value="$PROJECT_DIR$/.gitignore" /> - </list> - </option> - </component> - <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> - <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> - <component name="JsGulpfileManager"> - <detection-done>true</detection-done> - <sorting>DEFINITION_ORDER</sorting> - </component> - <component name="OCFindUsagesOptions" text="true" ivars="false" properties="true" derivedClasses="false" /> - <component name="ProjectFrameBounds"> - <option name="y" value="23" /> - <option name="width" value="1920" /> - <option name="height" value="969" /> - </component> - <component name="ProjectInspectionProfilesVisibleTreeState"> - <entry key="Project Default"> - <profile-state> - <expanded-state> - <State> - <id /> - </State> - <State> - <id>CSS</id> - </State> - <State> - <id>Code quality toolsCSS</id> - </State> - <State> - <id>Code quality toolsJavaScript</id> - </State> - <State> - <id>Code style issuesCSS</id> - </State> - <State> - <id>Code style issuesJavaScript</id> - </State> - <State> - <id>Data flow issuesJavaScript</id> - </State> - <State> - <id>General</id> - </State> - <State> - <id>HTML</id> - </State> - <State> - <id>JavaScript</id> - </State> - <State> - <id>Probable bugsJavaScript</id> - </State> - <State> - <id>Python</id> - </State> - <State> - <id>RegExp</id> - </State> - <State> - <id>TypeScript</id> - </State> - </expanded-state> - </profile-state> - </entry> - </component> - <component name="ProjectView"> - <navigator currentView="ProjectPane" proportions="" version="1"> - <flattenPackages /> - <showMembers /> - <showModules /> - <showLibraryContents /> - <hideEmptyPackages /> - <abbreviatePackageNames /> - <autoscrollToSource /> - <autoscrollFromSource /> - <sortByType /> - <manualOrder /> - <foldersAlwaysOnTop value="true" /> - </navigator> - <panes> - <pane id="ProjectPane"> - <subPane> - <expand> - <path> - <item name="mcc" type="dad4c3:CidrFilesViewHelper$MyProjectTreeStructure$1" /> - <item name="mcc-compiler" type="462c0819:PsiDirectoryNode" /> - </path> - </expand> - <select /> - </subPane> - </pane> - </panes> - </component> - <component name="PropertiesComponent"> - <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> - <property name="WebServerToolWindowFactoryState" value="false" /> - <property name="settings.editor.selected.configurable" value="preferences.keymap" /> - </component> - <component name="RecentsManager"> - <key name="MoveFile.RECENT_KEYS"> - <recent name="$PROJECT_DIR$/cmake-build-debug" /> - <recent name="$PROJECT_DIR$/include/mcc" /> - <recent name="$PROJECT_DIR$/test/semantic" /> - <recent name="$PROJECT_DIR$/src/utils" /> - <recent name="$PROJECT_DIR$/scripts" /> - </key> - </component> - <component name="RunDashboard"> - <option name="ruleStates"> - <list> - <RuleState> - <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> - </RuleState> - <RuleState> - <option name="name" value="StatusDashboardGroupingRule" /> - </RuleState> - </list> - </option> - </component> - <component name="RunManager" selected="Application.mcc"> - <configuration name="Build All" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mcc" RUN_TARGET_NAME="mcc" EXPLICIT_BUILD_TARGET_NAME="all"> - <envs /> - </configuration> - <configuration name="mcc" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mcc" TARGET_NAME="mcc" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mcc" RUN_TARGET_NAME="mcc"> - <envs /> - </configuration> - <list size="2"> - <item index="0" class="java.lang.String" itemvalue="Application.Build All" /> - <item index="1" class="java.lang.String" itemvalue="Application.mcc" /> - </list> - </component> - <component name="ShelveChangesManager" show_recycled="false"> - <option name="remove_strategy" value="false" /> - </component> - <component name="SvnConfiguration"> - <configuration /> - </component> - <component name="TaskManager"> - <task active="true" id="Default" summary="Default task"> - <changelist id="39f5efe2-a2de-48e5-b3f3-f882c0cd5883" name="Default" comment="" /> - <created>1553196819158</created> - <option name="number" value="Default" /> - <option name="presentableId" value="Default" /> - <updated>1553196819158</updated> - <workItem from="1553196820356" duration="2312000" /> - <workItem from="1553249220967" duration="2788000" /> - <workItem from="1553253719163" duration="5867000" /> - <workItem from="1553677046477" duration="494000" /> - <workItem from="1553790433840" duration="5780000" /> - <workItem from="1553799936920" duration="6368000" /> - <workItem from="1553806807374" duration="17737000" /> - <workItem from="1554052851088" duration="15766000" /> - <workItem from="1554199868690" duration="2026000" /> - <workItem from="1554380771297" duration="13794000" /> - <workItem from="1554396266921" duration="5237000" /> - <workItem from="1554713725455" duration="152000" /> - <workItem from="1554971691866" duration="21432000" /> - <workItem from="1555319806595" duration="11105000" /> - <workItem from="1555490520619" duration="2790000" /> - <workItem from="1555579239743" duration="21065000" /> - <workItem from="1555660812756" duration="18327000" /> - <workItem from="1556009805654" duration="12743000" /> - <workItem from="1556107073258" duration="41376000" /> - <workItem from="1556481906732" duration="712000" /> - <workItem from="1556528802795" duration="4958000" /> - <workItem from="1556783522956" duration="7553000" /> - <workItem from="1556962916263" duration="12675000" /> - <workItem from="1557421135062" duration="10534000" /> - <workItem from="1557485609437" duration="1150000" /> - <workItem from="1557487160077" duration="1589000" /> - <workItem from="1557921090694" duration="29749000" /> - <workItem from="1558198384027" duration="4856000" /> - <workItem from="1558433104397" duration="1037000" /> - <workItem from="1558470132165" duration="5537000" /> - <workItem from="1558514283977" duration="6105000" /> - <workItem from="1558605882356" duration="18459000" /> - <workItem from="1558684953700" duration="8343000" /> - <workItem from="1558966443176" duration="20480000" /> - <workItem from="1559072660582" duration="473000" /> - <workItem from="1559158754963" duration="433000" /> - </task> - <servers /> - </component> - <component name="TimeTrackingManager"> - <option name="totallyTimeSpent" value="341802000" /> - </component> - <component name="ToolWindowManager"> - <frame x="0" y="23" width="1920" height="969" extended-state="0" /> - <editor active="true" /> - <layout> - <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.19895834" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> - <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> - <window_info id="CMake" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.15528634" sideWeight="0.48385417" order="11" side_tool="false" content_ui="tabs" /> - <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.12597547" sideWeight="0.50416666" order="7" side_tool="true" content_ui="tabs" /> - <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> - <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" /> - <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> - <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" /> - <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> - <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> - <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> - <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.30178326" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" /> - <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> - <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> - <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> - <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> - <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32929516" sideWeight="0.49583334" order="1" side_tool="false" content_ui="tabs" /> - <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> - </layout> - </component> - <component name="TypeScriptGeneratedFilesManager"> - <option name="version" value="1" /> - </component> - <component name="UnknownFeatures"> - <option featureType="com.intellij.fileTypeFactory" implementationName="*.mc" /> - </component> - <component name="VcsContentAnnotationSettings"> - <option name="myLimit" value="2678400000" /> - </component> - <component name="XDebuggerManager"> - <breakpoint-manager> - <option name="time" value="12" /> - </breakpoint-manager> - <watches-manager /> - </component> - <component name="editorHistoryManager"> - <entry file="file://$PROJECT_DIR$/test/semantic/binary_op_handside_bool_type.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="150"> - <caret line="10" column="13" lean-forward="false" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/binary_op_handside_number_type.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="75"> - <caret line="5" column="13" lean-forward="false" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/binary_op_handside_same_type.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="60"> - <caret line="4" column="13" lean-forward="false" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/condition_bool_expected.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="165"> - <caret line="11" column="13" lean-forward="false" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/func_already_declared.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="165"> - <caret line="11" column="13" lean-forward="false" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/wrong_num_of_arguments.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="90"> - <caret line="6" column="12" lean-forward="false" selection-start-line="6" selection-start-column="12" selection-end-line="6" selection-end-column="12" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/wrong_argument_type.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="45"> - <caret line="3" column="13" lean-forward="false" selection-start-line="3" selection-start-column="13" selection-end-line="3" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/variable_not_declared.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="45"> - <caret line="3" column="13" lean-forward="false" selection-start-line="3" selection-start-column="13" selection-end-line="3" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/variable_declared_function.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="45"> - <caret line="3" column="13" lean-forward="false" selection-start-line="3" selection-start-column="13" selection-end-line="3" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/variable_already_declared.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="75"> - <caret line="5" column="13" lean-forward="false" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/unary_op_expected_number.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="60"> - <caret line="4" column="13" lean-forward="false" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/unary_op_expected_bool.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="120"> - <caret line="8" column="13" lean-forward="false" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/type_assignment.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="60"> - <caret line="4" column="13" lean-forward="false" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/main_missing.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="30"> - <caret line="2" column="1" lean-forward="true" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/func_not_declared.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="45"> - <caret line="3" column="13" lean-forward="false" selection-start-line="3" selection-start-column="13" selection-end-line="3" selection-end-column="13" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/builddir/parser_test@exe/test_unit_parser_test.c.o"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="0"> - <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/scanner.l"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="195"> - <caret line="108" column="36" lean-forward="true" selection-start-line="108" selection-start-column="36" selection-end-line="108" selection-end-column="36" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/unit/symbol_table_test.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="34"> - <caret line="297" column="1" lean-forward="false" selection-start-line="297" selection-start-column="1" selection-end-line="297" selection-end-column="1" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/no_return_in_non_void.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="75"> - <caret line="5" column="11" lean-forward="false" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="11" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/semantic/invalid_return_type.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="75"> - <caret line="5" column="5" lean-forward="false" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/.clang-format"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="180"> - <caret line="12" column="3" lean-forward="true" selection-start-line="12" selection-start-column="3" selection-end-line="12" selection-end-column="3" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/printer.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="135"> - <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="56" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/utils/printer.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="390"> - <caret line="26" column="38" lean-forward="false" selection-start-line="26" selection-start-column="5" selection-end-line="26" selection-end-column="38" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/CMakeLists.txt"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="607"> - <caret line="48" column="29" lean-forward="false" selection-start-line="48" selection-start-column="29" selection-end-line="48" selection-end-column="29" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/meson.build"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="352"> - <caret line="52" column="82" lean-forward="false" selection-start-line="52" selection-start-column="82" selection-end-line="52" selection-end-column="82" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/builddir/mcc@sha/src_symbol_table_semantic_error.c.o"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="0"> - <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/app/mc_ast_to_dot.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="1335"> - <caret line="99" column="0" lean-forward="false" selection-start-line="99" selection-start-column="0" selection-end-line="99" selection-end-column="0" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/symbol_table_print.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="180"> - <caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/symbol_table_semantic_error.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="343"> - <caret line="31" column="47" lean-forward="false" selection-start-line="31" selection-start-column="4" selection-end-line="31" selection-end-column="47" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test-files/test.mcc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="15"> - <caret line="1" column="0" lean-forward="false" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/symbol_table_semantic_error.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="562"> - <caret line="80" column="18" lean-forward="false" selection-start-line="80" selection-start-column="18" selection-end-line="80" selection-end-column="18" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test/integration/mandelbrot/mandelbrot.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="352"> - <caret line="50" column="4" lean-forward="false" selection-start-line="50" selection-start-column="4" selection-end-line="50" selection-end-column="4" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/dynamic_array.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="90"> - <caret line="6" column="12" lean-forward="false" selection-start-line="6" selection-start-column="12" selection-end-line="6" selection-end-column="12" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/test-files/mandelbrot.mc"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="359"> - <caret line="47" column="18" lean-forward="false" selection-start-line="47" selection-start-column="8" selection-end-line="47" selection-end-column="18" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/symbol_table_print.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="82"> - <caret line="38" column="22" lean-forward="false" selection-start-line="38" selection-start-column="22" selection-end-line="38" selection-end-column="22" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/symbol_table_validate.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="247"> - <caret line="102" column="49" lean-forward="false" selection-start-line="102" selection-start-column="4" selection-end-line="102" selection-end-column="49" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/symbol_table_parse.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="322"> - <caret line="88" column="37" lean-forward="false" selection-start-line="88" selection-start-column="37" selection-end-line="88" selection-end-column="37" /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/symbol_table_parse.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="289"> - <caret line="261" column="36" lean-forward="false" selection-start-line="261" selection-start-column="36" selection-end-line="261" selection-end-column="36" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/symbol_table.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="870"> - <caret line="58" column="49" lean-forward="false" selection-start-line="58" selection-start-column="49" selection-end-line="58" selection-end-column="49" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/symbol_table.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="1410"> - <caret line="94" column="71" lean-forward="false" selection-start-line="94" selection-start-column="71" selection-end-line="94" selection-end-column="71" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/app/mcc.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="0"> - <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> - <folding> - <element signature="e#0#18#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/app/mc_type_check_trace.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="1605"> - <caret line="107" column="4" lean-forward="false" selection-start-line="107" selection-start-column="4" selection-end-line="114" selection-end-column="48" /> - <folding> - <element signature="e#0#18#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/app/mc_print_symbol_table.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="1740"> - <caret line="116" column="31" lean-forward="false" selection-start-line="116" selection-start-column="31" selection-end-line="116" selection-end-column="31" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/parser.y"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="15"> - <caret line="33" column="12" lean-forward="false" selection-start-line="33" selection-start-column="12" selection-end-line="33" selection-end-column="12" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/utils/dynamic_array.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="165"> - <caret line="11" column="14" lean-forward="false" selection-start-line="11" selection-start-column="14" selection-end-line="11" selection-end-column="14" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/include/mcc/ast.h"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="249"> - <caret line="389" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="421" selection-end-column="0" /> - <folding> - <element signature="e#531#551#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/ast.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="669"> - <caret line="663" column="0" lean-forward="false" selection-start-line="663" selection-start-column="0" selection-end-line="663" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/ast_print.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="474"> - <caret line="569" column="0" lean-forward="false" selection-start-line="569" selection-start-column="0" selection-end-line="569" selection-end-column="0" /> - <folding> - <element signature="e#0#26#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/ast_visit.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="324"> - <caret line="276" column="21" lean-forward="false" selection-start-line="276" selection-start-column="21" selection-end-line="276" selection-end-column="21" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/symbol_table_validate.c"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="736"> - <caret line="85" column="28" lean-forward="false" selection-start-line="85" selection-start-column="28" selection-end-line="85" selection-end-column="28" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/.gitignore"> - <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="75"> - <caret line="5" column="17" lean-forward="true" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" /> - <folding /> - </state> - </provider> - </entry> - </component> -</project> \ No newline at end of file diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt deleted file mode 100644 index 03f2ec9..0000000 --- a/cmake-build-debug/CMakeCache.txt +++ /dev/null @@ -1,340 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug -# It was generated by CMake: /Applications/CLion.app/Contents/bin/cmake/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//Path to a program. -CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar - -//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or -// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. -CMAKE_BUILD_TYPE:STRING=Debug - -//The CodeBlocks executable -CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND - -//Additional command line arguments when CodeBlocks invokes make. -// Enter e.g. -j<some_number> to get parallel builds -CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j8 - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - -//Flags used by the compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release builds for minimum -// size. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during release builds with debug info. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//C compiler -CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - -//Flags used by the compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release builds for minimum -// size. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during release builds with debug info. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Flags used by the linker. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF - -//Path to a program. -CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make - -//Flags used by the linker during the creation of modules. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump - -//Build architectures for OSX -CMAKE_OSX_ARCHITECTURES:STRING= - -//Minimum OS X version to target for deployment (at runtime); newer -// APIs weak linked. Set to empty string for default value. -CMAKE_OSX_DEPLOYMENT_TARGET:STRING= - -//The product will be built against the headers and libraries located -// inside the indicated SDK. -CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=mcc - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib - -//Flags used by the linker during the creation of dll's. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Path to a program. -ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl - -//Value Computed by CMake -mcc_BINARY_DIR:STATIC=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug - -//Value Computed by CMake -mcc_SOURCE_DIR:STATIC=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=9 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks -//CXX compiler system defined macros -CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__; ;__clang_patchlevel__; ;__clang_version__;"10.0.0 (clang-1000.11.45.5)";__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GNUC__;4;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED; ;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM; ;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)";__OBJC_BOOL_IS_BOOL; ;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;15;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-13);__FLT16_MIN_EXP__;(-14);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;"ld";__INT_LEAST64_FMTi__;"li";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;"lo";__UINT_LEAST64_FMTu__;"lu";__UINT_LEAST64_FMTx__;"lx";__UINT_LEAST64_FMTX__;"lX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;"ld";__INT_FAST64_FMTi__;"li";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;"lo";__UINT_FAST64_FMTu__;"lu";__UINT_FAST64_FMTx__;"lx";__UINT_FAST64_FMTX__;"lX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__; ;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__; ;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__core2;1;__core2__;1;__tune_core2__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__SSE4_1__;1;__SSSE3__;1;__SSE3__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;OBJC_NEW_PROPERTIES;1;__apple_build_version__;10001145;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;101400;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__; ;__clang_patchlevel__; ;__clang_version__;"10.0.0 (clang-1000.11.45.5)";__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GNUC__;4;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED; ;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM; ;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)";__OBJC_BOOL_IS_BOOL; ;__cpp_rtti;199711;__cpp_exceptions;199711;__cpp_threadsafe_static_init;200806;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__GNUG__;4;__GXX_WEAK__;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;15;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-13);__FLT16_MIN_EXP__;(-14);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;"ld";__INT_LEAST64_FMTi__;"li";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;"lo";__UINT_LEAST64_FMTu__;"lu";__UINT_LEAST64_FMTx__;"lx";__UINT_LEAST64_FMTX__;"lX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;"ld";__INT_FAST64_FMTi__;"li";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;"lo";__UINT_FAST64_FMTu__;"lu";__UINT_FAST64_FMTx__;"lx";__UINT_FAST64_FMTX__;"lX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__; ;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__; ;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__core2;1;__core2__;1;__tune_core2__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__SSE4_1__;1;__SSSE3__;1;__SSE3__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;OBJC_NEW_PROPERTIES;1;__apple_build_version__;10001145;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;101400;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;199711L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1 -//CXX compiler system include directories -CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/System/Library/Frameworks;/Library/Frameworks -//C compiler system defined macros -CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__; ;__clang_patchlevel__; ;__clang_version__;"10.0.0 (clang-1000.11.45.5)";__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GNUC__;4;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED; ;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM; ;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)";__OBJC_BOOL_IS_BOOL; ;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;15;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-13);__FLT16_MIN_EXP__;(-14);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;"ld";__INT_LEAST64_FMTi__;"li";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;"lo";__UINT_LEAST64_FMTu__;"lu";__UINT_LEAST64_FMTx__;"lx";__UINT_LEAST64_FMTX__;"lX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;"ld";__INT_FAST64_FMTi__;"li";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;"lo";__UINT_FAST64_FMTu__;"lu";__UINT_FAST64_FMTx__;"lx";__UINT_FAST64_FMTX__;"lX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__; ;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__; ;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__core2;1;__core2__;1;__tune_core2__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__SSE4_1__;1;__SSSE3__;1;__SSE3__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;OBJC_NEW_PROPERTIES;1;__apple_build_version__;10001145;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;101400;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1 -//C compiler system include directories -CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/System/Library/Frameworks;/Library/Frameworks -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler -//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL -CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: ProcessorCount_cmd_sysctl -ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1 - diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.9.6/CMakeCCompiler.cmake deleted file mode 100644 index fb71ae3..0000000 --- a/cmake-build-debug/CMakeFiles/3.9.6/CMakeCCompiler.cmake +++ /dev/null @@ -1,71 +0,0 @@ -set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "AppleClang") -set(CMAKE_C_COMPILER_VERSION "10.0.0.10001145") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") - -set(CMAKE_C_PLATFORM_ID "Darwin") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_SIMULATE_VERSION "") - - -set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "") -set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCC ) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks") diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.9.6/CMakeCXXCompiler.cmake deleted file mode 100644 index 350ae61..0000000 --- a/cmake-build-debug/CMakeFiles/3.9.6/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,73 +0,0 @@ -set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "AppleClang") -set(CMAKE_CXX_COMPILER_VERSION "10.0.0.10001145") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") - -set(CMAKE_CXX_PLATFORM_ID "Darwin") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - -set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "") -set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCXX ) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks") diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 4d57291315af5056e06f10dd65f80bb1e6657bff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4304 zcmeHK&ubGw7@ai+rG};;ilS)nAk{+>tzwWKR9xMlv{fsJQl?FIOBb4rWOuO@0=;+$ zBIMvjPxXKB;K@r4^;S=wJ?Jfh2M<L=d~Z56yVd#+I3K*7dGq6&H*e?it$+XWbB_>K zMu?SNLWp6Y0`f!@&=cY?-~duiUA}JLw{K5!G#yr&{*^IL1q-E|w(m`+m#F<C=`o=> zw23SLNh+j_yroDJG~4sd=5ZN}kLe}ky9dijR+3c8dNT+I3Ag84)%gzSP2{P3$z<qD z83&L2z?FV5-&8z(-#0oRJ!O#7_nl(k|IO;e4f|?!%RBg!@=g2oUMHe&YF_gb_`l_y z4oQw954BO#Az%ue_wAy+gmxdtfMoFB5XtkB^Z)Aey%m5QP>RD=Y0<Bh+~q|VoN)x8 zj&GyA^=|LXtCt_7cztVs{Vc``fI4${2oHBi_0>Dcy|7MW4w8SzDDKZZd=JUsxfOtO zymR*5CtTMWXn~$P%VFd-idTxz<=3zXaS~vD2cNxYPiaoSOc)1@1I7X4fN{V$U>q<G z7zd04|EB|Yoz7?HS@t|`zh?iS2c7nY(}};X*?lsn9&hB|j+Zm-ey81kYWHV)-DFfJ zu1#JH{l{K&Ub+vX)`N0ohWl9e9AyWQY+1vw#yN+Uc&_Um_E{U{uyaK124NaYqQ1_^ z#)9;gym}mYa>1K(y_Ohj%=v-1z&chY1c-4Skr5w{;j?;NWx)qj1t;^?W)Vb<2gxzG rRY#)^!~CX3&KCi+?5ZfBg8oyBs-{yaq*BL1QHD`mlQq=b5G{TIm-m-e diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index dbc85a7bc4827e66051dcf54311994efb325d9c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4288 zcmeHKO=}ZT6n)b+_!X0E6h)CJC~7cC{UVAWilYgZwrC65Ql3p_N(P#VBr})_fr1DI z5xQ{W&L82zl?X2C&cD!wT^Z43DI%Wp@?vJ{2d-r<oV<Hx?mO?kGuhk^o1edL6T%o4 zVtGgikp!wBk3|}p5c`25Am!wh8|I98Yl2V1VT9>#8FdOMlyb_vGZijT`%~d(LUZ&c zVgOoFA*E-xJWa4{)w_oaQ16T`As-o(lPm|Rl$E;M90+dJd#UyI=uPAyy`UI!DSh{W z<66>j7wU?K@B3Qo(NhLFeg9Jo{2wcg-!!k4`rg5xkZ;<rw_1q4srQ;6!S~JU{I3gi zSjV3B0R?d0w}q8G?*b+P2K5Qn^7{nO1O2B+pehZ-ft=rL<QAQB&RSZuz!?Vs_OW?) z{qpRW3u~`-Kgw87KBZ3MSsGAhCUyz|FjxPR_zUACa<u$2j^qB+;r}5RJU0*U9q%!+ zV+AtCpcnL0$z-ylSv2L8RiA}GeeC^5*b}b5z0~yVTK1~mf@&d-0qiG_pY2#rXik5l zh#ZI<h#ZI<h#ZI<h#ZI<h#ZI<_&*$&E_T+7&tm6rn^p50@6>5;6g&RcRkKT0toR$r zH<$9m?QW;teQI{+-mL_qG=6>JV$*qO*B7L9-)qd~3v=AZS?3@VL~!K{!x`r+R^qvy zcbIcFieqO=?FONYAu(SM$y!y~ExY1-wyfIomfaACYx9mPj`oJTwL_|0h<<VkJb`!p z`Iu!%qc_a3x4nw@dg=Fym1Qc@n3R7#Q>rsL{>i52mt`4~G+L2zW^D94Cu$k6Lh1Yf Dq}Z89 diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CMakeSystem.cmake b/cmake-build-debug/CMakeFiles/3.9.6/CMakeSystem.cmake deleted file mode 100644 index 732d915..0000000 --- a/cmake-build-debug/CMakeFiles/3.9.6/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Darwin-18.6.0") -set(CMAKE_HOST_SYSTEM_NAME "Darwin") -set(CMAKE_HOST_SYSTEM_VERSION "18.6.0") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Darwin-18.6.0") -set(CMAKE_SYSTEM_NAME "Darwin") -set(CMAKE_SYSTEM_VERSION "18.6.0") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/CMakeCCompilerId.c b/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index df91daf..0000000 --- a/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,567 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if !defined(__STDC__) -# if defined(_MSC_VER) && !defined(__clang__) -# define C_DIALECT "90" -# else -# define C_DIALECT -# endif -#elif __STDC_VERSION__ >= 201000L -# define C_DIALECT "11" -#elif __STDC_VERSION__ >= 199901L -# define C_DIALECT "99" -#else -# define C_DIALECT "90" -#endif -const char* info_language_dialect_default = - "INFO" ":" "dialect_default[" C_DIALECT "]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/a.out b/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/a.out deleted file mode 100755 index 480c99de00d0f8e8425948510f1c657fad009710..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8616 zcmeHNy=xRf6o2a_7&ImkL?eE%v5+W|+)4tXX-;!`!H)zJK|JEHx!WWQdmrxY83hBe zP!od?3qcDZl~`C?+E}Et(!W5v2$m8={Jq)PyS+<dV<pUkxAT5)X5PO2%@jBD?$gHi z-#dwn1ku6{BI<;iEkuvVghg}^nt=*2mb#R_mA*d8-bOJR;g*QwEMlM#6X}~1jYH)8 zu0|gzjNGUdij<@X5jgh(1<*9dTj{{Z!2d)IVI0kst`=HQU9u4(R|$N#IHR1+@eY6x zj(0=#GmZ;$78k@T6)W`wo8y&LymM+2<A(g=!C(tfEzY^cyl{)tC5apPd#B>@8nG~L z&ME8(pS%t)p+XF&CQ`8;@ZGQu(R#$z0ed7IBj@Msz^>2VE}j_;K^&gHoz(Z)m62<g z)59at9x<Ep0%mzDlO^K)p-kyNMzoM*%Oq-(o~<8k=wCq>bJY!91?KT)5B4eA-Ow>; zT=-qh?~C{U&Biw5l&BrrU#<B4o;%f_zwhONSq?!tj~y>AKYf39(0#uA=FXRM7hj)- z&x9IK>ewZfZOLW(E8`?=P+OB;d_TwGeIFNo?-{6k2U=s}E4H0c&jtC6->(Etq3?Vj z@^Yub*~igv{Fi3P&k2QBfwgD`Gy|Fe&46Y=GoTsJ3}^=am4O?XrEi&Mt)CHRE&Yq5 zEzSSTELDH3rPmo{mIp`h`!|!j`m^)HP)A~ZeQAC@v%F_WI;-roYR>-6&Tw8^G^BN3 zJ(zMXr`IPxj$FGqdNx-olwHs9v#D~~b1ryxab}WaPua7B>5^Z_4%<FXXUc2)x!J6; z^RDeVxj^KdX}jtLS<9N_^uy^<U~$*+D{iTnO-iwneW8(z85UfYH86<jNR<xDD2*+j zVfgp{09w{=oB>(b=5s<jW_E=q2zGOrnndSYOPwPxsdikowSn5u3}^;41DXNNfM!55 zpc&8%Xa+O`ngPv#X5hbNVDB*sE3Jk=ojoB6v%<OO<f?%qW*s~4_|#jl-6Eah`m-R5 z?-~-cas*X*b$LO4be%zS(Y**g;JXldXz-m$)t+%g(|rg%#y<{z97U)F6OToHtnh>D zj4b>H7Jgr+5mq?);$lBz{2`zVF2+3ybCHs9QsHieM-^^U_%>r)ibQpIk1-}j{~Pdu y0XdWu6P5DKoXBdtklz@ZH3~ww?PrJGHJU;g5h*0oToe|SpgJX{Q1{0INcjVa=odHu diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index e7037e5..0000000 --- a/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,539 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -const char* info_language_dialect_default = "INFO" ":" "dialect_default[" -#if __cplusplus > 201402L - "17" -#elif __cplusplus >= 201402L - "14" -#elif __cplusplus >= 201103L - "11" -#else - "98" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} diff --git a/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/a.out b/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/a.out deleted file mode 100755 index 791e5770fe3b2a4b38b10c0907be32890cbd281a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8600 zcmeHNPfrs;6o0j#Rk74RF%UIbI2aUCS^^Q&OOa{`2t*+<G&tF|OW9<*t=nCM14%C? zG{l4>9!&TEegQ9dFouH%zW_%)kkrJ32SbeUz1dm1tq{GM%u8NpesA8qdHb6=?9S__ zgRj3%0R(~ol@kCEL7iy<cmWFb06I}qsEo}d9wg_JkEY4mD1k<JB%(O$=*ZY?^2uzY z3!hI5`$b^P4O&q#B`%EF+KMdzHqG(2!}u_0w}cB}Z!R~rKt&AkhOunfwsbQujLq>b zw7c=<#5iHU5NCeDctx{ZPp~;&NyNJ&CJ}DP&mRo?j5+3W-OMrFTr6_j$ln_gkM@X! zaC1)Xi2F<Xu!YLlSYkHe8$rGs_QBf^-#*|OaeeswoNBA}`NzdmJQs{Z^N*AIIh!1x znn;d~duK#x$_p{c7Ecy{&WGr7dpDlr81)o@5Vsut6T<Nd4iQ%!sGExGAL+t#iuf$* z3@Qo5Cq0SUydIkVN$?m_O3;Sd@06{6L(lZ*R*f8Dk}If`$NtXd_fYuO-s}B|kC)!= zy&FKAf=cT{_zYL-b1vIn1#V(rY!P`t4?Y&fp>yvST9<gCF?!~f)0-G3P|pSP$@ca} z<55gX&+t5leg1)i&v;B5{U5KEZLJU;6;sd~;5sVhv#z*&-Vm7hl_D9C3`hnf1CjyB zfMh^2AQ|`@19PeBm(<JF59qg>{7K%`wI8Xf^KCa-Bb3@08o?LYRQBPI_MN-o;99M^ zR!eQ1>*Gd;jB#OfT|%BqYiE6)Fm5Dk3-8CL?oZ#&77Hca(5!T#R5G-ChHB;)fRB_6 z)m|)Gh4h$e;fI;9s#bO>E&4fKHMFeFa@wNm7<PJOc!4r?r6D?7)~vE#G}AFI@mSRD z#C)ANn&R=nA&i0f!c`H+-_rX$z3&fVOL`H%0ZFJ&-wACvGs0(+wca7%ec$$p@5oWn zPKlO$q(}xN1CjyBfMh^2AQ_MhNCqSWk^#wpWI!_Te=~5t8{A53fMK0I$O=nLThX$P zt+6Fd&1n|&6ja@WKB_-6h|^s|5Vo&j1<|`BfxLGo0tVfKz%#loan!uVnyx}%IS3U6 z=VNs+NF~=GY$+~(6p_S14dbPSS0|_S+5>KdlkPt*6UILTM9@UIOJFKG5{?PnA@H=o zA%UL~Mn~^|0#tuRNXu|hurmH92fX^u_`|u~!)JHlu@CGHAM(REmsIv;W!uTH3|97$ QV#ekt;{%*waU%r30lGgHoB#j- diff --git a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index c57f84b..0000000 --- a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/cmake-build-debug/CMakeFiles/CMakeOutput.log b/cmake-build-debug/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 4c5cca7..0000000 --- a/cmake-build-debug/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,530 +0,0 @@ -The system is: Darwin - 18.6.0 - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is AppleClang, found in "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is AppleClang, found in "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/3.9.6/CompilerIdCXX/a.out" - -Determining if the C compiler works passed with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_df4ba/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_df4ba.dir/build.make CMakeFiles/cmTC_df4ba.dir/build -Building C object CMakeFiles/cmTC_df4ba.dir/testCCompiler.c.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_df4ba.dir/testCCompiler.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp/testCCompiler.c -Linking C executable cmTC_df4ba -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df4ba.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_df4ba.dir/testCCompiler.c.o -o cmTC_df4ba - - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_adf60/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_adf60.dir/build.make CMakeFiles/cmTC_adf60.dir/build -Building C object CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCCompilerABI.c -Linking C executable cmTC_adf60 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adf60.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -o cmTC_adf60 -Apple LLVM version 10.0.0 (clang-1000.11.45.5) -Target: x86_64-apple-darwin18.6.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_adf60 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a -@(#)PROGRAM:ld PROJECT:ld64-409.12 -BUILD 17:47:51 Sep 25 2018 -configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em arm64e arm64_32 -Library search paths: - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib -Framework search paths: - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_adf60/fast"] - ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_adf60.dir/build.make CMakeFiles/cmTC_adf60.dir/build] - ignore line: [Building C object CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o] - ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCCompilerABI.c] - ignore line: [Linking C executable cmTC_adf60] - ignore line: [/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adf60.dir/link.txt --verbose=1] - ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -o cmTC_adf60 ] - ignore line: [Apple LLVM version 10.0.0 (clang-1000.11.45.5)] - ignore line: [Target: x86_64-apple-darwin18.6.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] - link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_adf60 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [x86_64] ==> ignore - arg [-macosx_version_min] ==> ignore - arg [10.14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_adf60] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_adf60.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lSystem] ==> lib [System] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] - remove lib [System] - remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - implicit libs: [] - implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_f814e/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f814e.dir/build.make CMakeFiles/cmTC_f814e.dir/build -Building C object CMakeFiles/cmTC_f814e.dir/feature_tests.c.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c11 -o CMakeFiles/cmTC_f814e.dir/feature_tests.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.c -Linking C executable cmTC_f814e -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f814e.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f814e.dir/feature_tests.c.o -o cmTC_f814e - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_bc386/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bc386.dir/build.make CMakeFiles/cmTC_bc386.dir/build -Building C object CMakeFiles/cmTC_bc386.dir/feature_tests.c.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c99 -o CMakeFiles/cmTC_bc386.dir/feature_tests.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.c -Linking C executable cmTC_bc386 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc386.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc386.dir/feature_tests.c.o -o cmTC_bc386 - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_5a46f/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5a46f.dir/build.make CMakeFiles/cmTC_5a46f.dir/build -Building C object CMakeFiles/cmTC_5a46f.dir/feature_tests.c.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c90 -o CMakeFiles/cmTC_5a46f.dir/feature_tests.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.c -Linking C executable cmTC_5a46f -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a46f.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a46f.dir/feature_tests.c.o -o cmTC_5a46f - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_decb5/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_decb5.dir/build.make CMakeFiles/cmTC_decb5.dir/build -Building CXX object CMakeFiles/cmTC_decb5.dir/testCXXCompiler.cxx.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_decb5.dir/testCXXCompiler.cxx.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTC_decb5 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_decb5.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_decb5.dir/testCXXCompiler.cxx.o -o cmTC_decb5 - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_af153/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_af153.dir/build.make CMakeFiles/cmTC_af153.dir/build -Building CXX object CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTC_af153 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af153.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_af153 -Apple LLVM version 10.0.0 (clang-1000.11.45.5) -Target: x86_64-apple-darwin18.6.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_af153 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a -@(#)PROGRAM:ld PROJECT:ld64-409.12 -BUILD 17:47:51 Sep 25 2018 -configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em arm64e arm64_32 -Library search paths: - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib -Framework search paths: - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_af153/fast"] - ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_af153.dir/build.make CMakeFiles/cmTC_af153.dir/build] - ignore line: [Building CXX object CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTC_af153] - ignore line: [/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af153.dir/link.txt --verbose=1] - ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_af153 ] - ignore line: [Apple LLVM version 10.0.0 (clang-1000.11.45.5)] - ignore line: [Target: x86_64-apple-darwin18.6.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] - link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_af153 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [x86_64] ==> ignore - arg [-macosx_version_min] ==> ignore - arg [10.14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_af153] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_af153.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lc++] ==> lib [c++] - arg [-lSystem] ==> lib [System] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] - remove lib [System] - remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - implicit libs: [c++] - implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - - - - -Detecting CXX [-std=c++1z] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_39131/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_39131.dir/build.make CMakeFiles/cmTC_39131.dir/build -Building CXX object CMakeFiles/cmTC_39131.dir/feature_tests.cxx.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++1z -o CMakeFiles/cmTC_39131.dir/feature_tests.cxx.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_39131 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39131.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_39131.dir/feature_tests.cxx.o -o cmTC_39131 - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_4cb0c/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4cb0c.dir/build.make CMakeFiles/cmTC_4cb0c.dir/build -Building CXX object CMakeFiles/cmTC_4cb0c.dir/feature_tests.cxx.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++14 -o CMakeFiles/cmTC_4cb0c.dir/feature_tests.cxx.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_4cb0c -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cb0c.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4cb0c.dir/feature_tests.cxx.o -o cmTC_4cb0c - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_29df0/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_29df0.dir/build.make CMakeFiles/cmTC_29df0.dir/build -Building CXX object CMakeFiles/cmTC_29df0.dir/feature_tests.cxx.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++11 -o CMakeFiles/cmTC_29df0.dir/feature_tests.cxx.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_29df0 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29df0.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29df0.dir/feature_tests.cxx.o -o cmTC_29df0 - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_54d50/fast" -/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_54d50.dir/build.make CMakeFiles/cmTC_54d50.dir/build -Building CXX object CMakeFiles/cmTC_54d50.dir/feature_tests.cxx.o -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++98 -o CMakeFiles/cmTC_54d50.dir/feature_tests.cxx.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_54d50 -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54d50.dir/link.txt --verbose=1 -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54d50.dir/feature_tests.cxx.o -o cmTC_54d50 - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/cmake-build-debug/CMakeFiles/Makefile.cmake b/cmake-build-debug/CMakeFiles/Makefile.cmake deleted file mode 100644 index 7eb5418..0000000 --- a/cmake-build-debug/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,125 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCCompiler.cmake.in" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCCompilerABI.c" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCInformation.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCXXCompiler.cmake.in" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCXXInformation.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCommonLanguageInclude.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeCompilerIdDetection.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineCCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineCXXCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineCompileFeatures.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineCompilerABI.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineCompilerId.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeDetermineSystem.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeFindBinUtils.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeFindCodeBlocks.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeGenericSystem.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeLanguageInformation.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeParseImplicitLinkInfo.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeSystem.cmake.in" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeSystemSpecificInformation.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeSystemSpecificInitialize.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeTestCCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeTestCXXCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeTestCompilerCommon.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/CMakeUnixFindMake.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/AppleClang-C-FeatureTests.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/AppleClang-C.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/AppleClang-CXX-FeatureTests.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/AppleClang-CXX.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Clang-CXX-TestableFeatures.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Clang.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/GNU.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/TI-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Internal/FeatureTesting.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-AppleClang-C.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-AppleClang-CXX.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-Clang-C.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-Clang-CXX.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-Clang.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-Determine-CXX.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin-Initialize.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/Darwin.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/Platform/UnixPaths.cmake" - "/Applications/CLion.app/Contents/bin/cmake/share/cmake-3.9/Modules/ProcessorCount.cmake" - "../CMakeLists.txt" - "CMakeFiles/3.9.6/CMakeCCompiler.cmake" - "CMakeFiles/3.9.6/CMakeCXXCompiler.cmake" - "CMakeFiles/3.9.6/CMakeSystem.cmake" - "CMakeFiles/feature_tests.c" - "CMakeFiles/feature_tests.cxx" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/3.9.6/CMakeSystem.cmake" - "CMakeFiles/3.9.6/CMakeCCompiler.cmake" - "CMakeFiles/3.9.6/CMakeCXXCompiler.cmake" - "CMakeFiles/3.9.6/CMakeCCompiler.cmake" - "CMakeFiles/3.9.6/CMakeCXXCompiler.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/mcc.dir/DependInfo.cmake" - ) diff --git a/cmake-build-debug/CMakeFiles/Makefile2 b/cmake-build-debug/CMakeFiles/Makefile2 deleted file mode 100644 index 956c2d8..0000000 --- a/cmake-build-debug/CMakeFiles/Makefile2 +++ /dev/null @@ -1,108 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# The main recursive all target -all: - -.PHONY : all - -# The main recursive preinstall target -preinstall: - -.PHONY : preinstall - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/bin/cmake - -# The command to remove a file. -RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug - -#============================================================================= -# Target rules for target CMakeFiles/mcc.dir - -# All Build rule for target. -CMakeFiles/mcc.dir/all: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/depend - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 "Built target mcc" -.PHONY : CMakeFiles/mcc.dir/all - -# Include target in all. -all: CMakeFiles/mcc.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -CMakeFiles/mcc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles 25 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/mcc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles 0 -.PHONY : CMakeFiles/mcc.dir/rule - -# Convenience name for target. -mcc: CMakeFiles/mcc.dir/rule - -.PHONY : mcc - -# clean rule for target. -CMakeFiles/mcc.dir/clean: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/clean -.PHONY : CMakeFiles/mcc.dir/clean - -# clean rule for target. -clean: CMakeFiles/mcc.dir/clean - -.PHONY : clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 9e9606d..0000000 --- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,3 +0,0 @@ -/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/rebuild_cache.dir -/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/edit_cache.dir -/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt deleted file mode 100644 index 26e70bf..0000000 --- a/cmake-build-debug/CMakeFiles/clion-environment.txt +++ /dev/null @@ -1,3 +0,0 @@ -Options: - -Options: \ No newline at end of file diff --git a/cmake-build-debug/CMakeFiles/clion-log.txt b/cmake-build-debug/CMakeFiles/clion-log.txt deleted file mode 100644 index 7b073f1..0000000 --- a/cmake-build-debug/CMakeFiles/clion-log.txt +++ /dev/null @@ -1,18 +0,0 @@ -/Applications/CLion.app/Contents/bin/cmake/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler --- The C compiler identification is AppleClang 10.0.0.10001145 --- The CXX compiler identification is AppleClang 10.0.0.10001145 --- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc --- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Detecting C compile features --- Detecting C compile features - done --- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ --- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Detecting CXX compile features --- Detecting CXX compile features - done --- Configuring done --- Generating done --- Build files have been written to: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/cmake.check_cache b/cmake-build-debug/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/cmake-build-debug/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-debug/CMakeFiles/feature_tests.bin b/cmake-build-debug/CMakeFiles/feature_tests.bin deleted file mode 100755 index b675d834ec298e1c3a4ee95f145cb3cd26bb066d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8376 zcmeHM&x;&I6t0Q8sBziN$sZ^<DiJlfI}s0yC!>yTFldMySpuP`seaQ_*j+tVSMSaW zLJsk;f{?5KfHxt>oV<9@TP_k1Jb2Kf;4z2<zt`Q9nc1nC^$+NRH&w6d)qAhM_o@o! z-TmjU2agKTdPImDr-Tq2paGb#L>nU^o&oKEq`Z9LgYLENm5+ILwzX#2Ajf*PAt>c; zcW-xAq}<=0ovY0Y_$F3CaH(ukdK&qfL3do=?WgcDn187jVSZ&I&diNzR!W`Oe4_BU zzTazo_t+6M=4bR((+_{8EbM`?ku<iSVfMJbJI`1CF{a#@XWSRH3I3NZe)M7Yy^CY) z+La!0rrrsj+nuT_aVv4H`4<u2PCZ`QwS{0g_UUQRHhBKt5&E~$KLNT7;>P-!SeD~6 zZ4d1KYU_|{gVsP>Meeo|)7y#;lL$PwXF=>o=lb2>?tQvFxOwyI?|$_UzJCLAZBS`* z{j?Au9+!Et_HFAmjK|PmC|<$$vmVZe>Be^XdwGq&W99K%P}7?D0)O<mbDQTk;gso> zer`|6um1c8;F*>G<S_S?ZoX4*fwT}WgV>)=TZqTdzgqK*Z_^qC8Uz{y8Uz{y8Uz{y z8Uz{y8Uz{y8Uz{y8Uz{y8Uz{y8Uz{y7=f!hM}O{ovw9Z8pSu6@%+Z(kcaDm`cXV-o z<A;^b^&f9dx6|+L?aBAM7j~~+>Auy`qmfi`>?l^AWJG;cBp!cN8*fx%z95$e<P)QE z{Og_$6Ko0##8xd@$oc`5-aFGP!rI1baBt{H!)6rFQ20#x!y(Nt^^8^SP$tHcQ%S(B z@(+I+4c+`+EOB|EPzjd>_JM~%bzojDBAtY-k5{CEhl@7?bDaTELKqzR!rAg`f~Kk< z^$V*#ym=T2sa(8Ro+3Hku~aC{_UVKKh$!KFF*dGhC9cpu3uOumB3ergo7i}n(@;4T zRzkK&Wj}KV%0);4ov>s$3W#B1H1sWv72-)YVz->Z;6$BBn+eDP?E1*BWInQtwloo0 zZ~BG;xfPS;gv2T1;?S}aS4tW!6P5O&(7`fxKn@yCjEJ#`u_UcZDIY2wI=u^xR12l6 zQmY|yG`Ky}I4pb?PD;!qgS+KV_~h7(Mw*6x9$L#4IwXOXDWyGfrB4B|B1wimfIL#% zIfQ0@i&Hix&bH9ffy{ADvC|8$5=VV<WHrgpac6MgmuA1CM2#S_<OZ6$43Mc2jv8`5 z;GKyFUc&o?WX~!68Tmk}x_y-te8JRS21Ih?W7e;MowrltuJW8*ATj`mqsnJ?R`+>+ zX~u8HWWdKh#T^m4J^a9tijW~lsCh@cQwF&lpKx0i*61vvB_V?Z;+;;8V0pXD8!RmH z9r4$EqhV9<9Vh_H5?lMq8P!9G#z@S9R6fV0OvJgZw9A$WOqAf&=UV4;{QRR$_gur| z8t0qnnSQD3ojm5+=o)sODR+ZmH7$wy`YD+XB#lVpO_l?Mft+|DRmO_5RdM(BRw)kM z_26~z>sTAt$60KnRaIQsw<k-!@@4ERdKN2N8<p{Sn*aeex%`W>SM(&_a&|?^YnQhB Kq{=&}+W#Mxo?ia| diff --git a/cmake-build-debug/CMakeFiles/feature_tests.c b/cmake-build-debug/CMakeFiles/feature_tests.c deleted file mode 100644 index afbc86d..0000000 --- a/cmake-build-debug/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/cmake-build-debug/CMakeFiles/feature_tests.cxx b/cmake-build-debug/CMakeFiles/feature_tests.cxx deleted file mode 100644 index 34d2e8c..0000000 --- a/cmake-build-debug/CMakeFiles/feature_tests.cxx +++ /dev/null @@ -1,405 +0,0 @@ - - const char features[] = {"\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_aggregate_nsdmi) -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alias_templates) -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas) -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas) -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_attributes) -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_auto_type) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_binary_literals) -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_constexpr) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_contextual_conversions) -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype_incomplete_return_types) -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_default_function_template_args) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_delegating_constructors) -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_deleted_functions) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_explicit_conversions) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control) -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_inheriting_constructors) -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_lambdas) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_init_captures) -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_local_type_template_args) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_noexcept) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nonstatic_member_init) -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nullptr) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control) -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_range_for) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_raw_string_literals) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_reference_qualified_functions) -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_relaxed_constexpr) -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_return_type_deduction) -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_rvalue_references) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_static_assert) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_strong_enums) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 199711L -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_thread_local) -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_trailing_return) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unicode_literals) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unrestricted_unions) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_user_literals) -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variable_templates) -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variadic_templates) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/mcc.dir/DependInfo.cmake deleted file mode 100644 index 2241856..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/DependInfo.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "C" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_ast_to_dot.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_print_symbol_table.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_type_check_trace.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mcc.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/app/mcc.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha/scanner.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/meson-private/sanitycheckc.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/resources/mc_builtins.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/resources/mc_builtins.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/ast.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_print.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/ast_print.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_visit.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/ast_visit.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/parser.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/parser.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/symbol_table.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_parse.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/symbol_table_parse.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_print.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/symbol_table_print.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_semantic_error.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_validate.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/symbol_table_validate.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/dynamic_array.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/mcc_scope.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/printer.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/src/utils/printer.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/parser_test.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/test/unit/parser_test.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/symbol_table_test.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/AllTests.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTest.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o" - "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTestTest.c" "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o" - ) -set(CMAKE_C_COMPILER_ID "AppleClang") - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - "../include" - "../include/mcc" - "../builddir/mcc@sha" - "../src/utils" - "../vendor/cutest" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/build.make b/cmake-build-debug/CMakeFiles/mcc.dir/build.make deleted file mode 100644 index 8d99be4..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/build.make +++ /dev/null @@ -1,734 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/bin/cmake - -# The command to remove a file. -RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug - -# Include any dependencies generated for this target. -include CMakeFiles/mcc.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/mcc.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/mcc.dir/flags.make - -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o: ../app/mc_ast_to_dot.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_ast_to_dot.c - -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_ast_to_dot.c > CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.i - -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_ast_to_dot.c -o CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.s - -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.requires - -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.provides: CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.provides - -CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.provides.build: CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o - - -CMakeFiles/mcc.dir/app/mcc.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/app/mcc.c.o: ../app/mcc.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/mcc.dir/app/mcc.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/app/mcc.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mcc.c - -CMakeFiles/mcc.dir/app/mcc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/app/mcc.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mcc.c > CMakeFiles/mcc.dir/app/mcc.c.i - -CMakeFiles/mcc.dir/app/mcc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/app/mcc.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mcc.c -o CMakeFiles/mcc.dir/app/mcc.c.s - -CMakeFiles/mcc.dir/app/mcc.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/app/mcc.c.o.requires - -CMakeFiles/mcc.dir/app/mcc.c.o.provides: CMakeFiles/mcc.dir/app/mcc.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mcc.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/app/mcc.c.o.provides - -CMakeFiles/mcc.dir/app/mcc.c.o.provides.build: CMakeFiles/mcc.dir/app/mcc.c.o - - -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o: ../builddir/mcc@sha/scanner.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha/scanner.c - -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha/scanner.c > CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.i - -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha/scanner.c -o CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.s - -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.requires - -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.provides: CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.provides - -CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.provides.build: CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o - - -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o: ../builddir/meson-private/sanitycheckc.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/meson-private/sanitycheckc.c - -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/meson-private/sanitycheckc.c > CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.i - -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/meson-private/sanitycheckc.c -o CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.s - -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.requires - -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.provides: CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.provides - -CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.provides.build: CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o - - -CMakeFiles/mcc.dir/resources/mc_builtins.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/resources/mc_builtins.c.o: ../resources/mc_builtins.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/mcc.dir/resources/mc_builtins.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/resources/mc_builtins.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/resources/mc_builtins.c - -CMakeFiles/mcc.dir/resources/mc_builtins.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/resources/mc_builtins.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/resources/mc_builtins.c > CMakeFiles/mcc.dir/resources/mc_builtins.c.i - -CMakeFiles/mcc.dir/resources/mc_builtins.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/resources/mc_builtins.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/resources/mc_builtins.c -o CMakeFiles/mcc.dir/resources/mc_builtins.c.s - -CMakeFiles/mcc.dir/resources/mc_builtins.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/resources/mc_builtins.c.o.requires - -CMakeFiles/mcc.dir/resources/mc_builtins.c.o.provides: CMakeFiles/mcc.dir/resources/mc_builtins.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/resources/mc_builtins.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/resources/mc_builtins.c.o.provides - -CMakeFiles/mcc.dir/resources/mc_builtins.c.o.provides.build: CMakeFiles/mcc.dir/resources/mc_builtins.c.o - - -CMakeFiles/mcc.dir/src/ast.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/ast.c.o: ../src/ast.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/mcc.dir/src/ast.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/ast.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast.c - -CMakeFiles/mcc.dir/src/ast.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/ast.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast.c > CMakeFiles/mcc.dir/src/ast.c.i - -CMakeFiles/mcc.dir/src/ast.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/ast.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast.c -o CMakeFiles/mcc.dir/src/ast.c.s - -CMakeFiles/mcc.dir/src/ast.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/ast.c.o.requires - -CMakeFiles/mcc.dir/src/ast.c.o.provides: CMakeFiles/mcc.dir/src/ast.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/ast.c.o.provides - -CMakeFiles/mcc.dir/src/ast.c.o.provides.build: CMakeFiles/mcc.dir/src/ast.c.o - - -CMakeFiles/mcc.dir/src/ast_print.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/ast_print.c.o: ../src/ast_print.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/mcc.dir/src/ast_print.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/ast_print.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_print.c - -CMakeFiles/mcc.dir/src/ast_print.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/ast_print.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_print.c > CMakeFiles/mcc.dir/src/ast_print.c.i - -CMakeFiles/mcc.dir/src/ast_print.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/ast_print.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_print.c -o CMakeFiles/mcc.dir/src/ast_print.c.s - -CMakeFiles/mcc.dir/src/ast_print.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/ast_print.c.o.requires - -CMakeFiles/mcc.dir/src/ast_print.c.o.provides: CMakeFiles/mcc.dir/src/ast_print.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_print.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/ast_print.c.o.provides - -CMakeFiles/mcc.dir/src/ast_print.c.o.provides.build: CMakeFiles/mcc.dir/src/ast_print.c.o - - -CMakeFiles/mcc.dir/src/ast_visit.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/ast_visit.c.o: ../src/ast_visit.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/mcc.dir/src/ast_visit.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/ast_visit.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_visit.c - -CMakeFiles/mcc.dir/src/ast_visit.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/ast_visit.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_visit.c > CMakeFiles/mcc.dir/src/ast_visit.c.i - -CMakeFiles/mcc.dir/src/ast_visit.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/ast_visit.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_visit.c -o CMakeFiles/mcc.dir/src/ast_visit.c.s - -CMakeFiles/mcc.dir/src/ast_visit.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/ast_visit.c.o.requires - -CMakeFiles/mcc.dir/src/ast_visit.c.o.provides: CMakeFiles/mcc.dir/src/ast_visit.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_visit.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/ast_visit.c.o.provides - -CMakeFiles/mcc.dir/src/ast_visit.c.o.provides.build: CMakeFiles/mcc.dir/src/ast_visit.c.o - - -CMakeFiles/mcc.dir/src/parser.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/parser.c.o: ../src/parser.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/mcc.dir/src/parser.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/parser.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/parser.c - -CMakeFiles/mcc.dir/src/parser.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/parser.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/parser.c > CMakeFiles/mcc.dir/src/parser.c.i - -CMakeFiles/mcc.dir/src/parser.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/parser.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/parser.c -o CMakeFiles/mcc.dir/src/parser.c.s - -CMakeFiles/mcc.dir/src/parser.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/parser.c.o.requires - -CMakeFiles/mcc.dir/src/parser.c.o.provides: CMakeFiles/mcc.dir/src/parser.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/parser.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/parser.c.o.provides - -CMakeFiles/mcc.dir/src/parser.c.o.provides.build: CMakeFiles/mcc.dir/src/parser.c.o - - -CMakeFiles/mcc.dir/test/unit/parser_test.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/test/unit/parser_test.c.o: ../test/unit/parser_test.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/mcc.dir/test/unit/parser_test.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/test/unit/parser_test.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/parser_test.c - -CMakeFiles/mcc.dir/test/unit/parser_test.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/test/unit/parser_test.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/parser_test.c > CMakeFiles/mcc.dir/test/unit/parser_test.c.i - -CMakeFiles/mcc.dir/test/unit/parser_test.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/test/unit/parser_test.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/parser_test.c -o CMakeFiles/mcc.dir/test/unit/parser_test.c.s - -CMakeFiles/mcc.dir/test/unit/parser_test.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/test/unit/parser_test.c.o.requires - -CMakeFiles/mcc.dir/test/unit/parser_test.c.o.provides: CMakeFiles/mcc.dir/test/unit/parser_test.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/parser_test.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/test/unit/parser_test.c.o.provides - -CMakeFiles/mcc.dir/test/unit/parser_test.c.o.provides.build: CMakeFiles/mcc.dir/test/unit/parser_test.c.o - - -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o: ../test/unit/symbol_table_test.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/symbol_table_test.c - -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/symbol_table_test.c > CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.i - -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/symbol_table_test.c -o CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.s - -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.requires - -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.provides: CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.provides - -CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.provides.build: CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o - - -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o: ../vendor/cutest/AllTests.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/AllTests.c - -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/AllTests.c > CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.i - -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/AllTests.c -o CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.s - -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.requires - -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.provides: CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.provides - -CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.provides.build: CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o - - -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o: ../vendor/cutest/CuTest.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTest.c - -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTest.c > CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.i - -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTest.c -o CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.s - -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.requires - -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.provides: CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.provides - -CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.provides.build: CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o - - -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o: ../vendor/cutest/CuTestTest.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTestTest.c - -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTestTest.c > CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.i - -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTestTest.c -o CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.s - -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.requires - -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.provides: CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.provides - -CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.provides.build: CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o - - -CMakeFiles/mcc.dir/src/symbol_table.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/symbol_table.c.o: ../src/symbol_table.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/mcc.dir/src/symbol_table.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/symbol_table.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table.c - -CMakeFiles/mcc.dir/src/symbol_table.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/symbol_table.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table.c > CMakeFiles/mcc.dir/src/symbol_table.c.i - -CMakeFiles/mcc.dir/src/symbol_table.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/symbol_table.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table.c -o CMakeFiles/mcc.dir/src/symbol_table.c.s - -CMakeFiles/mcc.dir/src/symbol_table.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/symbol_table.c.o.requires - -CMakeFiles/mcc.dir/src/symbol_table.c.o.provides: CMakeFiles/mcc.dir/src/symbol_table.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/symbol_table.c.o.provides - -CMakeFiles/mcc.dir/src/symbol_table.c.o.provides.build: CMakeFiles/mcc.dir/src/symbol_table.c.o - - -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o: ../src/symbol_table_semantic_error.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_semantic_error.c - -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_semantic_error.c > CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.i - -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_semantic_error.c -o CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.s - -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.requires - -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.provides: CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.provides - -CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.provides.build: CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o - - -CMakeFiles/mcc.dir/src/symbol_table_parse.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/symbol_table_parse.c.o: ../src/symbol_table_parse.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/mcc.dir/src/symbol_table_parse.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/symbol_table_parse.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_parse.c - -CMakeFiles/mcc.dir/src/symbol_table_parse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/symbol_table_parse.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_parse.c > CMakeFiles/mcc.dir/src/symbol_table_parse.c.i - -CMakeFiles/mcc.dir/src/symbol_table_parse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/symbol_table_parse.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_parse.c -o CMakeFiles/mcc.dir/src/symbol_table_parse.c.s - -CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.requires - -CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.provides: CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.provides - -CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.provides.build: CMakeFiles/mcc.dir/src/symbol_table_parse.c.o - - -CMakeFiles/mcc.dir/src/symbol_table_validate.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/symbol_table_validate.c.o: ../src/symbol_table_validate.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/mcc.dir/src/symbol_table_validate.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/symbol_table_validate.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_validate.c - -CMakeFiles/mcc.dir/src/symbol_table_validate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/symbol_table_validate.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_validate.c > CMakeFiles/mcc.dir/src/symbol_table_validate.c.i - -CMakeFiles/mcc.dir/src/symbol_table_validate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/symbol_table_validate.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_validate.c -o CMakeFiles/mcc.dir/src/symbol_table_validate.c.s - -CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.requires - -CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.provides: CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.provides - -CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.provides.build: CMakeFiles/mcc.dir/src/symbol_table_validate.c.o - - -CMakeFiles/mcc.dir/src/symbol_table_print.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/symbol_table_print.c.o: ../src/symbol_table_print.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/mcc.dir/src/symbol_table_print.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/symbol_table_print.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_print.c - -CMakeFiles/mcc.dir/src/symbol_table_print.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/symbol_table_print.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_print.c > CMakeFiles/mcc.dir/src/symbol_table_print.c.i - -CMakeFiles/mcc.dir/src/symbol_table_print.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/symbol_table_print.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_print.c -o CMakeFiles/mcc.dir/src/symbol_table_print.c.s - -CMakeFiles/mcc.dir/src/symbol_table_print.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_print.c.o.requires - -CMakeFiles/mcc.dir/src/symbol_table_print.c.o.provides: CMakeFiles/mcc.dir/src/symbol_table_print.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_print.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/symbol_table_print.c.o.provides - -CMakeFiles/mcc.dir/src/symbol_table_print.c.o.provides.build: CMakeFiles/mcc.dir/src/symbol_table_print.c.o - - -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o: ../app/mc_print_symbol_table.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_print_symbol_table.c - -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_print_symbol_table.c > CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.i - -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_print_symbol_table.c -o CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.s - -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.requires - -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.provides: CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.provides - -CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.provides.build: CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o - - -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o: ../app/mc_type_check_trace.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_type_check_trace.c - -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/app/mc_type_check_trace.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_type_check_trace.c > CMakeFiles/mcc.dir/app/mc_type_check_trace.c.i - -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/app/mc_type_check_trace.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_type_check_trace.c -o CMakeFiles/mcc.dir/app/mc_type_check_trace.c.s - -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.requires - -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.provides: CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.provides - -CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.provides.build: CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o - - -CMakeFiles/mcc.dir/src/utils/printer.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/utils/printer.c.o: ../src/utils/printer.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/mcc.dir/src/utils/printer.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/utils/printer.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/printer.c - -CMakeFiles/mcc.dir/src/utils/printer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/utils/printer.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/printer.c > CMakeFiles/mcc.dir/src/utils/printer.c.i - -CMakeFiles/mcc.dir/src/utils/printer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/utils/printer.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/printer.c -o CMakeFiles/mcc.dir/src/utils/printer.c.s - -CMakeFiles/mcc.dir/src/utils/printer.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/utils/printer.c.o.requires - -CMakeFiles/mcc.dir/src/utils/printer.c.o.provides: CMakeFiles/mcc.dir/src/utils/printer.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/printer.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/utils/printer.c.o.provides - -CMakeFiles/mcc.dir/src/utils/printer.c.o.provides.build: CMakeFiles/mcc.dir/src/utils/printer.c.o - - -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o: ../src/utils/mcc_scope.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/mcc_scope.c - -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/utils/mcc_scope.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/mcc_scope.c > CMakeFiles/mcc.dir/src/utils/mcc_scope.c.i - -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/utils/mcc_scope.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/mcc_scope.c -o CMakeFiles/mcc.dir/src/utils/mcc_scope.c.s - -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.requires - -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.provides: CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.provides - -CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.provides.build: CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o - - -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o: CMakeFiles/mcc.dir/flags.make -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o: ../src/utils/dynamic_array.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o -c /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/dynamic_array.c - -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mcc.dir/src/utils/dynamic_array.c.i" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/dynamic_array.c > CMakeFiles/mcc.dir/src/utils/dynamic_array.c.i - -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mcc.dir/src/utils/dynamic_array.c.s" - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/dynamic_array.c -o CMakeFiles/mcc.dir/src/utils/dynamic_array.c.s - -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.requires: - -.PHONY : CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.requires - -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.provides: CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.requires - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.provides.build -.PHONY : CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.provides - -CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.provides.build: CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o - - -# Object files for target mcc -mcc_OBJECTS = \ -"CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o" \ -"CMakeFiles/mcc.dir/app/mcc.c.o" \ -"CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o" \ -"CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o" \ -"CMakeFiles/mcc.dir/resources/mc_builtins.c.o" \ -"CMakeFiles/mcc.dir/src/ast.c.o" \ -"CMakeFiles/mcc.dir/src/ast_print.c.o" \ -"CMakeFiles/mcc.dir/src/ast_visit.c.o" \ -"CMakeFiles/mcc.dir/src/parser.c.o" \ -"CMakeFiles/mcc.dir/test/unit/parser_test.c.o" \ -"CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o" \ -"CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o" \ -"CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o" \ -"CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o" \ -"CMakeFiles/mcc.dir/src/symbol_table.c.o" \ -"CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o" \ -"CMakeFiles/mcc.dir/src/symbol_table_parse.c.o" \ -"CMakeFiles/mcc.dir/src/symbol_table_validate.c.o" \ -"CMakeFiles/mcc.dir/src/symbol_table_print.c.o" \ -"CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o" \ -"CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o" \ -"CMakeFiles/mcc.dir/src/utils/printer.c.o" \ -"CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o" \ -"CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o" - -# External object files for target mcc -mcc_EXTERNAL_OBJECTS = - -mcc: CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o -mcc: CMakeFiles/mcc.dir/app/mcc.c.o -mcc: CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o -mcc: CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o -mcc: CMakeFiles/mcc.dir/resources/mc_builtins.c.o -mcc: CMakeFiles/mcc.dir/src/ast.c.o -mcc: CMakeFiles/mcc.dir/src/ast_print.c.o -mcc: CMakeFiles/mcc.dir/src/ast_visit.c.o -mcc: CMakeFiles/mcc.dir/src/parser.c.o -mcc: CMakeFiles/mcc.dir/test/unit/parser_test.c.o -mcc: CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o -mcc: CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o -mcc: CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o -mcc: CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o -mcc: CMakeFiles/mcc.dir/src/symbol_table.c.o -mcc: CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o -mcc: CMakeFiles/mcc.dir/src/symbol_table_parse.c.o -mcc: CMakeFiles/mcc.dir/src/symbol_table_validate.c.o -mcc: CMakeFiles/mcc.dir/src/symbol_table_print.c.o -mcc: CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o -mcc: CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o -mcc: CMakeFiles/mcc.dir/src/utils/printer.c.o -mcc: CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o -mcc: CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o -mcc: CMakeFiles/mcc.dir/build.make -mcc: CMakeFiles/mcc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Linking C executable mcc" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mcc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/mcc.dir/build: mcc - -.PHONY : CMakeFiles/mcc.dir/build - -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/app/mcc.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/resources/mc_builtins.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/ast.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/ast_print.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/ast_visit.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/parser.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/test/unit/parser_test.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/symbol_table.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/symbol_table_parse.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/symbol_table_validate.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/symbol_table_print.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/utils/printer.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o.requires -CMakeFiles/mcc.dir/requires: CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o.requires - -.PHONY : CMakeFiles/mcc.dir/requires - -CMakeFiles/mcc.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/mcc.dir/cmake_clean.cmake -.PHONY : CMakeFiles/mcc.dir/clean - -CMakeFiles/mcc.dir/depend: - cd /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/mcc.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/mcc.dir/depend - diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/mcc.dir/cmake_clean.cmake deleted file mode 100644 index 1d3fc91..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/cmake_clean.cmake +++ /dev/null @@ -1,33 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o" - "CMakeFiles/mcc.dir/app/mcc.c.o" - "CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o" - "CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o" - "CMakeFiles/mcc.dir/resources/mc_builtins.c.o" - "CMakeFiles/mcc.dir/src/ast.c.o" - "CMakeFiles/mcc.dir/src/ast_print.c.o" - "CMakeFiles/mcc.dir/src/ast_visit.c.o" - "CMakeFiles/mcc.dir/src/parser.c.o" - "CMakeFiles/mcc.dir/test/unit/parser_test.c.o" - "CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o" - "CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o" - "CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o" - "CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o" - "CMakeFiles/mcc.dir/src/symbol_table.c.o" - "CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o" - "CMakeFiles/mcc.dir/src/symbol_table_parse.c.o" - "CMakeFiles/mcc.dir/src/symbol_table_validate.c.o" - "CMakeFiles/mcc.dir/src/symbol_table_print.c.o" - "CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o" - "CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o" - "CMakeFiles/mcc.dir/src/utils/printer.c.o" - "CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o" - "CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o" - "mcc.pdb" - "mcc" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/mcc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/depend.make b/cmake-build-debug/CMakeFiles/mcc.dir/depend.make deleted file mode 100644 index c7fb982..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for mcc. -# This may be replaced when dependencies are built. diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/flags.make b/cmake-build-debug/CMakeFiles/mcc.dir/flags.make deleted file mode 100644 index 5897402..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -C_FLAGS = -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk - -C_DEFINES = - -C_INCLUDES = -I/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include -I/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc -I/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha -I/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils -I/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest - diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/link.txt b/cmake-build-debug/CMakeFiles/mcc.dir/link.txt deleted file mode 100644 index ef48edb..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o CMakeFiles/mcc.dir/app/mcc.c.o CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o CMakeFiles/mcc.dir/resources/mc_builtins.c.o CMakeFiles/mcc.dir/src/ast.c.o CMakeFiles/mcc.dir/src/ast_print.c.o CMakeFiles/mcc.dir/src/ast_visit.c.o CMakeFiles/mcc.dir/src/parser.c.o CMakeFiles/mcc.dir/test/unit/parser_test.c.o CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o CMakeFiles/mcc.dir/src/symbol_table.c.o CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o CMakeFiles/mcc.dir/src/symbol_table_parse.c.o CMakeFiles/mcc.dir/src/symbol_table_validate.c.o CMakeFiles/mcc.dir/src/symbol_table_print.c.o CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o CMakeFiles/mcc.dir/src/utils/printer.c.o CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o -o mcc diff --git a/cmake-build-debug/CMakeFiles/mcc.dir/progress.make b/cmake-build-debug/CMakeFiles/mcc.dir/progress.make deleted file mode 100644 index 558cfc4..0000000 --- a/cmake-build-debug/CMakeFiles/mcc.dir/progress.make +++ /dev/null @@ -1,26 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 -CMAKE_PROGRESS_5 = 5 -CMAKE_PROGRESS_6 = 6 -CMAKE_PROGRESS_7 = 7 -CMAKE_PROGRESS_8 = 8 -CMAKE_PROGRESS_9 = 9 -CMAKE_PROGRESS_10 = 10 -CMAKE_PROGRESS_11 = 11 -CMAKE_PROGRESS_12 = 12 -CMAKE_PROGRESS_13 = 13 -CMAKE_PROGRESS_14 = 14 -CMAKE_PROGRESS_15 = 15 -CMAKE_PROGRESS_16 = 16 -CMAKE_PROGRESS_17 = 17 -CMAKE_PROGRESS_18 = 18 -CMAKE_PROGRESS_19 = 19 -CMAKE_PROGRESS_20 = 20 -CMAKE_PROGRESS_21 = 21 -CMAKE_PROGRESS_22 = 22 -CMAKE_PROGRESS_23 = 23 -CMAKE_PROGRESS_24 = 24 -CMAKE_PROGRESS_25 = 25 - diff --git a/cmake-build-debug/CMakeFiles/progress.marks b/cmake-build-debug/CMakeFiles/progress.marks deleted file mode 100644 index 7273c0f..0000000 --- a/cmake-build-debug/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -25 diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile deleted file mode 100644 index 0376e34..0000000 --- a/cmake-build-debug/Makefile +++ /dev/null @@ -1,868 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/bin/cmake - -# The command to remove a file. -RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /Applications/CLion.app/Contents/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named mcc - -# Build rule for target. -mcc: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 mcc -.PHONY : mcc - -# fast build rule for target. -mcc/fast: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/build -.PHONY : mcc/fast - -app/mc_ast_to_dot.o: app/mc_ast_to_dot.c.o - -.PHONY : app/mc_ast_to_dot.o - -# target to build an object file -app/mc_ast_to_dot.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.o -.PHONY : app/mc_ast_to_dot.c.o - -app/mc_ast_to_dot.i: app/mc_ast_to_dot.c.i - -.PHONY : app/mc_ast_to_dot.i - -# target to preprocess a source file -app/mc_ast_to_dot.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.i -.PHONY : app/mc_ast_to_dot.c.i - -app/mc_ast_to_dot.s: app/mc_ast_to_dot.c.s - -.PHONY : app/mc_ast_to_dot.s - -# target to generate assembly for a file -app/mc_ast_to_dot.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_ast_to_dot.c.s -.PHONY : app/mc_ast_to_dot.c.s - -app/mc_print_symbol_table.o: app/mc_print_symbol_table.c.o - -.PHONY : app/mc_print_symbol_table.o - -# target to build an object file -app/mc_print_symbol_table.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.o -.PHONY : app/mc_print_symbol_table.c.o - -app/mc_print_symbol_table.i: app/mc_print_symbol_table.c.i - -.PHONY : app/mc_print_symbol_table.i - -# target to preprocess a source file -app/mc_print_symbol_table.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.i -.PHONY : app/mc_print_symbol_table.c.i - -app/mc_print_symbol_table.s: app/mc_print_symbol_table.c.s - -.PHONY : app/mc_print_symbol_table.s - -# target to generate assembly for a file -app/mc_print_symbol_table.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_print_symbol_table.c.s -.PHONY : app/mc_print_symbol_table.c.s - -app/mc_type_check_trace.o: app/mc_type_check_trace.c.o - -.PHONY : app/mc_type_check_trace.o - -# target to build an object file -app/mc_type_check_trace.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_type_check_trace.c.o -.PHONY : app/mc_type_check_trace.c.o - -app/mc_type_check_trace.i: app/mc_type_check_trace.c.i - -.PHONY : app/mc_type_check_trace.i - -# target to preprocess a source file -app/mc_type_check_trace.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_type_check_trace.c.i -.PHONY : app/mc_type_check_trace.c.i - -app/mc_type_check_trace.s: app/mc_type_check_trace.c.s - -.PHONY : app/mc_type_check_trace.s - -# target to generate assembly for a file -app/mc_type_check_trace.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mc_type_check_trace.c.s -.PHONY : app/mc_type_check_trace.c.s - -app/mcc.o: app/mcc.c.o - -.PHONY : app/mcc.o - -# target to build an object file -app/mcc.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mcc.c.o -.PHONY : app/mcc.c.o - -app/mcc.i: app/mcc.c.i - -.PHONY : app/mcc.i - -# target to preprocess a source file -app/mcc.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mcc.c.i -.PHONY : app/mcc.c.i - -app/mcc.s: app/mcc.c.s - -.PHONY : app/mcc.s - -# target to generate assembly for a file -app/mcc.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/app/mcc.c.s -.PHONY : app/mcc.c.s - -builddir/mcc@sha/scanner.o: builddir/mcc@sha/scanner.c.o - -.PHONY : builddir/mcc@sha/scanner.o - -# target to build an object file -builddir/mcc@sha/scanner.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.o -.PHONY : builddir/mcc@sha/scanner.c.o - -builddir/mcc@sha/scanner.i: builddir/mcc@sha/scanner.c.i - -.PHONY : builddir/mcc@sha/scanner.i - -# target to preprocess a source file -builddir/mcc@sha/scanner.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.i -.PHONY : builddir/mcc@sha/scanner.c.i - -builddir/mcc@sha/scanner.s: builddir/mcc@sha/scanner.c.s - -.PHONY : builddir/mcc@sha/scanner.s - -# target to generate assembly for a file -builddir/mcc@sha/scanner.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/mcc@sha/scanner.c.s -.PHONY : builddir/mcc@sha/scanner.c.s - -builddir/meson-private/sanitycheckc.o: builddir/meson-private/sanitycheckc.c.o - -.PHONY : builddir/meson-private/sanitycheckc.o - -# target to build an object file -builddir/meson-private/sanitycheckc.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.o -.PHONY : builddir/meson-private/sanitycheckc.c.o - -builddir/meson-private/sanitycheckc.i: builddir/meson-private/sanitycheckc.c.i - -.PHONY : builddir/meson-private/sanitycheckc.i - -# target to preprocess a source file -builddir/meson-private/sanitycheckc.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.i -.PHONY : builddir/meson-private/sanitycheckc.c.i - -builddir/meson-private/sanitycheckc.s: builddir/meson-private/sanitycheckc.c.s - -.PHONY : builddir/meson-private/sanitycheckc.s - -# target to generate assembly for a file -builddir/meson-private/sanitycheckc.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/builddir/meson-private/sanitycheckc.c.s -.PHONY : builddir/meson-private/sanitycheckc.c.s - -resources/mc_builtins.o: resources/mc_builtins.c.o - -.PHONY : resources/mc_builtins.o - -# target to build an object file -resources/mc_builtins.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/resources/mc_builtins.c.o -.PHONY : resources/mc_builtins.c.o - -resources/mc_builtins.i: resources/mc_builtins.c.i - -.PHONY : resources/mc_builtins.i - -# target to preprocess a source file -resources/mc_builtins.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/resources/mc_builtins.c.i -.PHONY : resources/mc_builtins.c.i - -resources/mc_builtins.s: resources/mc_builtins.c.s - -.PHONY : resources/mc_builtins.s - -# target to generate assembly for a file -resources/mc_builtins.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/resources/mc_builtins.c.s -.PHONY : resources/mc_builtins.c.s - -src/ast.o: src/ast.c.o - -.PHONY : src/ast.o - -# target to build an object file -src/ast.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast.c.o -.PHONY : src/ast.c.o - -src/ast.i: src/ast.c.i - -.PHONY : src/ast.i - -# target to preprocess a source file -src/ast.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast.c.i -.PHONY : src/ast.c.i - -src/ast.s: src/ast.c.s - -.PHONY : src/ast.s - -# target to generate assembly for a file -src/ast.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast.c.s -.PHONY : src/ast.c.s - -src/ast_print.o: src/ast_print.c.o - -.PHONY : src/ast_print.o - -# target to build an object file -src/ast_print.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_print.c.o -.PHONY : src/ast_print.c.o - -src/ast_print.i: src/ast_print.c.i - -.PHONY : src/ast_print.i - -# target to preprocess a source file -src/ast_print.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_print.c.i -.PHONY : src/ast_print.c.i - -src/ast_print.s: src/ast_print.c.s - -.PHONY : src/ast_print.s - -# target to generate assembly for a file -src/ast_print.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_print.c.s -.PHONY : src/ast_print.c.s - -src/ast_visit.o: src/ast_visit.c.o - -.PHONY : src/ast_visit.o - -# target to build an object file -src/ast_visit.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_visit.c.o -.PHONY : src/ast_visit.c.o - -src/ast_visit.i: src/ast_visit.c.i - -.PHONY : src/ast_visit.i - -# target to preprocess a source file -src/ast_visit.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_visit.c.i -.PHONY : src/ast_visit.c.i - -src/ast_visit.s: src/ast_visit.c.s - -.PHONY : src/ast_visit.s - -# target to generate assembly for a file -src/ast_visit.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/ast_visit.c.s -.PHONY : src/ast_visit.c.s - -src/parser.o: src/parser.c.o - -.PHONY : src/parser.o - -# target to build an object file -src/parser.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/parser.c.o -.PHONY : src/parser.c.o - -src/parser.i: src/parser.c.i - -.PHONY : src/parser.i - -# target to preprocess a source file -src/parser.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/parser.c.i -.PHONY : src/parser.c.i - -src/parser.s: src/parser.c.s - -.PHONY : src/parser.s - -# target to generate assembly for a file -src/parser.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/parser.c.s -.PHONY : src/parser.c.s - -src/symbol_table.o: src/symbol_table.c.o - -.PHONY : src/symbol_table.o - -# target to build an object file -src/symbol_table.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table.c.o -.PHONY : src/symbol_table.c.o - -src/symbol_table.i: src/symbol_table.c.i - -.PHONY : src/symbol_table.i - -# target to preprocess a source file -src/symbol_table.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table.c.i -.PHONY : src/symbol_table.c.i - -src/symbol_table.s: src/symbol_table.c.s - -.PHONY : src/symbol_table.s - -# target to generate assembly for a file -src/symbol_table.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table.c.s -.PHONY : src/symbol_table.c.s - -src/symbol_table_parse.o: src/symbol_table_parse.c.o - -.PHONY : src/symbol_table_parse.o - -# target to build an object file -src/symbol_table_parse.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_parse.c.o -.PHONY : src/symbol_table_parse.c.o - -src/symbol_table_parse.i: src/symbol_table_parse.c.i - -.PHONY : src/symbol_table_parse.i - -# target to preprocess a source file -src/symbol_table_parse.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_parse.c.i -.PHONY : src/symbol_table_parse.c.i - -src/symbol_table_parse.s: src/symbol_table_parse.c.s - -.PHONY : src/symbol_table_parse.s - -# target to generate assembly for a file -src/symbol_table_parse.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_parse.c.s -.PHONY : src/symbol_table_parse.c.s - -src/symbol_table_print.o: src/symbol_table_print.c.o - -.PHONY : src/symbol_table_print.o - -# target to build an object file -src/symbol_table_print.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_print.c.o -.PHONY : src/symbol_table_print.c.o - -src/symbol_table_print.i: src/symbol_table_print.c.i - -.PHONY : src/symbol_table_print.i - -# target to preprocess a source file -src/symbol_table_print.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_print.c.i -.PHONY : src/symbol_table_print.c.i - -src/symbol_table_print.s: src/symbol_table_print.c.s - -.PHONY : src/symbol_table_print.s - -# target to generate assembly for a file -src/symbol_table_print.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_print.c.s -.PHONY : src/symbol_table_print.c.s - -src/symbol_table_semantic_error.o: src/symbol_table_semantic_error.c.o - -.PHONY : src/symbol_table_semantic_error.o - -# target to build an object file -src/symbol_table_semantic_error.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.o -.PHONY : src/symbol_table_semantic_error.c.o - -src/symbol_table_semantic_error.i: src/symbol_table_semantic_error.c.i - -.PHONY : src/symbol_table_semantic_error.i - -# target to preprocess a source file -src/symbol_table_semantic_error.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.i -.PHONY : src/symbol_table_semantic_error.c.i - -src/symbol_table_semantic_error.s: src/symbol_table_semantic_error.c.s - -.PHONY : src/symbol_table_semantic_error.s - -# target to generate assembly for a file -src/symbol_table_semantic_error.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_semantic_error.c.s -.PHONY : src/symbol_table_semantic_error.c.s - -src/symbol_table_validate.o: src/symbol_table_validate.c.o - -.PHONY : src/symbol_table_validate.o - -# target to build an object file -src/symbol_table_validate.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_validate.c.o -.PHONY : src/symbol_table_validate.c.o - -src/symbol_table_validate.i: src/symbol_table_validate.c.i - -.PHONY : src/symbol_table_validate.i - -# target to preprocess a source file -src/symbol_table_validate.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_validate.c.i -.PHONY : src/symbol_table_validate.c.i - -src/symbol_table_validate.s: src/symbol_table_validate.c.s - -.PHONY : src/symbol_table_validate.s - -# target to generate assembly for a file -src/symbol_table_validate.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/symbol_table_validate.c.s -.PHONY : src/symbol_table_validate.c.s - -src/utils/dynamic_array.o: src/utils/dynamic_array.c.o - -.PHONY : src/utils/dynamic_array.o - -# target to build an object file -src/utils/dynamic_array.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/dynamic_array.c.o -.PHONY : src/utils/dynamic_array.c.o - -src/utils/dynamic_array.i: src/utils/dynamic_array.c.i - -.PHONY : src/utils/dynamic_array.i - -# target to preprocess a source file -src/utils/dynamic_array.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/dynamic_array.c.i -.PHONY : src/utils/dynamic_array.c.i - -src/utils/dynamic_array.s: src/utils/dynamic_array.c.s - -.PHONY : src/utils/dynamic_array.s - -# target to generate assembly for a file -src/utils/dynamic_array.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/dynamic_array.c.s -.PHONY : src/utils/dynamic_array.c.s - -src/utils/mcc_scope.o: src/utils/mcc_scope.c.o - -.PHONY : src/utils/mcc_scope.o - -# target to build an object file -src/utils/mcc_scope.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/mcc_scope.c.o -.PHONY : src/utils/mcc_scope.c.o - -src/utils/mcc_scope.i: src/utils/mcc_scope.c.i - -.PHONY : src/utils/mcc_scope.i - -# target to preprocess a source file -src/utils/mcc_scope.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/mcc_scope.c.i -.PHONY : src/utils/mcc_scope.c.i - -src/utils/mcc_scope.s: src/utils/mcc_scope.c.s - -.PHONY : src/utils/mcc_scope.s - -# target to generate assembly for a file -src/utils/mcc_scope.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/mcc_scope.c.s -.PHONY : src/utils/mcc_scope.c.s - -src/utils/printer.o: src/utils/printer.c.o - -.PHONY : src/utils/printer.o - -# target to build an object file -src/utils/printer.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/printer.c.o -.PHONY : src/utils/printer.c.o - -src/utils/printer.i: src/utils/printer.c.i - -.PHONY : src/utils/printer.i - -# target to preprocess a source file -src/utils/printer.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/printer.c.i -.PHONY : src/utils/printer.c.i - -src/utils/printer.s: src/utils/printer.c.s - -.PHONY : src/utils/printer.s - -# target to generate assembly for a file -src/utils/printer.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/src/utils/printer.c.s -.PHONY : src/utils/printer.c.s - -test/unit/parser_test.o: test/unit/parser_test.c.o - -.PHONY : test/unit/parser_test.o - -# target to build an object file -test/unit/parser_test.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/parser_test.c.o -.PHONY : test/unit/parser_test.c.o - -test/unit/parser_test.i: test/unit/parser_test.c.i - -.PHONY : test/unit/parser_test.i - -# target to preprocess a source file -test/unit/parser_test.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/parser_test.c.i -.PHONY : test/unit/parser_test.c.i - -test/unit/parser_test.s: test/unit/parser_test.c.s - -.PHONY : test/unit/parser_test.s - -# target to generate assembly for a file -test/unit/parser_test.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/parser_test.c.s -.PHONY : test/unit/parser_test.c.s - -test/unit/symbol_table_test.o: test/unit/symbol_table_test.c.o - -.PHONY : test/unit/symbol_table_test.o - -# target to build an object file -test/unit/symbol_table_test.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.o -.PHONY : test/unit/symbol_table_test.c.o - -test/unit/symbol_table_test.i: test/unit/symbol_table_test.c.i - -.PHONY : test/unit/symbol_table_test.i - -# target to preprocess a source file -test/unit/symbol_table_test.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.i -.PHONY : test/unit/symbol_table_test.c.i - -test/unit/symbol_table_test.s: test/unit/symbol_table_test.c.s - -.PHONY : test/unit/symbol_table_test.s - -# target to generate assembly for a file -test/unit/symbol_table_test.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/test/unit/symbol_table_test.c.s -.PHONY : test/unit/symbol_table_test.c.s - -vendor/cutest/AllTests.o: vendor/cutest/AllTests.c.o - -.PHONY : vendor/cutest/AllTests.o - -# target to build an object file -vendor/cutest/AllTests.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.o -.PHONY : vendor/cutest/AllTests.c.o - -vendor/cutest/AllTests.i: vendor/cutest/AllTests.c.i - -.PHONY : vendor/cutest/AllTests.i - -# target to preprocess a source file -vendor/cutest/AllTests.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.i -.PHONY : vendor/cutest/AllTests.c.i - -vendor/cutest/AllTests.s: vendor/cutest/AllTests.c.s - -.PHONY : vendor/cutest/AllTests.s - -# target to generate assembly for a file -vendor/cutest/AllTests.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/AllTests.c.s -.PHONY : vendor/cutest/AllTests.c.s - -vendor/cutest/CuTest.o: vendor/cutest/CuTest.c.o - -.PHONY : vendor/cutest/CuTest.o - -# target to build an object file -vendor/cutest/CuTest.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.o -.PHONY : vendor/cutest/CuTest.c.o - -vendor/cutest/CuTest.i: vendor/cutest/CuTest.c.i - -.PHONY : vendor/cutest/CuTest.i - -# target to preprocess a source file -vendor/cutest/CuTest.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.i -.PHONY : vendor/cutest/CuTest.c.i - -vendor/cutest/CuTest.s: vendor/cutest/CuTest.c.s - -.PHONY : vendor/cutest/CuTest.s - -# target to generate assembly for a file -vendor/cutest/CuTest.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTest.c.s -.PHONY : vendor/cutest/CuTest.c.s - -vendor/cutest/CuTestTest.o: vendor/cutest/CuTestTest.c.o - -.PHONY : vendor/cutest/CuTestTest.o - -# target to build an object file -vendor/cutest/CuTestTest.c.o: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.o -.PHONY : vendor/cutest/CuTestTest.c.o - -vendor/cutest/CuTestTest.i: vendor/cutest/CuTestTest.c.i - -.PHONY : vendor/cutest/CuTestTest.i - -# target to preprocess a source file -vendor/cutest/CuTestTest.c.i: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.i -.PHONY : vendor/cutest/CuTestTest.c.i - -vendor/cutest/CuTestTest.s: vendor/cutest/CuTestTest.c.s - -.PHONY : vendor/cutest/CuTestTest.s - -# target to generate assembly for a file -vendor/cutest/CuTestTest.c.s: - $(MAKE) -f CMakeFiles/mcc.dir/build.make CMakeFiles/mcc.dir/vendor/cutest/CuTestTest.c.s -.PHONY : vendor/cutest/CuTestTest.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... edit_cache" - @echo "... mcc" - @echo "... app/mc_ast_to_dot.o" - @echo "... app/mc_ast_to_dot.i" - @echo "... app/mc_ast_to_dot.s" - @echo "... app/mc_print_symbol_table.o" - @echo "... app/mc_print_symbol_table.i" - @echo "... app/mc_print_symbol_table.s" - @echo "... app/mc_type_check_trace.o" - @echo "... app/mc_type_check_trace.i" - @echo "... app/mc_type_check_trace.s" - @echo "... app/mcc.o" - @echo "... app/mcc.i" - @echo "... app/mcc.s" - @echo "... builddir/mcc@sha/scanner.o" - @echo "... builddir/mcc@sha/scanner.i" - @echo "... builddir/mcc@sha/scanner.s" - @echo "... builddir/meson-private/sanitycheckc.o" - @echo "... builddir/meson-private/sanitycheckc.i" - @echo "... builddir/meson-private/sanitycheckc.s" - @echo "... resources/mc_builtins.o" - @echo "... resources/mc_builtins.i" - @echo "... resources/mc_builtins.s" - @echo "... src/ast.o" - @echo "... src/ast.i" - @echo "... src/ast.s" - @echo "... src/ast_print.o" - @echo "... src/ast_print.i" - @echo "... src/ast_print.s" - @echo "... src/ast_visit.o" - @echo "... src/ast_visit.i" - @echo "... src/ast_visit.s" - @echo "... src/parser.o" - @echo "... src/parser.i" - @echo "... src/parser.s" - @echo "... src/symbol_table.o" - @echo "... src/symbol_table.i" - @echo "... src/symbol_table.s" - @echo "... src/symbol_table_parse.o" - @echo "... src/symbol_table_parse.i" - @echo "... src/symbol_table_parse.s" - @echo "... src/symbol_table_print.o" - @echo "... src/symbol_table_print.i" - @echo "... src/symbol_table_print.s" - @echo "... src/symbol_table_semantic_error.o" - @echo "... src/symbol_table_semantic_error.i" - @echo "... src/symbol_table_semantic_error.s" - @echo "... src/symbol_table_validate.o" - @echo "... src/symbol_table_validate.i" - @echo "... src/symbol_table_validate.s" - @echo "... src/utils/dynamic_array.o" - @echo "... src/utils/dynamic_array.i" - @echo "... src/utils/dynamic_array.s" - @echo "... src/utils/mcc_scope.o" - @echo "... src/utils/mcc_scope.i" - @echo "... src/utils/mcc_scope.s" - @echo "... src/utils/printer.o" - @echo "... src/utils/printer.i" - @echo "... src/utils/printer.s" - @echo "... test/unit/parser_test.o" - @echo "... test/unit/parser_test.i" - @echo "... test/unit/parser_test.s" - @echo "... test/unit/symbol_table_test.o" - @echo "... test/unit/symbol_table_test.i" - @echo "... test/unit/symbol_table_test.s" - @echo "... vendor/cutest/AllTests.o" - @echo "... vendor/cutest/AllTests.i" - @echo "... vendor/cutest/AllTests.s" - @echo "... vendor/cutest/CuTest.o" - @echo "... vendor/cutest/CuTest.i" - @echo "... vendor/cutest/CuTest.s" - @echo "... vendor/cutest/CuTestTest.o" - @echo "... vendor/cutest/CuTestTest.i" - @echo "... vendor/cutest/CuTestTest.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake deleted file mode 100644 index e755b11..0000000 --- a/cmake-build-debug/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Debug") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-debug/mcc.cbp b/cmake-build-debug/mcc.cbp deleted file mode 100644 index e7cb56d..0000000 --- a/cmake-build-debug/mcc.cbp +++ /dev/null @@ -1,214 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6"/> - <Project> - <Option title="mcc"/> - <Option makefile_is_custom="1"/> - <Option compiler="gcc"/> - <Option virtualFolders="CMake Files\;"/> - <Build> - <Target title="all"> - <Option working_dir="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug"/> - <Option type="4"/> - <MakeCommands> - <Build command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 all"/> - <CompileFile command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - </MakeCommands> - </Target> - <Target title="rebuild_cache"> - <Option working_dir="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug"/> - <Option type="4"/> - <MakeCommands> - <Build command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> - <CompileFile command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - </MakeCommands> - </Target> - <Target title="edit_cache"> - <Option working_dir="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug"/> - <Option type="4"/> - <MakeCommands> - <Build command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> - <CompileFile command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - </MakeCommands> - </Target> - <Target title="mcc"> - <Option output="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/mcc" prefix_auto="0" extension_auto="0"/> - <Option working_dir="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug"/> - <Option object_output="./"/> - <Option type="1"/> - <Option compiler="gcc"/> - <Compiler> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest"/> - <Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/> - <Add directory="/usr/local/include"/> - <Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include"/> - <Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/> - <Add directory="/System/Library/Frameworks"/> - <Add directory="/Library/Frameworks"/> - </Compiler> - <MakeCommands> - <Build command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 mcc"/> - <CompileFile command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - </MakeCommands> - </Target> - <Target title="mcc/fast"> - <Option output="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/mcc" prefix_auto="0" extension_auto="0"/> - <Option working_dir="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug"/> - <Option object_output="./"/> - <Option type="1"/> - <Option compiler="gcc"/> - <Compiler> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils"/> - <Add directory="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest"/> - <Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/> - <Add directory="/usr/local/include"/> - <Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include"/> - <Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/> - <Add directory="/System/Library/Frameworks"/> - <Add directory="/Library/Frameworks"/> - </Compiler> - <MakeCommands> - <Build command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 mcc/fast"/> - <CompileFile command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j8 -f "/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - </MakeCommands> - </Target> - </Build> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_ast_to_dot.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_print_symbol_table.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mc_type_check_trace.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/app/mcc.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha/scanner.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/mcc@sha/scanner.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/builddir/meson-private/sanitycheckc.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/ast.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/ast_print.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/ast_visit.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/dynamic_array.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/mcc_scope.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/parser.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/printer.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/symbol_table.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/symbol_table_parse.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/symbol_table_print.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/symbol_table_semantic_error.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/include/mcc/symbol_table_validate.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/resources/mc_builtins.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_print.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/ast_visit.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/parser.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_parse.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_print.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_semantic_error.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/symbol_table_validate.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/dynamic_array.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/mcc_scope.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/printer.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/src/utils/unused.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/parser_test.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/test/unit/symbol_table_test.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/AllTests.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTest.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTest.h"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/vendor/cutest/CuTestTest.c"> - <Option target="mcc"/> - </Unit> - <Unit filename="/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/CMakeLists.txt"> - <Option virtualFolder="CMake Files\"/> - </Unit> - </Project> -</CodeBlocks_project_file> -- GitLab