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

# 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 = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/shlomif/progs/games/black-hole-solitaire/trunk/black-hole-solitaire/c-solver

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/shlomif/progs/games/black-hole-solitaire/trunk/black-hole-solitaire/B

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/shlomif/progs/games/black-hole-solitaire/trunk/black-hole-solitaire/B/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/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..."
	/usr/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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/shlomif/progs/games/black-hole-solitaire/trunk/black-hole-solitaire/B/CMakeFiles /home/shlomif/progs/games/black-hole-solitaire/trunk/black-hole-solitaire/B//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/shlomif/progs/games/black-hole-solitaire/trunk/black-hole-solitaire/B/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 black_hole_solver

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

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

#=============================================================================
# Target rules for targets named bhs_rank_reach_prune

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

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

#=============================================================================
# Target rules for targets named black-hole-solve

# Build rule for target.
black-hole-solve: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 black-hole-solve
.PHONY : black-hole-solve

# fast build rule for target.
black-hole-solve/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black-hole-solve.dir/build.make CMakeFiles/black-hole-solve.dir/build
.PHONY : black-hole-solve/fast

#=============================================================================
# Target rules for targets named multi-bhs-solver

# Build rule for target.
multi-bhs-solver: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 multi-bhs-solver
.PHONY : multi-bhs-solver

# fast build rule for target.
multi-bhs-solver/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/multi-bhs-solver.dir/build.make CMakeFiles/multi-bhs-solver.dir/build
.PHONY : multi-bhs-solver/fast

#=============================================================================
# Target rules for targets named check

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

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

#=============================================================================
# Target rules for targets named man_docs_pods

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

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

can_move.o: can_move.c.o
.PHONY : can_move.o

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

can_move.i: can_move.c.i
.PHONY : can_move.i

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

can_move.s: can_move.c.s
.PHONY : can_move.s

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

fcs_hash.o: fcs_hash.c.o
.PHONY : fcs_hash.o

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

fcs_hash.i: fcs_hash.c.i
.PHONY : fcs_hash.i

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

fcs_hash.s: fcs_hash.c.s
.PHONY : fcs_hash.s

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

generated/lib.o: generated/lib.c.o
.PHONY : generated/lib.o

# target to build an object file
generated/lib.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black_hole_solver.dir/build.make CMakeFiles/black_hole_solver.dir/generated/lib.c.o
.PHONY : generated/lib.c.o

generated/lib.i: generated/lib.c.i
.PHONY : generated/lib.i

# target to preprocess a source file
generated/lib.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black_hole_solver.dir/build.make CMakeFiles/black_hole_solver.dir/generated/lib.c.i
.PHONY : generated/lib.c.i

generated/lib.s: generated/lib.c.s
.PHONY : generated/lib.s

# target to generate assembly for a file
generated/lib.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black_hole_solver.dir/build.make CMakeFiles/black_hole_solver.dir/generated/lib.c.s
.PHONY : generated/lib.c.s

meta_alloc.o: meta_alloc.c.o
.PHONY : meta_alloc.o

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

meta_alloc.i: meta_alloc.c.i
.PHONY : meta_alloc.i

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

meta_alloc.s: meta_alloc.c.s
.PHONY : meta_alloc.s

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

multi_solver.o: multi_solver.c.o
.PHONY : multi_solver.o

# target to build an object file
multi_solver.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/multi-bhs-solver.dir/build.make CMakeFiles/multi-bhs-solver.dir/multi_solver.c.o
.PHONY : multi_solver.c.o

multi_solver.i: multi_solver.c.i
.PHONY : multi_solver.i

# target to preprocess a source file
multi_solver.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/multi-bhs-solver.dir/build.make CMakeFiles/multi-bhs-solver.dir/multi_solver.c.i
.PHONY : multi_solver.c.i

multi_solver.s: multi_solver.c.s
.PHONY : multi_solver.s

# target to generate assembly for a file
multi_solver.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/multi-bhs-solver.dir/build.make CMakeFiles/multi-bhs-solver.dir/multi_solver.c.s
.PHONY : multi_solver.c.s

rank_reach_prune.o: rank_reach_prune.c.o
.PHONY : rank_reach_prune.o

# target to build an object file
rank_reach_prune.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black_hole_solver.dir/build.make CMakeFiles/black_hole_solver.dir/rank_reach_prune.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/bhs_rank_reach_prune.dir/build.make CMakeFiles/bhs_rank_reach_prune.dir/rank_reach_prune.c.o
.PHONY : rank_reach_prune.c.o

rank_reach_prune.i: rank_reach_prune.c.i
.PHONY : rank_reach_prune.i

# target to preprocess a source file
rank_reach_prune.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black_hole_solver.dir/build.make CMakeFiles/black_hole_solver.dir/rank_reach_prune.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/bhs_rank_reach_prune.dir/build.make CMakeFiles/bhs_rank_reach_prune.dir/rank_reach_prune.c.i
.PHONY : rank_reach_prune.c.i

rank_reach_prune.s: rank_reach_prune.c.s
.PHONY : rank_reach_prune.s

# target to generate assembly for a file
rank_reach_prune.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black_hole_solver.dir/build.make CMakeFiles/black_hole_solver.dir/rank_reach_prune.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/bhs_rank_reach_prune.dir/build.make CMakeFiles/bhs_rank_reach_prune.dir/rank_reach_prune.c.s
.PHONY : rank_reach_prune.c.s

single_board_main.o: single_board_main.c.o
.PHONY : single_board_main.o

# target to build an object file
single_board_main.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black-hole-solve.dir/build.make CMakeFiles/black-hole-solve.dir/single_board_main.c.o
.PHONY : single_board_main.c.o

single_board_main.i: single_board_main.c.i
.PHONY : single_board_main.i

# target to preprocess a source file
single_board_main.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black-hole-solve.dir/build.make CMakeFiles/black-hole-solve.dir/single_board_main.c.i
.PHONY : single_board_main.c.i

single_board_main.s: single_board_main.c.s
.PHONY : single_board_main.s

# target to generate assembly for a file
single_board_main.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/black-hole-solve.dir/build.make CMakeFiles/black-hole-solve.dir/single_board_main.c.s
.PHONY : single_board_main.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 "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... check"
	@echo "... man_docs_pods"
	@echo "... bhs_rank_reach_prune"
	@echo "... black-hole-solve"
	@echo "... black_hole_solver"
	@echo "... multi-bhs-solver"
	@echo "... can_move.o"
	@echo "... can_move.i"
	@echo "... can_move.s"
	@echo "... fcs_hash.o"
	@echo "... fcs_hash.i"
	@echo "... fcs_hash.s"
	@echo "... generated/lib.o"
	@echo "... generated/lib.i"
	@echo "... generated/lib.s"
	@echo "... meta_alloc.o"
	@echo "... meta_alloc.i"
	@echo "... meta_alloc.s"
	@echo "... multi_solver.o"
	@echo "... multi_solver.i"
	@echo "... multi_solver.s"
	@echo "... rank_reach_prune.o"
	@echo "... rank_reach_prune.i"
	@echo "... rank_reach_prune.s"
	@echo "... single_board_main.o"
	@echo "... single_board_main.i"
	@echo "... single_board_main.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

