Makefile 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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 install/local
  47. install/local: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  49. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  50. .PHONY : install/local
  51. # Special rule for the target install/local
  52. install/local/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  54. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  55. .PHONY : install/local/fast
  56. # Special rule for the target install
  57. install: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  59. /usr/bin/cmake -P cmake_install.cmake
  60. .PHONY : install
  61. # Special rule for the target install
  62. install/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  64. /usr/bin/cmake -P cmake_install.cmake
  65. .PHONY : install/fast
  66. # Special rule for the target package
  67. package: preinstall
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  69. cd /home/thuemmel/libs/libigl/build2 && /usr/bin/cpack --config ./CPackConfig.cmake
  70. .PHONY : package
  71. # Special rule for the target package
  72. package/fast: package
  73. .PHONY : package/fast
  74. # Special rule for the target package_source
  75. package_source:
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  77. cd /home/thuemmel/libs/libigl/build2 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thuemmel/libs/libigl/build2/CPackSourceConfig.cmake
  78. .PHONY : package_source
  79. # Special rule for the target package_source
  80. package_source/fast: package_source
  81. .PHONY : package_source/fast
  82. # Special rule for the target edit_cache
  83. edit_cache:
  84. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  85. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  86. .PHONY : edit_cache
  87. # Special rule for the target edit_cache
  88. edit_cache/fast: edit_cache
  89. .PHONY : edit_cache/fast
  90. # Special rule for the target rebuild_cache
  91. rebuild_cache:
  92. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  93. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  94. .PHONY : rebuild_cache
  95. # Special rule for the target rebuild_cache
  96. rebuild_cache/fast: rebuild_cache
  97. .PHONY : rebuild_cache/fast
  98. # Special rule for the target list_install_components
  99. list_install_components:
  100. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"devel\" \"lib\""
  101. .PHONY : list_install_components
  102. # Special rule for the target list_install_components
  103. list_install_components/fast: list_install_components
  104. .PHONY : list_install_components/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/embree/common/algorithms/CMakeFiles/progress.marks
  108. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/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 embree/common/algorithms/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 embree/common/algorithms/preinstall
  121. .PHONY : preinstall
  122. # Prepare targets for installation.
  123. preinstall/fast:
  124. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/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. # Convenience name for target.
  131. embree/common/algorithms/CMakeFiles/algorithms.dir/rule:
  132. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/CMakeFiles/algorithms.dir/rule
  133. .PHONY : embree/common/algorithms/CMakeFiles/algorithms.dir/rule
  134. # Convenience name for target.
  135. algorithms: embree/common/algorithms/CMakeFiles/algorithms.dir/rule
  136. .PHONY : algorithms
  137. # fast build rule for target.
  138. algorithms/fast:
  139. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/build
  140. .PHONY : algorithms/fast
  141. parallel_filter.o: parallel_filter.cpp.o
  142. .PHONY : parallel_filter.o
  143. # target to build an object file
  144. parallel_filter.cpp.o:
  145. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_filter.cpp.o
  146. .PHONY : parallel_filter.cpp.o
  147. parallel_filter.i: parallel_filter.cpp.i
  148. .PHONY : parallel_filter.i
  149. # target to preprocess a source file
  150. parallel_filter.cpp.i:
  151. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_filter.cpp.i
  152. .PHONY : parallel_filter.cpp.i
  153. parallel_filter.s: parallel_filter.cpp.s
  154. .PHONY : parallel_filter.s
  155. # target to generate assembly for a file
  156. parallel_filter.cpp.s:
  157. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_filter.cpp.s
  158. .PHONY : parallel_filter.cpp.s
  159. parallel_for.o: parallel_for.cpp.o
  160. .PHONY : parallel_for.o
  161. # target to build an object file
  162. parallel_for.cpp.o:
  163. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for.cpp.o
  164. .PHONY : parallel_for.cpp.o
  165. parallel_for.i: parallel_for.cpp.i
  166. .PHONY : parallel_for.i
  167. # target to preprocess a source file
  168. parallel_for.cpp.i:
  169. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for.cpp.i
  170. .PHONY : parallel_for.cpp.i
  171. parallel_for.s: parallel_for.cpp.s
  172. .PHONY : parallel_for.s
  173. # target to generate assembly for a file
  174. parallel_for.cpp.s:
  175. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for.cpp.s
  176. .PHONY : parallel_for.cpp.s
  177. parallel_for_for.o: parallel_for_for.cpp.o
  178. .PHONY : parallel_for_for.o
  179. # target to build an object file
  180. parallel_for_for.cpp.o:
  181. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for.cpp.o
  182. .PHONY : parallel_for_for.cpp.o
  183. parallel_for_for.i: parallel_for_for.cpp.i
  184. .PHONY : parallel_for_for.i
  185. # target to preprocess a source file
  186. parallel_for_for.cpp.i:
  187. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for.cpp.i
  188. .PHONY : parallel_for_for.cpp.i
  189. parallel_for_for.s: parallel_for_for.cpp.s
  190. .PHONY : parallel_for_for.s
  191. # target to generate assembly for a file
  192. parallel_for_for.cpp.s:
  193. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for.cpp.s
  194. .PHONY : parallel_for_for.cpp.s
  195. parallel_for_for_prefix_sum.o: parallel_for_for_prefix_sum.cpp.o
  196. .PHONY : parallel_for_for_prefix_sum.o
  197. # target to build an object file
  198. parallel_for_for_prefix_sum.cpp.o:
  199. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for_prefix_sum.cpp.o
  200. .PHONY : parallel_for_for_prefix_sum.cpp.o
  201. parallel_for_for_prefix_sum.i: parallel_for_for_prefix_sum.cpp.i
  202. .PHONY : parallel_for_for_prefix_sum.i
  203. # target to preprocess a source file
  204. parallel_for_for_prefix_sum.cpp.i:
  205. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for_prefix_sum.cpp.i
  206. .PHONY : parallel_for_for_prefix_sum.cpp.i
  207. parallel_for_for_prefix_sum.s: parallel_for_for_prefix_sum.cpp.s
  208. .PHONY : parallel_for_for_prefix_sum.s
  209. # target to generate assembly for a file
  210. parallel_for_for_prefix_sum.cpp.s:
  211. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for_prefix_sum.cpp.s
  212. .PHONY : parallel_for_for_prefix_sum.cpp.s
  213. parallel_map.o: parallel_map.cpp.o
  214. .PHONY : parallel_map.o
  215. # target to build an object file
  216. parallel_map.cpp.o:
  217. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_map.cpp.o
  218. .PHONY : parallel_map.cpp.o
  219. parallel_map.i: parallel_map.cpp.i
  220. .PHONY : parallel_map.i
  221. # target to preprocess a source file
  222. parallel_map.cpp.i:
  223. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_map.cpp.i
  224. .PHONY : parallel_map.cpp.i
  225. parallel_map.s: parallel_map.cpp.s
  226. .PHONY : parallel_map.s
  227. # target to generate assembly for a file
  228. parallel_map.cpp.s:
  229. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_map.cpp.s
  230. .PHONY : parallel_map.cpp.s
  231. parallel_partition.o: parallel_partition.cpp.o
  232. .PHONY : parallel_partition.o
  233. # target to build an object file
  234. parallel_partition.cpp.o:
  235. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_partition.cpp.o
  236. .PHONY : parallel_partition.cpp.o
  237. parallel_partition.i: parallel_partition.cpp.i
  238. .PHONY : parallel_partition.i
  239. # target to preprocess a source file
  240. parallel_partition.cpp.i:
  241. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_partition.cpp.i
  242. .PHONY : parallel_partition.cpp.i
  243. parallel_partition.s: parallel_partition.cpp.s
  244. .PHONY : parallel_partition.s
  245. # target to generate assembly for a file
  246. parallel_partition.cpp.s:
  247. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_partition.cpp.s
  248. .PHONY : parallel_partition.cpp.s
  249. parallel_prefix_sum.o: parallel_prefix_sum.cpp.o
  250. .PHONY : parallel_prefix_sum.o
  251. # target to build an object file
  252. parallel_prefix_sum.cpp.o:
  253. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_prefix_sum.cpp.o
  254. .PHONY : parallel_prefix_sum.cpp.o
  255. parallel_prefix_sum.i: parallel_prefix_sum.cpp.i
  256. .PHONY : parallel_prefix_sum.i
  257. # target to preprocess a source file
  258. parallel_prefix_sum.cpp.i:
  259. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_prefix_sum.cpp.i
  260. .PHONY : parallel_prefix_sum.cpp.i
  261. parallel_prefix_sum.s: parallel_prefix_sum.cpp.s
  262. .PHONY : parallel_prefix_sum.s
  263. # target to generate assembly for a file
  264. parallel_prefix_sum.cpp.s:
  265. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_prefix_sum.cpp.s
  266. .PHONY : parallel_prefix_sum.cpp.s
  267. parallel_reduce.o: parallel_reduce.cpp.o
  268. .PHONY : parallel_reduce.o
  269. # target to build an object file
  270. parallel_reduce.cpp.o:
  271. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_reduce.cpp.o
  272. .PHONY : parallel_reduce.cpp.o
  273. parallel_reduce.i: parallel_reduce.cpp.i
  274. .PHONY : parallel_reduce.i
  275. # target to preprocess a source file
  276. parallel_reduce.cpp.i:
  277. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_reduce.cpp.i
  278. .PHONY : parallel_reduce.cpp.i
  279. parallel_reduce.s: parallel_reduce.cpp.s
  280. .PHONY : parallel_reduce.s
  281. # target to generate assembly for a file
  282. parallel_reduce.cpp.s:
  283. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_reduce.cpp.s
  284. .PHONY : parallel_reduce.cpp.s
  285. parallel_set.o: parallel_set.cpp.o
  286. .PHONY : parallel_set.o
  287. # target to build an object file
  288. parallel_set.cpp.o:
  289. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_set.cpp.o
  290. .PHONY : parallel_set.cpp.o
  291. parallel_set.i: parallel_set.cpp.i
  292. .PHONY : parallel_set.i
  293. # target to preprocess a source file
  294. parallel_set.cpp.i:
  295. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_set.cpp.i
  296. .PHONY : parallel_set.cpp.i
  297. parallel_set.s: parallel_set.cpp.s
  298. .PHONY : parallel_set.s
  299. # target to generate assembly for a file
  300. parallel_set.cpp.s:
  301. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_set.cpp.s
  302. .PHONY : parallel_set.cpp.s
  303. parallel_sort.o: parallel_sort.cpp.o
  304. .PHONY : parallel_sort.o
  305. # target to build an object file
  306. parallel_sort.cpp.o:
  307. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_sort.cpp.o
  308. .PHONY : parallel_sort.cpp.o
  309. parallel_sort.i: parallel_sort.cpp.i
  310. .PHONY : parallel_sort.i
  311. # target to preprocess a source file
  312. parallel_sort.cpp.i:
  313. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_sort.cpp.i
  314. .PHONY : parallel_sort.cpp.i
  315. parallel_sort.s: parallel_sort.cpp.s
  316. .PHONY : parallel_sort.s
  317. # target to generate assembly for a file
  318. parallel_sort.cpp.s:
  319. cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_sort.cpp.s
  320. .PHONY : parallel_sort.cpp.s
  321. # Help Target
  322. help:
  323. @echo "The following are some of the valid targets for this Makefile:"
  324. @echo "... all (the default if no target is provided)"
  325. @echo "... clean"
  326. @echo "... depend"
  327. @echo "... install/strip"
  328. @echo "... install/local"
  329. @echo "... install"
  330. @echo "... package"
  331. @echo "... package_source"
  332. @echo "... algorithms"
  333. @echo "... edit_cache"
  334. @echo "... rebuild_cache"
  335. @echo "... list_install_components"
  336. @echo "... parallel_filter.o"
  337. @echo "... parallel_filter.i"
  338. @echo "... parallel_filter.s"
  339. @echo "... parallel_for.o"
  340. @echo "... parallel_for.i"
  341. @echo "... parallel_for.s"
  342. @echo "... parallel_for_for.o"
  343. @echo "... parallel_for_for.i"
  344. @echo "... parallel_for_for.s"
  345. @echo "... parallel_for_for_prefix_sum.o"
  346. @echo "... parallel_for_for_prefix_sum.i"
  347. @echo "... parallel_for_for_prefix_sum.s"
  348. @echo "... parallel_map.o"
  349. @echo "... parallel_map.i"
  350. @echo "... parallel_map.s"
  351. @echo "... parallel_partition.o"
  352. @echo "... parallel_partition.i"
  353. @echo "... parallel_partition.s"
  354. @echo "... parallel_prefix_sum.o"
  355. @echo "... parallel_prefix_sum.i"
  356. @echo "... parallel_prefix_sum.s"
  357. @echo "... parallel_reduce.o"
  358. @echo "... parallel_reduce.i"
  359. @echo "... parallel_reduce.s"
  360. @echo "... parallel_set.o"
  361. @echo "... parallel_set.i"
  362. @echo "... parallel_set.s"
  363. @echo "... parallel_sort.o"
  364. @echo "... parallel_sort.i"
  365. @echo "... parallel_sort.s"
  366. .PHONY : help
  367. #=============================================================================
  368. # Special targets to cleanup operation of make.
  369. # Special rule to run CMake to check the build system integrity.
  370. # No rule that depends on this can have commands that come from listfiles
  371. # because they might be regenerated.
  372. cmake_check_build_system:
  373. cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  374. .PHONY : cmake_check_build_system