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

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

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/runner/work/pytest-libiio/pytest-libiio/libiio

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/runner/work/pytest-libiio/pytest-libiio/libiio

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/local/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/local/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/local/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/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/local/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/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/local/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/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 /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pytest-libiio/pytest-libiio/libiio/CMakeFiles /home/runner/work/pytest-libiio/pytest-libiio/libiio/tests//CMakeFiles/progress.marks
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/pytest-libiio/pytest-libiio/libiio/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -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/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(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/iio_tests_helper.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_tests_helper.dir/rule
.PHONY : tests/CMakeFiles/iio_tests_helper.dir/rule

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

# fast build rule for target.
iio_tests_helper/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/build
.PHONY : iio_tests_helper/fast

# Convenience name for target.
tests/CMakeFiles/iio_genxml.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_genxml.dir/rule
.PHONY : tests/CMakeFiles/iio_genxml.dir/rule

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

# fast build rule for target.
iio_genxml/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_genxml.dir/build.make tests/CMakeFiles/iio_genxml.dir/build
.PHONY : iio_genxml/fast

# Convenience name for target.
tests/CMakeFiles/iio_info.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_info.dir/rule
.PHONY : tests/CMakeFiles/iio_info.dir/rule

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

# fast build rule for target.
iio_info/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_info.dir/build.make tests/CMakeFiles/iio_info.dir/build
.PHONY : iio_info/fast

# Convenience name for target.
tests/CMakeFiles/iio_attr.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_attr.dir/rule
.PHONY : tests/CMakeFiles/iio_attr.dir/rule

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

# fast build rule for target.
iio_attr/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_attr.dir/build.make tests/CMakeFiles/iio_attr.dir/build
.PHONY : iio_attr/fast

# Convenience name for target.
tests/CMakeFiles/iio_readdev.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_readdev.dir/rule
.PHONY : tests/CMakeFiles/iio_readdev.dir/rule

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

# fast build rule for target.
iio_readdev/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_readdev.dir/build.make tests/CMakeFiles/iio_readdev.dir/build
.PHONY : iio_readdev/fast

# Convenience name for target.
tests/CMakeFiles/iio_reg.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_reg.dir/rule
.PHONY : tests/CMakeFiles/iio_reg.dir/rule

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

# fast build rule for target.
iio_reg/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_reg.dir/build.make tests/CMakeFiles/iio_reg.dir/build
.PHONY : iio_reg/fast

# Convenience name for target.
tests/CMakeFiles/iio_writedev.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_writedev.dir/rule
.PHONY : tests/CMakeFiles/iio_writedev.dir/rule

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

# fast build rule for target.
iio_writedev/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_writedev.dir/build.make tests/CMakeFiles/iio_writedev.dir/build
.PHONY : iio_writedev/fast

# Convenience name for target.
tests/CMakeFiles/iio_adi_xflow_check.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_adi_xflow_check.dir/rule
.PHONY : tests/CMakeFiles/iio_adi_xflow_check.dir/rule

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

# fast build rule for target.
iio_adi_xflow_check/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_adi_xflow_check.dir/build.make tests/CMakeFiles/iio_adi_xflow_check.dir/build
.PHONY : iio_adi_xflow_check/fast

# Convenience name for target.
tests/CMakeFiles/iio_stresstest.dir/rule:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iio_stresstest.dir/rule
.PHONY : tests/CMakeFiles/iio_stresstest.dir/rule

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

# fast build rule for target.
iio_stresstest/fast:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_stresstest.dir/build.make tests/CMakeFiles/iio_stresstest.dir/build
.PHONY : iio_stresstest/fast

gen_code.o: gen_code.c.o
.PHONY : gen_code.o

# target to build an object file
gen_code.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/gen_code.c.o
.PHONY : gen_code.c.o

gen_code.i: gen_code.c.i
.PHONY : gen_code.i

# target to preprocess a source file
gen_code.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/gen_code.c.i
.PHONY : gen_code.c.i

gen_code.s: gen_code.c.s
.PHONY : gen_code.s

# target to generate assembly for a file
gen_code.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/gen_code.c.s
.PHONY : gen_code.c.s

iio_adi_xflow_check.o: iio_adi_xflow_check.c.o
.PHONY : iio_adi_xflow_check.o

# target to build an object file
iio_adi_xflow_check.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_adi_xflow_check.dir/build.make tests/CMakeFiles/iio_adi_xflow_check.dir/iio_adi_xflow_check.c.o
.PHONY : iio_adi_xflow_check.c.o

iio_adi_xflow_check.i: iio_adi_xflow_check.c.i
.PHONY : iio_adi_xflow_check.i

# target to preprocess a source file
iio_adi_xflow_check.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_adi_xflow_check.dir/build.make tests/CMakeFiles/iio_adi_xflow_check.dir/iio_adi_xflow_check.c.i
.PHONY : iio_adi_xflow_check.c.i

iio_adi_xflow_check.s: iio_adi_xflow_check.c.s
.PHONY : iio_adi_xflow_check.s

# target to generate assembly for a file
iio_adi_xflow_check.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_adi_xflow_check.dir/build.make tests/CMakeFiles/iio_adi_xflow_check.dir/iio_adi_xflow_check.c.s
.PHONY : iio_adi_xflow_check.c.s

iio_attr.o: iio_attr.c.o
.PHONY : iio_attr.o

# target to build an object file
iio_attr.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_attr.dir/build.make tests/CMakeFiles/iio_attr.dir/iio_attr.c.o
.PHONY : iio_attr.c.o

iio_attr.i: iio_attr.c.i
.PHONY : iio_attr.i

# target to preprocess a source file
iio_attr.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_attr.dir/build.make tests/CMakeFiles/iio_attr.dir/iio_attr.c.i
.PHONY : iio_attr.c.i

iio_attr.s: iio_attr.c.s
.PHONY : iio_attr.s

# target to generate assembly for a file
iio_attr.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_attr.dir/build.make tests/CMakeFiles/iio_attr.dir/iio_attr.c.s
.PHONY : iio_attr.c.s

iio_common.o: iio_common.c.o
.PHONY : iio_common.o

# target to build an object file
iio_common.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/iio_common.c.o
.PHONY : iio_common.c.o

iio_common.i: iio_common.c.i
.PHONY : iio_common.i

# target to preprocess a source file
iio_common.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/iio_common.c.i
.PHONY : iio_common.c.i

iio_common.s: iio_common.c.s
.PHONY : iio_common.s

# target to generate assembly for a file
iio_common.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_tests_helper.dir/build.make tests/CMakeFiles/iio_tests_helper.dir/iio_common.c.s
.PHONY : iio_common.c.s

iio_genxml.o: iio_genxml.c.o
.PHONY : iio_genxml.o

# target to build an object file
iio_genxml.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_genxml.dir/build.make tests/CMakeFiles/iio_genxml.dir/iio_genxml.c.o
.PHONY : iio_genxml.c.o

iio_genxml.i: iio_genxml.c.i
.PHONY : iio_genxml.i

# target to preprocess a source file
iio_genxml.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_genxml.dir/build.make tests/CMakeFiles/iio_genxml.dir/iio_genxml.c.i
.PHONY : iio_genxml.c.i

iio_genxml.s: iio_genxml.c.s
.PHONY : iio_genxml.s

# target to generate assembly for a file
iio_genxml.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_genxml.dir/build.make tests/CMakeFiles/iio_genxml.dir/iio_genxml.c.s
.PHONY : iio_genxml.c.s

iio_info.o: iio_info.c.o
.PHONY : iio_info.o

# target to build an object file
iio_info.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_info.dir/build.make tests/CMakeFiles/iio_info.dir/iio_info.c.o
.PHONY : iio_info.c.o

iio_info.i: iio_info.c.i
.PHONY : iio_info.i

# target to preprocess a source file
iio_info.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_info.dir/build.make tests/CMakeFiles/iio_info.dir/iio_info.c.i
.PHONY : iio_info.c.i

iio_info.s: iio_info.c.s
.PHONY : iio_info.s

# target to generate assembly for a file
iio_info.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_info.dir/build.make tests/CMakeFiles/iio_info.dir/iio_info.c.s
.PHONY : iio_info.c.s

iio_readdev.o: iio_readdev.c.o
.PHONY : iio_readdev.o

# target to build an object file
iio_readdev.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_readdev.dir/build.make tests/CMakeFiles/iio_readdev.dir/iio_readdev.c.o
.PHONY : iio_readdev.c.o

iio_readdev.i: iio_readdev.c.i
.PHONY : iio_readdev.i

# target to preprocess a source file
iio_readdev.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_readdev.dir/build.make tests/CMakeFiles/iio_readdev.dir/iio_readdev.c.i
.PHONY : iio_readdev.c.i

iio_readdev.s: iio_readdev.c.s
.PHONY : iio_readdev.s

# target to generate assembly for a file
iio_readdev.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_readdev.dir/build.make tests/CMakeFiles/iio_readdev.dir/iio_readdev.c.s
.PHONY : iio_readdev.c.s

iio_reg.o: iio_reg.c.o
.PHONY : iio_reg.o

# target to build an object file
iio_reg.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_reg.dir/build.make tests/CMakeFiles/iio_reg.dir/iio_reg.c.o
.PHONY : iio_reg.c.o

iio_reg.i: iio_reg.c.i
.PHONY : iio_reg.i

# target to preprocess a source file
iio_reg.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_reg.dir/build.make tests/CMakeFiles/iio_reg.dir/iio_reg.c.i
.PHONY : iio_reg.c.i

iio_reg.s: iio_reg.c.s
.PHONY : iio_reg.s

# target to generate assembly for a file
iio_reg.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_reg.dir/build.make tests/CMakeFiles/iio_reg.dir/iio_reg.c.s
.PHONY : iio_reg.c.s

iio_stresstest.o: iio_stresstest.c.o
.PHONY : iio_stresstest.o

# target to build an object file
iio_stresstest.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_stresstest.dir/build.make tests/CMakeFiles/iio_stresstest.dir/iio_stresstest.c.o
.PHONY : iio_stresstest.c.o

iio_stresstest.i: iio_stresstest.c.i
.PHONY : iio_stresstest.i

# target to preprocess a source file
iio_stresstest.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_stresstest.dir/build.make tests/CMakeFiles/iio_stresstest.dir/iio_stresstest.c.i
.PHONY : iio_stresstest.c.i

iio_stresstest.s: iio_stresstest.c.s
.PHONY : iio_stresstest.s

# target to generate assembly for a file
iio_stresstest.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_stresstest.dir/build.make tests/CMakeFiles/iio_stresstest.dir/iio_stresstest.c.s
.PHONY : iio_stresstest.c.s

iio_writedev.o: iio_writedev.c.o
.PHONY : iio_writedev.o

# target to build an object file
iio_writedev.c.o:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_writedev.dir/build.make tests/CMakeFiles/iio_writedev.dir/iio_writedev.c.o
.PHONY : iio_writedev.c.o

iio_writedev.i: iio_writedev.c.i
.PHONY : iio_writedev.i

# target to preprocess a source file
iio_writedev.c.i:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_writedev.dir/build.make tests/CMakeFiles/iio_writedev.dir/iio_writedev.c.i
.PHONY : iio_writedev.c.i

iio_writedev.s: iio_writedev.c.s
.PHONY : iio_writedev.s

# target to generate assembly for a file
iio_writedev.c.s:
	cd /home/runner/work/pytest-libiio/pytest-libiio/libiio && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iio_writedev.dir/build.make tests/CMakeFiles/iio_writedev.dir/iio_writedev.c.s
.PHONY : iio_writedev.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 "... rebuild_cache"
	@echo "... iio_adi_xflow_check"
	@echo "... iio_attr"
	@echo "... iio_genxml"
	@echo "... iio_info"
	@echo "... iio_readdev"
	@echo "... iio_reg"
	@echo "... iio_stresstest"
	@echo "... iio_tests_helper"
	@echo "... iio_writedev"
	@echo "... gen_code.o"
	@echo "... gen_code.i"
	@echo "... gen_code.s"
	@echo "... iio_adi_xflow_check.o"
	@echo "... iio_adi_xflow_check.i"
	@echo "... iio_adi_xflow_check.s"
	@echo "... iio_attr.o"
	@echo "... iio_attr.i"
	@echo "... iio_attr.s"
	@echo "... iio_common.o"
	@echo "... iio_common.i"
	@echo "... iio_common.s"
	@echo "... iio_genxml.o"
	@echo "... iio_genxml.i"
	@echo "... iio_genxml.s"
	@echo "... iio_info.o"
	@echo "... iio_info.i"
	@echo "... iio_info.s"
	@echo "... iio_readdev.o"
	@echo "... iio_readdev.i"
	@echo "... iio_readdev.s"
	@echo "... iio_reg.o"
	@echo "... iio_reg.i"
	@echo "... iio_reg.s"
	@echo "... iio_stresstest.o"
	@echo "... iio_stresstest.i"
	@echo "... iio_stresstest.s"
	@echo "... iio_writedev.o"
	@echo "... iio_writedev.i"
	@echo "... iio_writedev.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/runner/work/pytest-libiio/pytest-libiio/libiio && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

