# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16

# 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:


# 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 = /mnt/c/Users/jacob/IdeaProjects/sunrise-sunset-calculator/src

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/c/Users/jacob/IdeaProjects/sunrise-sunset-calculator/src/cmake-build-debug-wsl

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/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..."
	/usr/bin/cmake -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 /mnt/c/Users/jacob/IdeaProjects/sunrise-sunset-calculator/src/cmake-build-debug-wsl/CMakeFiles /mnt/c/Users/jacob/IdeaProjects/sunrise-sunset-calculator/src/cmake-build-debug-wsl/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/c/Users/jacob/IdeaProjects/sunrise-sunset-calculator/src/cmake-build-debug-wsl/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -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 clang-format

# Build rule for target.
clang-format: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 clang-format
.PHONY : clang-format

# fast build rule for target.
clang-format/fast:
	$(MAKE) -f CMakeFiles/clang-format.dir/build.make CMakeFiles/clang-format.dir/build
.PHONY : clang-format/fast

#=============================================================================
# Target rules for targets named example

# Build rule for target.
example: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 example
.PHONY : example

# fast build rule for target.
example/fast:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/build
.PHONY : example/fast

#=============================================================================
# Target rules for targets named test_ssc

# Build rule for target.
test_ssc: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test_ssc
.PHONY : test_ssc

# fast build rule for target.
test_ssc/fast:
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/build
.PHONY : test_ssc/fast

#=============================================================================
# Target rules for targets named test_spa

# Build rule for target.
test_spa: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test_spa
.PHONY : test_spa

# fast build rule for target.
test_spa/fast:
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/build
.PHONY : test_spa/fast

#=============================================================================
# Target rules for targets named ssc_nostdlib_linked

# Build rule for target.
ssc_nostdlib_linked: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 ssc_nostdlib_linked
.PHONY : ssc_nostdlib_linked

# fast build rule for target.
ssc_nostdlib_linked/fast:
	$(MAKE) -f CMakeFiles/ssc_nostdlib_linked.dir/build.make CMakeFiles/ssc_nostdlib_linked.dir/build
.PHONY : ssc_nostdlib_linked/fast

#=============================================================================
# Target rules for targets named ssc_nostdlib

# Build rule for target.
ssc_nostdlib: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 ssc_nostdlib
.PHONY : ssc_nostdlib

# fast build rule for target.
ssc_nostdlib/fast:
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/build
.PHONY : ssc_nostdlib/fast

#=============================================================================
# Target rules for targets named ssc

# Build rule for target.
ssc: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 ssc
.PHONY : ssc

# fast build rule for target.
ssc/fast:
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/build
.PHONY : ssc/fast

src/spa.o: src/spa.c.o

.PHONY : src/spa.o

# target to build an object file
src/spa.c.o:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/src/spa.c.o
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/src/spa.c.o
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/src/spa.c.o
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/src/spa.c.o
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/src/spa.c.o
.PHONY : src/spa.c.o

src/spa.i: src/spa.c.i

.PHONY : src/spa.i

# target to preprocess a source file
src/spa.c.i:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/src/spa.c.i
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/src/spa.c.i
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/src/spa.c.i
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/src/spa.c.i
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/src/spa.c.i
.PHONY : src/spa.c.i

src/spa.s: src/spa.c.s

.PHONY : src/spa.s

# target to generate assembly for a file
src/spa.c.s:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/src/spa.c.s
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/src/spa.c.s
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/src/spa.c.s
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/src/spa.c.s
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/src/spa.c.s
.PHONY : src/spa.c.s

src/ssc.o: src/ssc.c.o

.PHONY : src/ssc.o

# target to build an object file
src/ssc.c.o:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/src/ssc.c.o
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/src/ssc.c.o
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/src/ssc.c.o
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/src/ssc.c.o
.PHONY : src/ssc.c.o

src/ssc.i: src/ssc.c.i

.PHONY : src/ssc.i

# target to preprocess a source file
src/ssc.c.i:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/src/ssc.c.i
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/src/ssc.c.i
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/src/ssc.c.i
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/src/ssc.c.i
.PHONY : src/ssc.c.i

src/ssc.s: src/ssc.c.s

.PHONY : src/ssc.s

# target to generate assembly for a file
src/ssc.c.s:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/src/ssc.c.s
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/src/ssc.c.s
	$(MAKE) -f CMakeFiles/ssc_nostdlib.dir/build.make CMakeFiles/ssc_nostdlib.dir/src/ssc.c.s
	$(MAKE) -f CMakeFiles/ssc.dir/build.make CMakeFiles/ssc.dir/src/ssc.c.s
