# 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 = /home/peter/wc/fgt

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/peter/wc/fgt/build

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

# 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

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

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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/peter/wc/fgt/build/CMakeFiles /home/peter/wc/fgt/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/peter/wc/fgt/build/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 docs

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

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

#=============================================================================
# Target rules for targets named Library-C++

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

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

#=============================================================================
# Target rules for targets named gtest_main

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

# fast build rule for target.
gtest_main/fast:
	$(MAKE) -f vendor/googletest-release-1.10.0/googletest/CMakeFiles/gtest_main.dir/build.make vendor/googletest-release-1.10.0/googletest/CMakeFiles/gtest_main.dir/build
.PHONY : gtest_main/fast

#=============================================================================
# Target rules for targets named gtest

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

# fast build rule for target.
gtest/fast:
	$(MAKE) -f vendor/googletest-release-1.10.0/googletest/CMakeFiles/gtest.dir/build.make vendor/googletest-release-1.10.0/googletest/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast

#=============================================================================
# Target rules for targets named without_openmp

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

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

#=============================================================================
# Target rules for targets named direct-tree

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

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

#=============================================================================
# Target rules for targets named version

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

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

#=============================================================================
# Target rules for targets named ifgt

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

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

#=============================================================================
# Target rules for targets named direct

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

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

#=============================================================================
# Target rules for targets named cluster

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

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

src/cluster-sequential.o: src/cluster-sequential.cpp.o

.PHONY : src/cluster-sequential.o

# target to build an object file
src/cluster-sequential.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/cluster-sequential.cpp.o
.PHONY : src/cluster-sequential.cpp.o

src/cluster-sequential.i: src/cluster-sequential.cpp.i

.PHONY : src/cluster-sequential.i

# target to preprocess a source file
src/cluster-sequential.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/cluster-sequential.cpp.i
.PHONY : src/cluster-sequential.cpp.i

src/cluster-sequential.s: src/cluster-sequential.cpp.s

.PHONY : src/cluster-sequential.s

# target to generate assembly for a file
src/cluster-sequential.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/cluster-sequential.cpp.s
.PHONY : src/cluster-sequential.cpp.s

src/cluster.o: src/cluster.cpp.o

.PHONY : src/cluster.o

# target to build an object file
src/cluster.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/cluster.cpp.o
.PHONY : src/cluster.cpp.o

src/cluster.i: src/cluster.cpp.i

.PHONY : src/cluster.i

# target to preprocess a source file
src/cluster.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/cluster.cpp.i
.PHONY : src/cluster.cpp.i

src/cluster.s: src/cluster.cpp.s

.PHONY : src/cluster.s

# target to generate assembly for a file
src/cluster.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/cluster.cpp.s
.PHONY : src/cluster.cpp.s

src/direct.o: src/direct.cpp.o

.PHONY : src/direct.o

# target to build an object file
src/direct.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/direct.cpp.o
.PHONY : src/direct.cpp.o

src/direct.i: src/direct.cpp.i

.PHONY : src/direct.i

# target to preprocess a source file
src/direct.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/direct.cpp.i
.PHONY : src/direct.cpp.i

src/direct.s: src/direct.cpp.s

.PHONY : src/direct.s

# target to generate assembly for a file
src/direct.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/direct.cpp.s
.PHONY : src/direct.cpp.s

src/direct_tree.o: src/direct_tree.cpp.o

.PHONY : src/direct_tree.o

# target to build an object file
src/direct_tree.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/direct_tree.cpp.o
.PHONY : src/direct_tree.cpp.o

src/direct_tree.i: src/direct_tree.cpp.i

.PHONY : src/direct_tree.i

# target to preprocess a source file
src/direct_tree.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/direct_tree.cpp.i
.PHONY : src/direct_tree.cpp.i

src/direct_tree.s: src/direct_tree.cpp.s

.PHONY : src/direct_tree.s

# target to generate assembly for a file
src/direct_tree.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/direct_tree.cpp.s
.PHONY : src/direct_tree.cpp.s

src/ifgt.o: src/ifgt.cpp.o

.PHONY : src/ifgt.o

# target to build an object file
src/ifgt.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/ifgt.cpp.o
.PHONY : src/ifgt.cpp.o

src/ifgt.i: src/ifgt.cpp.i

.PHONY : src/ifgt.i

# target to preprocess a source file
src/ifgt.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/ifgt.cpp.i
.PHONY : src/ifgt.cpp.i

src/ifgt.s: src/ifgt.cpp.s

.PHONY : src/ifgt.s

# target to generate assembly for a file
src/ifgt.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/ifgt.cpp.s
.PHONY : src/ifgt.cpp.s

src/openmp.o: src/openmp.cpp.o

.PHONY : src/openmp.o

# target to build an object file
src/openmp.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/openmp.cpp.o
.PHONY : src/openmp.cpp.o

src/openmp.i: src/openmp.cpp.i

.PHONY : src/openmp.i

# target to preprocess a source file
src/openmp.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/openmp.cpp.i
.PHONY : src/openmp.cpp.i

src/openmp.s: src/openmp.cpp.s

.PHONY : src/openmp.s

# target to generate assembly for a file
src/openmp.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/openmp.cpp.s
.PHONY : src/openmp.cpp.s

src/transform.o: src/transform.cpp.o

.PHONY : src/transform.o

# target to build an object file
src/transform.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/transform.cpp.o
.PHONY : src/transform.cpp.o

src/transform.i: src/transform.cpp.i

.PHONY : src/transform.i

# target to preprocess a source file
src/transform.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/transform.cpp.i
.PHONY : src/transform.cpp.i

src/transform.s: src/transform.cpp.s

.PHONY : src/transform.s

# target to generate assembly for a file
src/transform.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/src/transform.cpp.s
.PHONY : src/transform.cpp.s

version.o: version.cpp.o

.PHONY : version.o

# target to build an object file
version.cpp.o:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/version.cpp.o
.PHONY : version.cpp.o

version.i: version.cpp.i

.PHONY : version.i

# target to preprocess a source file
version.cpp.i:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/version.cpp.i
.PHONY : version.cpp.i

version.s: version.cpp.s

.PHONY : version.s

# target to generate assembly for a file
version.cpp.s:
	$(MAKE) -f CMakeFiles/Library-C++.dir/build.make CMakeFiles/Library-C++.dir/version.cpp.s
.PHONY : version.cpp.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 "... install/strip"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... test"
	@echo "... docs"
	@echo "... Library-C++"
	@echo "... gtest_main"
	@echo "... gtest"
	@echo "... without_openmp"
	@echo "... direct-tree"
	@echo "... version"
	@echo "... ifgt"
	@echo "... direct"
	@echo "... cluster"
	@echo "... src/cluster-sequential.o"
	@echo "... src/cluster-sequential.i"
	@echo "... src/cluster-sequential.s"
	@echo "... src/cluster.o"
	@echo "... src/cluster.i"
	@echo "... src/cluster.s"
	@echo "... src/direct.o"
	@echo "... src/direct.i"
	@echo "... src/direct.s"
	@echo "... src/direct_tree.o"
	@echo "... src/direct_tree.i"
	@echo "... src/direct_tree.s"
	@echo "... src/ifgt.o"
	@echo "... src/ifgt.i"
	@echo "... src/ifgt.s"
	@echo "... src/openmp.o"
	@echo "... src/openmp.i"
	@echo "... src/openmp.s"
	@echo "... src/transform.o"
	@echo "... src/transform.i"
	@echo "... src/transform.s"
	@echo "... version.o"
	@echo "... version.i"
	@echo "... version.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

