diff --git a/ZSharp/linux-build/CMakeCache.txt b/ZSharp/linux-build/CMakeCache.txt index 0c69eda..5c5697b 100644 --- a/ZSharp/linux-build/CMakeCache.txt +++ b/ZSharp/linux-build/CMakeCache.txt @@ -30,7 +30,7 @@ CMAKE_AR:FILEPATH=/usr/bin/ar //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... -CMAKE_BUILD_TYPE:STRING= +CMAKE_BUILD_TYPE:STRING=Release //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON diff --git a/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin b/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin old mode 100644 new mode 100755 diff --git a/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin b/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin old mode 100644 new mode 100755 diff --git a/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeSystem.cmake b/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeSystem.cmake index 442aabb..b2cbc0b 100644 --- a/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeSystem.cmake +++ b/ZSharp/linux-build/CMakeFiles/3.16.3/CMakeSystem.cmake @@ -1,13 +1,13 @@ -set(CMAKE_HOST_SYSTEM "Linux-5.11.0-43-generic") +set(CMAKE_HOST_SYSTEM "Linux-5.13.0-27-generic") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "5.11.0-43-generic") +set(CMAKE_HOST_SYSTEM_VERSION "5.13.0-27-generic") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") -set(CMAKE_SYSTEM "Linux-5.11.0-43-generic") +set(CMAKE_SYSTEM "Linux-5.13.0-27-generic") set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "5.11.0-43-generic") +set(CMAKE_SYSTEM_VERSION "5.13.0-27-generic") set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(CMAKE_CROSSCOMPILING "FALSE") diff --git a/ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdC/a.out b/ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdC/a.out old mode 100644 new mode 100755 diff --git a/ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdCXX/a.out b/ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdCXX/a.out old mode 100644 new mode 100755 diff --git a/ZSharp/linux-build/CMakeFiles/CMakeDirectoryInformation.cmake b/ZSharp/linux-build/CMakeFiles/CMakeDirectoryInformation.cmake index e3fe251..f717c94 100644 --- a/ZSharp/linux-build/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/ZSharp/linux-build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -2,8 +2,8 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.16 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/sam/StuLang/Slang") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/sam/StuLang/Slang/linux-build") +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/sam/Z-Sharp/ZSharp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/sam/Z-Sharp/ZSharp/linux-build") # Force unix paths in dependencies. set(CMAKE_FORCE_UNIX_PATHS 1) diff --git a/ZSharp/linux-build/CMakeFiles/Makefile.cmake b/ZSharp/linux-build/CMakeFiles/Makefile.cmake index 77ce374..959125b 100644 --- a/ZSharp/linux-build/CMakeFiles/Makefile.cmake +++ b/ZSharp/linux-build/CMakeFiles/Makefile.cmake @@ -131,5 +131,5 @@ set(CMAKE_MAKEFILE_PRODUCTS # Dependency information for all targets: set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/Slang.dir/DependInfo.cmake" + "CMakeFiles/ZSharp.dir/DependInfo.cmake" ) diff --git a/ZSharp/linux-build/CMakeFiles/Makefile2 b/ZSharp/linux-build/CMakeFiles/Makefile2 index 1c3db11..9cf886c 100644 --- a/ZSharp/linux-build/CMakeFiles/Makefile2 +++ b/ZSharp/linux-build/CMakeFiles/Makefile2 @@ -44,16 +44,16 @@ RM = /usr/bin/cmake -E remove -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/sam/StuLang/Slang +CMAKE_SOURCE_DIR = /home/sam/Z-Sharp/ZSharp # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/sam/StuLang/Slang/linux-build +CMAKE_BINARY_DIR = /home/sam/Z-Sharp/ZSharp/linux-build #============================================================================= # Directory level rules for the build root directory # The main recursive "all" target. -all: CMakeFiles/Slang.dir/all +all: CMakeFiles/ZSharp.dir/all .PHONY : all @@ -63,36 +63,36 @@ preinstall: .PHONY : preinstall # The main recursive "clean" target. -clean: CMakeFiles/Slang.dir/clean +clean: CMakeFiles/ZSharp.dir/clean .PHONY : clean #============================================================================= -# Target rules for target CMakeFiles/Slang.dir +# Target rules for target CMakeFiles/ZSharp.dir # All Build rule for target. -CMakeFiles/Slang.dir/all: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/depend - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/sam/StuLang/Slang/linux-build/CMakeFiles --progress-num=1,2,3,4 "Built target Slang" -.PHONY : CMakeFiles/Slang.dir/all +CMakeFiles/ZSharp.dir/all: + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/depend + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles --progress-num=1,2,3,4 "Built target ZSharp" +.PHONY : CMakeFiles/ZSharp.dir/all # Build rule for subdir invocation for target. -CMakeFiles/Slang.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/StuLang/Slang/linux-build/CMakeFiles 4 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Slang.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/StuLang/Slang/linux-build/CMakeFiles 0 -.PHONY : CMakeFiles/Slang.dir/rule +CMakeFiles/ZSharp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ZSharp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles 0 +.PHONY : CMakeFiles/ZSharp.dir/rule # Convenience name for target. -Slang: CMakeFiles/Slang.dir/rule +ZSharp: CMakeFiles/ZSharp.dir/rule -.PHONY : Slang +.PHONY : ZSharp # clean rule for target. -CMakeFiles/Slang.dir/clean: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/clean -.PHONY : CMakeFiles/Slang.dir/clean +CMakeFiles/ZSharp.dir/clean: + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/clean +.PHONY : CMakeFiles/ZSharp.dir/clean #============================================================================= # Special targets to cleanup operation of make. diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/Main.cpp.o b/ZSharp/linux-build/CMakeFiles/Slang.dir/Main.cpp.o deleted file mode 100644 index 0bb2382..0000000 Binary files a/ZSharp/linux-build/CMakeFiles/Slang.dir/Main.cpp.o and /dev/null differ diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/build.make b/ZSharp/linux-build/CMakeFiles/Slang.dir/build.make deleted file mode 100644 index e1bc86b..0000000 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/build.make +++ /dev/null @@ -1,131 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.16 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /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/sam/StuLang/Slang - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/sam/StuLang/Slang/linux-build - -# Include any dependencies generated for this target. -include CMakeFiles/Slang.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/Slang.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/Slang.dir/flags.make - -CMakeFiles/Slang.dir/Main.cpp.o: CMakeFiles/Slang.dir/flags.make -CMakeFiles/Slang.dir/Main.cpp.o: ../Main.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sam/StuLang/Slang/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Slang.dir/Main.cpp.o" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Slang.dir/Main.cpp.o -c /home/sam/StuLang/Slang/Main.cpp - -CMakeFiles/Slang.dir/Main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Slang.dir/Main.cpp.i" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sam/StuLang/Slang/Main.cpp > CMakeFiles/Slang.dir/Main.cpp.i - -CMakeFiles/Slang.dir/Main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Slang.dir/Main.cpp.s" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sam/StuLang/Slang/Main.cpp -o CMakeFiles/Slang.dir/Main.cpp.s - -CMakeFiles/Slang.dir/strops.cpp.o: CMakeFiles/Slang.dir/flags.make -CMakeFiles/Slang.dir/strops.cpp.o: ../strops.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sam/StuLang/Slang/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/Slang.dir/strops.cpp.o" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Slang.dir/strops.cpp.o -c /home/sam/StuLang/Slang/strops.cpp - -CMakeFiles/Slang.dir/strops.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Slang.dir/strops.cpp.i" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sam/StuLang/Slang/strops.cpp > CMakeFiles/Slang.dir/strops.cpp.i - -CMakeFiles/Slang.dir/strops.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Slang.dir/strops.cpp.s" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sam/StuLang/Slang/strops.cpp -o CMakeFiles/Slang.dir/strops.cpp.s - -CMakeFiles/Slang.dir/eval.cpp.o: CMakeFiles/Slang.dir/flags.make -CMakeFiles/Slang.dir/eval.cpp.o: ../eval.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sam/StuLang/Slang/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/Slang.dir/eval.cpp.o" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Slang.dir/eval.cpp.o -c /home/sam/StuLang/Slang/eval.cpp - -CMakeFiles/Slang.dir/eval.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Slang.dir/eval.cpp.i" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sam/StuLang/Slang/eval.cpp > CMakeFiles/Slang.dir/eval.cpp.i - -CMakeFiles/Slang.dir/eval.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Slang.dir/eval.cpp.s" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sam/StuLang/Slang/eval.cpp -o CMakeFiles/Slang.dir/eval.cpp.s - -# Object files for target Slang -Slang_OBJECTS = \ -"CMakeFiles/Slang.dir/Main.cpp.o" \ -"CMakeFiles/Slang.dir/strops.cpp.o" \ -"CMakeFiles/Slang.dir/eval.cpp.o" - -# External object files for target Slang -Slang_EXTERNAL_OBJECTS = - -Slang: CMakeFiles/Slang.dir/Main.cpp.o -Slang: CMakeFiles/Slang.dir/strops.cpp.o -Slang: CMakeFiles/Slang.dir/eval.cpp.o -Slang: CMakeFiles/Slang.dir/build.make -Slang: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 -Slang: /usr/lib/x86_64-linux-gnu/libSDL2_image.so -Slang: /usr/lib/x86_64-linux-gnu/libSDL2_ttf.so -Slang: CMakeFiles/Slang.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/sam/StuLang/Slang/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable Slang" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Slang.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/Slang.dir/build: Slang - -.PHONY : CMakeFiles/Slang.dir/build - -CMakeFiles/Slang.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/Slang.dir/cmake_clean.cmake -.PHONY : CMakeFiles/Slang.dir/clean - -CMakeFiles/Slang.dir/depend: - cd /home/sam/StuLang/Slang/linux-build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/sam/StuLang/Slang /home/sam/StuLang/Slang /home/sam/StuLang/Slang/linux-build /home/sam/StuLang/Slang/linux-build /home/sam/StuLang/Slang/linux-build/CMakeFiles/Slang.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/Slang.dir/depend - diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/cmake_clean.cmake b/ZSharp/linux-build/CMakeFiles/Slang.dir/cmake_clean.cmake deleted file mode 100644 index 8bee37f..0000000 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Slang.dir/Main.cpp.o" - "CMakeFiles/Slang.dir/eval.cpp.o" - "CMakeFiles/Slang.dir/strops.cpp.o" - "Slang" - "Slang.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Slang.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/depend.make b/ZSharp/linux-build/CMakeFiles/Slang.dir/depend.make deleted file mode 100644 index 15b57cd..0000000 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/depend.make +++ /dev/null @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.16 - -CMakeFiles/Slang.dir/Main.cpp.o: ../Main.cpp -CMakeFiles/Slang.dir/Main.cpp.o: ../SLB.h -CMakeFiles/Slang.dir/Main.cpp.o: ../anyops.h -CMakeFiles/Slang.dir/Main.cpp.o: ../builtin.h -CMakeFiles/Slang.dir/Main.cpp.o: ../eval.h -CMakeFiles/Slang.dir/Main.cpp.o: ../graphics.h -CMakeFiles/Slang.dir/Main.cpp.o: ../main.h -CMakeFiles/Slang.dir/Main.cpp.o: ../strops.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_assert.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_atomic.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_audio.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_blendmode.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_clipboard.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_config.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_cpuinfo.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_endian.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_error.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_events.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_filesystem.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_gamecontroller.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_gesture.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_haptic.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_hints.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_image.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_joystick.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_keyboard.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_keycode.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_loadso.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_log.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_main.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_messagebox.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_mouse.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_mutex.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_pixels.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_platform.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_power.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_quit.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_rect.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_render.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_rwops.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_scancode.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_sensor.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_shape.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_stdinc.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_surface.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_system.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_thread.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_timer.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_touch.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_ttf.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_version.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/SDL_video.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/begin_code.h -CMakeFiles/Slang.dir/Main.cpp.o: /usr/include/SDL2/close_code.h - -CMakeFiles/Slang.dir/eval.cpp.o: ../eval.cpp -CMakeFiles/Slang.dir/eval.cpp.o: ../eval.h -CMakeFiles/Slang.dir/eval.cpp.o: ../strops.h - -CMakeFiles/Slang.dir/strops.cpp.o: ../strops.cpp -CMakeFiles/Slang.dir/strops.cpp.o: ../strops.h - diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/eval.cpp.o b/ZSharp/linux-build/CMakeFiles/Slang.dir/eval.cpp.o deleted file mode 100644 index 0709e9b..0000000 Binary files a/ZSharp/linux-build/CMakeFiles/Slang.dir/eval.cpp.o and /dev/null differ diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/link.txt b/ZSharp/linux-build/CMakeFiles/Slang.dir/link.txt deleted file mode 100644 index b39c568..0000000 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/c++ -rdynamic CMakeFiles/Slang.dir/Main.cpp.o CMakeFiles/Slang.dir/strops.cpp.o CMakeFiles/Slang.dir/eval.cpp.o -o Slang -lm /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 -lSDL2 -lSDL2_image -lSDL2_ttf diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/strops.cpp.o b/ZSharp/linux-build/CMakeFiles/Slang.dir/strops.cpp.o deleted file mode 100644 index 265aaea..0000000 Binary files a/ZSharp/linux-build/CMakeFiles/Slang.dir/strops.cpp.o and /dev/null differ diff --git a/ZSharp/linux-build/CMakeFiles/TargetDirectories.txt b/ZSharp/linux-build/CMakeFiles/TargetDirectories.txt index a4c62a8..cc9e651 100644 --- a/ZSharp/linux-build/CMakeFiles/TargetDirectories.txt +++ b/ZSharp/linux-build/CMakeFiles/TargetDirectories.txt @@ -1,3 +1,3 @@ -/home/sam/StuLang/Slang/linux-build/CMakeFiles/rebuild_cache.dir -/home/sam/StuLang/Slang/linux-build/CMakeFiles/edit_cache.dir -/home/sam/StuLang/Slang/linux-build/CMakeFiles/Slang.dir +/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/rebuild_cache.dir +/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/edit_cache.dir +/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/ZSharp.dir diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/CXX.includecache b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/CXX.includecache similarity index 93% rename from ZSharp/linux-build/CMakeFiles/Slang.dir/CXX.includecache rename to ZSharp/linux-build/CMakeFiles/ZSharp.dir/CXX.includecache index 6213126..c4c97a5 100644 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/CXX.includecache +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/CXX.includecache @@ -6,7 +6,7 @@ #IncludeRegexTransform: -/home/sam/StuLang/Slang/Main.cpp +/home/sam/Z-Sharp/ZSharp/Main.cpp iostream - fstream @@ -38,29 +38,29 @@ filesystem windows.h - eval.h -/home/sam/StuLang/Slang/eval.h +/home/sam/Z-Sharp/ZSharp/eval.h strops.h -/home/sam/StuLang/Slang/strops.h +/home/sam/Z-Sharp/ZSharp/strops.h builtin.h -/home/sam/StuLang/Slang/builtin.h +/home/sam/Z-Sharp/ZSharp/builtin.h main.h -/home/sam/StuLang/Slang/main.h +/home/sam/Z-Sharp/ZSharp/main.h anyops.h -/home/sam/StuLang/Slang/anyops.h -SLB.h -/home/sam/StuLang/Slang/SLB.h +/home/sam/Z-Sharp/ZSharp/anyops.h +ZS.h +/home/sam/Z-Sharp/ZSharp/ZS.h -/home/sam/StuLang/Slang/SLB.h +/home/sam/Z-Sharp/ZSharp/ZS.h string - -/home/sam/StuLang/Slang/anyops.h +/home/sam/Z-Sharp/ZSharp/anyops.h builtin.h -/home/sam/StuLang/Slang/builtin.h +/home/sam/Z-Sharp/ZSharp/builtin.h boost/any.hpp - -/home/sam/StuLang/Slang/builtin.h +/home/sam/Z-Sharp/ZSharp/builtin.h iostream - fstream @@ -76,11 +76,11 @@ algorithm unordered_map - strops.h -/home/sam/StuLang/Slang/strops.h +/home/sam/Z-Sharp/ZSharp/strops.h graphics.h -/home/sam/StuLang/Slang/graphics.h +/home/sam/Z-Sharp/ZSharp/graphics.h anyops.h -/home/sam/StuLang/Slang/anyops.h +/home/sam/Z-Sharp/ZSharp/anyops.h boost/any.hpp - SDL.h @@ -90,7 +90,7 @@ ctime math.h - -/home/sam/StuLang/Slang/eval.cpp +/home/sam/Z-Sharp/ZSharp/eval.cpp iostream - fstream @@ -104,15 +104,15 @@ limits stack - eval.h -/home/sam/StuLang/Slang/eval.h +/home/sam/Z-Sharp/ZSharp/eval.h strops.h -/home/sam/StuLang/Slang/strops.h +/home/sam/Z-Sharp/ZSharp/strops.h math.h - -/home/sam/StuLang/Slang/eval.h +/home/sam/Z-Sharp/ZSharp/eval.h -/home/sam/StuLang/Slang/graphics.h +/home/sam/Z-Sharp/ZSharp/graphics.h iostream - fstream @@ -128,9 +128,9 @@ algorithm boost/any.hpp - strops.h -/home/sam/StuLang/Slang/strops.h +/home/sam/Z-Sharp/ZSharp/strops.h main.h -/home/sam/StuLang/Slang/main.h +/home/sam/Z-Sharp/ZSharp/main.h SDL.h - SDL_image.h @@ -150,9 +150,9 @@ string any - -/home/sam/StuLang/Slang/main.h +/home/sam/Z-Sharp/ZSharp/main.h -/home/sam/StuLang/Slang/strops.cpp +/home/sam/Z-Sharp/ZSharp/strops.cpp iostream - fstream @@ -166,9 +166,9 @@ limits boost/any.hpp - strops.h -/home/sam/StuLang/Slang/strops.h +/home/sam/Z-Sharp/ZSharp/strops.h -/home/sam/StuLang/Slang/strops.h +/home/sam/Z-Sharp/ZSharp/strops.h boost/any.hpp - diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/DependInfo.cmake b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/DependInfo.cmake similarity index 64% rename from ZSharp/linux-build/CMakeFiles/Slang.dir/DependInfo.cmake rename to ZSharp/linux-build/CMakeFiles/ZSharp.dir/DependInfo.cmake index 7ee8011..6fe8bb9 100644 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/DependInfo.cmake +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/DependInfo.cmake @@ -4,9 +4,9 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_CXX - "/home/sam/StuLang/Slang/Main.cpp" "/home/sam/StuLang/Slang/linux-build/CMakeFiles/Slang.dir/Main.cpp.o" - "/home/sam/StuLang/Slang/eval.cpp" "/home/sam/StuLang/Slang/linux-build/CMakeFiles/Slang.dir/eval.cpp.o" - "/home/sam/StuLang/Slang/strops.cpp" "/home/sam/StuLang/Slang/linux-build/CMakeFiles/Slang.dir/strops.cpp.o" + "/home/sam/Z-Sharp/ZSharp/Main.cpp" "/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/ZSharp.dir/Main.cpp.o" + "/home/sam/Z-Sharp/ZSharp/eval.cpp" "/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/ZSharp.dir/eval.cpp.o" + "/home/sam/Z-Sharp/ZSharp/strops.cpp" "/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/ZSharp.dir/strops.cpp.o" ) set(CMAKE_CXX_COMPILER_ID "GNU") diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/Main.cpp.o b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/Main.cpp.o new file mode 100644 index 0000000..8e8993c Binary files /dev/null and b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/Main.cpp.o differ diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/build.make b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/build.make new file mode 100644 index 0000000..38d01e7 --- /dev/null +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/build.make @@ -0,0 +1,131 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /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/sam/Z-Sharp/ZSharp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/sam/Z-Sharp/ZSharp/linux-build + +# Include any dependencies generated for this target. +include CMakeFiles/ZSharp.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/ZSharp.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/ZSharp.dir/flags.make + +CMakeFiles/ZSharp.dir/Main.cpp.o: CMakeFiles/ZSharp.dir/flags.make +CMakeFiles/ZSharp.dir/Main.cpp.o: ../Main.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/ZSharp.dir/Main.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ZSharp.dir/Main.cpp.o -c /home/sam/Z-Sharp/ZSharp/Main.cpp + +CMakeFiles/ZSharp.dir/Main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ZSharp.dir/Main.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sam/Z-Sharp/ZSharp/Main.cpp > CMakeFiles/ZSharp.dir/Main.cpp.i + +CMakeFiles/ZSharp.dir/Main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ZSharp.dir/Main.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sam/Z-Sharp/ZSharp/Main.cpp -o CMakeFiles/ZSharp.dir/Main.cpp.s + +CMakeFiles/ZSharp.dir/strops.cpp.o: CMakeFiles/ZSharp.dir/flags.make +CMakeFiles/ZSharp.dir/strops.cpp.o: ../strops.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/ZSharp.dir/strops.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ZSharp.dir/strops.cpp.o -c /home/sam/Z-Sharp/ZSharp/strops.cpp + +CMakeFiles/ZSharp.dir/strops.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ZSharp.dir/strops.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sam/Z-Sharp/ZSharp/strops.cpp > CMakeFiles/ZSharp.dir/strops.cpp.i + +CMakeFiles/ZSharp.dir/strops.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ZSharp.dir/strops.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sam/Z-Sharp/ZSharp/strops.cpp -o CMakeFiles/ZSharp.dir/strops.cpp.s + +CMakeFiles/ZSharp.dir/eval.cpp.o: CMakeFiles/ZSharp.dir/flags.make +CMakeFiles/ZSharp.dir/eval.cpp.o: ../eval.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/ZSharp.dir/eval.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ZSharp.dir/eval.cpp.o -c /home/sam/Z-Sharp/ZSharp/eval.cpp + +CMakeFiles/ZSharp.dir/eval.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ZSharp.dir/eval.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sam/Z-Sharp/ZSharp/eval.cpp > CMakeFiles/ZSharp.dir/eval.cpp.i + +CMakeFiles/ZSharp.dir/eval.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ZSharp.dir/eval.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sam/Z-Sharp/ZSharp/eval.cpp -o CMakeFiles/ZSharp.dir/eval.cpp.s + +# Object files for target ZSharp +ZSharp_OBJECTS = \ +"CMakeFiles/ZSharp.dir/Main.cpp.o" \ +"CMakeFiles/ZSharp.dir/strops.cpp.o" \ +"CMakeFiles/ZSharp.dir/eval.cpp.o" + +# External object files for target ZSharp +ZSharp_EXTERNAL_OBJECTS = + +ZSharp: CMakeFiles/ZSharp.dir/Main.cpp.o +ZSharp: CMakeFiles/ZSharp.dir/strops.cpp.o +ZSharp: CMakeFiles/ZSharp.dir/eval.cpp.o +ZSharp: CMakeFiles/ZSharp.dir/build.make +ZSharp: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 +ZSharp: /usr/lib/x86_64-linux-gnu/libSDL2_image.so +ZSharp: /usr/lib/x86_64-linux-gnu/libSDL2_ttf.so +ZSharp: CMakeFiles/ZSharp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable ZSharp" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ZSharp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/ZSharp.dir/build: ZSharp + +.PHONY : CMakeFiles/ZSharp.dir/build + +CMakeFiles/ZSharp.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ZSharp.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ZSharp.dir/clean + +CMakeFiles/ZSharp.dir/depend: + cd /home/sam/Z-Sharp/ZSharp/linux-build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/sam/Z-Sharp/ZSharp /home/sam/Z-Sharp/ZSharp /home/sam/Z-Sharp/ZSharp/linux-build /home/sam/Z-Sharp/ZSharp/linux-build /home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/ZSharp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/ZSharp.dir/depend + diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/cmake_clean.cmake b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/cmake_clean.cmake new file mode 100644 index 0000000..1897df3 --- /dev/null +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/ZSharp.dir/Main.cpp.o" + "CMakeFiles/ZSharp.dir/eval.cpp.o" + "CMakeFiles/ZSharp.dir/strops.cpp.o" + "ZSharp" + "ZSharp.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/ZSharp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/depend.internal b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/depend.internal similarity index 74% rename from ZSharp/linux-build/CMakeFiles/Slang.dir/depend.internal rename to ZSharp/linux-build/CMakeFiles/ZSharp.dir/depend.internal index 075f744..e9ebadc 100644 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/depend.internal +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/depend.internal @@ -1,15 +1,15 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.16 -CMakeFiles/Slang.dir/Main.cpp.o - /home/sam/StuLang/Slang/Main.cpp - /home/sam/StuLang/Slang/SLB.h - /home/sam/StuLang/Slang/anyops.h - /home/sam/StuLang/Slang/builtin.h - /home/sam/StuLang/Slang/eval.h - /home/sam/StuLang/Slang/graphics.h - /home/sam/StuLang/Slang/main.h - /home/sam/StuLang/Slang/strops.h +CMakeFiles/ZSharp.dir/Main.cpp.o + /home/sam/Z-Sharp/ZSharp/Main.cpp + /home/sam/Z-Sharp/ZSharp/ZS.h + /home/sam/Z-Sharp/ZSharp/anyops.h + /home/sam/Z-Sharp/ZSharp/builtin.h + /home/sam/Z-Sharp/ZSharp/eval.h + /home/sam/Z-Sharp/ZSharp/graphics.h + /home/sam/Z-Sharp/ZSharp/main.h + /home/sam/Z-Sharp/ZSharp/strops.h /usr/include/SDL2/SDL.h /usr/include/SDL2/SDL_assert.h /usr/include/SDL2/SDL_atomic.h @@ -57,10 +57,10 @@ CMakeFiles/Slang.dir/Main.cpp.o /usr/include/SDL2/SDL_video.h /usr/include/SDL2/begin_code.h /usr/include/SDL2/close_code.h -CMakeFiles/Slang.dir/eval.cpp.o - /home/sam/StuLang/Slang/eval.cpp - /home/sam/StuLang/Slang/eval.h - /home/sam/StuLang/Slang/strops.h -CMakeFiles/Slang.dir/strops.cpp.o - /home/sam/StuLang/Slang/strops.cpp - /home/sam/StuLang/Slang/strops.h +CMakeFiles/ZSharp.dir/eval.cpp.o + /home/sam/Z-Sharp/ZSharp/eval.cpp + /home/sam/Z-Sharp/ZSharp/eval.h + /home/sam/Z-Sharp/ZSharp/strops.h +CMakeFiles/ZSharp.dir/strops.cpp.o + /home/sam/Z-Sharp/ZSharp/strops.cpp + /home/sam/Z-Sharp/ZSharp/strops.h diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/depend.make b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/depend.make new file mode 100644 index 0000000..d302179 --- /dev/null +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/depend.make @@ -0,0 +1,66 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +CMakeFiles/ZSharp.dir/Main.cpp.o: ../Main.cpp +CMakeFiles/ZSharp.dir/Main.cpp.o: ../ZS.h +CMakeFiles/ZSharp.dir/Main.cpp.o: ../anyops.h +CMakeFiles/ZSharp.dir/Main.cpp.o: ../builtin.h +CMakeFiles/ZSharp.dir/Main.cpp.o: ../eval.h +CMakeFiles/ZSharp.dir/Main.cpp.o: ../graphics.h +CMakeFiles/ZSharp.dir/Main.cpp.o: ../main.h +CMakeFiles/ZSharp.dir/Main.cpp.o: ../strops.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_assert.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_atomic.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_audio.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_blendmode.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_clipboard.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_config.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_cpuinfo.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_endian.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_error.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_events.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_filesystem.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_gamecontroller.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_gesture.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_haptic.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_hints.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_image.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_joystick.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_keyboard.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_keycode.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_loadso.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_log.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_main.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_messagebox.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_mouse.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_mutex.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_pixels.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_platform.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_power.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_quit.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_rect.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_render.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_rwops.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_scancode.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_sensor.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_shape.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_stdinc.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_surface.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_system.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_thread.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_timer.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_touch.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_ttf.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_version.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/SDL_video.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/begin_code.h +CMakeFiles/ZSharp.dir/Main.cpp.o: /usr/include/SDL2/close_code.h + +CMakeFiles/ZSharp.dir/eval.cpp.o: ../eval.cpp +CMakeFiles/ZSharp.dir/eval.cpp.o: ../eval.h +CMakeFiles/ZSharp.dir/eval.cpp.o: ../strops.h + +CMakeFiles/ZSharp.dir/strops.cpp.o: ../strops.cpp +CMakeFiles/ZSharp.dir/strops.cpp.o: ../strops.h + diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/eval.cpp.o b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/eval.cpp.o new file mode 100644 index 0000000..8de9424 Binary files /dev/null and b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/eval.cpp.o differ diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/flags.make b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/flags.make similarity index 85% rename from ZSharp/linux-build/CMakeFiles/Slang.dir/flags.make rename to ZSharp/linux-build/CMakeFiles/ZSharp.dir/flags.make index 3771609..04d4b69 100644 --- a/ZSharp/linux-build/CMakeFiles/Slang.dir/flags.make +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/flags.make @@ -2,7 +2,7 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.16 # compile CXX with /usr/bin/c++ -CXX_FLAGS = -std=gnu++17 +CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17 CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_DYN_LINK diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/link.txt b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/link.txt new file mode 100644 index 0000000..a06619c --- /dev/null +++ b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/ZSharp.dir/Main.cpp.o CMakeFiles/ZSharp.dir/strops.cpp.o CMakeFiles/ZSharp.dir/eval.cpp.o -o ZSharp -lm /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 -lSDL2 -lSDL2_image -lSDL2_ttf diff --git a/ZSharp/linux-build/CMakeFiles/Slang.dir/progress.make b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/progress.make similarity index 100% rename from ZSharp/linux-build/CMakeFiles/Slang.dir/progress.make rename to ZSharp/linux-build/CMakeFiles/ZSharp.dir/progress.make diff --git a/ZSharp/linux-build/CMakeFiles/ZSharp.dir/strops.cpp.o b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/strops.cpp.o new file mode 100644 index 0000000..6f2ef5e Binary files /dev/null and b/ZSharp/linux-build/CMakeFiles/ZSharp.dir/strops.cpp.o differ diff --git a/ZSharp/linux-build/Makefile b/ZSharp/linux-build/Makefile index a1a2429..87c8087 100644 --- a/ZSharp/linux-build/Makefile +++ b/ZSharp/linux-build/Makefile @@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/sam/StuLang/Slang +CMAKE_SOURCE_DIR = /home/sam/Z-Sharp/ZSharp # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/sam/StuLang/Slang/linux-build +CMAKE_BINARY_DIR = /home/sam/Z-Sharp/ZSharp/linux-build #============================================================================= # Targets provided globally by CMake. @@ -80,9 +80,9 @@ edit_cache/fast: edit_cache # The main all target all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/StuLang/Slang/linux-build/CMakeFiles /home/sam/StuLang/Slang/linux-build/CMakeFiles/progress.marks + $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles /home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles/progress.marks $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/StuLang/Slang/linux-build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/sam/Z-Sharp/ZSharp/linux-build/CMakeFiles 0 .PHONY : all # The main clean target @@ -111,17 +111,17 @@ depend: .PHONY : depend #============================================================================= -# Target rules for targets named Slang +# Target rules for targets named ZSharp # Build rule for target. -Slang: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Slang -.PHONY : Slang +ZSharp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 ZSharp +.PHONY : ZSharp # fast build rule for target. -Slang/fast: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/build -.PHONY : Slang/fast +ZSharp/fast: + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/build +.PHONY : ZSharp/fast Main.o: Main.cpp.o @@ -129,7 +129,7 @@ Main.o: Main.cpp.o # target to build an object file Main.cpp.o: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/Main.cpp.o + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/Main.cpp.o .PHONY : Main.cpp.o Main.i: Main.cpp.i @@ -138,7 +138,7 @@ Main.i: Main.cpp.i # target to preprocess a source file Main.cpp.i: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/Main.cpp.i + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/Main.cpp.i .PHONY : Main.cpp.i Main.s: Main.cpp.s @@ -147,7 +147,7 @@ Main.s: Main.cpp.s # target to generate assembly for a file Main.cpp.s: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/Main.cpp.s + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/Main.cpp.s .PHONY : Main.cpp.s eval.o: eval.cpp.o @@ -156,7 +156,7 @@ eval.o: eval.cpp.o # target to build an object file eval.cpp.o: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/eval.cpp.o + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/eval.cpp.o .PHONY : eval.cpp.o eval.i: eval.cpp.i @@ -165,7 +165,7 @@ eval.i: eval.cpp.i # target to preprocess a source file eval.cpp.i: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/eval.cpp.i + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/eval.cpp.i .PHONY : eval.cpp.i eval.s: eval.cpp.s @@ -174,7 +174,7 @@ eval.s: eval.cpp.s # target to generate assembly for a file eval.cpp.s: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/eval.cpp.s + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/eval.cpp.s .PHONY : eval.cpp.s strops.o: strops.cpp.o @@ -183,7 +183,7 @@ strops.o: strops.cpp.o # target to build an object file strops.cpp.o: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/strops.cpp.o + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/strops.cpp.o .PHONY : strops.cpp.o strops.i: strops.cpp.i @@ -192,7 +192,7 @@ strops.i: strops.cpp.i # target to preprocess a source file strops.cpp.i: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/strops.cpp.i + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/strops.cpp.i .PHONY : strops.cpp.i strops.s: strops.cpp.s @@ -201,7 +201,7 @@ strops.s: strops.cpp.s # target to generate assembly for a file strops.cpp.s: - $(MAKE) -f CMakeFiles/Slang.dir/build.make CMakeFiles/Slang.dir/strops.cpp.s + $(MAKE) -f CMakeFiles/ZSharp.dir/build.make CMakeFiles/ZSharp.dir/strops.cpp.s .PHONY : strops.cpp.s # Help Target @@ -212,7 +212,7 @@ help: @echo "... depend" @echo "... rebuild_cache" @echo "... edit_cache" - @echo "... Slang" + @echo "... ZSharp" @echo "... Main.o" @echo "... Main.i" @echo "... Main.s" diff --git a/ZSharp/linux-build/Slang-Linux b/ZSharp/linux-build/Slang-Linux deleted file mode 100644 index 90ac285..0000000 Binary files a/ZSharp/linux-build/Slang-Linux and /dev/null differ diff --git a/ZSharp/linux-build/ZSharp b/ZSharp/linux-build/ZSharp new file mode 100755 index 0000000..140ac27 Binary files /dev/null and b/ZSharp/linux-build/ZSharp differ diff --git a/ZSharp/linux-build/cmake_install.cmake b/ZSharp/linux-build/cmake_install.cmake index b1b9c26..b4487ac 100644 --- a/ZSharp/linux-build/cmake_install.cmake +++ b/ZSharp/linux-build/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/sam/StuLang/Slang +# Install script for directory: /home/sam/Z-Sharp/ZSharp # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -12,7 +12,7 @@ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() - set(CMAKE_INSTALL_CONFIG_NAME "") + set(CMAKE_INSTALL_CONFIG_NAME "Release") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() @@ -45,5 +45,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/sam/StuLang/Slang/linux-build/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "/home/sam/Z-Sharp/ZSharp/linux-build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}")