Makefile 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.11
  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 = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake
  26. # The command to remove a file.
  27. RM = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/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 = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0
  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. 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. bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install
  47. install: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  49. bin/cmake -P cmake_install.cmake
  50. .PHONY : install
  51. # Special rule for the target install
  52. install/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  54. bin/cmake -P cmake_install.cmake
  55. .PHONY : install/fast
  56. # Special rule for the target list_install_components
  57. list_install_components:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  59. .PHONY : list_install_components
  60. # Special rule for the target list_install_components
  61. list_install_components/fast: list_install_components
  62. .PHONY : list_install_components/fast
  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. Bootstrap.cmk/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  67. .PHONY : rebuild_cache
  68. # Special rule for the target rebuild_cache
  69. rebuild_cache/fast: rebuild_cache
  70. .PHONY : rebuild_cache/fast
  71. # Special rule for the target edit_cache
  72. edit_cache:
  73. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  74. Bootstrap.cmk/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  75. .PHONY : edit_cache
  76. # Special rule for the target edit_cache
  77. edit_cache/fast: edit_cache
  78. .PHONY : edit_cache/fast
  79. # Special rule for the target package
  80. package: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  82. /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bin/cpack --config ./CPackConfig.cmake
  83. .PHONY : package
  84. # Special rule for the target package
  85. package/fast: package
  86. .PHONY : package/fast
  87. # Special rule for the target install/local
  88. install/local: preinstall
  89. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  90. bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  91. .PHONY : install/local
  92. # Special rule for the target install/local
  93. install/local/fast: preinstall/fast
  94. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  95. bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  96. .PHONY : install/local/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. /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bin/cpack --config ./CPackSourceConfig.cmake /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/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. # Special rule for the target test
  106. test:
  107. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  108. bin/ctest --force-new-ctest-process $(ARGS)
  109. .PHONY : test
  110. # Special rule for the target test
  111. test/fast: test
  112. .PHONY : test/fast
  113. # The main all target
  114. all: cmake_check_build_system
  115. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/progress.marks
  116. $(MAKE) -f CMakeFiles/Makefile2 all
  117. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles 0
  118. .PHONY : all
  119. # The main clean target
  120. clean:
  121. $(MAKE) -f CMakeFiles/Makefile2 clean
  122. .PHONY : clean
  123. # The main clean target
  124. clean/fast: clean
  125. .PHONY : clean/fast
  126. # Prepare targets for installation.
  127. preinstall: all
  128. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  129. .PHONY : preinstall
  130. # Prepare targets for installation.
  131. preinstall/fast:
  132. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  133. .PHONY : preinstall/fast
  134. # clear depends
  135. depend:
  136. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  137. .PHONY : depend
  138. #=============================================================================
  139. # Target rules for targets named uninstall
  140. # Build rule for target.
  141. uninstall: cmake_check_build_system
  142. $(MAKE) -f CMakeFiles/Makefile2 uninstall
  143. .PHONY : uninstall
  144. # fast build rule for target.
  145. uninstall/fast:
  146. $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  147. .PHONY : uninstall/fast
  148. #=============================================================================
  149. # Target rules for targets named ContinuousSubmit
  150. # Build rule for target.
  151. ContinuousSubmit: cmake_check_build_system
  152. $(MAKE) -f CMakeFiles/Makefile2 ContinuousSubmit
  153. .PHONY : ContinuousSubmit
  154. # fast build rule for target.
  155. ContinuousSubmit/fast:
  156. $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
  157. .PHONY : ContinuousSubmit/fast
  158. #=============================================================================
  159. # Target rules for targets named ContinuousCoverage
  160. # Build rule for target.
  161. ContinuousCoverage: cmake_check_build_system
  162. $(MAKE) -f CMakeFiles/Makefile2 ContinuousCoverage
  163. .PHONY : ContinuousCoverage
  164. # fast build rule for target.
  165. ContinuousCoverage/fast:
  166. $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
  167. .PHONY : ContinuousCoverage/fast
  168. #=============================================================================
  169. # Target rules for targets named ContinuousTest
  170. # Build rule for target.
  171. ContinuousTest: cmake_check_build_system
  172. $(MAKE) -f CMakeFiles/Makefile2 ContinuousTest
  173. .PHONY : ContinuousTest
  174. # fast build rule for target.
  175. ContinuousTest/fast:
  176. $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
  177. .PHONY : ContinuousTest/fast
  178. #=============================================================================
  179. # Target rules for targets named ContinuousBuild
  180. # Build rule for target.
  181. ContinuousBuild: cmake_check_build_system
  182. $(MAKE) -f CMakeFiles/Makefile2 ContinuousBuild
  183. .PHONY : ContinuousBuild
  184. # fast build rule for target.
  185. ContinuousBuild/fast:
  186. $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
  187. .PHONY : ContinuousBuild/fast
  188. #=============================================================================
  189. # Target rules for targets named ContinuousMemCheck
  190. # Build rule for target.
  191. ContinuousMemCheck: cmake_check_build_system
  192. $(MAKE) -f CMakeFiles/Makefile2 ContinuousMemCheck
  193. .PHONY : ContinuousMemCheck
  194. # fast build rule for target.
  195. ContinuousMemCheck/fast:
  196. $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
  197. .PHONY : ContinuousMemCheck/fast
  198. #=============================================================================
  199. # Target rules for targets named Nightly
  200. # Build rule for target.
  201. Nightly: cmake_check_build_system
  202. $(MAKE) -f CMakeFiles/Makefile2 Nightly
  203. .PHONY : Nightly
  204. # fast build rule for target.
  205. Nightly/fast:
  206. $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
  207. .PHONY : Nightly/fast
  208. #=============================================================================
  209. # Target rules for targets named NightlyTest
  210. # Build rule for target.
  211. NightlyTest: cmake_check_build_system
  212. $(MAKE) -f CMakeFiles/Makefile2 NightlyTest
  213. .PHONY : NightlyTest
  214. # fast build rule for target.
  215. NightlyTest/fast:
  216. $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
  217. .PHONY : NightlyTest/fast
  218. #=============================================================================
  219. # Target rules for targets named NightlyUpdate
  220. # Build rule for target.
  221. NightlyUpdate: cmake_check_build_system
  222. $(MAKE) -f CMakeFiles/Makefile2 NightlyUpdate
  223. .PHONY : NightlyUpdate
  224. # fast build rule for target.
  225. NightlyUpdate/fast:
  226. $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
  227. .PHONY : NightlyUpdate/fast
  228. #=============================================================================
  229. # Target rules for targets named Continuous
  230. # Build rule for target.
  231. Continuous: cmake_check_build_system
  232. $(MAKE) -f CMakeFiles/Makefile2 Continuous
  233. .PHONY : Continuous
  234. # fast build rule for target.
  235. Continuous/fast:
  236. $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
  237. .PHONY : Continuous/fast
  238. #=============================================================================
  239. # Target rules for targets named NightlyBuild
  240. # Build rule for target.
  241. NightlyBuild: cmake_check_build_system
  242. $(MAKE) -f CMakeFiles/Makefile2 NightlyBuild
  243. .PHONY : NightlyBuild
  244. # fast build rule for target.
  245. NightlyBuild/fast:
  246. $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
  247. .PHONY : NightlyBuild/fast
  248. #=============================================================================
  249. # Target rules for targets named NightlyStart
  250. # Build rule for target.
  251. NightlyStart: cmake_check_build_system
  252. $(MAKE) -f CMakeFiles/Makefile2 NightlyStart
  253. .PHONY : NightlyStart
  254. # fast build rule for target.
  255. NightlyStart/fast:
  256. $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
  257. .PHONY : NightlyStart/fast
  258. #=============================================================================
  259. # Target rules for targets named NightlyMemoryCheck
  260. # Build rule for target.
  261. NightlyMemoryCheck: cmake_check_build_system
  262. $(MAKE) -f CMakeFiles/Makefile2 NightlyMemoryCheck
  263. .PHONY : NightlyMemoryCheck
  264. # fast build rule for target.
  265. NightlyMemoryCheck/fast:
  266. $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
  267. .PHONY : NightlyMemoryCheck/fast
  268. #=============================================================================
  269. # Target rules for targets named NightlyMemCheck
  270. # Build rule for target.
  271. NightlyMemCheck: cmake_check_build_system
  272. $(MAKE) -f CMakeFiles/Makefile2 NightlyMemCheck
  273. .PHONY : NightlyMemCheck
  274. # fast build rule for target.
  275. NightlyMemCheck/fast:
  276. $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
  277. .PHONY : NightlyMemCheck/fast
  278. #=============================================================================
  279. # Target rules for targets named ExperimentalStart
  280. # Build rule for target.
  281. ExperimentalStart: cmake_check_build_system
  282. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalStart
  283. .PHONY : ExperimentalStart
  284. # fast build rule for target.
  285. ExperimentalStart/fast:
  286. $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
  287. .PHONY : ExperimentalStart/fast
  288. #=============================================================================
  289. # Target rules for targets named ContinuousConfigure
  290. # Build rule for target.
  291. ContinuousConfigure: cmake_check_build_system
  292. $(MAKE) -f CMakeFiles/Makefile2 ContinuousConfigure
  293. .PHONY : ContinuousConfigure
  294. # fast build rule for target.
  295. ContinuousConfigure/fast:
  296. $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
  297. .PHONY : ContinuousConfigure/fast
  298. #=============================================================================
  299. # Target rules for targets named NightlyCoverage
  300. # Build rule for target.
  301. NightlyCoverage: cmake_check_build_system
  302. $(MAKE) -f CMakeFiles/Makefile2 NightlyCoverage
  303. .PHONY : NightlyCoverage
  304. # fast build rule for target.
  305. NightlyCoverage/fast:
  306. $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
  307. .PHONY : NightlyCoverage/fast
  308. #=============================================================================
  309. # Target rules for targets named ExperimentalUpdate
  310. # Build rule for target.
  311. ExperimentalUpdate: cmake_check_build_system
  312. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalUpdate
  313. .PHONY : ExperimentalUpdate
  314. # fast build rule for target.
  315. ExperimentalUpdate/fast:
  316. $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
  317. .PHONY : ExperimentalUpdate/fast
  318. #=============================================================================
  319. # Target rules for targets named ExperimentalConfigure
  320. # Build rule for target.
  321. ExperimentalConfigure: cmake_check_build_system
  322. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalConfigure
  323. .PHONY : ExperimentalConfigure
  324. # fast build rule for target.
  325. ExperimentalConfigure/fast:
  326. $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
  327. .PHONY : ExperimentalConfigure/fast
  328. #=============================================================================
  329. # Target rules for targets named ExperimentalCoverage
  330. # Build rule for target.
  331. ExperimentalCoverage: cmake_check_build_system
  332. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalCoverage
  333. .PHONY : ExperimentalCoverage
  334. # fast build rule for target.
  335. ExperimentalCoverage/fast:
  336. $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
  337. .PHONY : ExperimentalCoverage/fast
  338. #=============================================================================
  339. # Target rules for targets named ExperimentalBuild
  340. # Build rule for target.
  341. ExperimentalBuild: cmake_check_build_system
  342. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalBuild
  343. .PHONY : ExperimentalBuild
  344. # fast build rule for target.
  345. ExperimentalBuild/fast:
  346. $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
  347. .PHONY : ExperimentalBuild/fast
  348. #=============================================================================
  349. # Target rules for targets named NightlyConfigure
  350. # Build rule for target.
  351. NightlyConfigure: cmake_check_build_system
  352. $(MAKE) -f CMakeFiles/Makefile2 NightlyConfigure
  353. .PHONY : NightlyConfigure
  354. # fast build rule for target.
  355. NightlyConfigure/fast:
  356. $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
  357. .PHONY : NightlyConfigure/fast
  358. #=============================================================================
  359. # Target rules for targets named ExperimentalTest
  360. # Build rule for target.
  361. ExperimentalTest: cmake_check_build_system
  362. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalTest
  363. .PHONY : ExperimentalTest
  364. # fast build rule for target.
  365. ExperimentalTest/fast:
  366. $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
  367. .PHONY : ExperimentalTest/fast
  368. #=============================================================================
  369. # Target rules for targets named ExperimentalMemCheck
  370. # Build rule for target.
  371. ExperimentalMemCheck: cmake_check_build_system
  372. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalMemCheck
  373. .PHONY : ExperimentalMemCheck
  374. # fast build rule for target.
  375. ExperimentalMemCheck/fast:
  376. $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
  377. .PHONY : ExperimentalMemCheck/fast
  378. #=============================================================================
  379. # Target rules for targets named Experimental
  380. # Build rule for target.
  381. Experimental: cmake_check_build_system
  382. $(MAKE) -f CMakeFiles/Makefile2 Experimental
  383. .PHONY : Experimental
  384. # fast build rule for target.
  385. Experimental/fast:
  386. $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
  387. .PHONY : Experimental/fast
  388. #=============================================================================
  389. # Target rules for targets named NightlySubmit
  390. # Build rule for target.
  391. NightlySubmit: cmake_check_build_system
  392. $(MAKE) -f CMakeFiles/Makefile2 NightlySubmit
  393. .PHONY : NightlySubmit
  394. # fast build rule for target.
  395. NightlySubmit/fast:
  396. $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
  397. .PHONY : NightlySubmit/fast
  398. #=============================================================================
  399. # Target rules for targets named ExperimentalSubmit
  400. # Build rule for target.
  401. ExperimentalSubmit: cmake_check_build_system
  402. $(MAKE) -f CMakeFiles/Makefile2 ExperimentalSubmit
  403. .PHONY : ExperimentalSubmit
  404. # fast build rule for target.
  405. ExperimentalSubmit/fast:
  406. $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
  407. .PHONY : ExperimentalSubmit/fast
  408. #=============================================================================
  409. # Target rules for targets named ContinuousStart
  410. # Build rule for target.
  411. ContinuousStart: cmake_check_build_system
  412. $(MAKE) -f CMakeFiles/Makefile2 ContinuousStart
  413. .PHONY : ContinuousStart
  414. # fast build rule for target.
  415. ContinuousStart/fast:
  416. $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
  417. .PHONY : ContinuousStart/fast
  418. #=============================================================================
  419. # Target rules for targets named ContinuousUpdate
  420. # Build rule for target.
  421. ContinuousUpdate: cmake_check_build_system
  422. $(MAKE) -f CMakeFiles/Makefile2 ContinuousUpdate
  423. .PHONY : ContinuousUpdate
  424. # fast build rule for target.
  425. ContinuousUpdate/fast:
  426. $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
  427. .PHONY : ContinuousUpdate/fast
  428. #=============================================================================
  429. # Target rules for targets named cmsysTestsC
  430. # Build rule for target.
  431. cmsysTestsC: cmake_check_build_system
  432. $(MAKE) -f CMakeFiles/Makefile2 cmsysTestsC
  433. .PHONY : cmsysTestsC
  434. # fast build rule for target.
  435. cmsysTestsC/fast:
  436. $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestsC.dir/build.make Source/kwsys/CMakeFiles/cmsysTestsC.dir/build
  437. .PHONY : cmsysTestsC/fast
  438. #=============================================================================
  439. # Target rules for targets named testConsoleBufChild
  440. # Build rule for target.
  441. testConsoleBufChild: cmake_check_build_system
  442. $(MAKE) -f CMakeFiles/Makefile2 testConsoleBufChild
  443. .PHONY : testConsoleBufChild
  444. # fast build rule for target.
  445. testConsoleBufChild/fast:
  446. $(MAKE) -f Source/kwsys/CMakeFiles/testConsoleBufChild.dir/build.make Source/kwsys/CMakeFiles/testConsoleBufChild.dir/build
  447. .PHONY : testConsoleBufChild/fast
  448. #=============================================================================
  449. # Target rules for targets named cmsysTestDynload
  450. # Build rule for target.
  451. cmsysTestDynload: cmake_check_build_system
  452. $(MAKE) -f CMakeFiles/Makefile2 cmsysTestDynload
  453. .PHONY : cmsysTestDynload
  454. # fast build rule for target.
  455. cmsysTestDynload/fast:
  456. $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestDynload.dir/build.make Source/kwsys/CMakeFiles/cmsysTestDynload.dir/build
  457. .PHONY : cmsysTestDynload/fast
  458. #=============================================================================
  459. # Target rules for targets named cmsys
  460. # Build rule for target.
  461. cmsys: cmake_check_build_system
  462. $(MAKE) -f CMakeFiles/Makefile2 cmsys
  463. .PHONY : cmsys
  464. # fast build rule for target.
  465. cmsys/fast:
  466. $(MAKE) -f Source/kwsys/CMakeFiles/cmsys.dir/build.make Source/kwsys/CMakeFiles/cmsys.dir/build
  467. .PHONY : cmsys/fast
  468. #=============================================================================
  469. # Target rules for targets named cmsys_c
  470. # Build rule for target.
  471. cmsys_c: cmake_check_build_system
  472. $(MAKE) -f CMakeFiles/Makefile2 cmsys_c
  473. .PHONY : cmsys_c
  474. # fast build rule for target.
  475. cmsys_c/fast:
  476. $(MAKE) -f Source/kwsys/CMakeFiles/cmsys_c.dir/build.make Source/kwsys/CMakeFiles/cmsys_c.dir/build
  477. .PHONY : cmsys_c/fast
  478. #=============================================================================
  479. # Target rules for targets named cmsysTestProcess
  480. # Build rule for target.
  481. cmsysTestProcess: cmake_check_build_system
  482. $(MAKE) -f CMakeFiles/Makefile2 cmsysTestProcess
  483. .PHONY : cmsysTestProcess
  484. # fast build rule for target.
  485. cmsysTestProcess/fast:
  486. $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestProcess.dir/build.make Source/kwsys/CMakeFiles/cmsysTestProcess.dir/build
  487. .PHONY : cmsysTestProcess/fast
  488. #=============================================================================
  489. # Target rules for targets named cmsysTestsCxx
  490. # Build rule for target.
  491. cmsysTestsCxx: cmake_check_build_system
  492. $(MAKE) -f CMakeFiles/Makefile2 cmsysTestsCxx
  493. .PHONY : cmsysTestsCxx
  494. # fast build rule for target.
  495. cmsysTestsCxx/fast:
  496. $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/build.make Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/build
  497. .PHONY : cmsysTestsCxx/fast
  498. #=============================================================================
  499. # Target rules for targets named cmsysTestSharedForward
  500. # Build rule for target.
  501. cmsysTestSharedForward: cmake_check_build_system
  502. $(MAKE) -f CMakeFiles/Makefile2 cmsysTestSharedForward
  503. .PHONY : cmsysTestSharedForward
  504. # fast build rule for target.
  505. cmsysTestSharedForward/fast:
  506. $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/build.make Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/build
  507. .PHONY : cmsysTestSharedForward/fast
  508. #=============================================================================
  509. # Target rules for targets named kwiml_test
  510. # Build rule for target.
  511. kwiml_test: cmake_check_build_system
  512. $(MAKE) -f CMakeFiles/Makefile2 kwiml_test
  513. .PHONY : kwiml_test
  514. # fast build rule for target.
  515. kwiml_test/fast:
  516. $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build
  517. .PHONY : kwiml_test/fast
  518. #=============================================================================
  519. # Target rules for targets named cmlibrhash
  520. # Build rule for target.
  521. cmlibrhash: cmake_check_build_system
  522. $(MAKE) -f CMakeFiles/Makefile2 cmlibrhash
  523. .PHONY : cmlibrhash
  524. # fast build rule for target.
  525. cmlibrhash/fast:
  526. $(MAKE) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build
  527. .PHONY : cmlibrhash/fast
  528. #=============================================================================
  529. # Target rules for targets named cmzlib
  530. # Build rule for target.
  531. cmzlib: cmake_check_build_system
  532. $(MAKE) -f CMakeFiles/Makefile2 cmzlib
  533. .PHONY : cmzlib
  534. # fast build rule for target.
  535. cmzlib/fast:
  536. $(MAKE) -f Utilities/cmzlib/CMakeFiles/cmzlib.dir/build.make Utilities/cmzlib/CMakeFiles/cmzlib.dir/build
  537. .PHONY : cmzlib/fast
  538. #=============================================================================
  539. # Target rules for targets named LIBCURL
  540. # Build rule for target.
  541. LIBCURL: cmake_check_build_system
  542. $(MAKE) -f CMakeFiles/Makefile2 LIBCURL
  543. .PHONY : LIBCURL
  544. # fast build rule for target.
  545. LIBCURL/fast:
  546. $(MAKE) -f Utilities/cmcurl/CMakeFiles/LIBCURL.dir/build.make Utilities/cmcurl/CMakeFiles/LIBCURL.dir/build
  547. .PHONY : LIBCURL/fast
  548. #=============================================================================
  549. # Target rules for targets named cmcurl
  550. # Build rule for target.
  551. cmcurl: cmake_check_build_system
  552. $(MAKE) -f CMakeFiles/Makefile2 cmcurl
  553. .PHONY : cmcurl
  554. # fast build rule for target.
  555. cmcurl/fast:
  556. $(MAKE) -f Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/build.make Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/build
  557. .PHONY : cmcurl/fast
  558. #=============================================================================
  559. # Target rules for targets named cmcompress
  560. # Build rule for target.
  561. cmcompress: cmake_check_build_system
  562. $(MAKE) -f CMakeFiles/Makefile2 cmcompress
  563. .PHONY : cmcompress
  564. # fast build rule for target.
  565. cmcompress/fast:
  566. $(MAKE) -f Utilities/cmcompress/CMakeFiles/cmcompress.dir/build.make Utilities/cmcompress/CMakeFiles/cmcompress.dir/build
  567. .PHONY : cmcompress/fast
  568. #=============================================================================
  569. # Target rules for targets named cmexpat
  570. # Build rule for target.
  571. cmexpat: cmake_check_build_system
  572. $(MAKE) -f CMakeFiles/Makefile2 cmexpat
  573. .PHONY : cmexpat
  574. # fast build rule for target.
  575. cmexpat/fast:
  576. $(MAKE) -f Utilities/cmexpat/CMakeFiles/cmexpat.dir/build.make Utilities/cmexpat/CMakeFiles/cmexpat.dir/build
  577. .PHONY : cmexpat/fast
  578. #=============================================================================
  579. # Target rules for targets named cmbzip2
  580. # Build rule for target.
  581. cmbzip2: cmake_check_build_system
  582. $(MAKE) -f CMakeFiles/Makefile2 cmbzip2
  583. .PHONY : cmbzip2
  584. # fast build rule for target.
  585. cmbzip2/fast:
  586. $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build
  587. .PHONY : cmbzip2/fast
  588. #=============================================================================
  589. # Target rules for targets named cmliblzma
  590. # Build rule for target.
  591. cmliblzma: cmake_check_build_system
  592. $(MAKE) -f CMakeFiles/Makefile2 cmliblzma
  593. .PHONY : cmliblzma
  594. # fast build rule for target.
  595. cmliblzma/fast:
  596. $(MAKE) -f Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/build.make Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/build
  597. .PHONY : cmliblzma/fast
  598. #=============================================================================
  599. # Target rules for targets named cmlibarchive
  600. # Build rule for target.
  601. cmlibarchive: cmake_check_build_system
  602. $(MAKE) -f CMakeFiles/Makefile2 cmlibarchive
  603. .PHONY : cmlibarchive
  604. # fast build rule for target.
  605. cmlibarchive/fast:
  606. $(MAKE) -f Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/build.make Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/build
  607. .PHONY : cmlibarchive/fast
  608. #=============================================================================
  609. # Target rules for targets named cmjsoncpp
  610. # Build rule for target.
  611. cmjsoncpp: cmake_check_build_system
  612. $(MAKE) -f CMakeFiles/Makefile2 cmjsoncpp
  613. .PHONY : cmjsoncpp
  614. # fast build rule for target.
  615. cmjsoncpp/fast:
  616. $(MAKE) -f Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/build.make Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/build
  617. .PHONY : cmjsoncpp/fast
  618. #=============================================================================
  619. # Target rules for targets named cmlibuv
  620. # Build rule for target.
  621. cmlibuv: cmake_check_build_system
  622. $(MAKE) -f CMakeFiles/Makefile2 cmlibuv
  623. .PHONY : cmlibuv
  624. # fast build rule for target.
  625. cmlibuv/fast:
  626. $(MAKE) -f Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/build.make Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/build
  627. .PHONY : cmlibuv/fast
  628. #=============================================================================
  629. # Target rules for targets named cmForm
  630. # Build rule for target.
  631. cmForm: cmake_check_build_system
  632. $(MAKE) -f CMakeFiles/Makefile2 cmForm
  633. .PHONY : cmForm
  634. # fast build rule for target.
  635. cmForm/fast:
  636. $(MAKE) -f Source/CursesDialog/form/CMakeFiles/cmForm.dir/build.make Source/CursesDialog/form/CMakeFiles/cmForm.dir/build
  637. .PHONY : cmForm/fast
  638. #=============================================================================
  639. # Target rules for targets named CPackLib
  640. # Build rule for target.
  641. CPackLib: cmake_check_build_system
  642. $(MAKE) -f CMakeFiles/Makefile2 CPackLib
  643. .PHONY : CPackLib
  644. # fast build rule for target.
  645. CPackLib/fast:
  646. $(MAKE) -f Source/CMakeFiles/CPackLib.dir/build.make Source/CMakeFiles/CPackLib.dir/build
  647. .PHONY : CPackLib/fast
  648. #=============================================================================
  649. # Target rules for targets named CTestLib
  650. # Build rule for target.
  651. CTestLib: cmake_check_build_system
  652. $(MAKE) -f CMakeFiles/Makefile2 CTestLib
  653. .PHONY : CTestLib
  654. # fast build rule for target.
  655. CTestLib/fast:
  656. $(MAKE) -f Source/CMakeFiles/CTestLib.dir/build.make Source/CMakeFiles/CTestLib.dir/build
  657. .PHONY : CTestLib/fast
  658. #=============================================================================
  659. # Target rules for targets named cmake
  660. # Build rule for target.
  661. cmake: cmake_check_build_system
  662. $(MAKE) -f CMakeFiles/Makefile2 cmake
  663. .PHONY : cmake
  664. # fast build rule for target.
  665. cmake/fast:
  666. $(MAKE) -f Source/CMakeFiles/cmake.dir/build.make Source/CMakeFiles/cmake.dir/build
  667. .PHONY : cmake/fast
  668. #=============================================================================
  669. # Target rules for targets named CMakeLib
  670. # Build rule for target.
  671. CMakeLib: cmake_check_build_system
  672. $(MAKE) -f CMakeFiles/Makefile2 CMakeLib
  673. .PHONY : CMakeLib
  674. # fast build rule for target.
  675. CMakeLib/fast:
  676. $(MAKE) -f Source/CMakeFiles/CMakeLib.dir/build.make Source/CMakeFiles/CMakeLib.dir/build
  677. .PHONY : CMakeLib/fast
  678. #=============================================================================
  679. # Target rules for targets named ccmake
  680. # Build rule for target.
  681. ccmake: cmake_check_build_system
  682. $(MAKE) -f CMakeFiles/Makefile2 ccmake
  683. .PHONY : ccmake
  684. # fast build rule for target.
  685. ccmake/fast:
  686. $(MAKE) -f Source/CMakeFiles/ccmake.dir/build.make Source/CMakeFiles/ccmake.dir/build
  687. .PHONY : ccmake/fast
  688. #=============================================================================
  689. # Target rules for targets named CMakeServerLib
  690. # Build rule for target.
  691. CMakeServerLib: cmake_check_build_system
  692. $(MAKE) -f CMakeFiles/Makefile2 CMakeServerLib
  693. .PHONY : CMakeServerLib
  694. # fast build rule for target.
  695. CMakeServerLib/fast:
  696. $(MAKE) -f Source/CMakeFiles/CMakeServerLib.dir/build.make Source/CMakeFiles/CMakeServerLib.dir/build
  697. .PHONY : CMakeServerLib/fast
  698. #=============================================================================
  699. # Target rules for targets named ctest
  700. # Build rule for target.
  701. ctest: cmake_check_build_system
  702. $(MAKE) -f CMakeFiles/Makefile2 ctest
  703. .PHONY : ctest
  704. # fast build rule for target.
  705. ctest/fast:
  706. $(MAKE) -f Source/CMakeFiles/ctest.dir/build.make Source/CMakeFiles/ctest.dir/build
  707. .PHONY : ctest/fast
  708. #=============================================================================
  709. # Target rules for targets named cpack
  710. # Build rule for target.
  711. cpack: cmake_check_build_system
  712. $(MAKE) -f CMakeFiles/Makefile2 cpack
  713. .PHONY : cpack
  714. # fast build rule for target.
  715. cpack/fast:
  716. $(MAKE) -f Source/CMakeFiles/cpack.dir/build.make Source/CMakeFiles/cpack.dir/build
  717. .PHONY : cpack/fast
  718. #=============================================================================
  719. # Target rules for targets named runcompilecommands
  720. # Build rule for target.
  721. runcompilecommands: cmake_check_build_system
  722. $(MAKE) -f CMakeFiles/Makefile2 runcompilecommands
  723. .PHONY : runcompilecommands
  724. # fast build rule for target.
  725. runcompilecommands/fast:
  726. $(MAKE) -f Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build
  727. .PHONY : runcompilecommands/fast
  728. #=============================================================================
  729. # Target rules for targets named testEncoding
  730. # Build rule for target.
  731. testEncoding: cmake_check_build_system
  732. $(MAKE) -f CMakeFiles/Makefile2 testEncoding
  733. .PHONY : testEncoding
  734. # fast build rule for target.
  735. testEncoding/fast:
  736. $(MAKE) -f Tests/CMakeLib/CMakeFiles/testEncoding.dir/build.make Tests/CMakeLib/CMakeFiles/testEncoding.dir/build
  737. .PHONY : testEncoding/fast
  738. #=============================================================================
  739. # Target rules for targets named CMakeLibTests
  740. # Build rule for target.
  741. CMakeLibTests: cmake_check_build_system
  742. $(MAKE) -f CMakeFiles/Makefile2 CMakeLibTests
  743. .PHONY : CMakeLibTests
  744. # fast build rule for target.
  745. CMakeLibTests/fast:
  746. $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build
  747. .PHONY : CMakeLibTests/fast
  748. #=============================================================================
  749. # Target rules for targets named pseudo_valgrind
  750. # Build rule for target.
  751. pseudo_valgrind: cmake_check_build_system
  752. $(MAKE) -f CMakeFiles/Makefile2 pseudo_valgrind
  753. .PHONY : pseudo_valgrind
  754. # fast build rule for target.
  755. pseudo_valgrind/fast:
  756. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build
  757. .PHONY : pseudo_valgrind/fast
  758. #=============================================================================
  759. # Target rules for targets named pseudo_purify
  760. # Build rule for target.
  761. pseudo_purify: cmake_check_build_system
  762. $(MAKE) -f CMakeFiles/Makefile2 pseudo_purify
  763. .PHONY : pseudo_purify
  764. # fast build rule for target.
  765. pseudo_purify/fast:
  766. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build
  767. .PHONY : pseudo_purify/fast
  768. #=============================================================================
  769. # Target rules for targets named memcheck_fail
  770. # Build rule for target.
  771. memcheck_fail: cmake_check_build_system
  772. $(MAKE) -f CMakeFiles/Makefile2 memcheck_fail
  773. .PHONY : memcheck_fail
  774. # fast build rule for target.
  775. memcheck_fail/fast:
  776. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build
  777. .PHONY : memcheck_fail/fast
  778. #=============================================================================
  779. # Target rules for targets named pseudo_BC
  780. # Build rule for target.
  781. pseudo_BC: cmake_check_build_system
  782. $(MAKE) -f CMakeFiles/Makefile2 pseudo_BC
  783. .PHONY : pseudo_BC
  784. # fast build rule for target.
  785. pseudo_BC/fast:
  786. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build
  787. .PHONY : pseudo_BC/fast
  788. #=============================================================================
  789. # Target rules for targets named pseudonl_BC
  790. # Build rule for target.
  791. pseudonl_BC: cmake_check_build_system
  792. $(MAKE) -f CMakeFiles/Makefile2 pseudonl_BC
  793. .PHONY : pseudonl_BC
  794. # fast build rule for target.
  795. pseudonl_BC/fast:
  796. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/build
  797. .PHONY : pseudonl_BC/fast
  798. #=============================================================================
  799. # Target rules for targets named pseudonl_purify
  800. # Build rule for target.
  801. pseudonl_purify: cmake_check_build_system
  802. $(MAKE) -f CMakeFiles/Makefile2 pseudonl_purify
  803. .PHONY : pseudonl_purify
  804. # fast build rule for target.
  805. pseudonl_purify/fast:
  806. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/build
  807. .PHONY : pseudonl_purify/fast
  808. #=============================================================================
  809. # Target rules for targets named pseudonl_valgrind
  810. # Build rule for target.
  811. pseudonl_valgrind: cmake_check_build_system
  812. $(MAKE) -f CMakeFiles/Makefile2 pseudonl_valgrind
  813. .PHONY : pseudonl_valgrind
  814. # fast build rule for target.
  815. pseudonl_valgrind/fast:
  816. $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/build
  817. .PHONY : pseudonl_valgrind/fast
  818. #=============================================================================
  819. # Target rules for targets named CMakeServerLibTests
  820. # Build rule for target.
  821. CMakeServerLibTests: cmake_check_build_system
  822. $(MAKE) -f CMakeFiles/Makefile2 CMakeServerLibTests
  823. .PHONY : CMakeServerLibTests
  824. # fast build rule for target.
  825. CMakeServerLibTests/fast:
  826. $(MAKE) -f Tests/CMakeServerLib/CMakeFiles/CMakeServerLibTests.dir/build.make Tests/CMakeServerLib/CMakeFiles/CMakeServerLibTests.dir/build
  827. .PHONY : CMakeServerLibTests/fast
  828. #=============================================================================
  829. # Target rules for targets named pseudo_emulator_custom_command
  830. # Build rule for target.
  831. pseudo_emulator_custom_command: cmake_check_build_system
  832. $(MAKE) -f CMakeFiles/Makefile2 pseudo_emulator_custom_command
  833. .PHONY : pseudo_emulator_custom_command
  834. # fast build rule for target.
  835. pseudo_emulator_custom_command/fast:
  836. $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command.dir/build
  837. .PHONY : pseudo_emulator_custom_command/fast
  838. #=============================================================================
  839. # Target rules for targets named pseudo_emulator
  840. # Build rule for target.
  841. pseudo_emulator: cmake_check_build_system
  842. $(MAKE) -f CMakeFiles/Makefile2 pseudo_emulator
  843. .PHONY : pseudo_emulator
  844. # fast build rule for target.
  845. pseudo_emulator/fast:
  846. $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/build
  847. .PHONY : pseudo_emulator/fast
  848. #=============================================================================
  849. # Target rules for targets named exit_code
  850. # Build rule for target.
  851. exit_code: cmake_check_build_system
  852. $(MAKE) -f CMakeFiles/Makefile2 exit_code
  853. .PHONY : exit_code
  854. # fast build rule for target.
  855. exit_code/fast:
  856. $(MAKE) -f Tests/RunCMake/CMakeFiles/exit_code.dir/build.make Tests/RunCMake/CMakeFiles/exit_code.dir/build
  857. .PHONY : exit_code/fast
  858. #=============================================================================
  859. # Target rules for targets named pseudo_iwyu
  860. # Build rule for target.
  861. pseudo_iwyu: cmake_check_build_system
  862. $(MAKE) -f CMakeFiles/Makefile2 pseudo_iwyu
  863. .PHONY : pseudo_iwyu
  864. # fast build rule for target.
  865. pseudo_iwyu/fast:
  866. $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/build
  867. .PHONY : pseudo_iwyu/fast
  868. #=============================================================================
  869. # Target rules for targets named pseudo_cpplint
  870. # Build rule for target.
  871. pseudo_cpplint: cmake_check_build_system
  872. $(MAKE) -f CMakeFiles/Makefile2 pseudo_cpplint
  873. .PHONY : pseudo_cpplint
  874. # fast build rule for target.
  875. pseudo_cpplint/fast:
  876. $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_cpplint.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_cpplint.dir/build
  877. .PHONY : pseudo_cpplint/fast
  878. #=============================================================================
  879. # Target rules for targets named pseudo_tidy
  880. # Build rule for target.
  881. pseudo_tidy: cmake_check_build_system
  882. $(MAKE) -f CMakeFiles/Makefile2 pseudo_tidy
  883. .PHONY : pseudo_tidy
  884. # fast build rule for target.
  885. pseudo_tidy/fast:
  886. $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_tidy.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_tidy.dir/build
  887. .PHONY : pseudo_tidy/fast
  888. #=============================================================================
  889. # Target rules for targets named pseudo_cppcheck
  890. # Build rule for target.
  891. pseudo_cppcheck: cmake_check_build_system
  892. $(MAKE) -f CMakeFiles/Makefile2 pseudo_cppcheck
  893. .PHONY : pseudo_cppcheck
  894. # fast build rule for target.
  895. pseudo_cppcheck/fast:
  896. $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_cppcheck.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_cppcheck.dir/build
  897. .PHONY : pseudo_cppcheck/fast
  898. #=============================================================================
  899. # Target rules for targets named foo
  900. # Build rule for target.
  901. foo: cmake_check_build_system
  902. $(MAKE) -f CMakeFiles/Makefile2 foo
  903. .PHONY : foo
  904. # fast build rule for target.
  905. foo/fast:
  906. $(MAKE) -f Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build.make Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build
  907. .PHONY : foo/fast
  908. # Help Target
  909. help:
  910. @echo "The following are some of the valid targets for this Makefile:"
  911. @echo "... all (the default if no target is provided)"
  912. @echo "... clean"
  913. @echo "... depend"
  914. @echo "... install/strip"
  915. @echo "... install"
  916. @echo "... list_install_components"
  917. @echo "... rebuild_cache"
  918. @echo "... edit_cache"
  919. @echo "... uninstall"
  920. @echo "... ContinuousSubmit"
  921. @echo "... ContinuousCoverage"
  922. @echo "... ContinuousTest"
  923. @echo "... ContinuousBuild"
  924. @echo "... ContinuousMemCheck"
  925. @echo "... Nightly"
  926. @echo "... package"
  927. @echo "... NightlyTest"
  928. @echo "... NightlyUpdate"
  929. @echo "... install/local"
  930. @echo "... Continuous"
  931. @echo "... NightlyBuild"
  932. @echo "... NightlyStart"
  933. @echo "... NightlyMemoryCheck"
  934. @echo "... NightlyMemCheck"
  935. @echo "... package_source"
  936. @echo "... ExperimentalStart"
  937. @echo "... ContinuousConfigure"
  938. @echo "... NightlyCoverage"
  939. @echo "... ExperimentalUpdate"
  940. @echo "... test"
  941. @echo "... ExperimentalConfigure"
  942. @echo "... ExperimentalCoverage"
  943. @echo "... ExperimentalBuild"
  944. @echo "... NightlyConfigure"
  945. @echo "... ExperimentalTest"
  946. @echo "... ExperimentalMemCheck"
  947. @echo "... Experimental"
  948. @echo "... NightlySubmit"
  949. @echo "... ExperimentalSubmit"
  950. @echo "... ContinuousStart"
  951. @echo "... ContinuousUpdate"
  952. @echo "... cmsysTestsC"
  953. @echo "... testConsoleBufChild"
  954. @echo "... cmsysTestDynload"
  955. @echo "... cmsys"
  956. @echo "... cmsys_c"
  957. @echo "... cmsysTestProcess"
  958. @echo "... cmsysTestsCxx"
  959. @echo "... cmsysTestSharedForward"
  960. @echo "... kwiml_test"
  961. @echo "... cmlibrhash"
  962. @echo "... cmzlib"
  963. @echo "... LIBCURL"
  964. @echo "... cmcurl"
  965. @echo "... cmcompress"
  966. @echo "... cmexpat"
  967. @echo "... cmbzip2"
  968. @echo "... cmliblzma"
  969. @echo "... cmlibarchive"
  970. @echo "... cmjsoncpp"
  971. @echo "... cmlibuv"
  972. @echo "... cmForm"
  973. @echo "... CPackLib"
  974. @echo "... CTestLib"
  975. @echo "... cmake"
  976. @echo "... CMakeLib"
  977. @echo "... ccmake"
  978. @echo "... CMakeServerLib"
  979. @echo "... ctest"
  980. @echo "... cpack"
  981. @echo "... runcompilecommands"
  982. @echo "... testEncoding"
  983. @echo "... CMakeLibTests"
  984. @echo "... pseudo_valgrind"
  985. @echo "... pseudo_purify"
  986. @echo "... memcheck_fail"
  987. @echo "... pseudo_BC"
  988. @echo "... pseudonl_BC"
  989. @echo "... pseudonl_purify"
  990. @echo "... pseudonl_valgrind"
  991. @echo "... CMakeServerLibTests"
  992. @echo "... pseudo_emulator_custom_command"
  993. @echo "... pseudo_emulator"
  994. @echo "... exit_code"
  995. @echo "... pseudo_iwyu"
  996. @echo "... pseudo_cpplint"
  997. @echo "... pseudo_tidy"
  998. @echo "... pseudo_cppcheck"
  999. @echo "... foo"
  1000. .PHONY : help
  1001. #=============================================================================
  1002. # Special targets to cleanup operation of make.
  1003. # Special rule to run CMake to check the build system integrity.
  1004. # No rule that depends on this can have commands that come from listfiles
  1005. # because they might be regenerated.
  1006. cmake_check_build_system:
  1007. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  1008. .PHONY : cmake_check_build_system