# 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/anticap/cherrytree

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/anticap/cherrytree/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 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 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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/anticap/cherrytree/build && /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..."
	cd /home/anticap/cherrytree/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/anticap/cherrytree/build/CPackSourceConfig.cmake
.PHONY : package_source

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

.PHONY : package_source/fast

# The main all target
all: cmake_check_build_system
	cd /home/anticap/cherrytree/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/anticap/cherrytree/build/CMakeFiles /home/anticap/cherrytree/build/tests/CMakeFiles/progress.marks
	cd /home/anticap/cherrytree/build && $(MAKE) -f CMakeFiles/Makefile2 tests/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/anticap/cherrytree/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/anticap/cherrytree/build && $(MAKE) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/anticap/cherrytree/build && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/anticap/cherrytree/build && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/anticap/cherrytree/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tests/CMakeFiles/run_tests.dir/rule:
	cd /home/anticap/cherrytree/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/run_tests.dir/rule
.PHONY : tests/CMakeFiles/run_tests.dir/rule

# Convenience name for target.
run_tests: tests/CMakeFiles/run_tests.dir/rule

.PHONY : run_tests

# fast build rule for target.
run_tests/fast:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/build
.PHONY : run_tests/fast

tests_clipboard.o: tests_clipboard.cpp.o

.PHONY : tests_clipboard.o

# target to build an object file
tests_clipboard.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_clipboard.cpp.o
.PHONY : tests_clipboard.cpp.o

tests_clipboard.i: tests_clipboard.cpp.i

.PHONY : tests_clipboard.i

# target to preprocess a source file
tests_clipboard.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_clipboard.cpp.i
.PHONY : tests_clipboard.cpp.i

tests_clipboard.s: tests_clipboard.cpp.s

.PHONY : tests_clipboard.s

# target to generate assembly for a file
tests_clipboard.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_clipboard.cpp.s
.PHONY : tests_clipboard.cpp.s

tests_encoding.o: tests_encoding.cpp.o

.PHONY : tests_encoding.o

# target to build an object file
tests_encoding.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_encoding.cpp.o
.PHONY : tests_encoding.cpp.o

tests_encoding.i: tests_encoding.cpp.i

.PHONY : tests_encoding.i

# target to preprocess a source file
tests_encoding.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_encoding.cpp.i
.PHONY : tests_encoding.cpp.i

tests_encoding.s: tests_encoding.cpp.s

.PHONY : tests_encoding.s

# target to generate assembly for a file
tests_encoding.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_encoding.cpp.s
.PHONY : tests_encoding.cpp.s

tests_filesystem.o: tests_filesystem.cpp.o

.PHONY : tests_filesystem.o

# target to build an object file
tests_filesystem.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_filesystem.cpp.o
.PHONY : tests_filesystem.cpp.o

tests_filesystem.i: tests_filesystem.cpp.i

.PHONY : tests_filesystem.i

# target to preprocess a source file
tests_filesystem.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_filesystem.cpp.i
.PHONY : tests_filesystem.cpp.i

tests_filesystem.s: tests_filesystem.cpp.s

.PHONY : tests_filesystem.s

# target to generate assembly for a file
tests_filesystem.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_filesystem.cpp.s
.PHONY : tests_filesystem.cpp.s

tests_main.o: tests_main.cpp.o

.PHONY : tests_main.o

# target to build an object file
tests_main.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_main.cpp.o
.PHONY : tests_main.cpp.o

tests_main.i: tests_main.cpp.i

.PHONY : tests_main.i

# target to preprocess a source file
tests_main.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_main.cpp.i
.PHONY : tests_main.cpp.i

tests_main.s: tests_main.cpp.s

.PHONY : tests_main.s

# target to generate assembly for a file
tests_main.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_main.cpp.s
.PHONY : tests_main.cpp.s

tests_misc_utils.o: tests_misc_utils.cpp.o

.PHONY : tests_misc_utils.o

# target to build an object file
tests_misc_utils.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_misc_utils.cpp.o
.PHONY : tests_misc_utils.cpp.o

