Makefile 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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/SealPIR
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/andrew/Documents/Research/AC-PIR/SealPIR
  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/SealPIR && $(CMAKE_COMMAND) -E cmake_progress_start /home/andrew/Documents/Research/AC-PIR/SealPIR/CMakeFiles /home/andrew/Documents/Research/AC-PIR/SealPIR/test/CMakeFiles/progress.marks
  63. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f CMakeFiles/Makefile2 test/all
  64. $(CMAKE_COMMAND) -E cmake_progress_start /home/andrew/Documents/Research/AC-PIR/SealPIR/CMakeFiles 0
  65. .PHONY : all
  66. # The main clean target
  67. clean:
  68. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(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/SealPIR && $(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/SealPIR && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
  80. .PHONY : preinstall/fast
  81. # clear depends
  82. depend:
  83. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(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/SealPIR && $(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/SealPIR && $(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/SealPIR && $(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/SealPIR && $(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/SealPIR && $(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/SealPIR && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/build
  117. .PHONY : expand_test/fast
  118. expand_test.o: expand_test.cpp.o
  119. .PHONY : expand_test.o
  120. # target to build an object file
  121. expand_test.cpp.o:
  122. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.o
  123. .PHONY : expand_test.cpp.o
  124. expand_test.i: expand_test.cpp.i
  125. .PHONY : expand_test.i
  126. # target to preprocess a source file
  127. expand_test.cpp.i:
  128. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.i
  129. .PHONY : expand_test.cpp.i
  130. expand_test.s: expand_test.cpp.s
  131. .PHONY : expand_test.s
  132. # target to generate assembly for a file
  133. expand_test.cpp.s:
  134. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.s
  135. .PHONY : expand_test.cpp.s
  136. query_test.o: query_test.cpp.o
  137. .PHONY : query_test.o
  138. # target to build an object file
  139. query_test.cpp.o:
  140. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.o
  141. .PHONY : query_test.cpp.o
  142. query_test.i: query_test.cpp.i
  143. .PHONY : query_test.i
  144. # target to preprocess a source file
  145. query_test.cpp.i:
  146. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.i
  147. .PHONY : query_test.cpp.i
  148. query_test.s: query_test.cpp.s
  149. .PHONY : query_test.s
  150. # target to generate assembly for a file
  151. query_test.cpp.s:
  152. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.s
  153. .PHONY : query_test.cpp.s
  154. simple_query_test.o: simple_query_test.cpp.o
  155. .PHONY : simple_query_test.o
  156. # target to build an object file
  157. simple_query_test.cpp.o:
  158. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o
  159. .PHONY : simple_query_test.cpp.o
  160. simple_query_test.i: simple_query_test.cpp.i
  161. .PHONY : simple_query_test.i
  162. # target to preprocess a source file
  163. simple_query_test.cpp.i:
  164. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i
  165. .PHONY : simple_query_test.cpp.i
  166. simple_query_test.s: simple_query_test.cpp.s
  167. .PHONY : simple_query_test.s
  168. # target to generate assembly for a file
  169. simple_query_test.cpp.s:
  170. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s
  171. .PHONY : simple_query_test.cpp.s
  172. # Help Target
  173. help:
  174. @echo "The following are some of the valid targets for this Makefile:"
  175. @echo "... all (the default if no target is provided)"
  176. @echo "... clean"
  177. @echo "... depend"
  178. @echo "... edit_cache"
  179. @echo "... test"
  180. @echo "... rebuild_cache"
  181. @echo "... simple_query_test"
  182. @echo "... query_test"
  183. @echo "... expand_test"
  184. @echo "... expand_test.o"
  185. @echo "... expand_test.i"
  186. @echo "... expand_test.s"
  187. @echo "... query_test.o"
  188. @echo "... query_test.i"
  189. @echo "... query_test.s"
  190. @echo "... simple_query_test.o"
  191. @echo "... simple_query_test.i"
  192. @echo "... simple_query_test.s"
  193. .PHONY : help
  194. #=============================================================================
  195. # Special targets to cleanup operation of make.
  196. # Special rule to run CMake to check the build system integrity.
  197. # No rule that depends on this can have commands that come from listfiles
  198. # because they might be regenerated.
  199. cmake_check_build_system:
  200. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  201. .PHONY : cmake_check_build_system