Update linux to latest code version

This commit is contained in:
sam 2022-01-29 19:53:59 -05:00
parent e20c7aae8e
commit 6bf5a11c90
33 changed files with 311 additions and 311 deletions

View File

@ -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

View File

View File

View File

@ -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")

0
ZSharp/linux-build/CMakeFiles/3.16.3/CompilerIdC/a.out Normal file → Executable file
View File

View File

View File

@ -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)

View File

@ -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"
)

View File

@ -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.

View File

@ -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

View File

@ -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()

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
-

View File

@ -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")

Binary file not shown.

View File

@ -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

View File

@ -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()

View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -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"

Binary file not shown.

BIN
ZSharp/linux-build/ZSharp Executable file

Binary file not shown.

View File

@ -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}")