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

# 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/local/Cellar/cmake/3.12.4/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/jdm/libsemigroups/extern/HPCombi

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/jdm/libsemigroups/extern/HPCombi/build

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

# 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/local/Cellar/cmake/3.12.4/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/local/Cellar/cmake/3.12.4/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/local/Cellar/cmake/3.12.4/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/local/Cellar/cmake/3.12.4/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/local/Cellar/cmake/3.12.4/bin/ccmake -H$(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/local/Cellar/cmake/3.12.4/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 install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/local/Cellar/cmake/3.12.4/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/local/Cellar/cmake/3.12.4/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && /usr/local/Cellar/cmake/3.12.4/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/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/local/Cellar/cmake/3.12.4/bin/cmake -H$(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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && /usr/local/Cellar/cmake/3.12.4/bin/cpack --config ./CPackSourceConfig.cmake /Users/jdm/libsemigroups/extern/HPCombi/build/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 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

# The main all target
all: cmake_check_build_system
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jdm/libsemigroups/extern/HPCombi/build/CMakeFiles /Users/jdm/libsemigroups/extern/HPCombi/build/benchmark/CMakeFiles/progress.marks
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/jdm/libsemigroups/extern/HPCombi/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
benchmark/CMakeFiles/sort.dir/rule:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/sort.dir/rule
.PHONY : benchmark/CMakeFiles/sort.dir/rule

# Convenience name for target.
sort: benchmark/CMakeFiles/sort.dir/rule

.PHONY : sort

# fast build rule for target.
sort/fast:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/sort.dir/build.make benchmark/CMakeFiles/sort.dir/build
.PHONY : sort/fast

# Convenience name for target.
benchmark/CMakeFiles/bench_bmat8.dir/rule:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/bench_bmat8.dir/rule
.PHONY : benchmark/CMakeFiles/bench_bmat8.dir/rule

# Convenience name for target.
bench_bmat8: benchmark/CMakeFiles/bench_bmat8.dir/rule

.PHONY : bench_bmat8

# fast build rule for target.
bench_bmat8/fast:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_bmat8.dir/build.make benchmark/CMakeFiles/bench_bmat8.dir/build
.PHONY : bench_bmat8/fast

# Convenience name for target.
benchmark/CMakeFiles/bench_perm16.dir/rule:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/bench_perm16.dir/rule
.PHONY : benchmark/CMakeFiles/bench_perm16.dir/rule

# Convenience name for target.
bench_perm16: benchmark/CMakeFiles/bench_perm16.dir/rule

.PHONY : bench_perm16

# fast build rule for target.
bench_perm16/fast:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_perm16.dir/build.make benchmark/CMakeFiles/bench_perm16.dir/build
.PHONY : bench_perm16/fast

# Convenience name for target.
benchmark/CMakeFiles/inverse.dir/rule:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/inverse.dir/rule
.PHONY : benchmark/CMakeFiles/inverse.dir/rule

# Convenience name for target.
inverse: benchmark/CMakeFiles/inverse.dir/rule

.PHONY : inverse

# fast build rule for target.
inverse/fast:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/inverse.dir/build.make benchmark/CMakeFiles/inverse.dir/build
.PHONY : inverse/fast

# Convenience name for target.
benchmark/CMakeFiles/bench_epu8.dir/rule:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/bench_epu8.dir/rule
.PHONY : benchmark/CMakeFiles/bench_epu8.dir/rule

# Convenience name for target.
bench_epu8: benchmark/CMakeFiles/bench_epu8.dir/rule

.PHONY : bench_epu8

# fast build rule for target.
bench_epu8/fast:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_epu8.dir/build.make benchmark/CMakeFiles/bench_epu8.dir/build
.PHONY : bench_epu8/fast

bench_bmat8.o: bench_bmat8.cpp.o

.PHONY : bench_bmat8.o

# target to build an object file
bench_bmat8.cpp.o:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_bmat8.dir/build.make benchmark/CMakeFiles/bench_bmat8.dir/bench_bmat8.cpp.o
.PHONY : bench_bmat8.cpp.o

bench_bmat8.i: bench_bmat8.cpp.i

.PHONY : bench_bmat8.i

# target to preprocess a source file
bench_bmat8.cpp.i:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_bmat8.dir/build.make benchmark/CMakeFiles/bench_bmat8.dir/bench_bmat8.cpp.i
.PHONY : bench_bmat8.cpp.i

bench_bmat8.s: bench_bmat8.cpp.s

.PHONY : bench_bmat8.s

# target to generate assembly for a file
bench_bmat8.cpp.s:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_bmat8.dir/build.make benchmark/CMakeFiles/bench_bmat8.dir/bench_bmat8.cpp.s
.PHONY : bench_bmat8.cpp.s

