build.make 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  3. # Delete rule output on recipe failure.
  4. .DELETE_ON_ERROR:
  5. #=============================================================================
  6. # Special targets provided by cmake.
  7. # Disable implicit rules so canonical targets will work.
  8. .SUFFIXES:
  9. # Remove some rules from gmake that .SUFFIXES does not remove.
  10. SUFFIXES =
  11. .SUFFIXES: .hpux_make_needs_suffix_list
  12. # Suppress display of executed commands.
  13. $(VERBOSE).SILENT:
  14. # A target that is always out of date.
  15. cmake_force:
  16. .PHONY : cmake_force
  17. #=============================================================================
  18. # Set environment variables for the build.
  19. # The shell in which to execute make rules.
  20. SHELL = /bin/sh
  21. # The CMake executable.
  22. CMAKE_COMMAND = /usr/bin/cmake
  23. # The command to remove a file.
  24. RM = /usr/bin/cmake -E remove -f
  25. # Escaping for special characters.
  26. EQUALS = =
  27. # The top-level source directory on which CMake was run.
  28. CMAKE_SOURCE_DIR = /home/andrew/Documents/Research/AC-PIR/SealPIR2
  29. # The top-level build directory on which CMake was run.
  30. CMAKE_BINARY_DIR = /home/andrew/Documents/Research/AC-PIR/SealPIR2
  31. # Include any dependencies generated for this target.
  32. include test/CMakeFiles/simple_query_test.dir/depend.make
  33. # Include the progress variables for this target.
  34. include test/CMakeFiles/simple_query_test.dir/progress.make
  35. # Include the compile flags for this target's objects.
  36. include test/CMakeFiles/simple_query_test.dir/flags.make
  37. test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o: test/CMakeFiles/simple_query_test.dir/flags.make
  38. test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o: test/simple_query_test.cpp
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andrew/Documents/Research/AC-PIR/SealPIR2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o"
  40. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o -c /home/andrew/Documents/Research/AC-PIR/SealPIR2/test/simple_query_test.cpp
  41. test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i: cmake_force
  42. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i"
  43. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andrew/Documents/Research/AC-PIR/SealPIR2/test/simple_query_test.cpp > CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i
  44. test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s: cmake_force
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s"
  46. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andrew/Documents/Research/AC-PIR/SealPIR2/test/simple_query_test.cpp -o CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s
  47. # Object files for target simple_query_test
  48. simple_query_test_OBJECTS = \
  49. "CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o"
  50. # External object files for target simple_query_test
  51. simple_query_test_EXTERNAL_OBJECTS =
  52. bin/simple_query_test: test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o
  53. bin/simple_query_test: test/CMakeFiles/simple_query_test.dir/build.make
  54. bin/simple_query_test: src/libsealpir.a
  55. bin/simple_query_test: /usr/local/lib/libseal-3.6.a
  56. bin/simple_query_test: test/CMakeFiles/simple_query_test.dir/link.txt
  57. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andrew/Documents/Research/AC-PIR/SealPIR2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../bin/simple_query_test"
  58. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/simple_query_test.dir/link.txt --verbose=$(VERBOSE)
  59. # Rule to build all files generated by this target.
  60. test/CMakeFiles/simple_query_test.dir/build: bin/simple_query_test
  61. .PHONY : test/CMakeFiles/simple_query_test.dir/build
  62. test/CMakeFiles/simple_query_test.dir/clean:
  63. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && $(CMAKE_COMMAND) -P CMakeFiles/simple_query_test.dir/cmake_clean.cmake
  64. .PHONY : test/CMakeFiles/simple_query_test.dir/clean
  65. test/CMakeFiles/simple_query_test.dir/depend:
  66. cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andrew/Documents/Research/AC-PIR/SealPIR2 /home/andrew/Documents/Research/AC-PIR/SealPIR2/test /home/andrew/Documents/Research/AC-PIR/SealPIR2 /home/andrew/Documents/Research/AC-PIR/SealPIR2/test /home/andrew/Documents/Research/AC-PIR/SealPIR2/test/CMakeFiles/simple_query_test.dir/DependInfo.cmake --color=$(COLOR)
  67. .PHONY : test/CMakeFiles/simple_query_test.dir/depend