Makefile 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.0
  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. .PHONY : .NOTPARALLEL
  9. #=============================================================================
  10. # Special targets provided by cmake.
  11. # Disable implicit rules so canonical targets will work.
  12. .SUFFIXES:
  13. # Remove some rules from gmake that .SUFFIXES does not remove.
  14. SUFFIXES =
  15. .SUFFIXES: .hpux_make_needs_suffix_list
  16. # Suppress display of executed commands.
  17. $(VERBOSE).SILENT:
  18. # A target that is always out of date.
  19. cmake_force:
  20. .PHONY : cmake_force
  21. #=============================================================================
  22. # Set environment variables for the build.
  23. # The shell in which to execute make rules.
  24. SHELL = /bin/sh
  25. # The CMake executable.
  26. CMAKE_COMMAND = /usr/bin/cmake
  27. # The command to remove a file.
  28. RM = /usr/bin/cmake -E remove -f
  29. # Escaping for special characters.
  30. EQUALS = =
  31. # The top-level source directory on which CMake was run.
  32. CMAKE_SOURCE_DIR = /root/Thesis/public/code_boost/src
  33. # The top-level build directory on which CMake was run.
  34. CMAKE_BINARY_DIR = /root/Thesis/public/code_boost/src
  35. #=============================================================================
  36. # Targets provided globally by CMake.
  37. # Special rule for the target edit_cache
  38. edit_cache:
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  40. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  41. .PHONY : edit_cache
  42. # Special rule for the target edit_cache
  43. edit_cache/fast: edit_cache
  44. .PHONY : edit_cache/fast
  45. # Special rule for the target rebuild_cache
  46. rebuild_cache:
  47. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  48. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  49. .PHONY : rebuild_cache
  50. # Special rule for the target rebuild_cache
  51. rebuild_cache/fast: rebuild_cache
  52. .PHONY : rebuild_cache/fast
  53. # The main all target
  54. all: cmake_check_build_system
  55. $(CMAKE_COMMAND) -E cmake_progress_start /root/Thesis/public/code_boost/src/CMakeFiles /root/Thesis/public/code_boost/src/CMakeFiles/progress.marks
  56. $(MAKE) -f CMakeFiles/Makefile2 all
  57. $(CMAKE_COMMAND) -E cmake_progress_start /root/Thesis/public/code_boost/src/CMakeFiles 0
  58. .PHONY : all
  59. # The main clean target
  60. clean:
  61. $(MAKE) -f CMakeFiles/Makefile2 clean
  62. .PHONY : clean
  63. # The main clean target
  64. clean/fast: clean
  65. .PHONY : clean/fast
  66. # Prepare targets for installation.
  67. preinstall: all
  68. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  69. .PHONY : preinstall
  70. # Prepare targets for installation.
  71. preinstall/fast:
  72. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  73. .PHONY : preinstall/fast
  74. # clear depends
  75. depend:
  76. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  77. .PHONY : depend
  78. #=============================================================================
  79. # Target rules for targets named pcapreader
  80. # Build rule for target.
  81. pcapreader: cmake_check_build_system
  82. $(MAKE) -f CMakeFiles/Makefile2 pcapreader
  83. .PHONY : pcapreader
  84. # fast build rule for target.
  85. pcapreader/fast:
  86. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/build
  87. .PHONY : pcapreader/fast
  88. #=============================================================================
  89. # Target rules for targets named SQLiteCpp
  90. # Build rule for target.
  91. SQLiteCpp: cmake_check_build_system
  92. $(MAKE) -f CMakeFiles/Makefile2 SQLiteCpp
  93. .PHONY : SQLiteCpp
  94. # fast build rule for target.
  95. SQLiteCpp/fast:
  96. $(MAKE) -f SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build.make SQLiteCpp/CMakeFiles/SQLiteCpp.dir/build
  97. .PHONY : SQLiteCpp/fast
  98. #=============================================================================
  99. # Target rules for targets named sqlite3
  100. # Build rule for target.
  101. sqlite3: cmake_check_build_system
  102. $(MAKE) -f CMakeFiles/Makefile2 sqlite3
  103. .PHONY : sqlite3
  104. # fast build rule for target.
  105. sqlite3/fast:
  106. $(MAKE) -f SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/build.make SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/build
  107. .PHONY : sqlite3/fast
  108. cxx/pcap_processor.o: cxx/pcap_processor.cpp.o
  109. .PHONY : cxx/pcap_processor.o
  110. # target to build an object file
  111. cxx/pcap_processor.cpp.o:
  112. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/pcap_processor.cpp.o
  113. .PHONY : cxx/pcap_processor.cpp.o
  114. cxx/pcap_processor.i: cxx/pcap_processor.cpp.i
  115. .PHONY : cxx/pcap_processor.i
  116. # target to preprocess a source file
  117. cxx/pcap_processor.cpp.i:
  118. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/pcap_processor.cpp.i
  119. .PHONY : cxx/pcap_processor.cpp.i
  120. cxx/pcap_processor.s: cxx/pcap_processor.cpp.s
  121. .PHONY : cxx/pcap_processor.s
  122. # target to generate assembly for a file
  123. cxx/pcap_processor.cpp.s:
  124. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/pcap_processor.cpp.s
  125. .PHONY : cxx/pcap_processor.cpp.s
  126. cxx/statistics.o: cxx/statistics.cpp.o
  127. .PHONY : cxx/statistics.o
  128. # target to build an object file
  129. cxx/statistics.cpp.o:
  130. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/statistics.cpp.o
  131. .PHONY : cxx/statistics.cpp.o
  132. cxx/statistics.i: cxx/statistics.cpp.i
  133. .PHONY : cxx/statistics.i
  134. # target to preprocess a source file
  135. cxx/statistics.cpp.i:
  136. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/statistics.cpp.i
  137. .PHONY : cxx/statistics.cpp.i
  138. cxx/statistics.s: cxx/statistics.cpp.s
  139. .PHONY : cxx/statistics.s
  140. # target to generate assembly for a file
  141. cxx/statistics.cpp.s:
  142. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/statistics.cpp.s
  143. .PHONY : cxx/statistics.cpp.s
  144. cxx/statistics_db.o: cxx/statistics_db.cpp.o
  145. .PHONY : cxx/statistics_db.o
  146. # target to build an object file
  147. cxx/statistics_db.cpp.o:
  148. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/statistics_db.cpp.o
  149. .PHONY : cxx/statistics_db.cpp.o
  150. cxx/statistics_db.i: cxx/statistics_db.cpp.i
  151. .PHONY : cxx/statistics_db.i
  152. # target to preprocess a source file
  153. cxx/statistics_db.cpp.i:
  154. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/statistics_db.cpp.i
  155. .PHONY : cxx/statistics_db.cpp.i
  156. cxx/statistics_db.s: cxx/statistics_db.cpp.s
  157. .PHONY : cxx/statistics_db.s
  158. # target to generate assembly for a file
  159. cxx/statistics_db.cpp.s:
  160. $(MAKE) -f CMakeFiles/pcapreader.dir/build.make CMakeFiles/pcapreader.dir/cxx/statistics_db.cpp.s
  161. .PHONY : cxx/statistics_db.cpp.s
  162. # Help Target
  163. help:
  164. @echo "The following are some of the valid targets for this Makefile:"
  165. @echo "... all (the default if no target is provided)"
  166. @echo "... clean"
  167. @echo "... depend"
  168. @echo "... edit_cache"
  169. @echo "... pcapreader"
  170. @echo "... rebuild_cache"
  171. @echo "... SQLiteCpp"
  172. @echo "... sqlite3"
  173. @echo "... cxx/pcap_processor.o"
  174. @echo "... cxx/pcap_processor.i"
  175. @echo "... cxx/pcap_processor.s"
  176. @echo "... cxx/statistics.o"
  177. @echo "... cxx/statistics.i"
  178. @echo "... cxx/statistics.s"
  179. @echo "... cxx/statistics_db.o"
  180. @echo "... cxx/statistics_db.i"
  181. @echo "... cxx/statistics_db.s"
  182. .PHONY : help
  183. #=============================================================================
  184. # Special targets to cleanup operation of make.
  185. # Special rule to run CMake to check the build system integrity.
  186. # No rule that depends on this can have commands that come from listfiles
  187. # because they might be regenerated.
  188. cmake_check_build_system:
  189. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  190. .PHONY : cmake_check_build_system