# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.16 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/andrew/Documents/Research/AC-PIR/SealPIR2 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/andrew/Documents/Research/AC-PIR/SealPIR2 # Include any dependencies generated for this target. include test/CMakeFiles/simple_query_test.dir/depend.make # Include the progress variables for this target. include test/CMakeFiles/simple_query_test.dir/progress.make # Include the compile flags for this target's objects. include test/CMakeFiles/simple_query_test.dir/flags.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o: test/CMakeFiles/simple_query_test.dir/flags.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o: test/simple_query_test.cpp @$(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" 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 test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i" 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 test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s" 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 # Object files for target simple_query_test simple_query_test_OBJECTS = \ "CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o" # External object files for target simple_query_test simple_query_test_EXTERNAL_OBJECTS = bin/simple_query_test: test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o bin/simple_query_test: test/CMakeFiles/simple_query_test.dir/build.make bin/simple_query_test: src/libsealpir.a bin/simple_query_test: /usr/local/lib/libseal-3.6.a bin/simple_query_test: test/CMakeFiles/simple_query_test.dir/link.txt @$(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" cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/simple_query_test.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. test/CMakeFiles/simple_query_test.dir/build: bin/simple_query_test .PHONY : test/CMakeFiles/simple_query_test.dir/build test/CMakeFiles/simple_query_test.dir/clean: cd /home/andrew/Documents/Research/AC-PIR/SealPIR2/test && $(CMAKE_COMMAND) -P CMakeFiles/simple_query_test.dir/cmake_clean.cmake .PHONY : test/CMakeFiles/simple_query_test.dir/clean test/CMakeFiles/simple_query_test.dir/depend: 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) .PHONY : test/CMakeFiles/simple_query_test.dir/depend