Advertisement
Guest User

makefile

a guest
Sep 24th, 2014
2,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6. .PHONY : default_target
  7.  
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10.  
  11. # Disable implicit rules so canonical targets will work.
  12. .SUFFIXES:
  13.  
  14. # Remove some rules from gmake that .SUFFIXES does not remove.
  15. SUFFIXES =
  16.  
  17. .SUFFIXES: .hpux_make_needs_suffix_list
  18.  
  19. # Suppress display of executed commands.
  20. $(VERBOSE).SILENT:
  21.  
  22. # A target that is always out of date.
  23. cmake_force:
  24. .PHONY : cmake_force
  25.  
  26. #=============================================================================
  27. # Set environment variables for the build.
  28.  
  29. # The shell in which to execute make rules.
  30. SHELL = /bin/sh
  31.  
  32. # The CMake executable.
  33. CMAKE_COMMAND = /usr/bin/cmake
  34.  
  35. # The command to remove a file.
  36. RM = /usr/bin/cmake -E remove -f
  37.  
  38. # Escaping for special characters.
  39. EQUALS = =
  40.  
  41. # The program to use to edit the cache.
  42. CMAKE_EDIT_COMMAND = /usr/bin/ccmake
  43.  
  44. # The top-level source directory on which CMake was run.
  45. CMAKE_SOURCE_DIR = /net/vertex/misc/me/gauravloj/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6
  46.  
  47. # The top-level build directory on which CMake was run.
  48. CMAKE_BINARY_DIR = /net/vertex/misc/me/gauravloj/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6
  49.  
  50. #=============================================================================
  51. # Targets provided globally by CMake.
  52.  
  53. # Special rule for the target edit_cache
  54. edit_cache:
  55. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  56. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  57. .PHONY : edit_cache
  58.  
  59. # Special rule for the target edit_cache
  60. edit_cache/fast: edit_cache
  61. .PHONY : edit_cache/fast
  62.  
  63. # Special rule for the target rebuild_cache
  64. rebuild_cache:
  65. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  66. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  67. .PHONY : rebuild_cache
  68.  
  69. # Special rule for the target rebuild_cache
  70. rebuild_cache/fast: rebuild_cache
  71. .PHONY : rebuild_cache/fast
  72.  
  73. # The main all target
  74. all: cmake_check_build_system
  75. $(CMAKE_COMMAND) -E cmake_progress_start /net/vertex/misc/me/gauravloj/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6/CMakeFiles /net/vertex/misc/me/gauravloj/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6/CMakeFiles/progress.marks
  76. $(MAKE) -f CMakeFiles/Makefile2 all
  77. $(CMAKE_COMMAND) -E cmake_progress_start /net/vertex/misc/me/gauravloj/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6/CMakeFiles 0
  78. .PHONY : all
  79.  
  80. # The main clean target
  81. clean:
  82. $(MAKE) -f CMakeFiles/Makefile2 clean
  83. .PHONY : clean
  84.  
  85. # The main clean target
  86. clean/fast: clean
  87. .PHONY : clean/fast
  88.  
  89. # Prepare targets for installation.
  90. preinstall: all
  91. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  92. .PHONY : preinstall
  93.  
  94. # Prepare targets for installation.
  95. preinstall/fast:
  96. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  97. .PHONY : preinstall/fast
  98.  
  99. # clear depends
  100. depend:
  101. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  102. .PHONY : depend
  103.  
  104. #=============================================================================
  105. # Target rules for targets named levmar
  106.  
  107. # Build rule for target.
  108. levmar: cmake_check_build_system
  109. $(MAKE) -f CMakeFiles/Makefile2 levmar
  110. .PHONY : levmar
  111.  
  112. # fast build rule for target.
  113. levmar/fast:
  114. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/build
  115. .PHONY : levmar/fast
  116.  
  117. #=============================================================================
  118. # Target rules for targets named lmdemo
  119.  
  120. # Build rule for target.
  121. lmdemo: cmake_check_build_system
  122. $(MAKE) -f CMakeFiles/Makefile2 lmdemo
  123. .PHONY : lmdemo
  124.  
  125. # fast build rule for target.
  126. lmdemo/fast:
  127. $(MAKE) -f CMakeFiles/lmdemo.dir/build.make CMakeFiles/lmdemo.dir/build
  128. .PHONY : lmdemo/fast
  129.  
  130. Axb.o: Axb.c.o
  131. .PHONY : Axb.o
  132.  
  133. # target to build an object file
  134. Axb.c.o:
  135. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/Axb.c.o
  136. .PHONY : Axb.c.o
  137.  
  138. Axb.i: Axb.c.i
  139. .PHONY : Axb.i
  140.  
  141. # target to preprocess a source file
  142. Axb.c.i:
  143. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/Axb.c.i
  144. .PHONY : Axb.c.i
  145.  
  146. Axb.s: Axb.c.s
  147. .PHONY : Axb.s
  148.  
  149. # target to generate assembly for a file
  150. Axb.c.s:
  151. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/Axb.c.s
  152. .PHONY : Axb.c.s
  153.  
  154. lm.o: lm.c.o
  155. .PHONY : lm.o
  156.  
  157. # target to build an object file
  158. lm.c.o:
  159. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lm.c.o
  160. .PHONY : lm.c.o
  161.  
  162. lm.i: lm.c.i
  163. .PHONY : lm.i
  164.  
  165. # target to preprocess a source file
  166. lm.c.i:
  167. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lm.c.i
  168. .PHONY : lm.c.i
  169.  
  170. lm.s: lm.c.s
  171. .PHONY : lm.s
  172.  
  173. # target to generate assembly for a file
  174. lm.c.s:
  175. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lm.c.s
  176. .PHONY : lm.c.s
  177.  
  178. lmbc.o: lmbc.c.o
  179. .PHONY : lmbc.o
  180.  
  181. # target to build an object file
  182. lmbc.c.o:
  183. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmbc.c.o
  184. .PHONY : lmbc.c.o
  185.  
  186. lmbc.i: lmbc.c.i
  187. .PHONY : lmbc.i
  188.  
  189. # target to preprocess a source file
  190. lmbc.c.i:
  191. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmbc.c.i
  192. .PHONY : lmbc.c.i
  193.  
  194. lmbc.s: lmbc.c.s
  195. .PHONY : lmbc.s
  196.  
  197. # target to generate assembly for a file
  198. lmbc.c.s:
  199. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmbc.c.s
  200. .PHONY : lmbc.c.s
  201.  
  202. lmblec.o: lmblec.c.o
  203. .PHONY : lmblec.o
  204.  
  205. # target to build an object file
  206. lmblec.c.o:
  207. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmblec.c.o
  208. .PHONY : lmblec.c.o
  209.  
  210. lmblec.i: lmblec.c.i
  211. .PHONY : lmblec.i
  212.  
  213. # target to preprocess a source file
  214. lmblec.c.i:
  215. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmblec.c.i
  216. .PHONY : lmblec.c.i
  217.  
  218. lmblec.s: lmblec.c.s
  219. .PHONY : lmblec.s
  220.  
  221. # target to generate assembly for a file
  222. lmblec.c.s:
  223. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmblec.c.s
  224. .PHONY : lmblec.c.s
  225.  
  226. lmbleic.o: lmbleic.c.o
  227. .PHONY : lmbleic.o
  228.  
  229. # target to build an object file
  230. lmbleic.c.o:
  231. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmbleic.c.o
  232. .PHONY : lmbleic.c.o
  233.  
  234. lmbleic.i: lmbleic.c.i
  235. .PHONY : lmbleic.i
  236.  
  237. # target to preprocess a source file
  238. lmbleic.c.i:
  239. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmbleic.c.i
  240. .PHONY : lmbleic.c.i
  241.  
  242. lmbleic.s: lmbleic.c.s
  243. .PHONY : lmbleic.s
  244.  
  245. # target to generate assembly for a file
  246. lmbleic.c.s:
  247. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmbleic.c.s
  248. .PHONY : lmbleic.c.s
  249.  
  250. lmdemo.o: lmdemo.c.o
  251. .PHONY : lmdemo.o
  252.  
  253. # target to build an object file
  254. lmdemo.c.o:
  255. $(MAKE) -f CMakeFiles/lmdemo.dir/build.make CMakeFiles/lmdemo.dir/lmdemo.c.o
  256. .PHONY : lmdemo.c.o
  257.  
  258. lmdemo.i: lmdemo.c.i
  259. .PHONY : lmdemo.i
  260.  
  261. # target to preprocess a source file
  262. lmdemo.c.i:
  263. $(MAKE) -f CMakeFiles/lmdemo.dir/build.make CMakeFiles/lmdemo.dir/lmdemo.c.i
  264. .PHONY : lmdemo.c.i
  265.  
  266. lmdemo.s: lmdemo.c.s
  267. .PHONY : lmdemo.s
  268.  
  269. # target to generate assembly for a file
  270. lmdemo.c.s:
  271. $(MAKE) -f CMakeFiles/lmdemo.dir/build.make CMakeFiles/lmdemo.dir/lmdemo.c.s
  272. .PHONY : lmdemo.c.s
  273.  
  274. lmlec.o: lmlec.c.o
  275. .PHONY : lmlec.o
  276.  
  277. # target to build an object file
  278. lmlec.c.o:
  279. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmlec.c.o
  280. .PHONY : lmlec.c.o
  281.  
  282. lmlec.i: lmlec.c.i
  283. .PHONY : lmlec.i
  284.  
  285. # target to preprocess a source file
  286. lmlec.c.i:
  287. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmlec.c.i
  288. .PHONY : lmlec.c.i
  289.  
  290. lmlec.s: lmlec.c.s
  291. .PHONY : lmlec.s
  292.  
  293. # target to generate assembly for a file
  294. lmlec.c.s:
  295. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/lmlec.c.s
  296. .PHONY : lmlec.c.s
  297.  
  298. misc.o: misc.c.o
  299. .PHONY : misc.o
  300.  
  301. # target to build an object file
  302. misc.c.o:
  303. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/misc.c.o
  304. .PHONY : misc.c.o
  305.  
  306. misc.i: misc.c.i
  307. .PHONY : misc.i
  308.  
  309. # target to preprocess a source file
  310. misc.c.i:
  311. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/misc.c.i
  312. .PHONY : misc.c.i
  313.  
  314. misc.s: misc.c.s
  315. .PHONY : misc.s
  316.  
  317. # target to generate assembly for a file
  318. misc.c.s:
  319. $(MAKE) -f CMakeFiles/levmar.dir/build.make CMakeFiles/levmar.dir/misc.c.s
  320. .PHONY : misc.c.s
  321.  
  322. # Help Target
  323. help:
  324. @echo "The following are some of the valid targets for this Makefile:"
  325. @echo "... all (the default if no target is provided)"
  326. @echo "... clean"
  327. @echo "... depend"
  328. @echo "... edit_cache"
  329. @echo "... levmar"
  330. @echo "... lmdemo"
  331. @echo "... rebuild_cache"
  332. @echo "... Axb.o"
  333. @echo "... Axb.i"
  334. @echo "... Axb.s"
  335. @echo "... lm.o"
  336. @echo "... lm.i"
  337. @echo "... lm.s"
  338. @echo "... lmbc.o"
  339. @echo "... lmbc.i"
  340. @echo "... lmbc.s"
  341. @echo "... lmblec.o"
  342. @echo "... lmblec.i"
  343. @echo "... lmblec.s"
  344. @echo "... lmbleic.o"
  345. @echo "... lmbleic.i"
  346. @echo "... lmbleic.s"
  347. @echo "... lmdemo.o"
  348. @echo "... lmdemo.i"
  349. @echo "... lmdemo.s"
  350. @echo "... lmlec.o"
  351. @echo "... lmlec.i"
  352. @echo "... lmlec.s"
  353. @echo "... misc.o"
  354. @echo "... misc.i"
  355. @echo "... misc.s"
  356. .PHONY : help
  357.  
  358.  
  359.  
  360. #=============================================================================
  361. # Special targets to cleanup operation of make.
  362.  
  363. # Special rule to run CMake to check the build system integrity.
  364. # No rule that depends on this can have commands that come from listfiles
  365. # because they might be regenerated.
  366. cmake_check_build_system:
  367. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  368. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement