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

# 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 = /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/libheif-1.20.2

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64

#=============================================================================
# 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..."
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && /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 /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64/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 --output-on-failure $(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
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(CMAKE_COMMAND) -E cmake_progress_start /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64/CMakeFiles /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64/libheif/plugins//CMakeFiles/progress.marks
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/all
	$(CMAKE_COMMAND) -E cmake_progress_start /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
libheif/plugins/CMakeFiles/heif-x265.dir/rule:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/CMakeFiles/heif-x265.dir/rule
.PHONY : libheif/plugins/CMakeFiles/heif-x265.dir/rule

# Convenience name for target.
heif-x265: libheif/plugins/CMakeFiles/heif-x265.dir/rule
.PHONY : heif-x265

# fast build rule for target.
heif-x265/fast:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/build
.PHONY : heif-x265/fast

# Convenience name for target.
libheif/plugins/CMakeFiles/heif-libde265.dir/rule:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/CMakeFiles/heif-libde265.dir/rule
.PHONY : libheif/plugins/CMakeFiles/heif-libde265.dir/rule

# Convenience name for target.
heif-libde265: libheif/plugins/CMakeFiles/heif-libde265.dir/rule
.PHONY : heif-libde265

# fast build rule for target.
heif-libde265/fast:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/build
.PHONY : heif-libde265/fast

# Convenience name for target.
libheif/plugins/CMakeFiles/heif-dav1d.dir/rule:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libheif/plugins/CMakeFiles/heif-dav1d.dir/rule
.PHONY : libheif/plugins/CMakeFiles/heif-dav1d.dir/rule

# Convenience name for target.
heif-dav1d: libheif/plugins/CMakeFiles/heif-dav1d.dir/rule
.PHONY : heif-dav1d

# fast build rule for target.
heif-dav1d/fast:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/build
.PHONY : heif-dav1d/fast

__/api/libheif/heif_plugin.o: __/api/libheif/heif_plugin.cc.o
.PHONY : __/api/libheif/heif_plugin.o

# target to build an object file
__/api/libheif/heif_plugin.cc.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/__/api/libheif/heif_plugin.cc.o
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/__/api/libheif/heif_plugin.cc.o
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/api/libheif/heif_plugin.cc.o
.PHONY : __/api/libheif/heif_plugin.cc.o

__/api/libheif/heif_plugin.i: __/api/libheif/heif_plugin.cc.i
.PHONY : __/api/libheif/heif_plugin.i

# target to preprocess a source file
__/api/libheif/heif_plugin.cc.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/__/api/libheif/heif_plugin.cc.i
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/__/api/libheif/heif_plugin.cc.i
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/api/libheif/heif_plugin.cc.i
.PHONY : __/api/libheif/heif_plugin.cc.i

__/api/libheif/heif_plugin.s: __/api/libheif/heif_plugin.cc.s
.PHONY : __/api/libheif/heif_plugin.s

# target to generate assembly for a file
__/api/libheif/heif_plugin.cc.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/__/api/libheif/heif_plugin.cc.s
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/__/api/libheif/heif_plugin.cc.s
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/api/libheif/heif_plugin.cc.s
.PHONY : __/api/libheif/heif_plugin.cc.s

__/common_utils.o: __/common_utils.cc.o
.PHONY : __/common_utils.o

# target to build an object file
__/common_utils.cc.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/common_utils.cc.o
.PHONY : __/common_utils.cc.o

__/common_utils.i: __/common_utils.cc.i
.PHONY : __/common_utils.i

# target to preprocess a source file
__/common_utils.cc.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/common_utils.cc.i
.PHONY : __/common_utils.cc.i

__/common_utils.s: __/common_utils.cc.s
.PHONY : __/common_utils.s

# target to generate assembly for a file
__/common_utils.cc.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/common_utils.cc.s
.PHONY : __/common_utils.cc.s

__/error.o: __/error.cc.o
.PHONY : __/error.o

# target to build an object file
__/error.cc.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/__/error.cc.o
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/error.cc.o
.PHONY : __/error.cc.o

__/error.i: __/error.cc.i
.PHONY : __/error.i

# target to preprocess a source file
__/error.cc.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/__/error.cc.i
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/error.cc.i
.PHONY : __/error.cc.i

__/error.s: __/error.cc.s
.PHONY : __/error.s

# target to generate assembly for a file
__/error.cc.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/__/error.cc.s
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/__/error.cc.s
.PHONY : __/error.cc.s

decoder_dav1d.o: decoder_dav1d.cc.o
.PHONY : decoder_dav1d.o

# target to build an object file
decoder_dav1d.cc.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/decoder_dav1d.cc.o
.PHONY : decoder_dav1d.cc.o

decoder_dav1d.i: decoder_dav1d.cc.i
.PHONY : decoder_dav1d.i

# target to preprocess a source file
decoder_dav1d.cc.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/decoder_dav1d.cc.i
.PHONY : decoder_dav1d.cc.i

decoder_dav1d.s: decoder_dav1d.cc.s
.PHONY : decoder_dav1d.s

# target to generate assembly for a file
decoder_dav1d.cc.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-dav1d.dir/build.make libheif/plugins/CMakeFiles/heif-dav1d.dir/decoder_dav1d.cc.s
.PHONY : decoder_dav1d.cc.s

decoder_libde265.o: decoder_libde265.cc.o
.PHONY : decoder_libde265.o

# target to build an object file
decoder_libde265.cc.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/decoder_libde265.cc.o
.PHONY : decoder_libde265.cc.o

decoder_libde265.i: decoder_libde265.cc.i
.PHONY : decoder_libde265.i

# target to preprocess a source file
decoder_libde265.cc.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/decoder_libde265.cc.i
.PHONY : decoder_libde265.cc.i

decoder_libde265.s: decoder_libde265.cc.s
.PHONY : decoder_libde265.s

# target to generate assembly for a file
decoder_libde265.cc.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-libde265.dir/build.make libheif/plugins/CMakeFiles/heif-libde265.dir/decoder_libde265.cc.s
.PHONY : decoder_libde265.cc.s

encoder_x265.o: encoder_x265.cc.o
.PHONY : encoder_x265.o

# target to build an object file
encoder_x265.cc.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/encoder_x265.cc.o
.PHONY : encoder_x265.cc.o

encoder_x265.i: encoder_x265.cc.i
.PHONY : encoder_x265.i

# target to preprocess a source file
encoder_x265.cc.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/encoder_x265.cc.i
.PHONY : encoder_x265.cc.i

encoder_x265.s: encoder_x265.cc.s
.PHONY : encoder_x265.s

# target to generate assembly for a file
encoder_x265.cc.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(MAKE) $(MAKESILENT) -f libheif/plugins/CMakeFiles/heif-x265.dir/build.make libheif/plugins/CMakeFiles/heif-x265.dir/encoder_x265.cc.s
.PHONY : encoder_x265.cc.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 "... heif-dav1d"
	@echo "... heif-libde265"
	@echo "... heif-x265"
	@echo "... __/api/libheif/heif_plugin.o"
	@echo "... __/api/libheif/heif_plugin.i"
	@echo "... __/api/libheif/heif_plugin.s"
	@echo "... __/common_utils.o"
	@echo "... __/common_utils.i"
	@echo "... __/common_utils.s"
	@echo "... __/error.o"
	@echo "... __/error.i"
	@echo "... __/error.s"
	@echo "... decoder_dav1d.o"
	@echo "... decoder_dav1d.i"
	@echo "... decoder_dav1d.s"
	@echo "... decoder_libde265.o"
	@echo "... decoder_libde265.i"
	@echo "... decoder_libde265.s"
	@echo "... encoder_x265.o"
	@echo "... encoder_x265.i"
	@echo "... encoder_x265.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 /data/jenkins/workspace/oi-encumbered/components/encumbered/libheif/build/amd64 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

