Gitignore automatically generated project files
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2019-06-15 18:05:42 +02:00
parent 90ec4766c3
commit d06b04cae9
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
4 changed files with 5 additions and 1330 deletions

5
.gitignore vendored
View File

@ -37,6 +37,10 @@
# CMake
cmake-build-*/
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
@ -71,3 +75,4 @@ fabric.properties
.directory
/CMakeCache.txt
/PorygonLang.cbp

924
Makefile
View File

@ -1,924 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# 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 = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/nathan/Projects/Porygon/PorygonLang
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/nathan/Projects/Porygon/PorygonLang
#=============================================================================
# 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..."
/usr/bin/cmake -S$(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..."
/usr/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 /home/nathan/Projects/Porygon/PorygonLang/CMakeFiles /home/nathan/Projects/Porygon/PorygonLang/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/nathan/Projects/Porygon/PorygonLang/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named PorygonLang
# Build rule for target.
PorygonLang: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 PorygonLang
.PHONY : PorygonLang
# fast build rule for target.
PorygonLang/fast:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/build
.PHONY : PorygonLang/fast
#=============================================================================
# Target rules for targets named PorygonLangTests
# Build rule for target.
PorygonLangTests: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 PorygonLangTests
.PHONY : PorygonLangTests
# fast build rule for target.
PorygonLangTests/fast:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/build
.PHONY : PorygonLangTests/fast
src/Binder/Binder.o: src/Binder/Binder.cpp.o
.PHONY : src/Binder/Binder.o
# target to build an object file
src/Binder/Binder.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Binder/Binder.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Binder/Binder.cpp.o
.PHONY : src/Binder/Binder.cpp.o
src/Binder/Binder.i: src/Binder/Binder.cpp.i
.PHONY : src/Binder/Binder.i
# target to preprocess a source file
src/Binder/Binder.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Binder/Binder.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Binder/Binder.cpp.i
.PHONY : src/Binder/Binder.cpp.i
src/Binder/Binder.s: src/Binder/Binder.cpp.s
.PHONY : src/Binder/Binder.s
# target to generate assembly for a file
src/Binder/Binder.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Binder/Binder.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Binder/Binder.cpp.s
.PHONY : src/Binder/Binder.cpp.s
src/Binder/BoundVariables/BoundScope.o: src/Binder/BoundVariables/BoundScope.cpp.o
.PHONY : src/Binder/BoundVariables/BoundScope.o
# target to build an object file
src/Binder/BoundVariables/BoundScope.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Binder/BoundVariables/BoundScope.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Binder/BoundVariables/BoundScope.cpp.o
.PHONY : src/Binder/BoundVariables/BoundScope.cpp.o
src/Binder/BoundVariables/BoundScope.i: src/Binder/BoundVariables/BoundScope.cpp.i
.PHONY : src/Binder/BoundVariables/BoundScope.i
# target to preprocess a source file
src/Binder/BoundVariables/BoundScope.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Binder/BoundVariables/BoundScope.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Binder/BoundVariables/BoundScope.cpp.i
.PHONY : src/Binder/BoundVariables/BoundScope.cpp.i
src/Binder/BoundVariables/BoundScope.s: src/Binder/BoundVariables/BoundScope.cpp.s
.PHONY : src/Binder/BoundVariables/BoundScope.s
# target to generate assembly for a file
src/Binder/BoundVariables/BoundScope.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Binder/BoundVariables/BoundScope.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Binder/BoundVariables/BoundScope.cpp.s
.PHONY : src/Binder/BoundVariables/BoundScope.cpp.s
src/Diagnostics/Diagnostics.o: src/Diagnostics/Diagnostics.cpp.o
.PHONY : src/Diagnostics/Diagnostics.o
# target to build an object file
src/Diagnostics/Diagnostics.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Diagnostics/Diagnostics.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Diagnostics/Diagnostics.cpp.o
.PHONY : src/Diagnostics/Diagnostics.cpp.o
src/Diagnostics/Diagnostics.i: src/Diagnostics/Diagnostics.cpp.i
.PHONY : src/Diagnostics/Diagnostics.i
# target to preprocess a source file
src/Diagnostics/Diagnostics.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Diagnostics/Diagnostics.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Diagnostics/Diagnostics.cpp.i
.PHONY : src/Diagnostics/Diagnostics.cpp.i
src/Diagnostics/Diagnostics.s: src/Diagnostics/Diagnostics.cpp.s
.PHONY : src/Diagnostics/Diagnostics.s
# target to generate assembly for a file
src/Diagnostics/Diagnostics.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Diagnostics/Diagnostics.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Diagnostics/Diagnostics.cpp.s
.PHONY : src/Diagnostics/Diagnostics.cpp.s
src/Evaluator/BinaryEvaluation.o: src/Evaluator/BinaryEvaluation.cpp.o
.PHONY : src/Evaluator/BinaryEvaluation.o
# target to build an object file
src/Evaluator/BinaryEvaluation.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/BinaryEvaluation.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/BinaryEvaluation.cpp.o
.PHONY : src/Evaluator/BinaryEvaluation.cpp.o
src/Evaluator/BinaryEvaluation.i: src/Evaluator/BinaryEvaluation.cpp.i
.PHONY : src/Evaluator/BinaryEvaluation.i
# target to preprocess a source file
src/Evaluator/BinaryEvaluation.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/BinaryEvaluation.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/BinaryEvaluation.cpp.i
.PHONY : src/Evaluator/BinaryEvaluation.cpp.i
src/Evaluator/BinaryEvaluation.s: src/Evaluator/BinaryEvaluation.cpp.s
.PHONY : src/Evaluator/BinaryEvaluation.s
# target to generate assembly for a file
src/Evaluator/BinaryEvaluation.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/BinaryEvaluation.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/BinaryEvaluation.cpp.s
.PHONY : src/Evaluator/BinaryEvaluation.cpp.s
src/Evaluator/EvalValues/EvalValue.o: src/Evaluator/EvalValues/EvalValue.cpp.o
.PHONY : src/Evaluator/EvalValues/EvalValue.o
# target to build an object file
src/Evaluator/EvalValues/EvalValue.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/EvalValue.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/EvalValue.cpp.o
.PHONY : src/Evaluator/EvalValues/EvalValue.cpp.o
src/Evaluator/EvalValues/EvalValue.i: src/Evaluator/EvalValues/EvalValue.cpp.i
.PHONY : src/Evaluator/EvalValues/EvalValue.i
# target to preprocess a source file
src/Evaluator/EvalValues/EvalValue.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/EvalValue.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/EvalValue.cpp.i
.PHONY : src/Evaluator/EvalValues/EvalValue.cpp.i
src/Evaluator/EvalValues/EvalValue.s: src/Evaluator/EvalValues/EvalValue.cpp.s
.PHONY : src/Evaluator/EvalValues/EvalValue.s
# target to generate assembly for a file
src/Evaluator/EvalValues/EvalValue.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/EvalValue.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/EvalValue.cpp.s
.PHONY : src/Evaluator/EvalValues/EvalValue.cpp.s
src/Evaluator/EvalValues/NumericEvalValue.o: src/Evaluator/EvalValues/NumericEvalValue.cpp.o
.PHONY : src/Evaluator/EvalValues/NumericEvalValue.o
# target to build an object file
src/Evaluator/EvalValues/NumericEvalValue.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/NumericEvalValue.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/NumericEvalValue.cpp.o
.PHONY : src/Evaluator/EvalValues/NumericEvalValue.cpp.o
src/Evaluator/EvalValues/NumericEvalValue.i: src/Evaluator/EvalValues/NumericEvalValue.cpp.i
.PHONY : src/Evaluator/EvalValues/NumericEvalValue.i
# target to preprocess a source file
src/Evaluator/EvalValues/NumericEvalValue.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/NumericEvalValue.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/NumericEvalValue.cpp.i
.PHONY : src/Evaluator/EvalValues/NumericEvalValue.cpp.i
src/Evaluator/EvalValues/NumericEvalValue.s: src/Evaluator/EvalValues/NumericEvalValue.cpp.s
.PHONY : src/Evaluator/EvalValues/NumericEvalValue.s
# target to generate assembly for a file
src/Evaluator/EvalValues/NumericEvalValue.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/NumericEvalValue.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/NumericEvalValue.cpp.s
.PHONY : src/Evaluator/EvalValues/NumericEvalValue.cpp.s
src/Evaluator/EvalValues/StringEvalValue.o: src/Evaluator/EvalValues/StringEvalValue.cpp.o
.PHONY : src/Evaluator/EvalValues/StringEvalValue.o
# target to build an object file
src/Evaluator/EvalValues/StringEvalValue.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/StringEvalValue.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/StringEvalValue.cpp.o
.PHONY : src/Evaluator/EvalValues/StringEvalValue.cpp.o
src/Evaluator/EvalValues/StringEvalValue.i: src/Evaluator/EvalValues/StringEvalValue.cpp.i
.PHONY : src/Evaluator/EvalValues/StringEvalValue.i
# target to preprocess a source file
src/Evaluator/EvalValues/StringEvalValue.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/StringEvalValue.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/StringEvalValue.cpp.i
.PHONY : src/Evaluator/EvalValues/StringEvalValue.cpp.i
src/Evaluator/EvalValues/StringEvalValue.s: src/Evaluator/EvalValues/StringEvalValue.cpp.s
.PHONY : src/Evaluator/EvalValues/StringEvalValue.s
# target to generate assembly for a file
src/Evaluator/EvalValues/StringEvalValue.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvalValues/StringEvalValue.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvalValues/StringEvalValue.cpp.s
.PHONY : src/Evaluator/EvalValues/StringEvalValue.cpp.s
src/Evaluator/EvaluationScope/EvaluationScope.o: src/Evaluator/EvaluationScope/EvaluationScope.cpp.o
.PHONY : src/Evaluator/EvaluationScope/EvaluationScope.o
# target to build an object file
src/Evaluator/EvaluationScope/EvaluationScope.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvaluationScope/EvaluationScope.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvaluationScope/EvaluationScope.cpp.o
.PHONY : src/Evaluator/EvaluationScope/EvaluationScope.cpp.o
src/Evaluator/EvaluationScope/EvaluationScope.i: src/Evaluator/EvaluationScope/EvaluationScope.cpp.i
.PHONY : src/Evaluator/EvaluationScope/EvaluationScope.i
# target to preprocess a source file
src/Evaluator/EvaluationScope/EvaluationScope.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvaluationScope/EvaluationScope.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvaluationScope/EvaluationScope.cpp.i
.PHONY : src/Evaluator/EvaluationScope/EvaluationScope.cpp.i
src/Evaluator/EvaluationScope/EvaluationScope.s: src/Evaluator/EvaluationScope/EvaluationScope.cpp.s
.PHONY : src/Evaluator/EvaluationScope/EvaluationScope.s
# target to generate assembly for a file
src/Evaluator/EvaluationScope/EvaluationScope.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/EvaluationScope/EvaluationScope.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/EvaluationScope/EvaluationScope.cpp.s
.PHONY : src/Evaluator/EvaluationScope/EvaluationScope.cpp.s
src/Evaluator/Evaluator.o: src/Evaluator/Evaluator.cpp.o
.PHONY : src/Evaluator/Evaluator.o
# target to build an object file
src/Evaluator/Evaluator.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/Evaluator.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/Evaluator.cpp.o
.PHONY : src/Evaluator/Evaluator.cpp.o
src/Evaluator/Evaluator.i: src/Evaluator/Evaluator.cpp.i
.PHONY : src/Evaluator/Evaluator.i
# target to preprocess a source file
src/Evaluator/Evaluator.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/Evaluator.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/Evaluator.cpp.i
.PHONY : src/Evaluator/Evaluator.cpp.i
src/Evaluator/Evaluator.s: src/Evaluator/Evaluator.cpp.s
.PHONY : src/Evaluator/Evaluator.s
# target to generate assembly for a file
src/Evaluator/Evaluator.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/Evaluator.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/Evaluator.cpp.s
.PHONY : src/Evaluator/Evaluator.cpp.s
src/Evaluator/UnaryEvaluation.o: src/Evaluator/UnaryEvaluation.cpp.o
.PHONY : src/Evaluator/UnaryEvaluation.o
# target to build an object file
src/Evaluator/UnaryEvaluation.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/UnaryEvaluation.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/UnaryEvaluation.cpp.o
.PHONY : src/Evaluator/UnaryEvaluation.cpp.o
src/Evaluator/UnaryEvaluation.i: src/Evaluator/UnaryEvaluation.cpp.i
.PHONY : src/Evaluator/UnaryEvaluation.i
# target to preprocess a source file
src/Evaluator/UnaryEvaluation.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/UnaryEvaluation.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/UnaryEvaluation.cpp.i
.PHONY : src/Evaluator/UnaryEvaluation.cpp.i
src/Evaluator/UnaryEvaluation.s: src/Evaluator/UnaryEvaluation.cpp.s
.PHONY : src/Evaluator/UnaryEvaluation.s
# target to generate assembly for a file
src/Evaluator/UnaryEvaluation.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Evaluator/UnaryEvaluation.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Evaluator/UnaryEvaluation.cpp.s
.PHONY : src/Evaluator/UnaryEvaluation.cpp.s
src/Parser/Lexer.o: src/Parser/Lexer.cpp.o
.PHONY : src/Parser/Lexer.o
# target to build an object file
src/Parser/Lexer.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Parser/Lexer.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Parser/Lexer.cpp.o
.PHONY : src/Parser/Lexer.cpp.o
src/Parser/Lexer.i: src/Parser/Lexer.cpp.i
.PHONY : src/Parser/Lexer.i
# target to preprocess a source file
src/Parser/Lexer.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Parser/Lexer.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Parser/Lexer.cpp.i
.PHONY : src/Parser/Lexer.cpp.i
src/Parser/Lexer.s: src/Parser/Lexer.cpp.s
.PHONY : src/Parser/Lexer.s
# target to generate assembly for a file
src/Parser/Lexer.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Parser/Lexer.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Parser/Lexer.cpp.s
.PHONY : src/Parser/Lexer.cpp.s
src/Parser/Parser.o: src/Parser/Parser.cpp.o
.PHONY : src/Parser/Parser.o
# target to build an object file
src/Parser/Parser.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Parser/Parser.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Parser/Parser.cpp.o
.PHONY : src/Parser/Parser.cpp.o
src/Parser/Parser.i: src/Parser/Parser.cpp.i
.PHONY : src/Parser/Parser.i
# target to preprocess a source file
src/Parser/Parser.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Parser/Parser.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Parser/Parser.cpp.i
.PHONY : src/Parser/Parser.cpp.i
src/Parser/Parser.s: src/Parser/Parser.cpp.s
.PHONY : src/Parser/Parser.s
# target to generate assembly for a file
src/Parser/Parser.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Parser/Parser.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Parser/Parser.cpp.s
.PHONY : src/Parser/Parser.cpp.s
src/Script.o: src/Script.cpp.o
.PHONY : src/Script.o
# target to build an object file
src/Script.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Script.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Script.cpp.o
.PHONY : src/Script.cpp.o
src/Script.i: src/Script.cpp.i
.PHONY : src/Script.i
# target to preprocess a source file
src/Script.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Script.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Script.cpp.i
.PHONY : src/Script.cpp.i
src/Script.s: src/Script.cpp.s
.PHONY : src/Script.s
# target to generate assembly for a file
src/Script.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/Script.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/Script.cpp.s
.PHONY : src/Script.cpp.s
src/ScriptType.o: src/ScriptType.cpp.o
.PHONY : src/ScriptType.o
# target to build an object file
src/ScriptType.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/ScriptType.cpp.o
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/ScriptType.cpp.o
.PHONY : src/ScriptType.cpp.o
src/ScriptType.i: src/ScriptType.cpp.i
.PHONY : src/ScriptType.i
# target to preprocess a source file
src/ScriptType.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/ScriptType.cpp.i
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/ScriptType.cpp.i
.PHONY : src/ScriptType.cpp.i
src/ScriptType.s: src/ScriptType.cpp.s
.PHONY : src/ScriptType.s
# target to generate assembly for a file
src/ScriptType.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLang.dir/build.make CMakeFiles/PorygonLang.dir/src/ScriptType.cpp.s
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/src/ScriptType.cpp.s
.PHONY : src/ScriptType.cpp.s
tests/integration/DiagnosticsTests.o: tests/integration/DiagnosticsTests.cpp.o
.PHONY : tests/integration/DiagnosticsTests.o
# target to build an object file
tests/integration/DiagnosticsTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/DiagnosticsTests.cpp.o
.PHONY : tests/integration/DiagnosticsTests.cpp.o
tests/integration/DiagnosticsTests.i: tests/integration/DiagnosticsTests.cpp.i
.PHONY : tests/integration/DiagnosticsTests.i
# target to preprocess a source file
tests/integration/DiagnosticsTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/DiagnosticsTests.cpp.i
.PHONY : tests/integration/DiagnosticsTests.cpp.i
tests/integration/DiagnosticsTests.s: tests/integration/DiagnosticsTests.cpp.s
.PHONY : tests/integration/DiagnosticsTests.s
# target to generate assembly for a file
tests/integration/DiagnosticsTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/DiagnosticsTests.cpp.s
.PHONY : tests/integration/DiagnosticsTests.cpp.s
tests/integration/EqualityOperationsTests.o: tests/integration/EqualityOperationsTests.cpp.o
.PHONY : tests/integration/EqualityOperationsTests.o
# target to build an object file
tests/integration/EqualityOperationsTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/EqualityOperationsTests.cpp.o
.PHONY : tests/integration/EqualityOperationsTests.cpp.o
tests/integration/EqualityOperationsTests.i: tests/integration/EqualityOperationsTests.cpp.i
.PHONY : tests/integration/EqualityOperationsTests.i
# target to preprocess a source file
tests/integration/EqualityOperationsTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/EqualityOperationsTests.cpp.i
.PHONY : tests/integration/EqualityOperationsTests.cpp.i
tests/integration/EqualityOperationsTests.s: tests/integration/EqualityOperationsTests.cpp.s
.PHONY : tests/integration/EqualityOperationsTests.s
# target to generate assembly for a file
tests/integration/EqualityOperationsTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/EqualityOperationsTests.cpp.s
.PHONY : tests/integration/EqualityOperationsTests.cpp.s
tests/integration/Functions.o: tests/integration/Functions.cpp.o
.PHONY : tests/integration/Functions.o
# target to build an object file
tests/integration/Functions.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/Functions.cpp.o
.PHONY : tests/integration/Functions.cpp.o
tests/integration/Functions.i: tests/integration/Functions.cpp.i
.PHONY : tests/integration/Functions.i
# target to preprocess a source file
tests/integration/Functions.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/Functions.cpp.i
.PHONY : tests/integration/Functions.cpp.i
tests/integration/Functions.s: tests/integration/Functions.cpp.s
.PHONY : tests/integration/Functions.s
# target to generate assembly for a file
tests/integration/Functions.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/Functions.cpp.s
.PHONY : tests/integration/Functions.cpp.s
tests/integration/IndexTests.o: tests/integration/IndexTests.cpp.o
.PHONY : tests/integration/IndexTests.o
# target to build an object file
tests/integration/IndexTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/IndexTests.cpp.o
.PHONY : tests/integration/IndexTests.cpp.o
tests/integration/IndexTests.i: tests/integration/IndexTests.cpp.i
.PHONY : tests/integration/IndexTests.i
# target to preprocess a source file
tests/integration/IndexTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/IndexTests.cpp.i
.PHONY : tests/integration/IndexTests.cpp.i
tests/integration/IndexTests.s: tests/integration/IndexTests.cpp.s
.PHONY : tests/integration/IndexTests.s
# target to generate assembly for a file
tests/integration/IndexTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/IndexTests.cpp.s
.PHONY : tests/integration/IndexTests.cpp.s
tests/integration/LogicalOperationsTests.o: tests/integration/LogicalOperationsTests.cpp.o
.PHONY : tests/integration/LogicalOperationsTests.o
# target to build an object file
tests/integration/LogicalOperationsTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/LogicalOperationsTests.cpp.o
.PHONY : tests/integration/LogicalOperationsTests.cpp.o
tests/integration/LogicalOperationsTests.i: tests/integration/LogicalOperationsTests.cpp.i
.PHONY : tests/integration/LogicalOperationsTests.i
# target to preprocess a source file
tests/integration/LogicalOperationsTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/LogicalOperationsTests.cpp.i
.PHONY : tests/integration/LogicalOperationsTests.cpp.i
tests/integration/LogicalOperationsTests.s: tests/integration/LogicalOperationsTests.cpp.s
.PHONY : tests/integration/LogicalOperationsTests.s
# target to generate assembly for a file
tests/integration/LogicalOperationsTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/LogicalOperationsTests.cpp.s
.PHONY : tests/integration/LogicalOperationsTests.cpp.s
tests/integration/NumericalOperationsTests.o: tests/integration/NumericalOperationsTests.cpp.o
.PHONY : tests/integration/NumericalOperationsTests.o
# target to build an object file
tests/integration/NumericalOperationsTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/NumericalOperationsTests.cpp.o
.PHONY : tests/integration/NumericalOperationsTests.cpp.o
tests/integration/NumericalOperationsTests.i: tests/integration/NumericalOperationsTests.cpp.i
.PHONY : tests/integration/NumericalOperationsTests.i
# target to preprocess a source file
tests/integration/NumericalOperationsTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/NumericalOperationsTests.cpp.i
.PHONY : tests/integration/NumericalOperationsTests.cpp.i
tests/integration/NumericalOperationsTests.s: tests/integration/NumericalOperationsTests.cpp.s
.PHONY : tests/integration/NumericalOperationsTests.s
# target to generate assembly for a file
tests/integration/NumericalOperationsTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/NumericalOperationsTests.cpp.s
.PHONY : tests/integration/NumericalOperationsTests.cpp.s
tests/integration/StringOperationsTests.o: tests/integration/StringOperationsTests.cpp.o
.PHONY : tests/integration/StringOperationsTests.o
# target to build an object file
tests/integration/StringOperationsTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/StringOperationsTests.cpp.o
.PHONY : tests/integration/StringOperationsTests.cpp.o
tests/integration/StringOperationsTests.i: tests/integration/StringOperationsTests.cpp.i
.PHONY : tests/integration/StringOperationsTests.i
# target to preprocess a source file
tests/integration/StringOperationsTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/StringOperationsTests.cpp.i
.PHONY : tests/integration/StringOperationsTests.cpp.i
tests/integration/StringOperationsTests.s: tests/integration/StringOperationsTests.cpp.s
.PHONY : tests/integration/StringOperationsTests.s
# target to generate assembly for a file
tests/integration/StringOperationsTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/StringOperationsTests.cpp.s
.PHONY : tests/integration/StringOperationsTests.cpp.s
tests/integration/Variables.o: tests/integration/Variables.cpp.o
.PHONY : tests/integration/Variables.o
# target to build an object file
tests/integration/Variables.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/Variables.cpp.o
.PHONY : tests/integration/Variables.cpp.o
tests/integration/Variables.i: tests/integration/Variables.cpp.i
.PHONY : tests/integration/Variables.i
# target to preprocess a source file
tests/integration/Variables.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/Variables.cpp.i
.PHONY : tests/integration/Variables.cpp.i
tests/integration/Variables.s: tests/integration/Variables.cpp.s
.PHONY : tests/integration/Variables.s
# target to generate assembly for a file
tests/integration/Variables.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/integration/Variables.cpp.s
.PHONY : tests/integration/Variables.cpp.s
tests/parser/LexerTests.o: tests/parser/LexerTests.cpp.o
.PHONY : tests/parser/LexerTests.o
# target to build an object file
tests/parser/LexerTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/parser/LexerTests.cpp.o
.PHONY : tests/parser/LexerTests.cpp.o
tests/parser/LexerTests.i: tests/parser/LexerTests.cpp.i
.PHONY : tests/parser/LexerTests.i
# target to preprocess a source file
tests/parser/LexerTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/parser/LexerTests.cpp.i
.PHONY : tests/parser/LexerTests.cpp.i
tests/parser/LexerTests.s: tests/parser/LexerTests.cpp.s
.PHONY : tests/parser/LexerTests.s
# target to generate assembly for a file
tests/parser/LexerTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/parser/LexerTests.cpp.s
.PHONY : tests/parser/LexerTests.cpp.s
tests/parser/ParserTests.o: tests/parser/ParserTests.cpp.o
.PHONY : tests/parser/ParserTests.o
# target to build an object file
tests/parser/ParserTests.cpp.o:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/parser/ParserTests.cpp.o
.PHONY : tests/parser/ParserTests.cpp.o
tests/parser/ParserTests.i: tests/parser/ParserTests.cpp.i
.PHONY : tests/parser/ParserTests.i
# target to preprocess a source file
tests/parser/ParserTests.cpp.i:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/parser/ParserTests.cpp.i
.PHONY : tests/parser/ParserTests.cpp.i
tests/parser/ParserTests.s: tests/parser/ParserTests.cpp.s
.PHONY : tests/parser/ParserTests.s
# target to generate assembly for a file
tests/parser/ParserTests.cpp.s:
$(MAKE) -f CMakeFiles/PorygonLangTests.dir/build.make CMakeFiles/PorygonLangTests.dir/tests/parser/ParserTests.cpp.s
.PHONY : tests/parser/ParserTests.cpp.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 "... PorygonLang"
@echo "... edit_cache"
@echo "... PorygonLangTests"
@echo "... src/Binder/Binder.o"
@echo "... src/Binder/Binder.i"
@echo "... src/Binder/Binder.s"
@echo "... src/Binder/BoundVariables/BoundScope.o"
@echo "... src/Binder/BoundVariables/BoundScope.i"
@echo "... src/Binder/BoundVariables/BoundScope.s"
@echo "... src/Diagnostics/Diagnostics.o"
@echo "... src/Diagnostics/Diagnostics.i"
@echo "... src/Diagnostics/Diagnostics.s"
@echo "... src/Evaluator/BinaryEvaluation.o"
@echo "... src/Evaluator/BinaryEvaluation.i"
@echo "... src/Evaluator/BinaryEvaluation.s"
@echo "... src/Evaluator/EvalValues/EvalValue.o"
@echo "... src/Evaluator/EvalValues/EvalValue.i"
@echo "... src/Evaluator/EvalValues/EvalValue.s"
@echo "... src/Evaluator/EvalValues/NumericEvalValue.o"
@echo "... src/Evaluator/EvalValues/NumericEvalValue.i"
@echo "... src/Evaluator/EvalValues/NumericEvalValue.s"
@echo "... src/Evaluator/EvalValues/StringEvalValue.o"
@echo "... src/Evaluator/EvalValues/StringEvalValue.i"
@echo "... src/Evaluator/EvalValues/StringEvalValue.s"
@echo "... src/Evaluator/EvaluationScope/EvaluationScope.o"
@echo "... src/Evaluator/EvaluationScope/EvaluationScope.i"
@echo "... src/Evaluator/EvaluationScope/EvaluationScope.s"
@echo "... src/Evaluator/Evaluator.o"
@echo "... src/Evaluator/Evaluator.i"
@echo "... src/Evaluator/Evaluator.s"
@echo "... src/Evaluator/UnaryEvaluation.o"
@echo "... src/Evaluator/UnaryEvaluation.i"
@echo "... src/Evaluator/UnaryEvaluation.s"
@echo "... src/Parser/Lexer.o"
@echo "... src/Parser/Lexer.i"
@echo "... src/Parser/Lexer.s"
@echo "... src/Parser/Parser.o"
@echo "... src/Parser/Parser.i"
@echo "... src/Parser/Parser.s"
@echo "... src/Script.o"
@echo "... src/Script.i"
@echo "... src/Script.s"
@echo "... src/ScriptType.o"
@echo "... src/ScriptType.i"
@echo "... src/ScriptType.s"
@echo "... tests/integration/DiagnosticsTests.o"
@echo "... tests/integration/DiagnosticsTests.i"
@echo "... tests/integration/DiagnosticsTests.s"
@echo "... tests/integration/EqualityOperationsTests.o"
@echo "... tests/integration/EqualityOperationsTests.i"
@echo "... tests/integration/EqualityOperationsTests.s"
@echo "... tests/integration/Functions.o"
@echo "... tests/integration/Functions.i"
@echo "... tests/integration/Functions.s"
@echo "... tests/integration/IndexTests.o"
@echo "... tests/integration/IndexTests.i"
@echo "... tests/integration/IndexTests.s"
@echo "... tests/integration/LogicalOperationsTests.o"
@echo "... tests/integration/LogicalOperationsTests.i"
@echo "... tests/integration/LogicalOperationsTests.s"
@echo "... tests/integration/NumericalOperationsTests.o"
@echo "... tests/integration/NumericalOperationsTests.i"
@echo "... tests/integration/NumericalOperationsTests.s"
@echo "... tests/integration/StringOperationsTests.o"
@echo "... tests/integration/StringOperationsTests.i"
@echo "... tests/integration/StringOperationsTests.s"
@echo "... tests/integration/Variables.o"
@echo "... tests/integration/Variables.i"
@echo "... tests/integration/Variables.s"
@echo "... tests/parser/LexerTests.o"
@echo "... tests/parser/LexerTests.i"
@echo "... tests/parser/LexerTests.s"
@echo "... tests/parser/ParserTests.o"
@echo "... tests/parser/ParserTests.i"
@echo "... tests/parser/ParserTests.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -1,357 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="PorygonLang"/>
<Option makefile_is_custom="1"/>
<Option compiler="gcc"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="PorygonLang">
<Option output="/home/nathan/Projects/Porygon/PorygonLang/libPorygonLang.so" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option object_output="./"/>
<Option type="3"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/home/nathan/Projects/Porygon/PorygonLang/extern"/>
<Add directory="/usr/include/c++/8"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/8"/>
<Add directory="/usr/include/c++/8/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 PorygonLang"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="PorygonLang/fast">
<Option output="/home/nathan/Projects/Porygon/PorygonLang/libPorygonLang.so" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option object_output="./"/>
<Option type="3"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/home/nathan/Projects/Porygon/PorygonLang/extern"/>
<Add directory="/usr/include/c++/8"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/8"/>
<Add directory="/usr/include/c++/8/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 PorygonLang/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="PorygonLangTests">
<Option output="/home/nathan/Projects/Porygon/PorygonLang/PorygonLangTests" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add option="-DTESTS_BUILD"/>
<Add directory="/home/nathan/Projects/Porygon/PorygonLang/extern"/>
<Add directory="/usr/include/c++/8"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/8"/>
<Add directory="/usr/include/c++/8/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 PorygonLangTests"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="PorygonLangTests/fast">
<Option output="/home/nathan/Projects/Porygon/PorygonLang/PorygonLangTests" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/nathan/Projects/Porygon/PorygonLang"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add option="-DTESTS_BUILD"/>
<Add directory="/home/nathan/Projects/Porygon/PorygonLang/extern"/>
<Add directory="/usr/include/c++/8"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/8"/>
<Add directory="/usr/include/c++/8/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 PorygonLangTests/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/nathan/Projects/Porygon/PorygonLang/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/Binder.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/Binder.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundExpressions/BoundExpression.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundOperators.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundStatements/BoundFunctionDeclarationStatement.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundStatements/BoundStatement.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundVariables/BoundScope.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundVariables/BoundScope.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundVariables/BoundVariable.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundVariables/BoundVariableKey.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Binder/BoundVariables/VariableAssigmentResult.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Diagnostics/Diagnostic.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Diagnostics/DiagnosticCode.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Diagnostics/DiagnosticSeverity.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Diagnostics/Diagnostics.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Diagnostics/Diagnostics.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/BinaryEvaluation.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/EvalValue.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/EvalValue.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/NumericEvalValue.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/NumericEvalValue.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/ScriptFunctionEvalValue.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/StringEvalValue.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvalValues/StringEvalValue.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvaluationException.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvaluationScope/EvaluationScope.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/EvaluationScope/EvaluationScope.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/Evaluator.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/Evaluator.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Evaluator/UnaryEvaluation.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/BinaryOperatorKind.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/Lexer.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/Lexer.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/ParsedExpressions/ParsedExpression.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/ParsedStatements/ParsedStatement.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/Parser.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/Parser.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/Token.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/TokenKind.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/TypedVariableIdentifier.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Parser/UnaryOperatorKind.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Script.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Script.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/ScriptType.cpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/ScriptType.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/src/Utilities/HashedString.hpp">
<Option target="PorygonLang"/>
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/DiagnosticsTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/EqualityOperationsTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/Functions.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/IndexTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/LogicalOperationsTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/NumericalOperationsTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/StringOperationsTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/integration/Variables.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/parser/LexerTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/tests/parser/ParserTests.cpp">
<Option target="PorygonLangTests"/>
</Unit>
<Unit filename="/home/nathan/Projects/Porygon/PorygonLang/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>

View File

@ -1,49 +0,0 @@
# Install script for directory: /home/nathan/Projects/Porygon/PorygonLang
# 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 "")
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()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
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 "/home/nathan/Projects/Porygon/PorygonLang/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")