Makefile 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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 rebuild_cache
  37. rebuild_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  39. /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : rebuild_cache
  41. # Special rule for the target rebuild_cache
  42. rebuild_cache/fast: rebuild_cache
  43. .PHONY : rebuild_cache/fast
  44. # Special rule for the target edit_cache
  45. edit_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  47. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  48. .PHONY : edit_cache
  49. # Special rule for the target edit_cache
  50. edit_cache/fast: edit_cache
  51. .PHONY : edit_cache/fast
  52. # Special rule for the target test
  53. test:
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  55. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  56. .PHONY : test
  57. # Special rule for the target test
  58. test/fast: test
  59. .PHONY : test/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/src/CMakeFiles/progress.marks
  63. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 src/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 src/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 src/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 src/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. src/CMakeFiles/main.dir/rule:
  87. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/main.dir/rule
  88. .PHONY : src/CMakeFiles/main.dir/rule
  89. # Convenience name for target.
  90. main: src/CMakeFiles/main.dir/rule
  91. .PHONY : main
  92. # fast build rule for target.
  93. main/fast:
  94. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/main.dir/build.make src/CMakeFiles/main.dir/build
  95. .PHONY : main/fast
  96. # Convenience name for target.
  97. src/CMakeFiles/sealpir.dir/rule:
  98. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/sealpir.dir/rule
  99. .PHONY : src/CMakeFiles/sealpir.dir/rule
  100. # Convenience name for target.
  101. sealpir: src/CMakeFiles/sealpir.dir/rule
  102. .PHONY : sealpir
  103. # fast build rule for target.
  104. sealpir/fast:
  105. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/build
  106. .PHONY : sealpir/fast
  107. main.o: main.cpp.o
  108. .PHONY : main.o
  109. # target to build an object file
  110. main.cpp.o:
  111. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/main.dir/build.make src/CMakeFiles/main.dir/main.cpp.o
  112. .PHONY : main.cpp.o
  113. main.i: main.cpp.i
  114. .PHONY : main.i
  115. # target to preprocess a source file
  116. main.cpp.i:
  117. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/main.dir/build.make src/CMakeFiles/main.dir/main.cpp.i
  118. .PHONY : main.cpp.i
  119. main.s: main.cpp.s
  120. .PHONY : main.s
  121. # target to generate assembly for a file
  122. main.cpp.s:
  123. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/main.dir/build.make src/CMakeFiles/main.dir/main.cpp.s
  124. .PHONY : main.cpp.s
  125. pir.o: pir.cpp.o
  126. .PHONY : pir.o
  127. # target to build an object file
  128. pir.cpp.o:
  129. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir.cpp.o
  130. .PHONY : pir.cpp.o
  131. pir.i: pir.cpp.i
  132. .PHONY : pir.i
  133. # target to preprocess a source file
  134. pir.cpp.i:
  135. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir.cpp.i
  136. .PHONY : pir.cpp.i
  137. pir.s: pir.cpp.s
  138. .PHONY : pir.s
  139. # target to generate assembly for a file
  140. pir.cpp.s:
  141. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir.cpp.s
  142. .PHONY : pir.cpp.s
  143. pir_client.o: pir_client.cpp.o
  144. .PHONY : pir_client.o
  145. # target to build an object file
  146. pir_client.cpp.o:
  147. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir_client.cpp.o
  148. .PHONY : pir_client.cpp.o
  149. pir_client.i: pir_client.cpp.i
  150. .PHONY : pir_client.i
  151. # target to preprocess a source file
  152. pir_client.cpp.i:
  153. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir_client.cpp.i
  154. .PHONY : pir_client.cpp.i
  155. pir_client.s: pir_client.cpp.s
  156. .PHONY : pir_client.s
  157. # target to generate assembly for a file
  158. pir_client.cpp.s:
  159. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir_client.cpp.s
  160. .PHONY : pir_client.cpp.s
  161. pir_server.o: pir_server.cpp.o
  162. .PHONY : pir_server.o
  163. # target to build an object file
  164. pir_server.cpp.o:
  165. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir_server.cpp.o
  166. .PHONY : pir_server.cpp.o
  167. pir_server.i: pir_server.cpp.i
  168. .PHONY : pir_server.i
  169. # target to preprocess a source file
  170. pir_server.cpp.i:
  171. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir_server.cpp.i
  172. .PHONY : pir_server.cpp.i
  173. pir_server.s: pir_server.cpp.s
  174. .PHONY : pir_server.s
  175. # target to generate assembly for a file
  176. pir_server.cpp.s:
  177. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f src/CMakeFiles/sealpir.dir/build.make src/CMakeFiles/sealpir.dir/pir_server.cpp.s
  178. .PHONY : pir_server.cpp.s
  179. # Help Target
  180. help:
  181. @echo "The following are some of the valid targets for this Makefile:"
  182. @echo "... all (the default if no target is provided)"
  183. @echo "... clean"
  184. @echo "... depend"
  185. @echo "... rebuild_cache"
  186. @echo "... edit_cache"
  187. @echo "... test"
  188. @echo "... main"
  189. @echo "... sealpir"
  190. @echo "... main.o"
  191. @echo "... main.i"
  192. @echo "... main.s"
  193. @echo "... pir.o"
  194. @echo "... pir.i"
  195. @echo "... pir.s"
  196. @echo "... pir_client.o"
  197. @echo "... pir_client.i"
  198. @echo "... pir_client.s"
  199. @echo "... pir_server.o"
  200. @echo "... pir_server.i"
  201. @echo "... pir_server.s"
  202. .PHONY : help
  203. #=============================================================================
  204. # Special targets to cleanup operation of make.
  205. # Special rule to run CMake to check the build system integrity.
  206. # No rule that depends on this can have commands that come from listfiles
  207. # because they might be regenerated.
  208. cmake_check_build_system:
  209. 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
  210. .PHONY : cmake_check_build_system