# 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


# 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 = /builddir/build/BUILD/mraa-2.0.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /builddir/build/BUILD/mraa-2.0.0

#=============================================================================
# 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 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/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 -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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/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 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

# The main all target
all: cmake_check_build_system
	cd /builddir/build/BUILD/mraa-2.0.0 && $(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/mraa-2.0.0/CMakeFiles /builddir/build/BUILD/mraa-2.0.0/examples/c++/CMakeFiles/progress.marks
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/all
	$(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/mraa-2.0.0/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
examples/c++/CMakeFiles/pwm_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/pwm_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/pwm_cpp.dir/rule

# Convenience name for target.
pwm_cpp: examples/c++/CMakeFiles/pwm_cpp.dir/rule

.PHONY : pwm_cpp

# fast build rule for target.
pwm_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/pwm_cpp.dir/build.make examples/c++/CMakeFiles/pwm_cpp.dir/build
.PHONY : pwm_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/spi_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/spi_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/spi_cpp.dir/rule

# Convenience name for target.
spi_cpp: examples/c++/CMakeFiles/spi_cpp.dir/rule

.PHONY : spi_cpp

# fast build rule for target.
spi_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/spi_cpp.dir/build.make examples/c++/CMakeFiles/spi_cpp.dir/build
.PHONY : spi_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/gpio_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/gpio_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/gpio_cpp.dir/rule

# Convenience name for target.
gpio_cpp: examples/c++/CMakeFiles/gpio_cpp.dir/rule

.PHONY : gpio_cpp

# fast build rule for target.
gpio_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_cpp.dir/build.make examples/c++/CMakeFiles/gpio_cpp.dir/build
.PHONY : gpio_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/i2c_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/i2c_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/i2c_cpp.dir/rule

# Convenience name for target.
i2c_cpp: examples/c++/CMakeFiles/i2c_cpp.dir/rule

.PHONY : i2c_cpp

# fast build rule for target.
i2c_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/i2c_cpp.dir/build.make examples/c++/CMakeFiles/i2c_cpp.dir/build
.PHONY : i2c_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/aio_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/aio_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/aio_cpp.dir/rule

# Convenience name for target.
aio_cpp: examples/c++/CMakeFiles/aio_cpp.dir/rule

.PHONY : aio_cpp

# fast build rule for target.
aio_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/aio_cpp.dir/build.make examples/c++/CMakeFiles/aio_cpp.dir/build
.PHONY : aio_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/gpio_advanced_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/gpio_advanced_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/gpio_advanced_cpp.dir/rule

# Convenience name for target.
gpio_advanced_cpp: examples/c++/CMakeFiles/gpio_advanced_cpp.dir/rule

.PHONY : gpio_advanced_cpp

# fast build rule for target.
gpio_advanced_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_advanced_cpp.dir/build.make examples/c++/CMakeFiles/gpio_advanced_cpp.dir/build
.PHONY : gpio_advanced_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/uart_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/uart_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/uart_cpp.dir/rule

# Convenience name for target.
uart_cpp: examples/c++/CMakeFiles/uart_cpp.dir/rule

.PHONY : uart_cpp

# fast build rule for target.
uart_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_cpp.dir/build.make examples/c++/CMakeFiles/uart_cpp.dir/build
.PHONY : uart_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/iio_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/iio_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/iio_cpp.dir/rule

# Convenience name for target.
iio_cpp: examples/c++/CMakeFiles/iio_cpp.dir/rule

.PHONY : iio_cpp

# fast build rule for target.
iio_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/iio_cpp.dir/build.make examples/c++/CMakeFiles/iio_cpp.dir/build
.PHONY : iio_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/led_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/led_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/led_cpp.dir/rule

# Convenience name for target.
led_cpp: examples/c++/CMakeFiles/led_cpp.dir/rule

.PHONY : led_cpp

# fast build rule for target.
led_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/led_cpp.dir/build.make examples/c++/CMakeFiles/led_cpp.dir/build
.PHONY : led_cpp/fast

# Convenience name for target.
examples/c++/CMakeFiles/uart_ow_cpp.dir/rule:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/c++/CMakeFiles/uart_ow_cpp.dir/rule
.PHONY : examples/c++/CMakeFiles/uart_ow_cpp.dir/rule

# Convenience name for target.
uart_ow_cpp: examples/c++/CMakeFiles/uart_ow_cpp.dir/rule

.PHONY : uart_ow_cpp

# fast build rule for target.
uart_ow_cpp/fast:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_ow_cpp.dir/build.make examples/c++/CMakeFiles/uart_ow_cpp.dir/build
.PHONY : uart_ow_cpp/fast

aio.o: aio.cpp.o

.PHONY : aio.o

# target to build an object file
aio.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/aio_cpp.dir/build.make examples/c++/CMakeFiles/aio_cpp.dir/aio.cpp.o
.PHONY : aio.cpp.o

aio.i: aio.cpp.i

.PHONY : aio.i

# target to preprocess a source file
aio.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/aio_cpp.dir/build.make examples/c++/CMakeFiles/aio_cpp.dir/aio.cpp.i
.PHONY : aio.cpp.i

aio.s: aio.cpp.s

.PHONY : aio.s

# target to generate assembly for a file
aio.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/aio_cpp.dir/build.make examples/c++/CMakeFiles/aio_cpp.dir/aio.cpp.s
.PHONY : aio.cpp.s

gpio.o: gpio.cpp.o

.PHONY : gpio.o

# target to build an object file
gpio.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_cpp.dir/build.make examples/c++/CMakeFiles/gpio_cpp.dir/gpio.cpp.o
.PHONY : gpio.cpp.o

gpio.i: gpio.cpp.i

.PHONY : gpio.i

# target to preprocess a source file
gpio.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_cpp.dir/build.make examples/c++/CMakeFiles/gpio_cpp.dir/gpio.cpp.i
.PHONY : gpio.cpp.i

gpio.s: gpio.cpp.s

.PHONY : gpio.s

# target to generate assembly for a file
gpio.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_cpp.dir/build.make examples/c++/CMakeFiles/gpio_cpp.dir/gpio.cpp.s
.PHONY : gpio.cpp.s

gpio_advanced.o: gpio_advanced.cpp.o

.PHONY : gpio_advanced.o

# target to build an object file
gpio_advanced.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_advanced_cpp.dir/build.make examples/c++/CMakeFiles/gpio_advanced_cpp.dir/gpio_advanced.cpp.o
.PHONY : gpio_advanced.cpp.o

gpio_advanced.i: gpio_advanced.cpp.i

.PHONY : gpio_advanced.i

# target to preprocess a source file
gpio_advanced.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_advanced_cpp.dir/build.make examples/c++/CMakeFiles/gpio_advanced_cpp.dir/gpio_advanced.cpp.i
.PHONY : gpio_advanced.cpp.i

gpio_advanced.s: gpio_advanced.cpp.s

.PHONY : gpio_advanced.s

# target to generate assembly for a file
gpio_advanced.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/gpio_advanced_cpp.dir/build.make examples/c++/CMakeFiles/gpio_advanced_cpp.dir/gpio_advanced.cpp.s
.PHONY : gpio_advanced.cpp.s

i2c.o: i2c.cpp.o

.PHONY : i2c.o

# target to build an object file
i2c.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/i2c_cpp.dir/build.make examples/c++/CMakeFiles/i2c_cpp.dir/i2c.cpp.o
.PHONY : i2c.cpp.o

i2c.i: i2c.cpp.i

.PHONY : i2c.i

# target to preprocess a source file
i2c.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/i2c_cpp.dir/build.make examples/c++/CMakeFiles/i2c_cpp.dir/i2c.cpp.i
.PHONY : i2c.cpp.i

i2c.s: i2c.cpp.s

.PHONY : i2c.s

# target to generate assembly for a file
i2c.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/i2c_cpp.dir/build.make examples/c++/CMakeFiles/i2c_cpp.dir/i2c.cpp.s
.PHONY : i2c.cpp.s

iio.o: iio.cpp.o

.PHONY : iio.o

# target to build an object file
iio.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/iio_cpp.dir/build.make examples/c++/CMakeFiles/iio_cpp.dir/iio.cpp.o
.PHONY : iio.cpp.o

iio.i: iio.cpp.i

.PHONY : iio.i

# target to preprocess a source file
iio.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/iio_cpp.dir/build.make examples/c++/CMakeFiles/iio_cpp.dir/iio.cpp.i
.PHONY : iio.cpp.i

iio.s: iio.cpp.s

.PHONY : iio.s

# target to generate assembly for a file
iio.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/iio_cpp.dir/build.make examples/c++/CMakeFiles/iio_cpp.dir/iio.cpp.s
.PHONY : iio.cpp.s

led.o: led.cpp.o

.PHONY : led.o

# target to build an object file
led.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/led_cpp.dir/build.make examples/c++/CMakeFiles/led_cpp.dir/led.cpp.o
.PHONY : led.cpp.o

led.i: led.cpp.i

.PHONY : led.i

# target to preprocess a source file
led.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/led_cpp.dir/build.make examples/c++/CMakeFiles/led_cpp.dir/led.cpp.i
.PHONY : led.cpp.i

led.s: led.cpp.s

.PHONY : led.s

# target to generate assembly for a file
led.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/led_cpp.dir/build.make examples/c++/CMakeFiles/led_cpp.dir/led.cpp.s
.PHONY : led.cpp.s

pwm.o: pwm.cpp.o

.PHONY : pwm.o

# target to build an object file
pwm.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/pwm_cpp.dir/build.make examples/c++/CMakeFiles/pwm_cpp.dir/pwm.cpp.o
.PHONY : pwm.cpp.o

pwm.i: pwm.cpp.i

.PHONY : pwm.i

# target to preprocess a source file
pwm.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/pwm_cpp.dir/build.make examples/c++/CMakeFiles/pwm_cpp.dir/pwm.cpp.i
.PHONY : pwm.cpp.i

pwm.s: pwm.cpp.s

.PHONY : pwm.s

# target to generate assembly for a file
pwm.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/pwm_cpp.dir/build.make examples/c++/CMakeFiles/pwm_cpp.dir/pwm.cpp.s
.PHONY : pwm.cpp.s

spi.o: spi.cpp.o

.PHONY : spi.o

# target to build an object file
spi.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/spi_cpp.dir/build.make examples/c++/CMakeFiles/spi_cpp.dir/spi.cpp.o
.PHONY : spi.cpp.o

spi.i: spi.cpp.i

.PHONY : spi.i

# target to preprocess a source file
spi.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/spi_cpp.dir/build.make examples/c++/CMakeFiles/spi_cpp.dir/spi.cpp.i
.PHONY : spi.cpp.i

spi.s: spi.cpp.s

.PHONY : spi.s

# target to generate assembly for a file
spi.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/spi_cpp.dir/build.make examples/c++/CMakeFiles/spi_cpp.dir/spi.cpp.s
.PHONY : spi.cpp.s

uart.o: uart.cpp.o

.PHONY : uart.o

# target to build an object file
uart.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_cpp.dir/build.make examples/c++/CMakeFiles/uart_cpp.dir/uart.cpp.o
.PHONY : uart.cpp.o

uart.i: uart.cpp.i

.PHONY : uart.i

# target to preprocess a source file
uart.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_cpp.dir/build.make examples/c++/CMakeFiles/uart_cpp.dir/uart.cpp.i
.PHONY : uart.cpp.i

uart.s: uart.cpp.s

.PHONY : uart.s

# target to generate assembly for a file
uart.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_cpp.dir/build.make examples/c++/CMakeFiles/uart_cpp.dir/uart.cpp.s
.PHONY : uart.cpp.s

uart_ow.o: uart_ow.cpp.o

.PHONY : uart_ow.o

# target to build an object file
uart_ow.cpp.o:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_ow_cpp.dir/build.make examples/c++/CMakeFiles/uart_ow_cpp.dir/uart_ow.cpp.o
.PHONY : uart_ow.cpp.o

uart_ow.i: uart_ow.cpp.i

.PHONY : uart_ow.i

# target to preprocess a source file
uart_ow.cpp.i:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_ow_cpp.dir/build.make examples/c++/CMakeFiles/uart_ow_cpp.dir/uart_ow.cpp.i
.PHONY : uart_ow.cpp.i

uart_ow.s: uart_ow.cpp.s

.PHONY : uart_ow.s

# target to generate assembly for a file
uart_ow.cpp.s:
	cd /builddir/build/BUILD/mraa-2.0.0 && $(MAKE) -f examples/c++/CMakeFiles/uart_ow_cpp.dir/build.make examples/c++/CMakeFiles/uart_ow_cpp.dir/uart_ow.cpp.s
.PHONY : uart_ow.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 "... pwm_cpp"
	@echo "... spi_cpp"
	@echo "... gpio_cpp"
	@echo "... i2c_cpp"
	@echo "... aio_cpp"
	@echo "... gpio_advanced_cpp"
	@echo "... test"
	@echo "... uart_cpp"
	@echo "... install/local"
	@echo "... iio_cpp"
	@echo "... led_cpp"
	@echo "... rebuild_cache"
	@echo "... uart_ow_cpp"
	@echo "... edit_cache"
	@echo "... list_install_components"
	@echo "... install"
	@echo "... aio.o"
	@echo "... aio.i"
	@echo "... aio.s"
	@echo "... gpio.o"
	@echo "... gpio.i"
	@echo "... gpio.s"
	@echo "... gpio_advanced.o"
	@echo "... gpio_advanced.i"
	@echo "... gpio_advanced.s"
	@echo "... i2c.o"
	@echo "... i2c.i"
	@echo "... i2c.s"
	@echo "... iio.o"
	@echo "... iio.i"
	@echo "... iio.s"
	@echo "... led.o"
	@echo "... led.i"
	@echo "... led.s"
	@echo "... pwm.o"
	@echo "... pwm.i"
	@echo "... pwm.s"
	@echo "... spi.o"
	@echo "... spi.i"
	@echo "... spi.s"
	@echo "... uart.o"
	@echo "... uart.i"
	@echo "... uart.s"
	@echo "... uart_ow.o"
	@echo "... uart_ow.i"
	@echo "... uart_ow.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 /builddir/build/BUILD/mraa-2.0.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

