| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 | # CMAKE generated file: DO NOT EDIT!# Generated by "Unix Makefiles" Generator, CMake Version 3.16# Default target executed when no arguments are given to make.default_target: all.PHONY : default_target# Allow only one "make -f Makefile2" at a time, but pass parallelism..NOTPARALLEL:#=============================================================================# 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#=============================================================================# Targets provided globally by CMake.# Special rule for the target edit_cacheedit_cache:	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available..PHONY : edit_cache# Special rule for the target edit_cacheedit_cache/fast: edit_cache.PHONY : edit_cache/fast# Special rule for the target testtest:	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."	/usr/bin/ctest --force-new-ctest-process $(ARGS).PHONY : test# Special rule for the target testtest/fast: test.PHONY : test/fast# Special rule for the target rebuild_cacherebuild_cache:	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."	/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR).PHONY : rebuild_cache# Special rule for the target rebuild_cacherebuild_cache/fast: rebuild_cache.PHONY : rebuild_cache/fast# The main all targetall: cmake_check_build_system	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/test/CMakeFiles/progress.marks	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/all	$(CMAKE_COMMAND) -E cmake_progress_start /home/andrew/Documents/Research/AC-PIR/SealPIR2/CMakeFiles 0.PHONY : all# The main clean targetclean:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/clean.PHONY : clean# The main clean targetclean/fast: clean.PHONY : clean/fast# Prepare targets for installation.preinstall: all	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall.PHONY : preinstall# Prepare targets for installation.preinstall/fast:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall.PHONY : preinstall/fast# clear dependsdepend:	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.PHONY : depend# Convenience name for target.test/CMakeFiles/simple_query_test.dir/rule:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/simple_query_test.dir/rule.PHONY : test/CMakeFiles/simple_query_test.dir/rule# Convenience name for target.simple_query_test: test/CMakeFiles/simple_query_test.dir/rule.PHONY : simple_query_test# fast build rule for target.simple_query_test/fast:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/build.PHONY : simple_query_test/fast# Convenience name for target.test/CMakeFiles/query_test.dir/rule:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/query_test.dir/rule.PHONY : test/CMakeFiles/query_test.dir/rule# Convenience name for target.query_test: test/CMakeFiles/query_test.dir/rule.PHONY : query_test# fast build rule for target.query_test/fast:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/build.PHONY : query_test/fast# Convenience name for target.test/CMakeFiles/expand_test.dir/rule:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/expand_test.dir/rule.PHONY : test/CMakeFiles/expand_test.dir/rule# Convenience name for target.expand_test: test/CMakeFiles/expand_test.dir/rule.PHONY : expand_test# fast build rule for target.expand_test/fast:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/build.PHONY : expand_test/fast# Convenience name for target.test/CMakeFiles/coefficient_conversion_test.dir/rule:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/coefficient_conversion_test.dir/rule.PHONY : test/CMakeFiles/coefficient_conversion_test.dir/rule# Convenience name for target.coefficient_conversion_test: test/CMakeFiles/coefficient_conversion_test.dir/rule.PHONY : coefficient_conversion_test# fast build rule for target.coefficient_conversion_test/fast:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/build.PHONY : coefficient_conversion_test/fastcoefficient_conversion_test.o: coefficient_conversion_test.cpp.o.PHONY : coefficient_conversion_test.o# target to build an object filecoefficient_conversion_test.cpp.o:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/coefficient_conversion_test.cpp.o.PHONY : coefficient_conversion_test.cpp.ocoefficient_conversion_test.i: coefficient_conversion_test.cpp.i.PHONY : coefficient_conversion_test.i# target to preprocess a source filecoefficient_conversion_test.cpp.i:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/coefficient_conversion_test.cpp.i.PHONY : coefficient_conversion_test.cpp.icoefficient_conversion_test.s: coefficient_conversion_test.cpp.s.PHONY : coefficient_conversion_test.s# target to generate assembly for a filecoefficient_conversion_test.cpp.s:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/coefficient_conversion_test.dir/build.make test/CMakeFiles/coefficient_conversion_test.dir/coefficient_conversion_test.cpp.s.PHONY : coefficient_conversion_test.cpp.sexpand_test.o: expand_test.cpp.o.PHONY : expand_test.o# target to build an object fileexpand_test.cpp.o:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.o.PHONY : expand_test.cpp.oexpand_test.i: expand_test.cpp.i.PHONY : expand_test.i# target to preprocess a source fileexpand_test.cpp.i:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.i.PHONY : expand_test.cpp.iexpand_test.s: expand_test.cpp.s.PHONY : expand_test.s# target to generate assembly for a fileexpand_test.cpp.s:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/expand_test.dir/build.make test/CMakeFiles/expand_test.dir/expand_test.cpp.s.PHONY : expand_test.cpp.squery_test.o: query_test.cpp.o.PHONY : query_test.o# target to build an object filequery_test.cpp.o:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.o.PHONY : query_test.cpp.oquery_test.i: query_test.cpp.i.PHONY : query_test.i# target to preprocess a source filequery_test.cpp.i:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.i.PHONY : query_test.cpp.iquery_test.s: query_test.cpp.s.PHONY : query_test.s# target to generate assembly for a filequery_test.cpp.s:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/query_test.dir/build.make test/CMakeFiles/query_test.dir/query_test.cpp.s.PHONY : query_test.cpp.ssimple_query_test.o: simple_query_test.cpp.o.PHONY : simple_query_test.o# target to build an object filesimple_query_test.cpp.o:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.o.PHONY : simple_query_test.cpp.osimple_query_test.i: simple_query_test.cpp.i.PHONY : simple_query_test.i# target to preprocess a source filesimple_query_test.cpp.i:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.i.PHONY : simple_query_test.cpp.isimple_query_test.s: simple_query_test.cpp.s.PHONY : simple_query_test.s# target to generate assembly for a filesimple_query_test.cpp.s:	cd /home/andrew/Documents/Research/AC-PIR/SealPIR2 && $(MAKE) -f test/CMakeFiles/simple_query_test.dir/build.make test/CMakeFiles/simple_query_test.dir/simple_query_test.cpp.s.PHONY : simple_query_test.cpp.s# Help Targethelp:	@echo "The following are some of the valid targets for this Makefile:"	@echo "... all (the default if no target is provided)"	@echo "... clean"	@echo "... depend"	@echo "... edit_cache"	@echo "... test"	@echo "... rebuild_cache"	@echo "... simple_query_test"	@echo "... query_test"	@echo "... expand_test"	@echo "... coefficient_conversion_test"	@echo "... coefficient_conversion_test.o"	@echo "... coefficient_conversion_test.i"	@echo "... coefficient_conversion_test.s"	@echo "... expand_test.o"	@echo "... expand_test.i"	@echo "... expand_test.s"	@echo "... query_test.o"	@echo "... query_test.i"	@echo "... query_test.s"	@echo "... simple_query_test.o"	@echo "... simple_query_test.i"	@echo "... simple_query_test.s".PHONY : help#=============================================================================# Special targets to cleanup operation of make.# Special rule to run CMake to check the build system integrity.# No rule that depends on this can have commands that come from listfiles# because they might be regenerated.cmake_check_build_system:	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.PHONY : cmake_check_build_system
 |