Skip to content

Commit

Permalink
Update linux to latest code version
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-astro committed Jan 30, 2022
1 parent e20c7aa commit 6bf5a11
Show file tree
Hide file tree
Showing 33 changed files with 311 additions and 311 deletions.
2 changes: 1 addition & 1 deletion ZSharp/linux-build/CMakeCache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file.
Empty file.
8 changes: 4 additions & 4 deletions ZSharp/linux-build/CMakeFiles/3.16.3/CMakeSystem.cmake
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
Empty file modified ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdC/a.out
100644 → 100755
Empty file.
Empty file modified ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdCXX/a.out
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions ZSharp/linux-build/CMakeFiles/CMakeDirectoryInformation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ZSharp/linux-build/CMakeFiles/Makefile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
40 changes: 20 additions & 20 deletions ZSharp/linux-build/CMakeFiles/Makefile2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand 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.
Expand Down
Binary file removed ZSharp/linux-build/CMakeFiles/Slang.dir/Main.cpp.o
Binary file not shown.
131 changes: 0 additions & 131 deletions ZSharp/linux-build/CMakeFiles/Slang.dir/build.make

This file was deleted.

12 changes: 0 additions & 12 deletions ZSharp/linux-build/CMakeFiles/Slang.dir/cmake_clean.cmake

This file was deleted.

66 changes: 0 additions & 66 deletions ZSharp/linux-build/CMakeFiles/Slang.dir/depend.make

This file was deleted.

Binary file removed ZSharp/linux-build/CMakeFiles/Slang.dir/eval.cpp.o
Binary file not shown.
1 change: 0 additions & 1 deletion ZSharp/linux-build/CMakeFiles/Slang.dir/link.txt

This file was deleted.

Binary file not shown.
6 changes: 3 additions & 3 deletions ZSharp/linux-build/CMakeFiles/TargetDirectories.txt
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 6bf5a11

Please sign in to comment.