# 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


# Produce verbose output by default.
VERBOSE = 1

# 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/iurt/rpmbuild/BUILD/libftdi1-1.4

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build

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

# 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 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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/iurt/rpmbuild/BUILD/libftdi1-1.4/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/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 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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"headers\""
.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/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 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

# The main all target
all: cmake_check_build_system
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build/CMakeFiles /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build/examples/CMakeFiles/progress.marks
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
examples/CMakeFiles/bitbang_ft2232.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/bitbang_ft2232.dir/rule
.PHONY : examples/CMakeFiles/bitbang_ft2232.dir/rule

# Convenience name for target.
bitbang_ft2232: examples/CMakeFiles/bitbang_ft2232.dir/rule

.PHONY : bitbang_ft2232

# fast build rule for target.
bitbang_ft2232/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_ft2232.dir/build.make examples/CMakeFiles/bitbang_ft2232.dir/build
.PHONY : bitbang_ft2232/fast

# Convenience name for target.
examples/CMakeFiles/stream_test.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/stream_test.dir/rule
.PHONY : examples/CMakeFiles/stream_test.dir/rule

# Convenience name for target.
stream_test: examples/CMakeFiles/stream_test.dir/rule

.PHONY : stream_test

# fast build rule for target.
stream_test/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/stream_test.dir/build.make examples/CMakeFiles/stream_test.dir/build
.PHONY : stream_test/fast

# Convenience name for target.
examples/CMakeFiles/serial_test.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/serial_test.dir/rule
.PHONY : examples/CMakeFiles/serial_test.dir/rule

# Convenience name for target.
serial_test: examples/CMakeFiles/serial_test.dir/rule

.PHONY : serial_test

# fast build rule for target.
serial_test/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/serial_test.dir/build.make examples/CMakeFiles/serial_test.dir/build
.PHONY : serial_test/fast

# Convenience name for target.
examples/CMakeFiles/bitbang2.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/bitbang2.dir/rule
.PHONY : examples/CMakeFiles/bitbang2.dir/rule

# Convenience name for target.
bitbang2: examples/CMakeFiles/bitbang2.dir/rule

.PHONY : bitbang2

# fast build rule for target.
bitbang2/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang2.dir/build.make examples/CMakeFiles/bitbang2.dir/build
.PHONY : bitbang2/fast

# Convenience name for target.
examples/CMakeFiles/bitbang.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/bitbang.dir/rule
.PHONY : examples/CMakeFiles/bitbang.dir/rule

# Convenience name for target.
bitbang: examples/CMakeFiles/bitbang.dir/rule

.PHONY : bitbang

# fast build rule for target.
bitbang/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang.dir/build.make examples/CMakeFiles/bitbang.dir/build
.PHONY : bitbang/fast

# Convenience name for target.
examples/CMakeFiles/find_all.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/find_all.dir/rule
.PHONY : examples/CMakeFiles/find_all.dir/rule

# Convenience name for target.
find_all: examples/CMakeFiles/find_all.dir/rule

.PHONY : find_all

# fast build rule for target.
find_all/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all.dir/build.make examples/CMakeFiles/find_all.dir/build
.PHONY : find_all/fast

# Convenience name for target.
examples/CMakeFiles/find_all_pp.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/find_all_pp.dir/rule
.PHONY : examples/CMakeFiles/find_all_pp.dir/rule

# Convenience name for target.
find_all_pp: examples/CMakeFiles/find_all_pp.dir/rule

.PHONY : find_all_pp

# fast build rule for target.
find_all_pp/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all_pp.dir/build.make examples/CMakeFiles/find_all_pp.dir/build
.PHONY : find_all_pp/fast

# Convenience name for target.
examples/CMakeFiles/simple.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/simple.dir/rule
.PHONY : examples/CMakeFiles/simple.dir/rule

# Convenience name for target.
simple: examples/CMakeFiles/simple.dir/rule

.PHONY : simple