bench_epu8.o: bench_epu8.cpp.o

.PHONY : bench_epu8.o

# target to build an object file
bench_epu8.cpp.o:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_epu8.dir/build.make benchmark/CMakeFiles/bench_epu8.dir/bench_epu8.cpp.o
.PHONY : bench_epu8.cpp.o

bench_epu8.i: bench_epu8.cpp.i

.PHONY : bench_epu8.i

# target to preprocess a source file
bench_epu8.cpp.i:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_epu8.dir/build.make benchmark/CMakeFiles/bench_epu8.dir/bench_epu8.cpp.i
.PHONY : bench_epu8.cpp.i

bench_epu8.s: bench_epu8.cpp.s

.PHONY : bench_epu8.s

# target to generate assembly for a file
bench_epu8.cpp.s:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_epu8.dir/build.make benchmark/CMakeFiles/bench_epu8.dir/bench_epu8.cpp.s
.PHONY : bench_epu8.cpp.s

bench_perm16.o: bench_perm16.cpp.o

.PHONY : bench_perm16.o

# target to build an object file
bench_perm16.cpp.o:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_perm16.dir/build.make benchmark/CMakeFiles/bench_perm16.dir/bench_perm16.cpp.o
.PHONY : bench_perm16.cpp.o

bench_perm16.i: bench_perm16.cpp.i

.PHONY : bench_perm16.i

# target to preprocess a source file
bench_perm16.cpp.i:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_perm16.dir/build.make benchmark/CMakeFiles/bench_perm16.dir/bench_perm16.cpp.i
.PHONY : bench_perm16.cpp.i

bench_perm16.s: bench_perm16.cpp.s

.PHONY : bench_perm16.s

# target to generate assembly for a file
bench_perm16.cpp.s:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/bench_perm16.dir/build.make benchmark/CMakeFiles/bench_perm16.dir/bench_perm16.cpp.s
.PHONY : bench_perm16.cpp.s

inverse.o: inverse.cpp.o

.PHONY : inverse.o

# target to build an object file
inverse.cpp.o:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/inverse.dir/build.make benchmark/CMakeFiles/inverse.dir/inverse.cpp.o
.PHONY : inverse.cpp.o

inverse.i: inverse.cpp.i

.PHONY : inverse.i

# target to preprocess a source file
inverse.cpp.i:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/inverse.dir/build.make benchmark/CMakeFiles/inverse.dir/inverse.cpp.i
.PHONY : inverse.cpp.i

inverse.s: inverse.cpp.s

.PHONY : inverse.s

# target to generate assembly for a file
inverse.cpp.s:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/inverse.dir/build.make benchmark/CMakeFiles/inverse.dir/inverse.cpp.s
.PHONY : inverse.cpp.s

sort.o: sort.cpp.o

.PHONY : sort.o

# target to build an object file
sort.cpp.o:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/sort.dir/build.make benchmark/CMakeFiles/sort.dir/sort.cpp.o
.PHONY : sort.cpp.o

sort.i: sort.cpp.i

.PHONY : sort.i

# target to preprocess a source file
sort.cpp.i:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/sort.dir/build.make benchmark/CMakeFiles/sort.dir/sort.cpp.i
.PHONY : sort.cpp.i

sort.s: sort.cpp.s

.PHONY : sort.s

# target to generate assembly for a file
sort.cpp.s:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(MAKE) -f benchmark/CMakeFiles/sort.dir/build.make benchmark/CMakeFiles/sort.dir/sort.cpp.s
.PHONY : sort.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/local"
	@echo "... install"
	@echo "... edit_cache"
	@echo "... sort"
	@echo "... test"
	@echo "... install/strip"
	@echo "... package"
	@echo "... rebuild_cache"
	@echo "... package_source"
	@echo "... bench_bmat8"
	@echo "... list_install_components"
	@echo "... bench_perm16"
	@echo "... inverse"
	@echo "... bench_epu8"
	@echo "... bench_bmat8.o"
	@echo "... bench_bmat8.i"
	@echo "... bench_bmat8.s"
	@echo "... bench_epu8.o"
	@echo "... bench_epu8.i"
	@echo "... bench_epu8.s"
	@echo "... bench_perm16.o"
	@echo "... bench_perm16.i"
	@echo "... bench_perm16.s"
	@echo "... inverse.o"
	@echo "... inverse.i"
	@echo "... inverse.s"
	@echo "... sort.o"
	@echo "... sort.i"
	@echo "... sort.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:
	cd /Users/jdm/libsemigroups/extern/HPCombi/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