.PHONY : src/ssc.c.s

test/nostdlib.o: test/nostdlib.c.o

.PHONY : test/nostdlib.o

# target to build an object file
test/nostdlib.c.o:
	$(MAKE) -f CMakeFiles/ssc_nostdlib_linked.dir/build.make CMakeFiles/ssc_nostdlib_linked.dir/test/nostdlib.c.o
.PHONY : test/nostdlib.c.o

test/nostdlib.i: test/nostdlib.c.i

.PHONY : test/nostdlib.i

# target to preprocess a source file
test/nostdlib.c.i:
	$(MAKE) -f CMakeFiles/ssc_nostdlib_linked.dir/build.make CMakeFiles/ssc_nostdlib_linked.dir/test/nostdlib.c.i
.PHONY : test/nostdlib.c.i

test/nostdlib.s: test/nostdlib.c.s

.PHONY : test/nostdlib.s

# target to generate assembly for a file
test/nostdlib.c.s:
	$(MAKE) -f CMakeFiles/ssc_nostdlib_linked.dir/build.make CMakeFiles/ssc_nostdlib_linked.dir/test/nostdlib.c.s
.PHONY : test/nostdlib.c.s

test/spa_tester.o: test/spa_tester.c.o

.PHONY : test/spa_tester.o

# target to build an object file
test/spa_tester.c.o:
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/test/spa_tester.c.o
.PHONY : test/spa_tester.c.o

test/spa_tester.i: test/spa_tester.c.i

.PHONY : test/spa_tester.i

# target to preprocess a source file
test/spa_tester.c.i:
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/test/spa_tester.c.i
.PHONY : test/spa_tester.c.i

test/spa_tester.s: test/spa_tester.c.s

.PHONY : test/spa_tester.s

# target to generate assembly for a file
test/spa_tester.c.s:
	$(MAKE) -f CMakeFiles/test_spa.dir/build.make CMakeFiles/test_spa.dir/test/spa_tester.c.s
.PHONY : test/spa_tester.c.s

test/ssc_example.o: test/ssc_example.c.o

.PHONY : test/ssc_example.o

# target to build an object file
test/ssc_example.c.o:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/test/ssc_example.c.o
.PHONY : test/ssc_example.c.o

test/ssc_example.i: test/ssc_example.c.i

.PHONY : test/ssc_example.i

# target to preprocess a source file
test/ssc_example.c.i:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/test/ssc_example.c.i
.PHONY : test/ssc_example.c.i

test/ssc_example.s: test/ssc_example.c.s

.PHONY : test/ssc_example.s

# target to generate assembly for a file
test/ssc_example.c.s:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/test/ssc_example.c.s
.PHONY : test/ssc_example.c.s

test/test_ssc.o: test/test_ssc.c.o

.PHONY : test/test_ssc.o

# target to build an object file
test/test_ssc.c.o:
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/test/test_ssc.c.o
.PHONY : test/test_ssc.c.o

test/test_ssc.i: test/test_ssc.c.i

.PHONY : test/test_ssc.i

# target to preprocess a source file
test/test_ssc.c.i:
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/test/test_ssc.c.i
.PHONY : test/test_ssc.c.i

test/test_ssc.s: test/test_ssc.c.s

.PHONY : test/test_ssc.s

# target to generate assembly for a file
test/test_ssc.c.s:
	$(MAKE) -f CMakeFiles/test_ssc.dir/build.make CMakeFiles/test_ssc.dir/test/test_ssc.c.s
.PHONY : test/test_ssc.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 "... test"
	@echo "... clang-format"
	@echo "... example"
	@echo "... test_ssc"
	@echo "... test_spa"
	@echo "... rebuild_cache"
	@echo "... ssc_nostdlib_linked"
	@echo "... ssc_nostdlib"
	@echo "... ssc"
	@echo "... src/spa.o"
	@echo "... src/spa.i"
	@echo "... src/spa.s"
	@echo "... src/ssc.o"
	@echo "... src/ssc.i"
	@echo "... src/ssc.s"
	@echo "... test/nostdlib.o"
	@echo "... test/nostdlib.i"
	@echo "... test/nostdlib.s"
	@echo "... test/spa_tester.o"
	@echo "... test/spa_tester.i"
	@echo "... test/spa_tester.s"
	@echo "... test/ssc_example.o"
	@echo "... test/ssc_example.i"
	@echo "... test/ssc_example.s"
	@echo "... test/test_ssc.o"
	@echo "... test/test_ssc.i"
	@echo "... test/test_ssc.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

