build.make 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3. #=============================================================================
  4. # Special targets provided by cmake.
  5. # Disable implicit rules so canonical targets will work.
  6. .SUFFIXES:
  7. # Remove some rules from gmake that .SUFFIXES does not remove.
  8. SUFFIXES =
  9. .SUFFIXES: .hpux_make_needs_suffix_list
  10. # Suppress display of executed commands.
  11. $(VERBOSE).SILENT:
  12. # A target that is always out of date.
  13. cmake_force:
  14. .PHONY : cmake_force
  15. #=============================================================================
  16. # Set environment variables for the build.
  17. # The shell in which to execute make rules.
  18. SHELL = /bin/sh
  19. # The CMake executable.
  20. CMAKE_COMMAND = /usr/bin/cmake
  21. # The command to remove a file.
  22. RM = /usr/bin/cmake -E remove -f
  23. # Escaping for special characters.
  24. EQUALS = =
  25. # The top-level source directory on which CMake was run.
  26. CMAKE_SOURCE_DIR = /home/pjattke/DE/src
  27. # The top-level build directory on which CMake was run.
  28. CMAKE_BINARY_DIR = /home/pjattke/DE/src/build
  29. # Include any dependencies generated for this target.
  30. include CMakeFiles/yay.dir/depend.make
  31. # Include the progress variables for this target.
  32. include CMakeFiles/yay.dir/progress.make
  33. # Include the compile flags for this target's objects.
  34. include CMakeFiles/yay.dir/flags.make
  35. CMakeFiles/yay.dir/yay.cxx.o: CMakeFiles/yay.dir/flags.make
  36. CMakeFiles/yay.dir/yay.cxx.o: ../yay.cxx
  37. $(CMAKE_COMMAND) -E cmake_progress_report /home/pjattke/DE/src/build/CMakeFiles $(CMAKE_PROGRESS_1)
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/yay.dir/yay.cxx.o"
  39. /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/yay.dir/yay.cxx.o -c /home/pjattke/DE/src/yay.cxx
  40. CMakeFiles/yay.dir/yay.cxx.i: cmake_force
  41. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/yay.dir/yay.cxx.i"
  42. /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/pjattke/DE/src/yay.cxx > CMakeFiles/yay.dir/yay.cxx.i
  43. CMakeFiles/yay.dir/yay.cxx.s: cmake_force
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/yay.dir/yay.cxx.s"
  45. /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/pjattke/DE/src/yay.cxx -o CMakeFiles/yay.dir/yay.cxx.s
  46. CMakeFiles/yay.dir/yay.cxx.o.requires:
  47. .PHONY : CMakeFiles/yay.dir/yay.cxx.o.requires
  48. CMakeFiles/yay.dir/yay.cxx.o.provides: CMakeFiles/yay.dir/yay.cxx.o.requires
  49. $(MAKE) -f CMakeFiles/yay.dir/build.make CMakeFiles/yay.dir/yay.cxx.o.provides.build
  50. .PHONY : CMakeFiles/yay.dir/yay.cxx.o.provides
  51. CMakeFiles/yay.dir/yay.cxx.o.provides.build: CMakeFiles/yay.dir/yay.cxx.o
  52. # Object files for target yay
  53. yay_OBJECTS = \
  54. "CMakeFiles/yay.dir/yay.cxx.o"
  55. # External object files for target yay
  56. yay_EXTERNAL_OBJECTS =
  57. libyay.so: CMakeFiles/yay.dir/yay.cxx.o
  58. libyay.so: CMakeFiles/yay.dir/build.make
  59. libyay.so: /usr/lib/x86_64-linux-gnu/libboost_python-py34.so
  60. libyay.so: CMakeFiles/yay.dir/link.txt
  61. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library libyay.so"
  62. $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/yay.dir/link.txt --verbose=$(VERBOSE)
  63. # Rule to build all files generated by this target.
  64. CMakeFiles/yay.dir/build: libyay.so
  65. .PHONY : CMakeFiles/yay.dir/build
  66. CMakeFiles/yay.dir/requires: CMakeFiles/yay.dir/yay.cxx.o.requires
  67. .PHONY : CMakeFiles/yay.dir/requires
  68. CMakeFiles/yay.dir/clean:
  69. $(CMAKE_COMMAND) -P CMakeFiles/yay.dir/cmake_clean.cmake
  70. .PHONY : CMakeFiles/yay.dir/clean
  71. CMakeFiles/yay.dir/depend:
  72. cd /home/pjattke/DE/src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/pjattke/DE/src /home/pjattke/DE/src /home/pjattke/DE/src/build /home/pjattke/DE/src/build /home/pjattke/DE/src/build/CMakeFiles/yay.dir/DependInfo.cmake --color=$(COLOR)
  73. .PHONY : CMakeFiles/yay.dir/depend