# fast build rule for target.
simple/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build
.PHONY : simple/fast

# Convenience name for target.
examples/CMakeFiles/baud_test.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/baud_test.dir/rule
.PHONY : examples/CMakeFiles/baud_test.dir/rule

# Convenience name for target.
baud_test: examples/CMakeFiles/baud_test.dir/rule

.PHONY : baud_test

# fast build rule for target.
baud_test/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/baud_test.dir/build.make examples/CMakeFiles/baud_test.dir/build
.PHONY : baud_test/fast

# Convenience name for target.
examples/CMakeFiles/bitbang_cbus.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/bitbang_cbus.dir/rule
.PHONY : examples/CMakeFiles/bitbang_cbus.dir/rule

# Convenience name for target.
bitbang_cbus: examples/CMakeFiles/bitbang_cbus.dir/rule

.PHONY : bitbang_cbus

# fast build rule for target.
bitbang_cbus/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_cbus.dir/build.make examples/CMakeFiles/bitbang_cbus.dir/build
.PHONY : bitbang_cbus/fast

# Convenience name for target.
examples/CMakeFiles/eeprom.dir/rule:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/eeprom.dir/rule
.PHONY : examples/CMakeFiles/eeprom.dir/rule

# Convenience name for target.
eeprom: examples/CMakeFiles/eeprom.dir/rule

.PHONY : eeprom

# fast build rule for target.
eeprom/fast:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/eeprom.dir/build.make examples/CMakeFiles/eeprom.dir/build
.PHONY : eeprom/fast

baud_test.o: baud_test.c.o

.PHONY : baud_test.o

# target to build an object file
baud_test.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/baud_test.dir/build.make examples/CMakeFiles/baud_test.dir/baud_test.c.o
.PHONY : baud_test.c.o

baud_test.i: baud_test.c.i

.PHONY : baud_test.i

# target to preprocess a source file
baud_test.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/baud_test.dir/build.make examples/CMakeFiles/baud_test.dir/baud_test.c.i
.PHONY : baud_test.c.i

baud_test.s: baud_test.c.s

.PHONY : baud_test.s

# target to generate assembly for a file
baud_test.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/baud_test.dir/build.make examples/CMakeFiles/baud_test.dir/baud_test.c.s
.PHONY : baud_test.c.s

bitbang.o: bitbang.c.o

.PHONY : bitbang.o

# target to build an object file
bitbang.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang.dir/build.make examples/CMakeFiles/bitbang.dir/bitbang.c.o
.PHONY : bitbang.c.o

bitbang.i: bitbang.c.i

.PHONY : bitbang.i

# target to preprocess a source file
bitbang.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang.dir/build.make examples/CMakeFiles/bitbang.dir/bitbang.c.i
.PHONY : bitbang.c.i

bitbang.s: bitbang.c.s

.PHONY : bitbang.s

# target to generate assembly for a file
bitbang.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang.dir/build.make examples/CMakeFiles/bitbang.dir/bitbang.c.s
.PHONY : bitbang.c.s

bitbang2.o: bitbang2.c.o

.PHONY : bitbang2.o

# target to build an object file
bitbang2.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang2.dir/build.make examples/CMakeFiles/bitbang2.dir/bitbang2.c.o
.PHONY : bitbang2.c.o

bitbang2.i: bitbang2.c.i

.PHONY : bitbang2.i

# target to preprocess a source file
bitbang2.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang2.dir/build.make examples/CMakeFiles/bitbang2.dir/bitbang2.c.i
.PHONY : bitbang2.c.i

bitbang2.s: bitbang2.c.s

.PHONY : bitbang2.s

# target to generate assembly for a file
bitbang2.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang2.dir/build.make examples/CMakeFiles/bitbang2.dir/bitbang2.c.s
.PHONY : bitbang2.c.s

bitbang_cbus.o: bitbang_cbus.c.o

.PHONY : bitbang_cbus.o

