Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.8
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6.  
  7. .PHONY : default_target
  8.  
  9. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  10. .NOTPARALLEL:
  11.  
  12.  
  13. #=============================================================================
  14. # Special targets provided by cmake.
  15.  
  16. # Disable implicit rules so canonical targets will work.
  17. .SUFFIXES:
  18.  
  19.  
  20. # Remove some rules from gmake that .SUFFIXES does not remove.
  21. SUFFIXES =
  22.  
  23. .SUFFIXES: .hpux_make_needs_suffix_list
  24.  
  25.  
  26. # Suppress display of executed commands.
  27. $(VERBOSE).SILENT:
  28.  
  29.  
  30. # A target that is always out of date.
  31. cmake_force:
  32.  
  33. .PHONY : cmake_force
  34.  
  35. #=============================================================================
  36. # Set environment variables for the build.
  37.  
  38. # The shell in which to execute make rules.
  39. SHELL = /bin/sh
  40.  
  41. # The CMake executable.
  42. CMAKE_COMMAND = /home/yonatan/clion/clion-2017.2.3/bin/cmake/bin/cmake
  43.  
  44. # The command to remove a file.
  45. RM = /home/yonatan/clion/clion-2017.2.3/bin/cmake/bin/cmake -E remove -f
  46.  
  47. # Escaping for special characters.
  48. EQUALS = =
  49.  
  50. # The top-level source directory on which CMake was run.
  51. CMAKE_SOURCE_DIR = /home/yonatan/SPLProjects/kernel1
  52.  
  53. # The top-level build directory on which CMake was run.
  54. CMAKE_BINARY_DIR = /home/yonatan/SPLProjects/kernel1/cmake-build-debug
  55.  
  56. #=============================================================================
  57. # Targets provided globally by CMake.
  58.  
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache:
  61. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  62. /home/yonatan/clion/clion-2017.2.3/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  63. .PHONY : rebuild_cache
  64.  
  65. # Special rule for the target rebuild_cache
  66. rebuild_cache/fast: rebuild_cache
  67.  
  68. .PHONY : rebuild_cache/fast
  69.  
  70. # Special rule for the target edit_cache
  71. edit_cache:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  73. /home/yonatan/clion/clion-2017.2.3/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  74. .PHONY : edit_cache
  75.  
  76. # Special rule for the target edit_cache
  77. edit_cache/fast: edit_cache
  78.  
  79. .PHONY : edit_cache/fast
  80.  
  81. # The main all target
  82. all: cmake_check_build_system
  83. $(CMAKE_COMMAND) -E cmake_progress_start /home/yonatan/SPLProjects/kernel1/cmake-build-debug/CMakeFiles /home/yonatan/SPLProjects/kernel1/cmake-build-debug/CMakeFiles/progress.marks
  84. $(MAKE) -f CMakeFiles/Makefile2 all
  85. $(CMAKE_COMMAND) -E cmake_progress_start /home/yonatan/SPLProjects/kernel1/cmake-build-debug/CMakeFiles 0
  86. .PHONY : all
  87.  
  88. # The main clean target
  89. clean:
  90. $(MAKE) -f CMakeFiles/Makefile2 clean
  91. .PHONY : clean
  92.  
  93. # The main clean target
  94. clean/fast: clean
  95.  
  96. .PHONY : clean/fast
  97.  
  98. # Prepare targets for installation.
  99. preinstall: all
  100. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  101. .PHONY : preinstall
  102.  
  103. # Prepare targets for installation.
  104. preinstall/fast:
  105. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  106. .PHONY : preinstall/fast
  107.  
  108. # clear depends
  109. depend:
  110. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  111. .PHONY : depend
  112.  
  113. #=============================================================================
  114. # Target rules for targets named Assignment_1
  115.  
  116. # Build rule for target.
  117. Assignment_1: cmake_check_build_system
  118. $(MAKE) -f CMakeFiles/Makefile2 Assignment_1
  119. .PHONY : Assignment_1
  120.  
  121. # fast build rule for target.
  122. Assignment_1/fast:
  123. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/build
  124. .PHONY : Assignment_1/fast
  125.  
  126. src/Commands.o: src/Commands.cpp.o
  127.  
  128. .PHONY : src/Commands.o
  129.  
  130. # target to build an object file
  131. src/Commands.cpp.o:
  132. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Commands.cpp.o
  133. .PHONY : src/Commands.cpp.o
  134.  
  135. src/Commands.i: src/Commands.cpp.i
  136.  
  137. .PHONY : src/Commands.i
  138.  
  139. # target to preprocess a source file
  140. src/Commands.cpp.i:
  141. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Commands.cpp.i
  142. .PHONY : src/Commands.cpp.i
  143.  
  144. src/Commands.s: src/Commands.cpp.s
  145.  
  146. .PHONY : src/Commands.s
  147.  
  148. # target to generate assembly for a file
  149. src/Commands.cpp.s:
  150. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Commands.cpp.s
  151. .PHONY : src/Commands.cpp.s
  152.  
  153. src/Environment.o: src/Environment.cpp.o
  154.  
  155. .PHONY : src/Environment.o
  156.  
  157. # target to build an object file
  158. src/Environment.cpp.o:
  159. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Environment.cpp.o
  160. .PHONY : src/Environment.cpp.o
  161.  
  162. src/Environment.i: src/Environment.cpp.i
  163.  
  164. .PHONY : src/Environment.i
  165.  
  166. # target to preprocess a source file
  167. src/Environment.cpp.i:
  168. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Environment.cpp.i
  169. .PHONY : src/Environment.cpp.i
  170.  
  171. src/Environment.s: src/Environment.cpp.s
  172.  
  173. .PHONY : src/Environment.s
  174.  
  175. # target to generate assembly for a file
  176. src/Environment.cpp.s:
  177. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Environment.cpp.s
  178. .PHONY : src/Environment.cpp.s
  179.  
  180. src/FileSystem.o: src/FileSystem.cpp.o
  181.  
  182. .PHONY : src/FileSystem.o
  183.  
  184. # target to build an object file
  185. src/FileSystem.cpp.o:
  186. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/FileSystem.cpp.o
  187. .PHONY : src/FileSystem.cpp.o
  188.  
  189. src/FileSystem.i: src/FileSystem.cpp.i
  190.  
  191. .PHONY : src/FileSystem.i
  192.  
  193. # target to preprocess a source file
  194. src/FileSystem.cpp.i:
  195. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/FileSystem.cpp.i
  196. .PHONY : src/FileSystem.cpp.i
  197.  
  198. src/FileSystem.s: src/FileSystem.cpp.s
  199.  
  200. .PHONY : src/FileSystem.s
  201.  
  202. # target to generate assembly for a file
  203. src/FileSystem.cpp.s:
  204. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/FileSystem.cpp.s
  205. .PHONY : src/FileSystem.cpp.s
  206.  
  207. src/Files.o: src/Files.cpp.o
  208.  
  209. .PHONY : src/Files.o
  210.  
  211. # target to build an object file
  212. src/Files.cpp.o:
  213. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Files.cpp.o
  214. .PHONY : src/Files.cpp.o
  215.  
  216. src/Files.i: src/Files.cpp.i
  217.  
  218. .PHONY : src/Files.i
  219.  
  220. # target to preprocess a source file
  221. src/Files.cpp.i:
  222. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Files.cpp.i
  223. .PHONY : src/Files.cpp.i
  224.  
  225. src/Files.s: src/Files.cpp.s
  226.  
  227. .PHONY : src/Files.s
  228.  
  229. # target to generate assembly for a file
  230. src/Files.cpp.s:
  231. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Files.cpp.s
  232. .PHONY : src/Files.cpp.s
  233.  
  234. src/Main.o: src/Main.cpp.o
  235.  
  236. .PHONY : src/Main.o
  237.  
  238. # target to build an object file
  239. src/Main.cpp.o:
  240. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Main.cpp.o
  241. .PHONY : src/Main.cpp.o
  242.  
  243. src/Main.i: src/Main.cpp.i
  244.  
  245. .PHONY : src/Main.i
  246.  
  247. # target to preprocess a source file
  248. src/Main.cpp.i:
  249. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Main.cpp.i
  250. .PHONY : src/Main.cpp.i
  251.  
  252. src/Main.s: src/Main.cpp.s
  253.  
  254. .PHONY : src/Main.s
  255.  
  256. # target to generate assembly for a file
  257. src/Main.cpp.s:
  258. $(MAKE) -f CMakeFiles/Assignment_1.dir/build.make CMakeFiles/Assignment_1.dir/src/Main.cpp.s
  259. .PHONY : src/Main.cpp.s
  260.  
  261. # Help Target
  262. help:
  263. @echo "The following are some of the valid targets for this Makefile:"
  264. @echo "... all (the default if no target is provided)"
  265. @echo "... clean"
  266. @echo "... depend"
  267. @echo "... rebuild_cache"
  268. @echo "... edit_cache"
  269. @echo "... Assignment_1"
  270. @echo "... src/Commands.o"
  271. @echo "... src/Commands.i"
  272. @echo "... src/Commands.s"
  273. @echo "... src/Environment.o"
  274. @echo "... src/Environment.i"
  275. @echo "... src/Environment.s"
  276. @echo "... src/FileSystem.o"
  277. @echo "... src/FileSystem.i"
  278. @echo "... src/FileSystem.s"
  279. @echo "... src/Files.o"
  280. @echo "... src/Files.i"
  281. @echo "... src/Files.s"
  282. @echo "... src/Main.o"
  283. @echo "... src/Main.i"
  284. @echo "... src/Main.s"
  285. .PHONY : help
  286.  
  287.  
  288.  
  289. #=============================================================================
  290. # Special targets to cleanup operation of make.
  291.  
  292. # Special rule to run CMake to check the build system integrity.
  293. # No rule that depends on this can have commands that come from listfiles
  294. # because they might be regenerated.
  295. cmake_check_build_system:
  296. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  297. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement