gruggers 0.5.1

rust implementation of the grug language
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 4.2

# Delete rule output on recipe failure.
.DELETE_ON_ERROR:

#=============================================================================
# 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.

SHELL = cmd.exe


# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"


# The command to remove a file.
RM = "C:\Program Files\CMake\bin\cmake.exe" -E rm -f


# Escaping for special characters.
EQUALS = =


# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests


# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\build


# Include any dependencies generated for this target.
include CMakeFiles/tests.dir/depend.make

# Include any dependencies generated by the compiler for this target.
include CMakeFiles/tests.dir/compiler_depend.make


# Include the progress variables for this target.
include CMakeFiles/tests.dir/progress.make


# Include the compile flags for this target's objects.
include CMakeFiles/tests.dir/flags.make


CMakeFiles/tests.dir/codegen:
.PHONY : CMakeFiles/tests.dir/codegen


CMakeFiles/tests.dir/tests.c.obj: CMakeFiles/tests.dir/flags.make

CMakeFiles/tests.dir/tests.c.obj: C:/Users/nikhi/Projects/grug/grug-rs/gruggers/src/grug-tests/tests.c

CMakeFiles/tests.dir/tests.c.obj: CMakeFiles/tests.dir/compiler_depend.ts

	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tests.dir/tests.c.obj"

	C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests.c.obj -MF CMakeFiles\tests.dir\tests.c.obj.d -o CMakeFiles\tests.dir\tests.c.obj -c C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\tests.c


CMakeFiles/tests.dir/tests.c.i: cmake_force

	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests.c.i"

	C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\tests.c > CMakeFiles\tests.dir\tests.c.i


CMakeFiles/tests.dir/tests.c.s: cmake_force

	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests.c.s"

	C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\tests.c -o CMakeFiles\tests.dir\tests.c.s


# Object files for target tests
tests_OBJECTS = \

"CMakeFiles/tests.dir/tests.c.obj"

# External object files for target tests
tests_EXTERNAL_OBJECTS =

tests.dll: CMakeFiles/tests.dir/tests.c.obj

tests.dll: CMakeFiles/tests.dir/build.make

tests.dll: CMakeFiles/tests.dir/linkLibs.rsp

tests.dll: CMakeFiles/tests.dir/objects1.rsp

tests.dll: CMakeFiles/tests.dir/link.txt

	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C shared library tests.dll"

	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\tests.dir\link.txt --verbose=$(VERBOSE)


# Rule to build all files generated by this target.
CMakeFiles/tests.dir/build: tests.dll

.PHONY : CMakeFiles/tests.dir/build


CMakeFiles/tests.dir/clean:
	$(CMAKE_COMMAND) -P CMakeFiles\tests.dir\cmake_clean.cmake

.PHONY : CMakeFiles/tests.dir/clean


CMakeFiles/tests.dir/depend:
	$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\build C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\build C:\Users\nikhi\Projects\grug\grug-rs\gruggers\src\grug-tests\build\CMakeFiles\tests.dir\DependInfo.cmake "--color=$(COLOR)" tests

.PHONY : CMakeFiles/tests.dir/depend