Skip to content
Snippets Groups Projects
Commit a2c49e40 authored by Clemens Paumgarten's avatar Clemens Paumgarten
Browse files

gitignore fix

parent 1e023dbc
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 2548 deletions
# 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
/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
Options:
Options:
\ No newline at end of file
/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
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
File deleted
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]; }
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]; }
# 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 "")
This diff is collapsed.
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()
# Empty dependencies file for mcc.
# This may be replaced when dependencies are built.
# 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
/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
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
25
This diff is collapsed.
# 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}")
<?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 &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; 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 &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; 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 &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; 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 &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 mcc"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; 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 &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 mcc/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/cpaumgarten/Projects/uibk/compiler-const/mcc-compiler/cmake-build-debug/Makefile&quot; 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment