# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.12 # 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/local/stow/cmake/cmake-3.12.4/bin/cmake # The command to remove a file. RM = /usr/local/stow/cmake/cmake-3.12.4/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build # Include any dependencies generated for this target. include CMakeFiles/printhandlerdemo.dir/depend.make # Include the progress variables for this target. include CMakeFiles/printhandlerdemo.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/printhandlerdemo.dir/flags.make CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o: CMakeFiles/printhandlerdemo.dir/flags.make CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o: ../SRC/main.cxx @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o" /usr/local/stow/gcc/amd64_linux26/gcc-8.2.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o -c /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/SRC/main.cxx CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.i" /usr/local/stow/gcc/amd64_linux26/gcc-8.2.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/SRC/main.cxx > CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.i CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.s" /usr/local/stow/gcc/amd64_linux26/gcc-8.2.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/SRC/main.cxx -o CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.s # Object files for target printhandlerdemo printhandlerdemo_OBJECTS = \ "CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o" # External object files for target printhandlerdemo printhandlerdemo_EXTERNAL_OBJECTS = printhandlerdemo: CMakeFiles/printhandlerdemo.dir/SRC/main.cxx.o printhandlerdemo: CMakeFiles/printhandlerdemo.dir/build.make printhandlerdemo: liblibprinthandler.a printhandlerdemo: CMakeFiles/printhandlerdemo.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable printhandlerdemo" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/printhandlerdemo.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/printhandlerdemo.dir/build: printhandlerdemo .PHONY : CMakeFiles/printhandlerdemo.dir/build CMakeFiles/printhandlerdemo.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/printhandlerdemo.dir/cmake_clean.cmake .PHONY : CMakeFiles/printhandlerdemo.dir/clean CMakeFiles/printhandlerdemo.dir/depend: cd /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build /research/ece/lnis/USERS/tang/github/OpenFPGA/vpr7_x2p/printhandler/build/CMakeFiles/printhandlerdemo.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/printhandlerdemo.dir/depend