Makefile 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  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 = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/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/andrew/Documents/Research/AC-PIR/SealPIR2
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/andrew/Documents/Research/AC-PIR/SealPIR2
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target edit_cache
  37. edit_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  39. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  40. .PHONY : edit_cache
  41. # Special rule for the target edit_cache
  42. edit_cache/fast: edit_cache
  43. .PHONY : edit_cache/fast
  44. # Special rule for the target test
  45. test:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  47. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  48. .PHONY : test
  49. # Special rule for the target test
  50. test/fast: test
  51. .PHONY : test/fast
  52. # Special rule for the target rebuild_cache
  53. rebuild_cache:
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  55. /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  56. .PHONY : rebuild_cache
  57. # Special rule for the target rebuild_cache
  58. rebuild_cache/fast: rebuild_cache
  59. .PHONY : rebuild_cache/fast
  60. # The main all target
  61. all: cmake_check_build_system
  62. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/andrew/Documents/Research/AC-PIR/SealPIR2/CMakeFiles /home/andrew/Documents/Research/AC-PIR/SealPIR2/test/CMakeFiles/progress.marks
  63. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/all
  64. $(CMAKE_COMMAND) -E cmake_progress_start /home/andrew/Documents/Research/AC-PIR/SealPIR2/CMakeFiles 0
  65. .PHONY : all
  66. # The main clean target
  67. clean:
  68. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/clean
  69. .PHONY : clean
  70. # The main clean target
  71. clean/fast: clean
  72. .PHONY : clean/fast
  73. # Prepare targets for installation.
  74. preinstall: all
  75. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
  76. .PHONY : preinstall
  77. # Prepare targets for installation.
  78. preinstall/fast:
  79. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
  80. .PHONY : preinstall/fast
  81. # clear depends
  82. depend:
  83. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  84. .PHONY : depend
  85. # Convenience name for target.
  86. test/CMakeFiles/simple_query_test.dir/rule:
  87. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/simple_query_test.dir/rule
  88. .PHONY : test/CMakeFiles/simple_query_test.dir/rule
  89. # Convenience name for target.
  90. simple_query_test: test/CMakeFiles/simple_query_test.dir/rule
  91. .PHONY : simple_query_test
  92. # fast build rule for target.
  93. simple_query_test/fast:
  94. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/build
  95. .PHONY : simple_query_test/fast
  96. # Convenience name for target.
  97. test/CMakeFiles/query_test.dir/rule:
  98. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/query_test.dir/rule
  99. .PHONY : test/CMakeFiles/query_test.dir/rule
  100. # Convenience name for target.
  101. query_test: test/CMakeFiles/query_test.dir/rule
  102. .PHONY : query_test
  103. # fast build rule for target.
  104. query_test/fast:
  105. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/build
  106. .PHONY : query_test/fast
  107. # Convenience name for target.
  108. test/CMakeFiles/expand_test.dir/rule:
  109. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/expand_test.dir/rule
  110. .PHONY : test/CMakeFiles/expand_test.dir/rule
  111. # Convenience name for target.
  112. expand_test: test/CMakeFiles/expand_test.dir/rule
  113. .PHONY : expand_test
  114. # fast build rule for target.
  115. expand_test/fast:
  116. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/build
  117. .PHONY : expand_test/fast
  118. # Convenience name for target.
  119. test/CMakeFiles/coefficient_conversion_test.dir/rule:
  120. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/coefficient_conversion_test.dir/rule
  121. .PHONY : test/CMakeFiles/coefficient_conversion_test.dir/rule
  122. # Convenience name for target.
  123. coefficient_conversion_test: test/CMakeFiles/coefficient_conversion_test.dir/rule
  124. .PHONY : coefficient_conversion_test
  125. # fast build rule for target.
  126. coefficient_conversion_test/fast:
  127. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/build
  128. .PHONY : coefficient_conversion_test/fast
  129. coefficient_conversion_test.o: coefficient_conversion_test.cpp.o
  130. .PHONY : coefficient_conversion_test.o
  131. # target to build an object file
  132. coefficient_conversion_test.cpp.o:
  133. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/coefficient_conversion_test.cpp.o
  134. .PHONY : coefficient_conversion_test.cpp.o
  135. coefficient_conversion_test.i: coefficient_conversion_test.cpp.i
  136. .PHONY : coefficient_conversion_test.i
  137. # target to preprocess a source file
  138. coefficient_conversion_test.cpp.i:
  139. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/coefficient_conversion_test.cpp.i
  140. .PHONY : coefficient_conversion_test.cpp.i
  141. coefficient_conversion_test.s: coefficient_conversion_test.cpp.s
  142. .PHONY : coefficient_conversion_test.s
  143. # target to generate assembly for a file
  144. coefficient_conversion_test.cpp.s:
  145. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/coefficient_conversion_test.cpp.s
  146. .PHONY : coefficient_conversion_test.cpp.s
  147. expand_test.o: expand_test.cpp.o
  148. .PHONY : expand_test.o
  149. # target to build an object file
  150. expand_test.cpp.o:
  151. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.o
  152. .PHONY : expand_test.cpp.o
  153. expand_test.i: expand_test.cpp.i
  154. .PHONY : expand_test.i
  155. # target to preprocess a source file
  156. expand_test.cpp.i:
  157. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.i
  158. .PHONY : expand_test.cpp.i
  159. expand_test.s: expand_test.cpp.s
  160. .PHONY : expand_test.s
  161. # target to generate assembly for a file
  162. expand_test.cpp.s:
  163. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.s
  164. .PHONY : expand_test.cpp.s
  165. query_test.o: query_test.cpp.o
  166. .PHONY : query_test.o
  167. # target to build an object file
  168. query_test.cpp.o:
  169. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.o
  170. .PHONY : query_test.cpp.o
  171. query_test.i: query_test.cpp.i
  172. .PHONY : query_test.i
  173. # target to preprocess a source file
  174. query_test.cpp.i:
  175. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.i
  176. .PHONY : query_test.cpp.i
  177. query_test.s: query_test.cpp.s
  178. .PHONY : query_test.s
  179. # target to generate assembly for a file
  180. query_test.cpp.s:
  181. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.s
  182. .PHONY : query_test.cpp.s
  183. simple_query_test.o: simple_query_test.cpp.o
  184. .PHONY : simple_query_test.o
  185. # target to build an object file
  186. simple_query_test.cpp.o:
  187. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o
  188. .PHONY : simple_query_test.cpp.o
  189. simple_query_test.i: simple_query_test.cpp.i
  190. .PHONY : simple_query_test.i
  191. # target to preprocess a source file
  192. simple_query_test.cpp.i:
  193. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i
  194. .PHONY : simple_query_test.cpp.i
  195. simple_query_test.s: simple_query_test.cpp.s
  196. .PHONY : simple_query_test.s
  197. # target to generate assembly for a file
  198. simple_query_test.cpp.s:
  199. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s
  200. .PHONY : simple_query_test.cpp.s
  201. # Help Target
  202. help:
  203. @echo "The following are some of the valid targets for this Makefile:"
  204. @echo "... all (the default if no target is provided)"
  205. @echo "... clean"
  206. @echo "... depend"
  207. @echo "... edit_cache"
  208. @echo "... test"
  209. @echo "... rebuild_cache"
  210. @echo "... simple_query_test"
  211. @echo "... query_test"
  212. @echo "... expand_test"
  213. @echo "... coefficient_conversion_test"
  214. @echo "... coefficient_conversion_test.o"
  215. @echo "... coefficient_conversion_test.i"
  216. @echo "... coefficient_conversion_test.s"
  217. @echo "... expand_test.o"
  218. @echo "... expand_test.i"
  219. @echo "... expand_test.s"
  220. @echo "... query_test.o"
  221. @echo "... query_test.i"
  222. @echo "... query_test.s"
  223. @echo "... simple_query_test.o"
  224. @echo "... simple_query_test.i"
  225. @echo "... simple_query_test.s"
  226. .PHONY : help
  227. #=============================================================================
  228. # Special targets to cleanup operation of make.
  229. # Special rule to run CMake to check the build system integrity.
  230. # No rule that depends on this can have commands that come from listfiles
  231. # because they might be regenerated.
  232. cmake_check_build_system:
  233. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  234. .PHONY : cmake_check_build_system