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

# 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 = /tmp/umr

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /tmp/umr/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 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 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 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

# The main all target
all: cmake_check_build_system
	cd /tmp/umr/build && $(CMAKE_COMMAND) -E cmake_progress_start /tmp/umr/build/CMakeFiles /tmp/umr/build/src/app/CMakeFiles/progress.marks
	cd /tmp/umr/build && $(MAKE) -f CMakeFiles/Makefile2 src/app/all
	$(CMAKE_COMMAND) -E cmake_progress_start /tmp/umr/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /tmp/umr/build && $(MAKE) -f CMakeFiles/Makefile2 src/app/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /tmp/umr/build && $(MAKE) -f CMakeFiles/Makefile2 src/app/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /tmp/umr/build && $(MAKE) -f CMakeFiles/Makefile2 src/app/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
src/app/CMakeFiles/umr.dir/rule:
	cd /tmp/umr/build && $(MAKE) -f CMakeFiles/Makefile2 src/app/CMakeFiles/umr.dir/rule
.PHONY : src/app/CMakeFiles/umr.dir/rule

# Convenience name for target.
umr: src/app/CMakeFiles/umr.dir/rule

.PHONY : umr

# fast build rule for target.
umr/fast:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umr.dir/build.make src/app/CMakeFiles/umr.dir/build
.PHONY : umr/fast

# Convenience name for target.
src/app/CMakeFiles/umrapp.dir/rule:
	cd /tmp/umr/build && $(MAKE) -f CMakeFiles/Makefile2 src/app/CMakeFiles/umrapp.dir/rule
.PHONY : src/app/CMakeFiles/umrapp.dir/rule

# Convenience name for target.
umrapp: src/app/CMakeFiles/umrapp.dir/rule

.PHONY : umrapp

# fast build rule for target.
umrapp/fast:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/build
.PHONY : umrapp/fast

enum.o: enum.c.o

.PHONY : enum.o

# target to build an object file
enum.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/enum.c.o
.PHONY : enum.c.o

enum.i: enum.c.i

.PHONY : enum.i

# target to preprocess a source file
enum.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/enum.c.i
.PHONY : enum.c.i

enum.s: enum.c.s

.PHONY : enum.s

# target to generate assembly for a file
enum.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/enum.c.s
.PHONY : enum.c.s

main.o: main.c.o

.PHONY : main.o

# target to build an object file
main.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umr.dir/build.make src/app/CMakeFiles/umr.dir/main.c.o
.PHONY : main.c.o

main.i: main.c.i

.PHONY : main.i

# target to preprocess a source file
main.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umr.dir/build.make src/app/CMakeFiles/umr.dir/main.c.i
.PHONY : main.c.i

main.s: main.c.s

.PHONY : main.s

# target to generate assembly for a file
main.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umr.dir/build.make src/app/CMakeFiles/umr.dir/main.c.s
.PHONY : main.c.s

print.o: print.c.o

.PHONY : print.o

# target to build an object file
print.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print.c.o
.PHONY : print.c.o

print.i: print.c.i

.PHONY : print.i

# target to preprocess a source file
print.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print.c.i
.PHONY : print.c.i

print.s: print.c.s

.PHONY : print.s

# target to generate assembly for a file
print.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print.c.s
.PHONY : print.c.s

print_config.o: print_config.c.o

.PHONY : print_config.o

# target to build an object file
print_config.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print_config.c.o
.PHONY : print_config.c.o

print_config.i: print_config.c.i

.PHONY : print_config.i

# target to preprocess a source file
print_config.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print_config.c.i
.PHONY : print_config.c.i

print_config.s: print_config.c.s

.PHONY : print_config.s

# target to generate assembly for a file
print_config.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print_config.c.s
.PHONY : print_config.c.s

print_waves.o: print_waves.c.o

.PHONY : print_waves.o

# target to build an object file
print_waves.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print_waves.c.o
.PHONY : print_waves.c.o

print_waves.i: print_waves.c.i

.PHONY : print_waves.i

# target to preprocess a source file
print_waves.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print_waves.c.i
.PHONY : print_waves.c.i

print_waves.s: print_waves.c.s

.PHONY : print_waves.s

# target to generate assembly for a file
print_waves.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/print_waves.c.s
.PHONY : print_waves.c.s

ring_read.o: ring_read.c.o

.PHONY : ring_read.o

# target to build an object file
ring_read.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/ring_read.c.o
.PHONY : ring_read.c.o

ring_read.i: ring_read.c.i

.PHONY : ring_read.i

# target to preprocess a source file
ring_read.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/ring_read.c.i
.PHONY : ring_read.c.i

