Makefile 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Remove some rules from gmake that .SUFFIXES does not remove.
  11. SUFFIXES =
  12. .SUFFIXES: .hpux_make_needs_suffix_list
  13. # Suppress display of executed commands.
  14. $(VERBOSE).SILENT:
  15. # A target that is always out of date.
  16. cmake_force:
  17. .PHONY : cmake_force
  18. #=============================================================================
  19. # Set environment variables for the build.
  20. # The shell in which to execute make rules.
  21. SHELL = /bin/sh
  22. # The CMake executable.
  23. CMAKE_COMMAND = /usr/bin/cmake
  24. # The command to remove a file.
  25. RM = /usr/bin/cmake -E remove -f
  26. # Escaping for special characters.
  27. EQUALS = =
  28. # The top-level source directory on which CMake was run.
  29. CMAKE_SOURCE_DIR = /mnt/hgfs/vm-exchange/SQLiteCpp
  30. # The top-level build directory on which CMake was run.
  31. CMAKE_BINARY_DIR = /mnt/hgfs/vm-exchange/SQLiteCpp/build
  32. #=============================================================================
  33. # Targets provided globally by CMake.
  34. # Special rule for the target edit_cache
  35. edit_cache:
  36. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
  37. /usr/bin/cmake -i .
  38. .PHONY : edit_cache
  39. # Special rule for the target edit_cache
  40. edit_cache/fast: edit_cache
  41. .PHONY : edit_cache/fast
  42. # Special rule for the target install
  43. install: preinstall
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  45. /usr/bin/cmake -P cmake_install.cmake
  46. .PHONY : install
  47. # Special rule for the target install
  48. install/fast: preinstall/fast
  49. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  50. /usr/bin/cmake -P cmake_install.cmake
  51. .PHONY : install/fast
  52. # Special rule for the target install/local
  53. install/local: preinstall
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  55. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  56. .PHONY : install/local
  57. # Special rule for the target install/local
  58. install/local/fast: install/local
  59. .PHONY : install/local/fast
  60. # Special rule for the target install/strip
  61. install/strip: preinstall
  62. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  63. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  64. .PHONY : install/strip
  65. # Special rule for the target install/strip
  66. install/strip/fast: install/strip
  67. .PHONY : install/strip/fast
  68. # Special rule for the target list_install_components
  69. list_install_components:
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  71. .PHONY : list_install_components
  72. # Special rule for the target list_install_components
  73. list_install_components/fast: list_install_components
  74. .PHONY : list_install_components/fast
  75. # Special rule for the target rebuild_cache
  76. rebuild_cache:
  77. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  78. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  79. .PHONY : rebuild_cache
  80. # Special rule for the target rebuild_cache
  81. rebuild_cache/fast: rebuild_cache
  82. .PHONY : rebuild_cache/fast
  83. # Special rule for the target test
  84. test:
  85. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  86. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  87. .PHONY : test
  88. # Special rule for the target test
  89. test/fast: test
  90. .PHONY : test/fast
  91. # The main all target
  92. all: cmake_check_build_system
  93. $(CMAKE_COMMAND) -E cmake_progress_start /mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles /mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/progress.marks
  94. $(MAKE) -f CMakeFiles/Makefile2 all
  95. $(CMAKE_COMMAND) -E cmake_progress_start /mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles 0
  96. .PHONY : all
  97. # The main clean target
  98. clean:
  99. $(MAKE) -f CMakeFiles/Makefile2 clean
  100. .PHONY : clean
  101. # The main clean target
  102. clean/fast: clean
  103. .PHONY : clean/fast
  104. # Prepare targets for installation.
  105. preinstall: all
  106. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  107. .PHONY : preinstall
  108. # Prepare targets for installation.
  109. preinstall/fast:
  110. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  111. .PHONY : preinstall/fast
  112. # clear depends
  113. depend:
  114. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  115. .PHONY : depend
  116. #=============================================================================
  117. # Target rules for targets named SQLiteCpp
  118. # Build rule for target.
  119. SQLiteCpp: cmake_check_build_system
  120. $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp
  121. .PHONY : SQLiteCpp
  122. # fast build rule for target.
  123. SQLiteCpp/fast:
  124. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/build
  125. .PHONY : SQLiteCpp/fast
  126. #=============================================================================
  127. # Target rules for targets named SQLiteCpp_cpplint
  128. # Build rule for target.
  129. SQLiteCpp_cpplint: cmake_check_build_system
  130. $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp_cpplint
  131. .PHONY : SQLiteCpp_cpplint
  132. # fast build rule for target.
  133. SQLiteCpp_cpplint/fast:
  134. $(MAKE) -f CMakeFiles/SQLiteCpp_cpplint.dir/build.make CMakeFiles/SQLiteCpp_cpplint.dir/build
  135. .PHONY : SQLiteCpp_cpplint/fast
  136. #=============================================================================
  137. # Target rules for targets named SQLiteCpp_example1
  138. # Build rule for target.
  139. SQLiteCpp_example1: cmake_check_build_system
  140. $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp_example1
  141. .PHONY : SQLiteCpp_example1
  142. # fast build rule for target.
  143. SQLiteCpp_example1/fast:
  144. $(MAKE) -f CMakeFiles/SQLiteCpp_example1.dir/build.make CMakeFiles/SQLiteCpp_example1.dir/build
  145. .PHONY : SQLiteCpp_example1/fast
  146. #=============================================================================
  147. # Target rules for targets named SQLiteCpp_tests
  148. # Build rule for target.
  149. SQLiteCpp_tests: cmake_check_build_system
  150. $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp_tests
  151. .PHONY : SQLiteCpp_tests
  152. # fast build rule for target.
  153. SQLiteCpp_tests/fast:
  154. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/build
  155. .PHONY : SQLiteCpp_tests/fast
  156. #=============================================================================
  157. # Target rules for targets named sqlite3
  158. # Build rule for target.
  159. sqlite3: cmake_check_build_system
  160. $(MAKE) -f CMakeFiles/Makefile2 sqlite3
  161. .PHONY : sqlite3
  162. # fast build rule for target.
  163. sqlite3/fast:
  164. $(MAKE) -f sqlite3/CMakeFiles/sqlite3.dir/build.make sqlite3/CMakeFiles/sqlite3.dir/build
  165. .PHONY : sqlite3/fast
  166. #=============================================================================
  167. # Target rules for targets named gmock
  168. # Build rule for target.
  169. gmock: cmake_check_build_system
  170. $(MAKE) -f CMakeFiles/Makefile2 gmock
  171. .PHONY : gmock
  172. # fast build rule for target.
  173. gmock/fast:
  174. $(MAKE) -f googletest/googlemock/CMakeFiles/gmock.dir/build.make googletest/googlemock/CMakeFiles/gmock.dir/build
  175. .PHONY : gmock/fast
  176. #=============================================================================
  177. # Target rules for targets named gmock_main
  178. # Build rule for target.
  179. gmock_main: cmake_check_build_system
  180. $(MAKE) -f CMakeFiles/Makefile2 gmock_main
  181. .PHONY : gmock_main
  182. # fast build rule for target.
  183. gmock_main/fast:
  184. $(MAKE) -f googletest/googlemock/CMakeFiles/gmock_main.dir/build.make googletest/googlemock/CMakeFiles/gmock_main.dir/build
  185. .PHONY : gmock_main/fast
  186. #=============================================================================
  187. # Target rules for targets named gtest
  188. # Build rule for target.
  189. gtest: cmake_check_build_system
  190. $(MAKE) -f CMakeFiles/Makefile2 gtest
  191. .PHONY : gtest
  192. # fast build rule for target.
  193. gtest/fast:
  194. $(MAKE) -f googletest/googlemock/gtest/CMakeFiles/gtest.dir/build.make googletest/googlemock/gtest/CMakeFiles/gtest.dir/build
  195. .PHONY : gtest/fast
  196. #=============================================================================
  197. # Target rules for targets named gtest_main
  198. # Build rule for target.
  199. gtest_main: cmake_check_build_system
  200. $(MAKE) -f CMakeFiles/Makefile2 gtest_main
  201. .PHONY : gtest_main
  202. # fast build rule for target.
  203. gtest_main/fast:
  204. $(MAKE) -f googletest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make googletest/googlemock/gtest/CMakeFiles/gtest_main.dir/build
  205. .PHONY : gtest_main/fast
  206. examples/example1/main.o: examples/example1/main.cpp.o
  207. .PHONY : examples/example1/main.o
  208. # target to build an object file
  209. examples/example1/main.cpp.o:
  210. $(MAKE) -f CMakeFiles/SQLiteCpp_example1.dir/build.make CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o
  211. .PHONY : examples/example1/main.cpp.o
  212. examples/example1/main.i: examples/example1/main.cpp.i
  213. .PHONY : examples/example1/main.i
  214. # target to preprocess a source file
  215. examples/example1/main.cpp.i:
  216. $(MAKE) -f CMakeFiles/SQLiteCpp_example1.dir/build.make CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.i
  217. .PHONY : examples/example1/main.cpp.i
  218. examples/example1/main.s: examples/example1/main.cpp.s
  219. .PHONY : examples/example1/main.s
  220. # target to generate assembly for a file
  221. examples/example1/main.cpp.s:
  222. $(MAKE) -f CMakeFiles/SQLiteCpp_example1.dir/build.make CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.s
  223. .PHONY : examples/example1/main.cpp.s
  224. src/Backup.o: src/Backup.cpp.o
  225. .PHONY : src/Backup.o
  226. # target to build an object file
  227. src/Backup.cpp.o:
  228. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o
  229. .PHONY : src/Backup.cpp.o
  230. src/Backup.i: src/Backup.cpp.i
  231. .PHONY : src/Backup.i
  232. # target to preprocess a source file
  233. src/Backup.cpp.i:
  234. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.i
  235. .PHONY : src/Backup.cpp.i
  236. src/Backup.s: src/Backup.cpp.s
  237. .PHONY : src/Backup.s
  238. # target to generate assembly for a file
  239. src/Backup.cpp.s:
  240. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.s
  241. .PHONY : src/Backup.cpp.s
  242. src/Column.o: src/Column.cpp.o
  243. .PHONY : src/Column.o
  244. # target to build an object file
  245. src/Column.cpp.o:
  246. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o
  247. .PHONY : src/Column.cpp.o
  248. src/Column.i: src/Column.cpp.i
  249. .PHONY : src/Column.i
  250. # target to preprocess a source file
  251. src/Column.cpp.i:
  252. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Column.cpp.i
  253. .PHONY : src/Column.cpp.i
  254. src/Column.s: src/Column.cpp.s
  255. .PHONY : src/Column.s
  256. # target to generate assembly for a file
  257. src/Column.cpp.s:
  258. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Column.cpp.s
  259. .PHONY : src/Column.cpp.s
  260. src/Database.o: src/Database.cpp.o
  261. .PHONY : src/Database.o
  262. # target to build an object file
  263. src/Database.cpp.o:
  264. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o
  265. .PHONY : src/Database.cpp.o
  266. src/Database.i: src/Database.cpp.i
  267. .PHONY : src/Database.i
  268. # target to preprocess a source file
  269. src/Database.cpp.i:
  270. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Database.cpp.i
  271. .PHONY : src/Database.cpp.i
  272. src/Database.s: src/Database.cpp.s
  273. .PHONY : src/Database.s
  274. # target to generate assembly for a file
  275. src/Database.cpp.s:
  276. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Database.cpp.s
  277. .PHONY : src/Database.cpp.s
  278. src/Exception.o: src/Exception.cpp.o
  279. .PHONY : src/Exception.o
  280. # target to build an object file
  281. src/Exception.cpp.o:
  282. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o
  283. .PHONY : src/Exception.cpp.o
  284. src/Exception.i: src/Exception.cpp.i
  285. .PHONY : src/Exception.i
  286. # target to preprocess a source file
  287. src/Exception.cpp.i:
  288. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.i
  289. .PHONY : src/Exception.cpp.i
  290. src/Exception.s: src/Exception.cpp.s
  291. .PHONY : src/Exception.s
  292. # target to generate assembly for a file
  293. src/Exception.cpp.s:
  294. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.s
  295. .PHONY : src/Exception.cpp.s
  296. src/Statement.o: src/Statement.cpp.o
  297. .PHONY : src/Statement.o
  298. # target to build an object file
  299. src/Statement.cpp.o:
  300. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o
  301. .PHONY : src/Statement.cpp.o
  302. src/Statement.i: src/Statement.cpp.i
  303. .PHONY : src/Statement.i
  304. # target to preprocess a source file
  305. src/Statement.cpp.i:
  306. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.i
  307. .PHONY : src/Statement.cpp.i
  308. src/Statement.s: src/Statement.cpp.s
  309. .PHONY : src/Statement.s
  310. # target to generate assembly for a file
  311. src/Statement.cpp.s:
  312. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.s
  313. .PHONY : src/Statement.cpp.s
  314. src/Transaction.o: src/Transaction.cpp.o
  315. .PHONY : src/Transaction.o
  316. # target to build an object file
  317. src/Transaction.cpp.o:
  318. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o
  319. .PHONY : src/Transaction.cpp.o
  320. src/Transaction.i: src/Transaction.cpp.i
  321. .PHONY : src/Transaction.i
  322. # target to preprocess a source file
  323. src/Transaction.cpp.i:
  324. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.i
  325. .PHONY : src/Transaction.cpp.i
  326. src/Transaction.s: src/Transaction.cpp.s
  327. .PHONY : src/Transaction.s
  328. # target to generate assembly for a file
  329. src/Transaction.cpp.s:
  330. $(MAKE) -f CMakeFiles/SQLiteCpp.dir/build.make CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.s
  331. .PHONY : src/Transaction.cpp.s
  332. tests/Backup_test.o: tests/Backup_test.cpp.o
  333. .PHONY : tests/Backup_test.o
  334. # target to build an object file
  335. tests/Backup_test.cpp.o:
  336. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o
  337. .PHONY : tests/Backup_test.cpp.o
  338. tests/Backup_test.i: tests/Backup_test.cpp.i
  339. .PHONY : tests/Backup_test.i
  340. # target to preprocess a source file
  341. tests/Backup_test.cpp.i:
  342. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.i
  343. .PHONY : tests/Backup_test.cpp.i
  344. tests/Backup_test.s: tests/Backup_test.cpp.s
  345. .PHONY : tests/Backup_test.s
  346. # target to generate assembly for a file
  347. tests/Backup_test.cpp.s:
  348. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.s
  349. .PHONY : tests/Backup_test.cpp.s
  350. tests/Column_test.o: tests/Column_test.cpp.o
  351. .PHONY : tests/Column_test.o
  352. # target to build an object file
  353. tests/Column_test.cpp.o:
  354. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o
  355. .PHONY : tests/Column_test.cpp.o
  356. tests/Column_test.i: tests/Column_test.cpp.i
  357. .PHONY : tests/Column_test.i
  358. # target to preprocess a source file
  359. tests/Column_test.cpp.i:
  360. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.i
  361. .PHONY : tests/Column_test.cpp.i
  362. tests/Column_test.s: tests/Column_test.cpp.s
  363. .PHONY : tests/Column_test.s
  364. # target to generate assembly for a file
  365. tests/Column_test.cpp.s:
  366. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.s
  367. .PHONY : tests/Column_test.cpp.s
  368. tests/Database_test.o: tests/Database_test.cpp.o
  369. .PHONY : tests/Database_test.o
  370. # target to build an object file
  371. tests/Database_test.cpp.o:
  372. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o
  373. .PHONY : tests/Database_test.cpp.o
  374. tests/Database_test.i: tests/Database_test.cpp.i
  375. .PHONY : tests/Database_test.i
  376. # target to preprocess a source file
  377. tests/Database_test.cpp.i:
  378. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.i
  379. .PHONY : tests/Database_test.cpp.i
  380. tests/Database_test.s: tests/Database_test.cpp.s
  381. .PHONY : tests/Database_test.s
  382. # target to generate assembly for a file
  383. tests/Database_test.cpp.s:
  384. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.s
  385. .PHONY : tests/Database_test.cpp.s
  386. tests/Statement_test.o: tests/Statement_test.cpp.o
  387. .PHONY : tests/Statement_test.o
  388. # target to build an object file
  389. tests/Statement_test.cpp.o:
  390. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o
  391. .PHONY : tests/Statement_test.cpp.o
  392. tests/Statement_test.i: tests/Statement_test.cpp.i
  393. .PHONY : tests/Statement_test.i
  394. # target to preprocess a source file
  395. tests/Statement_test.cpp.i:
  396. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.i
  397. .PHONY : tests/Statement_test.cpp.i
  398. tests/Statement_test.s: tests/Statement_test.cpp.s
  399. .PHONY : tests/Statement_test.s
  400. # target to generate assembly for a file
  401. tests/Statement_test.cpp.s:
  402. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.s
  403. .PHONY : tests/Statement_test.cpp.s
  404. tests/Transaction_test.o: tests/Transaction_test.cpp.o
  405. .PHONY : tests/Transaction_test.o
  406. # target to build an object file
  407. tests/Transaction_test.cpp.o:
  408. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o
  409. .PHONY : tests/Transaction_test.cpp.o
  410. tests/Transaction_test.i: tests/Transaction_test.cpp.i
  411. .PHONY : tests/Transaction_test.i
  412. # target to preprocess a source file
  413. tests/Transaction_test.cpp.i:
  414. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.i
  415. .PHONY : tests/Transaction_test.cpp.i
  416. tests/Transaction_test.s: tests/Transaction_test.cpp.s
  417. .PHONY : tests/Transaction_test.s
  418. # target to generate assembly for a file
  419. tests/Transaction_test.cpp.s:
  420. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.s
  421. .PHONY : tests/Transaction_test.cpp.s
  422. tests/VariadicBind_test.o: tests/VariadicBind_test.cpp.o
  423. .PHONY : tests/VariadicBind_test.o
  424. # target to build an object file
  425. tests/VariadicBind_test.cpp.o:
  426. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.o
  427. .PHONY : tests/VariadicBind_test.cpp.o
  428. tests/VariadicBind_test.i: tests/VariadicBind_test.cpp.i
  429. .PHONY : tests/VariadicBind_test.i
  430. # target to preprocess a source file
  431. tests/VariadicBind_test.cpp.i:
  432. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.i
  433. .PHONY : tests/VariadicBind_test.cpp.i
  434. tests/VariadicBind_test.s: tests/VariadicBind_test.cpp.s
  435. .PHONY : tests/VariadicBind_test.s
  436. # target to generate assembly for a file
  437. tests/VariadicBind_test.cpp.s:
  438. $(MAKE) -f CMakeFiles/SQLiteCpp_tests.dir/build.make CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.s
  439. .PHONY : tests/VariadicBind_test.cpp.s
  440. # Help Target
  441. help:
  442. @echo "The following are some of the valid targets for this Makefile:"
  443. @echo "... all (the default if no target is provided)"
  444. @echo "... clean"
  445. @echo "... depend"
  446. @echo "... SQLiteCpp"
  447. @echo "... SQLiteCpp_cpplint"
  448. @echo "... SQLiteCpp_example1"
  449. @echo "... SQLiteCpp_tests"
  450. @echo "... edit_cache"
  451. @echo "... install"
  452. @echo "... install/local"
  453. @echo "... install/strip"
  454. @echo "... list_install_components"
  455. @echo "... rebuild_cache"
  456. @echo "... test"
  457. @echo "... sqlite3"
  458. @echo "... gmock"
  459. @echo "... gmock_main"
  460. @echo "... gtest"
  461. @echo "... gtest_main"
  462. @echo "... examples/example1/main.o"
  463. @echo "... examples/example1/main.i"
  464. @echo "... examples/example1/main.s"
  465. @echo "... src/Backup.o"
  466. @echo "... src/Backup.i"
  467. @echo "... src/Backup.s"
  468. @echo "... src/Column.o"
  469. @echo "... src/Column.i"
  470. @echo "... src/Column.s"
  471. @echo "... src/Database.o"
  472. @echo "... src/Database.i"
  473. @echo "... src/Database.s"
  474. @echo "... src/Exception.o"
  475. @echo "... src/Exception.i"
  476. @echo "... src/Exception.s"
  477. @echo "... src/Statement.o"
  478. @echo "... src/Statement.i"
  479. @echo "... src/Statement.s"
  480. @echo "... src/Transaction.o"
  481. @echo "... src/Transaction.i"
  482. @echo "... src/Transaction.s"
  483. @echo "... tests/Backup_test.o"
  484. @echo "... tests/Backup_test.i"
  485. @echo "... tests/Backup_test.s"
  486. @echo "... tests/Column_test.o"
  487. @echo "... tests/Column_test.i"
  488. @echo "... tests/Column_test.s"
  489. @echo "... tests/Database_test.o"
  490. @echo "... tests/Database_test.i"
  491. @echo "... tests/Database_test.s"
  492. @echo "... tests/Statement_test.o"
  493. @echo "... tests/Statement_test.i"
  494. @echo "... tests/Statement_test.s"
  495. @echo "... tests/Transaction_test.o"
  496. @echo "... tests/Transaction_test.i"
  497. @echo "... tests/Transaction_test.s"
  498. @echo "... tests/VariadicBind_test.o"
  499. @echo "... tests/VariadicBind_test.i"
  500. @echo "... tests/VariadicBind_test.s"
  501. .PHONY : help
  502. #=============================================================================
  503. # Special targets to cleanup operation of make.
  504. # Special rule to run CMake to check the build system integrity.
  505. # No rule that depends on this can have commands that come from listfiles
  506. # because they might be regenerated.
  507. cmake_check_build_system:
  508. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  509. .PHONY : cmake_check_build_system