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

# Delete rule output on recipe failure.
.DELETE_ON_ERROR:


#=============================================================================
# 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

# Include any dependencies generated for this target.
include src/app/CMakeFiles/umr.dir/depend.make

# Include the progress variables for this target.
include src/app/CMakeFiles/umr.dir/progress.make

# Include the compile flags for this target's objects.
include src/app/CMakeFiles/umr.dir/flags.make

src/app/CMakeFiles/umr.dir/main.c.o: src/app/CMakeFiles/umr.dir/flags.make
src/app/CMakeFiles/umr.dir/main.c.o: ../src/app/main.c
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/tmp/umr/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object src/app/CMakeFiles/umr.dir/main.c.o"
	cd /tmp/umr/build/src/app && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/umr.dir/main.c.o   -c /tmp/umr/src/app/main.c

src/app/CMakeFiles/umr.dir/main.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/umr.dir/main.c.i"
	cd /tmp/umr/build/src/app && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /tmp/umr/src/app/main.c > CMakeFiles/umr.dir/main.c.i

src/app/CMakeFiles/umr.dir/main.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/umr.dir/main.c.s"
	cd /tmp/umr/build/src/app && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /tmp/umr/src/app/main.c -o CMakeFiles/umr.dir/main.c.s

src/app/CMakeFiles/umr.dir/main.c.o.requires:

.PHONY : src/app/CMakeFiles/umr.dir/main.c.o.requires

src/app/CMakeFiles/umr.dir/main.c.o.provides: src/app/CMakeFiles/umr.dir/main.c.o.requires
	$(MAKE) -f src/app/CMakeFiles/umr.dir/build.make src/app/CMakeFiles/umr.dir/main.c.o.provides.build
.PHONY : src/app/CMakeFiles/umr.dir/main.c.o.provides

src/app/CMakeFiles/umr.dir/main.c.o.provides.build: src/app/CMakeFiles/umr.dir/main.c.o


# Object files for target umr
umr_OBJECTS = \
"CMakeFiles/umr.dir/main.c.o"

# External object files for target umr
umr_EXTERNAL_OBJECTS =

src/app/umr: src/app/CMakeFiles/umr.dir/main.c.o
src/app/umr: src/app/CMakeFiles/umr.dir/build.make
src/app/umr: src/app/libumrapp.a
src/app/umr: src/lib/libumrcore.a
src/app/umr: /usr/lib64/libcurses.so
src/app/umr: /usr/lib64/libform.so
src/app/umr: /usr/lib64/libpciaccess.so
src/app/umr: src/app/CMakeFiles/umr.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/tmp/umr/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable umr"
	cd /tmp/umr/build/src/app && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/umr.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
src/app/CMakeFiles/umr.dir/build: src/app/umr

.PHONY : src/app/CMakeFiles/umr.dir/build

src/app/CMakeFiles/umr.dir/requires: src/app/CMakeFiles/umr.dir/main.c.o.requires

.PHONY : src/app/CMakeFiles/umr.dir/requires

src/app/CMakeFiles/umr.dir/clean:
	cd /tmp/umr/build/src/app && $(CMAKE_COMMAND) -P CMakeFiles/umr.dir/cmake_clean.cmake
.PHONY : src/app/CMakeFiles/umr.dir/clean

src/app/CMakeFiles/umr.dir/depend:
	cd /tmp/umr/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/umr /tmp/umr/src/app /tmp/umr/build /tmp/umr/build/src/app /tmp/umr/build/src/app/CMakeFiles/umr.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : src/app/CMakeFiles/umr.dir/depend

