BM1D/bm1d_build/CMakeFiles/BM1D.dir/build.make

185 lines
8.3 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# 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 = /home/hallgato9/hall9git/BM1D
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hallgato9/hall9git/BM1D/bm1d_build
# Include any dependencies generated for this target.
include CMakeFiles/BM1D.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/BM1D.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/BM1D.dir/flags.make
CMakeFiles/BM1D.dir/BM1D.cc.o: CMakeFiles/BM1D.dir/flags.make
CMakeFiles/BM1D.dir/BM1D.cc.o: ../BM1D.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hallgato9/hall9git/BM1D/bm1d_build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/BM1D.dir/BM1D.cc.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/BM1D.dir/BM1D.cc.o -c /home/hallgato9/hall9git/BM1D/BM1D.cc
CMakeFiles/BM1D.dir/BM1D.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BM1D.dir/BM1D.cc.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hallgato9/hall9git/BM1D/BM1D.cc > CMakeFiles/BM1D.dir/BM1D.cc.i
CMakeFiles/BM1D.dir/BM1D.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BM1D.dir/BM1D.cc.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hallgato9/hall9git/BM1D/BM1D.cc -o CMakeFiles/BM1D.dir/BM1D.cc.s
CMakeFiles/BM1D.dir/BM1D.cc.o.requires:
.PHONY : CMakeFiles/BM1D.dir/BM1D.cc.o.requires
CMakeFiles/BM1D.dir/BM1D.cc.o.provides: CMakeFiles/BM1D.dir/BM1D.cc.o.requires
$(MAKE) -f CMakeFiles/BM1D.dir/build.make CMakeFiles/BM1D.dir/BM1D.cc.o.provides.build
.PHONY : CMakeFiles/BM1D.dir/BM1D.cc.o.provides
CMakeFiles/BM1D.dir/BM1D.cc.o.provides.build: CMakeFiles/BM1D.dir/BM1D.cc.o
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o: CMakeFiles/BM1D.dir/flags.make
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o: ../src/BM1DProcess.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hallgato9/hall9git/BM1D/bm1d_build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o -c /home/hallgato9/hall9git/BM1D/src/BM1DProcess.cc
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BM1D.dir/src/BM1DProcess.cc.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hallgato9/hall9git/BM1D/src/BM1DProcess.cc > CMakeFiles/BM1D.dir/src/BM1DProcess.cc.i
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BM1D.dir/src/BM1DProcess.cc.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hallgato9/hall9git/BM1D/src/BM1DProcess.cc -o CMakeFiles/BM1D.dir/src/BM1DProcess.cc.s
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.requires:
.PHONY : CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.requires
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.provides: CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.requires
$(MAKE) -f CMakeFiles/BM1D.dir/build.make CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.provides.build
.PHONY : CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.provides
CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.provides.build: CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o
CMakeFiles/BM1D.dir/src/Plotter.cc.o: CMakeFiles/BM1D.dir/flags.make
CMakeFiles/BM1D.dir/src/Plotter.cc.o: ../src/Plotter.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hallgato9/hall9git/BM1D/bm1d_build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/BM1D.dir/src/Plotter.cc.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/BM1D.dir/src/Plotter.cc.o -c /home/hallgato9/hall9git/BM1D/src/Plotter.cc
CMakeFiles/BM1D.dir/src/Plotter.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BM1D.dir/src/Plotter.cc.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hallgato9/hall9git/BM1D/src/Plotter.cc > CMakeFiles/BM1D.dir/src/Plotter.cc.i
CMakeFiles/BM1D.dir/src/Plotter.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BM1D.dir/src/Plotter.cc.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hallgato9/hall9git/BM1D/src/Plotter.cc -o CMakeFiles/BM1D.dir/src/Plotter.cc.s
CMakeFiles/BM1D.dir/src/Plotter.cc.o.requires:
.PHONY : CMakeFiles/BM1D.dir/src/Plotter.cc.o.requires
CMakeFiles/BM1D.dir/src/Plotter.cc.o.provides: CMakeFiles/BM1D.dir/src/Plotter.cc.o.requires
$(MAKE) -f CMakeFiles/BM1D.dir/build.make CMakeFiles/BM1D.dir/src/Plotter.cc.o.provides.build
.PHONY : CMakeFiles/BM1D.dir/src/Plotter.cc.o.provides
CMakeFiles/BM1D.dir/src/Plotter.cc.o.provides.build: CMakeFiles/BM1D.dir/src/Plotter.cc.o
# Object files for target BM1D
BM1D_OBJECTS = \
"CMakeFiles/BM1D.dir/BM1D.cc.o" \
"CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o" \
"CMakeFiles/BM1D.dir/src/Plotter.cc.o"
# External object files for target BM1D
BM1D_EXTERNAL_OBJECTS =
BM1D: CMakeFiles/BM1D.dir/BM1D.cc.o
BM1D: CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o
BM1D: CMakeFiles/BM1D.dir/src/Plotter.cc.o
BM1D: CMakeFiles/BM1D.dir/build.make
BM1D: /usr/local/root/lib/libCore.so
BM1D: /usr/local/root/lib/libImt.so
BM1D: /usr/local/root/lib/libRIO.so
BM1D: /usr/local/root/lib/libNet.so
BM1D: /usr/local/root/lib/libHist.so
BM1D: /usr/local/root/lib/libGraf.so
BM1D: /usr/local/root/lib/libGraf3d.so
BM1D: /usr/local/root/lib/libGpad.so
BM1D: /usr/local/root/lib/libTree.so
BM1D: /usr/local/root/lib/libTreePlayer.so
BM1D: /usr/local/root/lib/libRint.so
BM1D: /usr/local/root/lib/libPostscript.so
BM1D: /usr/local/root/lib/libMatrix.so
BM1D: /usr/local/root/lib/libPhysics.so
BM1D: /usr/local/root/lib/libMathCore.so
BM1D: /usr/local/root/lib/libThread.so
BM1D: /usr/local/root/lib/libMultiProc.so
BM1D: CMakeFiles/BM1D.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hallgato9/hall9git/BM1D/bm1d_build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable BM1D"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/BM1D.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/BM1D.dir/build: BM1D
.PHONY : CMakeFiles/BM1D.dir/build
CMakeFiles/BM1D.dir/requires: CMakeFiles/BM1D.dir/BM1D.cc.o.requires
CMakeFiles/BM1D.dir/requires: CMakeFiles/BM1D.dir/src/BM1DProcess.cc.o.requires
CMakeFiles/BM1D.dir/requires: CMakeFiles/BM1D.dir/src/Plotter.cc.o.requires
.PHONY : CMakeFiles/BM1D.dir/requires
CMakeFiles/BM1D.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/BM1D.dir/cmake_clean.cmake
.PHONY : CMakeFiles/BM1D.dir/clean
CMakeFiles/BM1D.dir/depend:
cd /home/hallgato9/hall9git/BM1D/bm1d_build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hallgato9/hall9git/BM1D /home/hallgato9/hall9git/BM1D /home/hallgato9/hall9git/BM1D/bm1d_build /home/hallgato9/hall9git/BM1D/bm1d_build /home/hallgato9/hall9git/BM1D/bm1d_build/CMakeFiles/BM1D.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/BM1D.dir/depend