ring_read.s: ring_read.c.s

.PHONY : ring_read.s

# target to generate assembly for a file
ring_read.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/ring_read.c.s
.PHONY : ring_read.c.s

scan.o: scan.c.o

.PHONY : scan.o

# target to build an object file
scan.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/scan.c.o
.PHONY : scan.c.o

scan.i: scan.c.i

.PHONY : scan.i

# target to preprocess a source file
scan.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/scan.c.i
.PHONY : scan.c.i

scan.s: scan.c.s

.PHONY : scan.s

# target to generate assembly for a file
scan.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/scan.c.s
.PHONY : scan.c.s

scan_log.o: scan_log.c.o

.PHONY : scan_log.o

# target to build an object file
scan_log.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/scan_log.c.o
.PHONY : scan_log.c.o

scan_log.i: scan_log.c.i

.PHONY : scan_log.i

# target to preprocess a source file
scan_log.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/scan_log.c.i
.PHONY : scan_log.c.i

scan_log.s: scan_log.c.s

.PHONY : scan_log.s

# target to generate assembly for a file
scan_log.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/scan_log.c.s
.PHONY : scan_log.c.s

set_bit.o: set_bit.c.o

.PHONY : set_bit.o

# target to build an object file
set_bit.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/set_bit.c.o
.PHONY : set_bit.c.o

set_bit.i: set_bit.c.i

.PHONY : set_bit.i

# target to preprocess a source file
set_bit.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/set_bit.c.i
.PHONY : set_bit.c.i

set_bit.s: set_bit.c.s

.PHONY : set_bit.s

# target to generate assembly for a file
set_bit.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/set_bit.c.s
.PHONY : set_bit.c.s

set_reg.o: set_reg.c.o

.PHONY : set_reg.o

# target to build an object file
set_reg.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/set_reg.c.o
.PHONY : set_reg.c.o

set_reg.i: set_reg.c.i

.PHONY : set_reg.i

# target to preprocess a source file
set_reg.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/set_reg.c.i
.PHONY : set_reg.c.i

set_reg.s: set_reg.c.s

.PHONY : set_reg.s

# target to generate assembly for a file
set_reg.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/set_reg.c.s
.PHONY : set_reg.c.s

top.o: top.c.o

.PHONY : top.o

# target to build an object file
top.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/top.c.o
.PHONY : top.c.o

top.i: top.c.i

.PHONY : top.i

# target to preprocess a source file
top.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/top.c.i
.PHONY : top.c.i

top.s: top.c.s

.PHONY : top.s

# target to generate assembly for a file
top.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/top.c.s
.PHONY : top.c.s

umr_lookup.o: umr_lookup.c.o

.PHONY : umr_lookup.o

# target to build an object file
umr_lookup.c.o:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/umr_lookup.c.o
.PHONY : umr_lookup.c.o

umr_lookup.i: umr_lookup.c.i

.PHONY : umr_lookup.i

# target to preprocess a source file
umr_lookup.c.i:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/umr_lookup.c.i
.PHONY : umr_lookup.c.i

umr_lookup.s: umr_lookup.c.s

.PHONY : umr_lookup.s

# target to generate assembly for a file
umr_lookup.c.s:
	cd /tmp/umr/build && $(MAKE) -f src/app/CMakeFiles/umrapp.dir/build.make src/app/CMakeFiles/umrapp.dir/umr_lookup.c.s
.PHONY : umr_lookup.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/strip"
	@echo "... install/local"
	@echo "... umr"
	@echo "... install"
	@echo "... umrapp"
	@echo "... list_install_components"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... enum.o"
	@echo "... enum.i"
	@echo "... enum.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... print.o"
	@echo "... print.i"
	@echo "... print.s"
	@echo "... print_config.o"
	@echo "... print_config.i"
	@echo "... print_config.s"
	@echo "... print_waves.o"
	@echo "... print_waves.i"
	@echo "... print_waves.s"
	@echo "... ring_read.o"
	@echo "... ring_read.i"
	@echo "... ring_read.s"
	@echo "... scan.o"
	@echo "... scan.i"
	@echo "... scan.s"
	@echo "... scan_log.o"
	@echo "... scan_log.i"
	@echo "... scan_log.s"
	@echo "... set_bit.o"
	@echo "... set_bit.i"
	@echo "... set_bit.s"
	@echo "... set_reg.o"
	@echo "... set_reg.i"
	@echo "... set_reg.s"
	@echo "... top.o"
	@echo "... top.i"
	@echo "... top.s"
	@echo "... umr_lookup.o"
	@echo "... umr_lookup.i"
	@echo "... umr_lookup.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 /tmp/umr/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