# target to build an object file
bitbang_cbus.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_cbus.dir/build.make examples/CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o
.PHONY : bitbang_cbus.c.o

bitbang_cbus.i: bitbang_cbus.c.i

.PHONY : bitbang_cbus.i

# target to preprocess a source file
bitbang_cbus.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_cbus.dir/build.make examples/CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.i
.PHONY : bitbang_cbus.c.i

bitbang_cbus.s: bitbang_cbus.c.s

.PHONY : bitbang_cbus.s

# target to generate assembly for a file
bitbang_cbus.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_cbus.dir/build.make examples/CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.s
.PHONY : bitbang_cbus.c.s

bitbang_ft2232.o: bitbang_ft2232.c.o

.PHONY : bitbang_ft2232.o

# target to build an object file
bitbang_ft2232.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_ft2232.dir/build.make examples/CMakeFiles/bitbang_ft2232.dir/bitbang_ft2232.c.o
.PHONY : bitbang_ft2232.c.o

bitbang_ft2232.i: bitbang_ft2232.c.i

.PHONY : bitbang_ft2232.i

# target to preprocess a source file
bitbang_ft2232.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_ft2232.dir/build.make examples/CMakeFiles/bitbang_ft2232.dir/bitbang_ft2232.c.i
.PHONY : bitbang_ft2232.c.i

bitbang_ft2232.s: bitbang_ft2232.c.s

.PHONY : bitbang_ft2232.s

# target to generate assembly for a file
bitbang_ft2232.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/bitbang_ft2232.dir/build.make examples/CMakeFiles/bitbang_ft2232.dir/bitbang_ft2232.c.s
.PHONY : bitbang_ft2232.c.s

eeprom.o: eeprom.c.o

.PHONY : eeprom.o

# target to build an object file
eeprom.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/eeprom.dir/build.make examples/CMakeFiles/eeprom.dir/eeprom.c.o
.PHONY : eeprom.c.o

eeprom.i: eeprom.c.i

.PHONY : eeprom.i

# target to preprocess a source file
eeprom.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/eeprom.dir/build.make examples/CMakeFiles/eeprom.dir/eeprom.c.i
.PHONY : eeprom.c.i

eeprom.s: eeprom.c.s

.PHONY : eeprom.s

# target to generate assembly for a file
eeprom.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/eeprom.dir/build.make examples/CMakeFiles/eeprom.dir/eeprom.c.s
.PHONY : eeprom.c.s

find_all.o: find_all.c.o

.PHONY : find_all.o

# target to build an object file
find_all.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all.dir/build.make examples/CMakeFiles/find_all.dir/find_all.c.o
.PHONY : find_all.c.o

find_all.i: find_all.c.i

.PHONY : find_all.i

# target to preprocess a source file
find_all.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all.dir/build.make examples/CMakeFiles/find_all.dir/find_all.c.i
.PHONY : find_all.c.i

find_all.s: find_all.c.s

.PHONY : find_all.s

# target to generate assembly for a file
find_all.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all.dir/build.make examples/CMakeFiles/find_all.dir/find_all.c.s
.PHONY : find_all.c.s

find_all_pp.o: find_all_pp.cpp.o

.PHONY : find_all_pp.o

# target to build an object file
find_all_pp.cpp.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all_pp.dir/build.make examples/CMakeFiles/find_all_pp.dir/find_all_pp.cpp.o
.PHONY : find_all_pp.cpp.o

find_all_pp.i: find_all_pp.cpp.i

.PHONY : find_all_pp.i

# target to preprocess a source file
find_all_pp.cpp.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all_pp.dir/build.make examples/CMakeFiles/find_all_pp.dir/find_all_pp.cpp.i
.PHONY : find_all_pp.cpp.i

find_all_pp.s: find_all_pp.cpp.s

.PHONY : find_all_pp.s

# target to generate assembly for a file
find_all_pp.cpp.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/find_all_pp.dir/build.make examples/CMakeFiles/find_all_pp.dir/find_all_pp.cpp.s
.PHONY : find_all_pp.cpp.s

