Makefile 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.8
  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 = /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/bin/cmake
  26. # The command to remove a file.
  27. RM = /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/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/anonymous/Downloads/ID2T-toolkit/code_boost/src
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug
  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. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/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. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/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. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/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. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/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. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/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. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/bin/cmake -P cmake_install.cmake
  65. .PHONY : install/fast
  66. # Special rule for the target list_install_components
  67. list_install_components:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"headers\" \"libraries\""
  69. .PHONY : list_install_components
  70. # Special rule for the target list_install_components
  71. list_install_components/fast: list_install_components
  72. .PHONY : list_install_components/fast
  73. # Special rule for the target rebuild_cache
  74. rebuild_cache:
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  76. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  77. .PHONY : rebuild_cache
  78. # Special rule for the target rebuild_cache
  79. rebuild_cache/fast: rebuild_cache
  80. .PHONY : rebuild_cache/fast
  81. # Special rule for the target edit_cache
  82. edit_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  84. /home/anonymous/Downloads/clion-2017.2.2/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  85. .PHONY : edit_cache
  86. # Special rule for the target edit_cache
  87. edit_cache/fast: edit_cache
  88. .PHONY : edit_cache/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_progress_start /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug/CMakeFiles /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug/SQLiteCpp/CMakeFiles/progress.marks
  92. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp/all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug/CMakeFiles 0
  94. .PHONY : all
  95. # The main clean target
  96. clean:
  97. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp/clean
  98. .PHONY : clean
  99. # The main clean target
  100. clean/fast: clean
  101. .PHONY : clean/fast
  102. # Prepare targets for installation.
  103. preinstall: all
  104. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp/preinstall
  105. .PHONY : preinstall
  106. # Prepare targets for installation.
  107. preinstall/fast:
  108. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp/preinstall
  109. .PHONY : preinstall/fast
  110. # clear depends
  111. depend:
  112. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  113. .PHONY : depend
  114. # Convenience name for target.
  115. SQLiteCpp/CMakeFiles/SQLiteCpp.dir/rule:
  116. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp/CMakeFiles/SQLiteCpp.dir/rule
  117. .PHONY : SQLiteCpp/CMakeFiles/SQLiteCpp.dir/rule
  118. # Convenience name for target.
  119. SQLiteCpp: SQLiteCpp/CMakeFiles/SQLiteCpp.dir/rule
  120. .PHONY : SQLiteCpp
  121. # fast build rule for target.
  122. SQLiteCpp/fast:
  123. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build
  124. .PHONY : SQLiteCpp/fast
  125. src/Backup.o: src/Backup.cpp.o
  126. .PHONY : src/Backup.o
  127. # target to build an object file
  128. src/Backup.cpp.o:
  129. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o
  130. .PHONY : src/Backup.cpp.o
  131. src/Backup.i: src/Backup.cpp.i
  132. .PHONY : src/Backup.i
  133. # target to preprocess a source file
  134. src/Backup.cpp.i:
  135. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.i
  136. .PHONY : src/Backup.cpp.i
  137. src/Backup.s: src/Backup.cpp.s
  138. .PHONY : src/Backup.s
  139. # target to generate assembly for a file
  140. src/Backup.cpp.s:
  141. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.s
  142. .PHONY : src/Backup.cpp.s
  143. src/Column.o: src/Column.cpp.o
  144. .PHONY : src/Column.o
  145. # target to build an object file
  146. src/Column.cpp.o:
  147. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o
  148. .PHONY : src/Column.cpp.o
  149. src/Column.i: src/Column.cpp.i
  150. .PHONY : src/Column.i
  151. # target to preprocess a source file
  152. src/Column.cpp.i:
  153. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Column.cpp.i
  154. .PHONY : src/Column.cpp.i
  155. src/Column.s: src/Column.cpp.s
  156. .PHONY : src/Column.s
  157. # target to generate assembly for a file
  158. src/Column.cpp.s:
  159. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Column.cpp.s
  160. .PHONY : src/Column.cpp.s
  161. src/Database.o: src/Database.cpp.o
  162. .PHONY : src/Database.o
  163. # target to build an object file
  164. src/Database.cpp.o:
  165. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o
  166. .PHONY : src/Database.cpp.o
  167. src/Database.i: src/Database.cpp.i
  168. .PHONY : src/Database.i
  169. # target to preprocess a source file
  170. src/Database.cpp.i:
  171. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Database.cpp.i
  172. .PHONY : src/Database.cpp.i
  173. src/Database.s: src/Database.cpp.s
  174. .PHONY : src/Database.s
  175. # target to generate assembly for a file
  176. src/Database.cpp.s:
  177. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Database.cpp.s
  178. .PHONY : src/Database.cpp.s
  179. src/Exception.o: src/Exception.cpp.o
  180. .PHONY : src/Exception.o
  181. # target to build an object file
  182. src/Exception.cpp.o:
  183. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o
  184. .PHONY : src/Exception.cpp.o
  185. src/Exception.i: src/Exception.cpp.i
  186. .PHONY : src/Exception.i
  187. # target to preprocess a source file
  188. src/Exception.cpp.i:
  189. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.i
  190. .PHONY : src/Exception.cpp.i
  191. src/Exception.s: src/Exception.cpp.s
  192. .PHONY : src/Exception.s
  193. # target to generate assembly for a file
  194. src/Exception.cpp.s:
  195. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.s
  196. .PHONY : src/Exception.cpp.s
  197. src/Statement.o: src/Statement.cpp.o
  198. .PHONY : src/Statement.o
  199. # target to build an object file
  200. src/Statement.cpp.o:
  201. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o
  202. .PHONY : src/Statement.cpp.o
  203. src/Statement.i: src/Statement.cpp.i
  204. .PHONY : src/Statement.i
  205. # target to preprocess a source file
  206. src/Statement.cpp.i:
  207. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.i
  208. .PHONY : src/Statement.cpp.i
  209. src/Statement.s: src/Statement.cpp.s
  210. .PHONY : src/Statement.s
  211. # target to generate assembly for a file
  212. src/Statement.cpp.s:
  213. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.s
  214. .PHONY : src/Statement.cpp.s
  215. src/Transaction.o: src/Transaction.cpp.o
  216. .PHONY : src/Transaction.o
  217. # target to build an object file
  218. src/Transaction.cpp.o:
  219. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o
  220. .PHONY : src/Transaction.cpp.o
  221. src/Transaction.i: src/Transaction.cpp.i
  222. .PHONY : src/Transaction.i
  223. # target to preprocess a source file
  224. src/Transaction.cpp.i:
  225. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.i
  226. .PHONY : src/Transaction.cpp.i
  227. src/Transaction.s: src/Transaction.cpp.s
  228. .PHONY : src/Transaction.s
  229. # target to generate assembly for a file
  230. src/Transaction.cpp.s:
  231. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.s
  232. .PHONY : src/Transaction.cpp.s
  233. # Help Target
  234. help:
  235. @echo "The following are some of the valid targets for this Makefile:"
  236. @echo "... all (the default if no target is provided)"
  237. @echo "... clean"
  238. @echo "... depend"
  239. @echo "... install/strip"
  240. @echo "... install/local"
  241. @echo "... install"
  242. @echo "... list_install_components"
  243. @echo "... rebuild_cache"
  244. @echo "... edit_cache"
  245. @echo "... SQLiteCpp"
  246. @echo "... src/Backup.o"
  247. @echo "... src/Backup.i"
  248. @echo "... src/Backup.s"
  249. @echo "... src/Column.o"
  250. @echo "... src/Column.i"
  251. @echo "... src/Column.s"
  252. @echo "... src/Database.o"
  253. @echo "... src/Database.i"
  254. @echo "... src/Database.s"
  255. @echo "... src/Exception.o"
  256. @echo "... src/Exception.i"
  257. @echo "... src/Exception.s"
  258. @echo "... src/Statement.o"
  259. @echo "... src/Statement.i"
  260. @echo "... src/Statement.s"
  261. @echo "... src/Transaction.o"
  262. @echo "... src/Transaction.i"
  263. @echo "... src/Transaction.s"
  264. .PHONY : help
  265. #=============================================================================
  266. # Special targets to cleanup operation of make.
  267. # Special rule to run CMake to check the build system integrity.
  268. # No rule that depends on this can have commands that come from listfiles
  269. # because they might be regenerated.
  270. cmake_check_build_system:
  271. cd /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  272. .PHONY : cmake_check_build_system