Makefile 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /home/thuemmel/libs/libigl
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/thuemmel/libs/libigl/build2
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target list_install_components
  47. list_install_components:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"devel\" \"lib\""
  49. .PHONY : list_install_components
  50. # Special rule for the target list_install_components
  51. list_install_components/fast: list_install_components
  52. .PHONY : list_install_components/fast
  53. # Special rule for the target rebuild_cache
  54. rebuild_cache:
  55. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  56. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  57. .PHONY : rebuild_cache
  58. # Special rule for the target rebuild_cache
  59. rebuild_cache/fast: rebuild_cache
  60. .PHONY : rebuild_cache/fast
  61. # Special rule for the target install
  62. install: preinstall
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  64. /usr/bin/cmake -P cmake_install.cmake
  65. .PHONY : install
  66. # Special rule for the target install
  67. install/fast: preinstall/fast
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  69. /usr/bin/cmake -P cmake_install.cmake
  70. .PHONY : install/fast
  71. # Special rule for the target install/local
  72. install/local: preinstall
  73. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  74. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  75. .PHONY : install/local
  76. # Special rule for the target install/local
  77. install/local/fast: preinstall/fast
  78. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  79. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  80. .PHONY : install/local/fast
  81. # Special rule for the target edit_cache
  82. edit_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  84. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  85. .PHONY : edit_cache
  86. # Special rule for the target edit_cache
  87. edit_cache/fast: edit_cache
  88. .PHONY : edit_cache/fast
  89. # Special rule for the target package
  90. package: preinstall
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  92. cd /home/thuemmel/libs/libigl/build2 && /usr/bin/cpack --config ./CPackConfig.cmake
  93. .PHONY : package
  94. # Special rule for the target package
  95. package/fast: package
  96. .PHONY : package/fast
  97. # Special rule for the target package_source
  98. package_source:
  99. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  100. cd /home/thuemmel/libs/libigl/build2 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thuemmel/libs/libigl/build2/CPackSourceConfig.cmake
  101. .PHONY : package_source
  102. # Special rule for the target package_source
  103. package_source/fast: package_source
  104. .PHONY : package_source/fast
  105. # The main all target
  106. all: cmake_check_build_system
  107. cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thuemmel/libs/libigl/build2/CMakeFiles /home/thuemmel/libs/libigl/build2/python/pybind11/CMakeFiles/progress.marks
  108. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 python/pybind11/all
  109. $(CMAKE_COMMAND) -E cmake_progress_start /home/thuemmel/libs/libigl/build2/CMakeFiles 0
  110. .PHONY : all
  111. # The main clean target
  112. clean:
  113. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 python/pybind11/clean
  114. .PHONY : clean
  115. # The main clean target
  116. clean/fast: clean
  117. .PHONY : clean/fast
  118. # Prepare targets for installation.
  119. preinstall: all
  120. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 python/pybind11/preinstall
  121. .PHONY : preinstall
  122. # Prepare targets for installation.
  123. preinstall/fast:
  124. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 python/pybind11/preinstall
  125. .PHONY : preinstall/fast
  126. # clear depends
  127. depend:
  128. cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  129. .PHONY : depend
  130. # Help Target
  131. help:
  132. @echo "The following are some of the valid targets for this Makefile:"
  133. @echo "... all (the default if no target is provided)"
  134. @echo "... clean"
  135. @echo "... depend"
  136. @echo "... install/strip"
  137. @echo "... list_install_components"
  138. @echo "... rebuild_cache"
  139. @echo "... install"
  140. @echo "... install/local"
  141. @echo "... edit_cache"
  142. @echo "... package"
  143. @echo "... package_source"
  144. .PHONY : help
  145. #=============================================================================
  146. # Special targets to cleanup operation of make.
  147. # Special rule to run CMake to check the build system integrity.
  148. # No rule that depends on this can have commands that come from listfiles
  149. # because they might be regenerated.
  150. cmake_check_build_system:
  151. cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  152. .PHONY : cmake_check_build_system