tests_misc_utils.i: tests_misc_utils.cpp.i

.PHONY : tests_misc_utils.i

# target to preprocess a source file
tests_misc_utils.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_misc_utils.cpp.i
.PHONY : tests_misc_utils.cpp.i

tests_misc_utils.s: tests_misc_utils.cpp.s

.PHONY : tests_misc_utils.s

# target to generate assembly for a file
tests_misc_utils.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_misc_utils.cpp.s
.PHONY : tests_misc_utils.cpp.s

tests_read_write.o: tests_read_write.cpp.o

.PHONY : tests_read_write.o

# target to build an object file
tests_read_write.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_read_write.cpp.o
.PHONY : tests_read_write.cpp.o

tests_read_write.i: tests_read_write.cpp.i

.PHONY : tests_read_write.i

# target to preprocess a source file
tests_read_write.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_read_write.cpp.i
.PHONY : tests_read_write.cpp.i

tests_read_write.s: tests_read_write.cpp.s

.PHONY : tests_read_write.s

# target to generate assembly for a file
tests_read_write.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_read_write.cpp.s
.PHONY : tests_read_write.cpp.s

tests_tmp_n_p7zip.o: tests_tmp_n_p7zip.cpp.o

.PHONY : tests_tmp_n_p7zip.o

# target to build an object file
tests_tmp_n_p7zip.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_tmp_n_p7zip.cpp.o
.PHONY : tests_tmp_n_p7zip.cpp.o

tests_tmp_n_p7zip.i: tests_tmp_n_p7zip.cpp.i

.PHONY : tests_tmp_n_p7zip.i

# target to preprocess a source file
tests_tmp_n_p7zip.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_tmp_n_p7zip.cpp.i
.PHONY : tests_tmp_n_p7zip.cpp.i

tests_tmp_n_p7zip.s: tests_tmp_n_p7zip.cpp.s

.PHONY : tests_tmp_n_p7zip.s

# target to generate assembly for a file
tests_tmp_n_p7zip.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_tmp_n_p7zip.cpp.s
.PHONY : tests_tmp_n_p7zip.cpp.s

tests_types.o: tests_types.cpp.o

.PHONY : tests_types.o

# target to build an object file
tests_types.cpp.o:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_types.cpp.o
.PHONY : tests_types.cpp.o

tests_types.i: tests_types.cpp.i

.PHONY : tests_types.i

# target to preprocess a source file
tests_types.cpp.i:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_types.cpp.i
.PHONY : tests_types.cpp.i

tests_types.s: tests_types.cpp.s

.PHONY : tests_types.s

# target to generate assembly for a file
tests_types.cpp.s:
	cd /home/anticap/cherrytree/build && $(MAKE) -f tests/CMakeFiles/run_tests.dir/build.make tests/CMakeFiles/run_tests.dir/tests_types.cpp.s
.PHONY : tests_types.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 "... edit_cache"
	@echo "... test"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... package"
	@echo "... package_source"
	@echo "... run_tests"
	@echo "... tests_clipboard.o"
	@echo "... tests_clipboard.i"
	@echo "... tests_clipboard.s"
	@echo "... tests_encoding.o"
	@echo "... tests_encoding.i"
	@echo "... tests_encoding.s"
	@echo "... tests_filesystem.o"
	@echo "... tests_filesystem.i"
	@echo "... tests_filesystem.s"
	@echo "... tests_main.o"
	@echo "... tests_main.i"
	@echo "... tests_main.s"
	@echo "... tests_misc_utils.o"
	@echo "... tests_misc_utils.i"
	@echo "... tests_misc_utils.s"
	@echo "... tests_read_write.o"
	@echo "... tests_read_write.i"
	@echo "... tests_read_write.s"
	@echo "... tests_tmp_n_p7zip.o"
	@echo "... tests_tmp_n_p7zip.i"
	@echo "... tests_tmp_n_p7zip.s"
	@echo "... tests_types.o"
	@echo "... tests_types.i"
	@echo "... tests_types.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 /home/anticap/cherrytree/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