serial_test.o: serial_test.c.o

.PHONY : serial_test.o

# target to build an object file
serial_test.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/serial_test.dir/build.make examples/CMakeFiles/serial_test.dir/serial_test.c.o
.PHONY : serial_test.c.o

serial_test.i: serial_test.c.i

.PHONY : serial_test.i

# target to preprocess a source file
serial_test.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/serial_test.dir/build.make examples/CMakeFiles/serial_test.dir/serial_test.c.i
.PHONY : serial_test.c.i

serial_test.s: serial_test.c.s

.PHONY : serial_test.s

# target to generate assembly for a file
serial_test.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/serial_test.dir/build.make examples/CMakeFiles/serial_test.dir/serial_test.c.s
.PHONY : serial_test.c.s

simple.o: simple.c.o

.PHONY : simple.o

# target to build an object file
simple.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/simple.c.o
.PHONY : simple.c.o

simple.i: simple.c.i

.PHONY : simple.i

# target to preprocess a source file
simple.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/simple.c.i
.PHONY : simple.c.i

simple.s: simple.c.s

.PHONY : simple.s

# target to generate assembly for a file
simple.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/simple.c.s
.PHONY : simple.c.s

stream_test.o: stream_test.c.o

.PHONY : stream_test.o

# target to build an object file
stream_test.c.o:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/stream_test.dir/build.make examples/CMakeFiles/stream_test.dir/stream_test.c.o
.PHONY : stream_test.c.o

stream_test.i: stream_test.c.i

.PHONY : stream_test.i

# target to preprocess a source file
stream_test.c.i:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/stream_test.dir/build.make examples/CMakeFiles/stream_test.dir/stream_test.c.i
.PHONY : stream_test.c.i

stream_test.s: stream_test.c.s

.PHONY : stream_test.s

# target to generate assembly for a file
stream_test.c.s:
	cd /home/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(MAKE) -f examples/CMakeFiles/stream_test.dir/build.make examples/CMakeFiles/stream_test.dir/stream_test.c.s
.PHONY : stream_test.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 "... install"
	@echo "... edit_cache"
	@echo "... package_source"
	@echo "... package"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... bitbang_ft2232"
	@echo "... stream_test"
	@echo "... install/local"
	@echo "... serial_test"
	@echo "... bitbang2"
	@echo "... bitbang"
	@echo "... find_all"
	@echo "... rebuild_cache"
	@echo "... find_all_pp"
	@echo "... simple"
	@echo "... baud_test"
	@echo "... bitbang_cbus"
	@echo "... eeprom"
	@echo "... baud_test.o"
	@echo "... baud_test.i"
	@echo "... baud_test.s"
	@echo "... bitbang.o"
	@echo "... bitbang.i"
	@echo "... bitbang.s"
	@echo "... bitbang2.o"
	@echo "... bitbang2.i"
	@echo "... bitbang2.s"
	@echo "... bitbang_cbus.o"
	@echo "... bitbang_cbus.i"
	@echo "... bitbang_cbus.s"
	@echo "... bitbang_ft2232.o"
	@echo "... bitbang_ft2232.i"
	@echo "... bitbang_ft2232.s"
	@echo "... eeprom.o"
	@echo "... eeprom.i"
	@echo "... eeprom.s"
	@echo "... find_all.o"
	@echo "... find_all.i"
	@echo "... find_all.s"
	@echo "... find_all_pp.o"
	@echo "... find_all_pp.i"
	@echo "... find_all_pp.s"
	@echo "... serial_test.o"
	@echo "... serial_test.i"
	@echo "... serial_test.s"
	@echo "... simple.o"
	@echo "... simple.i"
	@echo "... simple.s"
	@echo "... stream_test.o"
	@echo "... stream_test.i"
	@echo "... stream_test.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/iurt/rpmbuild/BUILD/libftdi1-1.4/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

