Makefile 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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 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/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/query_test.dir/rule:
  87. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/query_test.dir/rule
  88. .PHONY : test/CMakeFiles/query_test.dir/rule
  89. # Convenience name for target.
  90. query_test: test/CMakeFiles/query_test.dir/rule
  91. .PHONY : query_test
  92. # fast build rule for target.
  93. query_test/fast:
  94. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/build
  95. .PHONY : query_test/fast
  96. # Convenience name for target.
  97. test/CMakeFiles/expand_test.dir/rule:
  98. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/expand_test.dir/rule
  99. .PHONY : test/CMakeFiles/expand_test.dir/rule
  100. # Convenience name for target.
  101. expand_test: test/CMakeFiles/expand_test.dir/rule
  102. .PHONY : expand_test
  103. # fast build rule for target.
  104. expand_test/fast:
  105. cd /home/andrew/Documents/Research/AC-PIR/SealPIR && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/build
  106. .PHONY : expand_test/fast
  107. expand_test.o: expand_test.cpp.o
  108. .PHONY : expand_test.o
  109. # target to build an object file
  110. expand_test.cpp.o:
  111. 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
  112. .PHONY : expand_test.cpp.o
  113. expand_test.i: expand_test.cpp.i
  114. .PHONY : expand_test.i
  115. # target to preprocess a source file
  116. expand_test.cpp.i:
  117. 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
  118. .PHONY : expand_test.cpp.i
  119. expand_test.s: expand_test.cpp.s
  120. .PHONY : expand_test.s
  121. # target to generate assembly for a file
  122. expand_test.cpp.s:
  123. 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
  124. .PHONY : expand_test.cpp.s
  125. query_test.o: query_test.cpp.o
  126. .PHONY : query_test.o
  127. # target to build an object file
  128. query_test.cpp.o:
  129. 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
  130. .PHONY : query_test.cpp.o
  131. query_test.i: query_test.cpp.i
  132. .PHONY : query_test.i
  133. # target to preprocess a source file
  134. query_test.cpp.i:
  135. 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
  136. .PHONY : query_test.cpp.i
  137. query_test.s: query_test.cpp.s
  138. .PHONY : query_test.s
  139. # target to generate assembly for a file
  140. query_test.cpp.s:
  141. 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
  142. .PHONY : query_test.cpp.s
  143. # Help Target
  144. help:
  145. @echo "The following are some of the valid targets for this Makefile:"
  146. @echo "... all (the default if no target is provided)"
  147. @echo "... clean"
  148. @echo "... depend"
  149. @echo "... rebuild_cache"
  150. @echo "... edit_cache"
  151. @echo "... test"
  152. @echo "... query_test"
  153. @echo "... expand_test"
  154. @echo "... expand_test.o"
  155. @echo "... expand_test.i"
  156. @echo "... expand_test.s"
  157. @echo "... query_test.o"
  158. @echo "... query_test.i"
  159. @echo "... query_test.s"
  160. .PHONY : help
  161. #=============================================================================
  162. # Special targets to cleanup operation of make.
  163. # Special rule to run CMake to check the build system integrity.
  164. # No rule that depends on this can have commands that come from listfiles
  165. # because they might be regenerated.
  166. cmake_check_build_system:
  167. 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
  168. .PHONY : cmake_check_build_system