diff options
Diffstat (limited to 'js/scripting-lang/baba-yaga-c/build/Makefile')
-rw-r--r-- | js/scripting-lang/baba-yaga-c/build/Makefile | 462 |
1 files changed, 462 insertions, 0 deletions
diff --git a/js/scripting-lang/baba-yaga-c/build/Makefile b/js/scripting-lang/baba-yaga-c/build/Makefile new file mode 100644 index 0000000..b024ca9 --- /dev/null +++ b/js/scripting-lang/baba-yaga-c/build/Makefile @@ -0,0 +1,462 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# 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: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /opt/homebrew/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/eli/Code/institute/tour/js/scripting-lang/baba-yaga-c + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/eli/Code/institute/tour/js/scripting-lang/baba-yaga-c/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /opt/homebrew/bin/ctest $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /opt/homebrew/bin/cmake --regenerate-during-build -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 + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/eli/Code/institute/tour/js/scripting-lang/baba-yaga-c/build/CMakeFiles /Users/eli/Code/institute/tour/js/scripting-lang/baba-yaga-c/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/eli/Code/institute/tour/js/scripting-lang/baba-yaga-c/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -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 baba-yaga + +# Build rule for target. +baba-yaga: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 baba-yaga +.PHONY : baba-yaga + +# fast build rule for target. +baba-yaga/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/build +.PHONY : baba-yaga/fast + +src/debug.o: src/debug.c.o +.PHONY : src/debug.o + +# target to build an object file +src/debug.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/debug.c.o +.PHONY : src/debug.c.o + +src/debug.i: src/debug.c.i +.PHONY : src/debug.i + +# target to preprocess a source file +src/debug.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/debug.c.i +.PHONY : src/debug.c.i + +src/debug.s: src/debug.c.s +.PHONY : src/debug.s + +# target to generate assembly for a file +src/debug.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/debug.c.s +.PHONY : src/debug.c.s + +src/function.o: src/function.c.o +.PHONY : src/function.o + +# target to build an object file +src/function.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/function.c.o +.PHONY : src/function.c.o + +src/function.i: src/function.c.i +.PHONY : src/function.i + +# target to preprocess a source file +src/function.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/function.c.i +.PHONY : src/function.c.i + +src/function.s: src/function.c.s +.PHONY : src/function.s + +# target to generate assembly for a file +src/function.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/function.c.s +.PHONY : src/function.c.s + +src/interpreter.o: src/interpreter.c.o +.PHONY : src/interpreter.o + +# target to build an object file +src/interpreter.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/interpreter.c.o +.PHONY : src/interpreter.c.o + +src/interpreter.i: src/interpreter.c.i +.PHONY : src/interpreter.i + +# target to preprocess a source file +src/interpreter.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/interpreter.c.i +.PHONY : src/interpreter.c.i + +src/interpreter.s: src/interpreter.c.s +.PHONY : src/interpreter.s + +# target to generate assembly for a file +src/interpreter.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/interpreter.c.s +.PHONY : src/interpreter.c.s + +src/lexer.o: src/lexer.c.o +.PHONY : src/lexer.o + +# target to build an object file +src/lexer.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/lexer.c.o +.PHONY : src/lexer.c.o + +src/lexer.i: src/lexer.c.i +.PHONY : src/lexer.i + +# target to preprocess a source file +src/lexer.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/lexer.c.i +.PHONY : src/lexer.c.i + +src/lexer.s: src/lexer.c.s +.PHONY : src/lexer.s + +# target to generate assembly for a file +src/lexer.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/lexer.c.s +.PHONY : src/lexer.c.s + +src/main.o: src/main.c.o +.PHONY : src/main.o + +# target to build an object file +src/main.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/main.c.o +.PHONY : src/main.c.o + +src/main.i: src/main.c.i +.PHONY : src/main.i + +# target to preprocess a source file +src/main.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/main.c.i +.PHONY : src/main.c.i + +src/main.s: src/main.c.s +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/main.c.s +.PHONY : src/main.c.s + +src/memory.o: src/memory.c.o +.PHONY : src/memory.o + +# target to build an object file +src/memory.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/memory.c.o +.PHONY : src/memory.c.o + +src/memory.i: src/memory.c.i +.PHONY : src/memory.i + +# target to preprocess a source file +src/memory.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/memory.c.i +.PHONY : src/memory.c.i + +src/memory.s: src/memory.c.s +.PHONY : src/memory.s + +# target to generate assembly for a file +src/memory.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/memory.c.s +.PHONY : src/memory.c.s + +src/parser.o: src/parser.c.o +.PHONY : src/parser.o + +# target to build an object file +src/parser.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/parser.c.o +.PHONY : src/parser.c.o + +src/parser.i: src/parser.c.i +.PHONY : src/parser.i + +# target to preprocess a source file +src/parser.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/parser.c.i +.PHONY : src/parser.c.i + +src/parser.s: src/parser.c.s +.PHONY : src/parser.s + +# target to generate assembly for a file +src/parser.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/parser.c.s +.PHONY : src/parser.c.s + +src/scope.o: src/scope.c.o +.PHONY : src/scope.o + +# target to build an object file +src/scope.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/scope.c.o +.PHONY : src/scope.c.o + +src/scope.i: src/scope.c.i +.PHONY : src/scope.i + +# target to preprocess a source file +src/scope.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/scope.c.i +.PHONY : src/scope.c.i + +src/scope.s: src/scope.c.s +.PHONY : src/scope.s + +# target to generate assembly for a file +src/scope.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/scope.c.s +.PHONY : src/scope.c.s + +src/stdlib.o: src/stdlib.c.o +.PHONY : src/stdlib.o + +# target to build an object file +src/stdlib.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/stdlib.c.o +.PHONY : src/stdlib.c.o + +src/stdlib.i: src/stdlib.c.i +.PHONY : src/stdlib.i + +# target to preprocess a source file +src/stdlib.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/stdlib.c.i +.PHONY : src/stdlib.c.i + +src/stdlib.s: src/stdlib.c.s +.PHONY : src/stdlib.s + +# target to generate assembly for a file +src/stdlib.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/stdlib.c.s +.PHONY : src/stdlib.c.s + +src/table.o: src/table.c.o +.PHONY : src/table.o + +# target to build an object file +src/table.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/table.c.o +.PHONY : src/table.c.o + +src/table.i: src/table.c.i +.PHONY : src/table.i + +# target to preprocess a source file +src/table.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/table.c.i +.PHONY : src/table.c.i + +src/table.s: src/table.c.s +.PHONY : src/table.s + +# target to generate assembly for a file +src/table.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/table.c.s +.PHONY : src/table.c.s + +src/value.o: src/value.c.o +.PHONY : src/value.o + +# target to build an object file +src/value.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/value.c.o +.PHONY : src/value.c.o + +src/value.i: src/value.c.i +.PHONY : src/value.i + +# target to preprocess a source file +src/value.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/value.c.i +.PHONY : src/value.c.i + +src/value.s: src/value.c.s +.PHONY : src/value.s + +# target to generate assembly for a file +src/value.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/baba-yaga.dir/build.make CMakeFiles/baba-yaga.dir/src/value.c.s +.PHONY : src/value.c.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 "... edit_cache" + @echo "... rebuild_cache" + @echo "... test" + @echo "... baba-yaga" + @echo "... src/debug.o" + @echo "... src/debug.i" + @echo "... src/debug.s" + @echo "... src/function.o" + @echo "... src/function.i" + @echo "... src/function.s" + @echo "... src/interpreter.o" + @echo "... src/interpreter.i" + @echo "... src/interpreter.s" + @echo "... src/lexer.o" + @echo "... src/lexer.i" + @echo "... src/lexer.s" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" + @echo "... src/memory.o" + @echo "... src/memory.i" + @echo "... src/memory.s" + @echo "... src/parser.o" + @echo "... src/parser.i" + @echo "... src/parser.s" + @echo "... src/scope.o" + @echo "... src/scope.i" + @echo "... src/scope.s" + @echo "... src/stdlib.o" + @echo "... src/stdlib.i" + @echo "... src/stdlib.s" + @echo "... src/table.o" + @echo "... src/table.i" + @echo "... src/table.s" + @echo "... src/value.o" + @echo "... src/value.i" + @echo "... src/value.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 + |