1020 lines
53 KiB
Makefile
1020 lines
53 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
|
|
|
# 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:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#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 rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"dev\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/CMakeFiles /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/benchmark//CMakeFiles/progress.marks
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(CMAKE_COMMAND) -P /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/CMakeFiles/VerifyGlobs.cmake
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/Encoding.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/Encoding.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/Encoding.dir/rule
|
|
|
|
# Convenience name for target.
|
|
Encoding: benchmark/CMakeFiles/Encoding.dir/rule
|
|
.PHONY : Encoding
|
|
|
|
# fast build rule for target.
|
|
Encoding/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Encoding.dir/build.make benchmark/CMakeFiles/Encoding.dir/build
|
|
.PHONY : Encoding/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/IntegerMath.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/IntegerMath.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/IntegerMath.dir/rule
|
|
|
|
# Convenience name for target.
|
|
IntegerMath: benchmark/CMakeFiles/IntegerMath.dir/rule
|
|
.PHONY : IntegerMath
|
|
|
|
# fast build rule for target.
|
|
IntegerMath/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/IntegerMath.dir/build.make benchmark/CMakeFiles/IntegerMath.dir/build
|
|
.PHONY : IntegerMath/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/Lattice.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/Lattice.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/Lattice.dir/rule
|
|
|
|
# Convenience name for target.
|
|
Lattice: benchmark/CMakeFiles/Lattice.dir/rule
|
|
.PHONY : Lattice
|
|
|
|
# fast build rule for target.
|
|
Lattice/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Lattice.dir/build.make benchmark/CMakeFiles/Lattice.dir/build
|
|
.PHONY : Lattice/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/NbTheory.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/NbTheory.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/NbTheory.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NbTheory: benchmark/CMakeFiles/NbTheory.dir/rule
|
|
.PHONY : NbTheory
|
|
|
|
# fast build rule for target.
|
|
NbTheory/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/NbTheory.dir/build.make benchmark/CMakeFiles/NbTheory.dir/build
|
|
.PHONY : NbTheory/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/VectorMath.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/VectorMath.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/VectorMath.dir/rule
|
|
|
|
# Convenience name for target.
|
|
VectorMath: benchmark/CMakeFiles/VectorMath.dir/rule
|
|
.PHONY : VectorMath
|
|
|
|
# fast build rule for target.
|
|
VectorMath/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/VectorMath.dir/build.make benchmark/CMakeFiles/VectorMath.dir/build
|
|
.PHONY : VectorMath/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/basic_test.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/basic_test.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/basic_test.dir/rule
|
|
|
|
# Convenience name for target.
|
|
basic_test: benchmark/CMakeFiles/basic_test.dir/rule
|
|
.PHONY : basic_test
|
|
|
|
# fast build rule for target.
|
|
basic_test/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/basic_test.dir/build.make benchmark/CMakeFiles/basic_test.dir/build
|
|
.PHONY : basic_test/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/binfhe-ap.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/binfhe-ap.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/binfhe-ap.dir/rule
|
|
|
|
# Convenience name for target.
|
|
binfhe-ap: benchmark/CMakeFiles/binfhe-ap.dir/rule
|
|
.PHONY : binfhe-ap
|
|
|
|
# fast build rule for target.
|
|
binfhe-ap/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ap.dir/build.make benchmark/CMakeFiles/binfhe-ap.dir/build
|
|
.PHONY : binfhe-ap/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/binfhe-ginx.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/binfhe-ginx.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/binfhe-ginx.dir/rule
|
|
|
|
# Convenience name for target.
|
|
binfhe-ginx: benchmark/CMakeFiles/binfhe-ginx.dir/rule
|
|
.PHONY : binfhe-ginx
|
|
|
|
# fast build rule for target.
|
|
binfhe-ginx/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ginx.dir/build.make benchmark/CMakeFiles/binfhe-ginx.dir/build
|
|
.PHONY : binfhe-ginx/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/rule
|
|
|
|
# Convenience name for target.
|
|
compare-bfvrns-vs-bfvrnsB: benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/rule
|
|
.PHONY : compare-bfvrns-vs-bfvrnsB
|
|
|
|
# fast build rule for target.
|
|
compare-bfvrns-vs-bfvrnsB/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/build
|
|
.PHONY : compare-bfvrns-vs-bfvrnsB/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/rule
|
|
|
|
# Convenience name for target.
|
|
compare-bfvrns-vs-bgvrns: benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/rule
|
|
.PHONY : compare-bfvrns-vs-bgvrns
|
|
|
|
# fast build rule for target.
|
|
compare-bfvrns-vs-bgvrns/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/build
|
|
.PHONY : compare-bfvrns-vs-bgvrns/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/lib-benchmark.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/lib-benchmark.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/lib-benchmark.dir/rule
|
|
|
|
# Convenience name for target.
|
|
lib-benchmark: benchmark/CMakeFiles/lib-benchmark.dir/rule
|
|
.PHONY : lib-benchmark
|
|
|
|
# fast build rule for target.
|
|
lib-benchmark/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-benchmark.dir/build.make benchmark/CMakeFiles/lib-benchmark.dir/build
|
|
.PHONY : lib-benchmark/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/lib-hexl-benchmark.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/lib-hexl-benchmark.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/lib-hexl-benchmark.dir/rule
|
|
|
|
# Convenience name for target.
|
|
lib-hexl-benchmark: benchmark/CMakeFiles/lib-hexl-benchmark.dir/rule
|
|
.PHONY : lib-hexl-benchmark
|
|
|
|
# fast build rule for target.
|
|
lib-hexl-benchmark/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-hexl-benchmark.dir/build.make benchmark/CMakeFiles/lib-hexl-benchmark.dir/build
|
|
.PHONY : lib-hexl-benchmark/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/poly-benchmark-16k.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/poly-benchmark-16k.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/poly-benchmark-16k.dir/rule
|
|
|
|
# Convenience name for target.
|
|
poly-benchmark-16k: benchmark/CMakeFiles/poly-benchmark-16k.dir/rule
|
|
.PHONY : poly-benchmark-16k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-16k/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-benchmark-16k.dir/build
|
|
.PHONY : poly-benchmark-16k/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/poly-benchmark-1k.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/poly-benchmark-1k.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/poly-benchmark-1k.dir/rule
|
|
|
|
# Convenience name for target.
|
|
poly-benchmark-1k: benchmark/CMakeFiles/poly-benchmark-1k.dir/rule
|
|
.PHONY : poly-benchmark-1k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-1k/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-1k.dir/build.make benchmark/CMakeFiles/poly-benchmark-1k.dir/build
|
|
.PHONY : poly-benchmark-1k/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/poly-benchmark-4k.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/poly-benchmark-4k.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/poly-benchmark-4k.dir/rule
|
|
|
|
# Convenience name for target.
|
|
poly-benchmark-4k: benchmark/CMakeFiles/poly-benchmark-4k.dir/rule
|
|
.PHONY : poly-benchmark-4k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-4k/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-benchmark-4k.dir/build
|
|
.PHONY : poly-benchmark-4k/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/poly-benchmark-64k.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/poly-benchmark-64k.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/poly-benchmark-64k.dir/rule
|
|
|
|
# Convenience name for target.
|
|
poly-benchmark-64k: benchmark/CMakeFiles/poly-benchmark-64k.dir/rule
|
|
.PHONY : poly-benchmark-64k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-64k/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-64k.dir/build.make benchmark/CMakeFiles/poly-benchmark-64k.dir/build
|
|
.PHONY : poly-benchmark-64k/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/rule
|
|
|
|
# Convenience name for target.
|
|
poly-hexl-benchmark-16k: benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/rule
|
|
.PHONY : poly-hexl-benchmark-16k
|
|
|
|
# fast build rule for target.
|
|
poly-hexl-benchmark-16k/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/build
|
|
.PHONY : poly-hexl-benchmark-16k/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/rule
|
|
|
|
# Convenience name for target.
|
|
poly-hexl-benchmark-4k: benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/rule
|
|
.PHONY : poly-hexl-benchmark-4k
|
|
|
|
# fast build rule for target.
|
|
poly-hexl-benchmark-4k/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/build
|
|
.PHONY : poly-hexl-benchmark-4k/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/serialize-ckks.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/serialize-ckks.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/serialize-ckks.dir/rule
|
|
|
|
# Convenience name for target.
|
|
serialize-ckks: benchmark/CMakeFiles/serialize-ckks.dir/rule
|
|
.PHONY : serialize-ckks
|
|
|
|
# fast build rule for target.
|
|
serialize-ckks/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/serialize-ckks.dir/build.make benchmark/CMakeFiles/serialize-ckks.dir/build
|
|
.PHONY : serialize-ckks/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/allbenchmark.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/allbenchmark.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/allbenchmark.dir/rule
|
|
|
|
# Convenience name for target.
|
|
allbenchmark: benchmark/CMakeFiles/allbenchmark.dir/rule
|
|
.PHONY : allbenchmark
|
|
|
|
# fast build rule for target.
|
|
allbenchmark/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/allbenchmark.dir/build.make benchmark/CMakeFiles/allbenchmark.dir/build
|
|
.PHONY : allbenchmark/fast
|
|
|
|
# Convenience name for target.
|
|
benchmark/CMakeFiles/benchmarkinfo.dir/rule:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark/CMakeFiles/benchmarkinfo.dir/rule
|
|
.PHONY : benchmark/CMakeFiles/benchmarkinfo.dir/rule
|
|
|
|
# Convenience name for target.
|
|
benchmarkinfo: benchmark/CMakeFiles/benchmarkinfo.dir/rule
|
|
.PHONY : benchmarkinfo
|
|
|
|
# fast build rule for target.
|
|
benchmarkinfo/fast:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/benchmarkinfo.dir/build.make benchmark/CMakeFiles/benchmarkinfo.dir/build
|
|
.PHONY : benchmarkinfo/fast
|
|
|
|
src/Encoding.o: src/Encoding.cpp.o
|
|
.PHONY : src/Encoding.o
|
|
|
|
# target to build an object file
|
|
src/Encoding.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Encoding.dir/build.make benchmark/CMakeFiles/Encoding.dir/src/Encoding.cpp.o
|
|
.PHONY : src/Encoding.cpp.o
|
|
|
|
src/Encoding.i: src/Encoding.cpp.i
|
|
.PHONY : src/Encoding.i
|
|
|
|
# target to preprocess a source file
|
|
src/Encoding.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Encoding.dir/build.make benchmark/CMakeFiles/Encoding.dir/src/Encoding.cpp.i
|
|
.PHONY : src/Encoding.cpp.i
|
|
|
|
src/Encoding.s: src/Encoding.cpp.s
|
|
.PHONY : src/Encoding.s
|
|
|
|
# target to generate assembly for a file
|
|
src/Encoding.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Encoding.dir/build.make benchmark/CMakeFiles/Encoding.dir/src/Encoding.cpp.s
|
|
.PHONY : src/Encoding.cpp.s
|
|
|
|
src/IntegerMath.o: src/IntegerMath.cpp.o
|
|
.PHONY : src/IntegerMath.o
|
|
|
|
# target to build an object file
|
|
src/IntegerMath.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/IntegerMath.dir/build.make benchmark/CMakeFiles/IntegerMath.dir/src/IntegerMath.cpp.o
|
|
.PHONY : src/IntegerMath.cpp.o
|
|
|
|
src/IntegerMath.i: src/IntegerMath.cpp.i
|
|
.PHONY : src/IntegerMath.i
|
|
|
|
# target to preprocess a source file
|
|
src/IntegerMath.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/IntegerMath.dir/build.make benchmark/CMakeFiles/IntegerMath.dir/src/IntegerMath.cpp.i
|
|
.PHONY : src/IntegerMath.cpp.i
|
|
|
|
src/IntegerMath.s: src/IntegerMath.cpp.s
|
|
.PHONY : src/IntegerMath.s
|
|
|
|
# target to generate assembly for a file
|
|
src/IntegerMath.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/IntegerMath.dir/build.make benchmark/CMakeFiles/IntegerMath.dir/src/IntegerMath.cpp.s
|
|
.PHONY : src/IntegerMath.cpp.s
|
|
|
|
src/Lattice.o: src/Lattice.cpp.o
|
|
.PHONY : src/Lattice.o
|
|
|
|
# target to build an object file
|
|
src/Lattice.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Lattice.dir/build.make benchmark/CMakeFiles/Lattice.dir/src/Lattice.cpp.o
|
|
.PHONY : src/Lattice.cpp.o
|
|
|
|
src/Lattice.i: src/Lattice.cpp.i
|
|
.PHONY : src/Lattice.i
|
|
|
|
# target to preprocess a source file
|
|
src/Lattice.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Lattice.dir/build.make benchmark/CMakeFiles/Lattice.dir/src/Lattice.cpp.i
|
|
.PHONY : src/Lattice.cpp.i
|
|
|
|
src/Lattice.s: src/Lattice.cpp.s
|
|
.PHONY : src/Lattice.s
|
|
|
|
# target to generate assembly for a file
|
|
src/Lattice.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Lattice.dir/build.make benchmark/CMakeFiles/Lattice.dir/src/Lattice.cpp.s
|
|
.PHONY : src/Lattice.cpp.s
|
|
|
|
src/NbTheory.o: src/NbTheory.cpp.o
|
|
.PHONY : src/NbTheory.o
|
|
|
|
# target to build an object file
|
|
src/NbTheory.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/NbTheory.dir/build.make benchmark/CMakeFiles/NbTheory.dir/src/NbTheory.cpp.o
|
|
.PHONY : src/NbTheory.cpp.o
|
|
|
|
src/NbTheory.i: src/NbTheory.cpp.i
|
|
.PHONY : src/NbTheory.i
|
|
|
|
# target to preprocess a source file
|
|
src/NbTheory.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/NbTheory.dir/build.make benchmark/CMakeFiles/NbTheory.dir/src/NbTheory.cpp.i
|
|
.PHONY : src/NbTheory.cpp.i
|
|
|
|
src/NbTheory.s: src/NbTheory.cpp.s
|
|
.PHONY : src/NbTheory.s
|
|
|
|
# target to generate assembly for a file
|
|
src/NbTheory.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/NbTheory.dir/build.make benchmark/CMakeFiles/NbTheory.dir/src/NbTheory.cpp.s
|
|
.PHONY : src/NbTheory.cpp.s
|
|
|
|
src/VectorMath.o: src/VectorMath.cpp.o
|
|
.PHONY : src/VectorMath.o
|
|
|
|
# target to build an object file
|
|
src/VectorMath.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/VectorMath.dir/build.make benchmark/CMakeFiles/VectorMath.dir/src/VectorMath.cpp.o
|
|
.PHONY : src/VectorMath.cpp.o
|
|
|
|
src/VectorMath.i: src/VectorMath.cpp.i
|
|
.PHONY : src/VectorMath.i
|
|
|
|
# target to preprocess a source file
|
|
src/VectorMath.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/VectorMath.dir/build.make benchmark/CMakeFiles/VectorMath.dir/src/VectorMath.cpp.i
|
|
.PHONY : src/VectorMath.cpp.i
|
|
|
|
src/VectorMath.s: src/VectorMath.cpp.s
|
|
.PHONY : src/VectorMath.s
|
|
|
|
# target to generate assembly for a file
|
|
src/VectorMath.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/VectorMath.dir/build.make benchmark/CMakeFiles/VectorMath.dir/src/VectorMath.cpp.s
|
|
.PHONY : src/VectorMath.cpp.s
|
|
|
|
src/basic_test.o: src/basic_test.cpp.o
|
|
.PHONY : src/basic_test.o
|
|
|
|
# target to build an object file
|
|
src/basic_test.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/basic_test.dir/build.make benchmark/CMakeFiles/basic_test.dir/src/basic_test.cpp.o
|
|
.PHONY : src/basic_test.cpp.o
|
|
|
|
src/basic_test.i: src/basic_test.cpp.i
|
|
.PHONY : src/basic_test.i
|
|
|
|
# target to preprocess a source file
|
|
src/basic_test.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/basic_test.dir/build.make benchmark/CMakeFiles/basic_test.dir/src/basic_test.cpp.i
|
|
.PHONY : src/basic_test.cpp.i
|
|
|
|
src/basic_test.s: src/basic_test.cpp.s
|
|
.PHONY : src/basic_test.s
|
|
|
|
# target to generate assembly for a file
|
|
src/basic_test.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/basic_test.dir/build.make benchmark/CMakeFiles/basic_test.dir/src/basic_test.cpp.s
|
|
.PHONY : src/basic_test.cpp.s
|
|
|
|
src/binfhe-ap.o: src/binfhe-ap.cpp.o
|
|
.PHONY : src/binfhe-ap.o
|
|
|
|
# target to build an object file
|
|
src/binfhe-ap.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ap.dir/build.make benchmark/CMakeFiles/binfhe-ap.dir/src/binfhe-ap.cpp.o
|
|
.PHONY : src/binfhe-ap.cpp.o
|
|
|
|
src/binfhe-ap.i: src/binfhe-ap.cpp.i
|
|
.PHONY : src/binfhe-ap.i
|
|
|
|
# target to preprocess a source file
|
|
src/binfhe-ap.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ap.dir/build.make benchmark/CMakeFiles/binfhe-ap.dir/src/binfhe-ap.cpp.i
|
|
.PHONY : src/binfhe-ap.cpp.i
|
|
|
|
src/binfhe-ap.s: src/binfhe-ap.cpp.s
|
|
.PHONY : src/binfhe-ap.s
|
|
|
|
# target to generate assembly for a file
|
|
src/binfhe-ap.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ap.dir/build.make benchmark/CMakeFiles/binfhe-ap.dir/src/binfhe-ap.cpp.s
|
|
.PHONY : src/binfhe-ap.cpp.s
|
|
|
|
src/binfhe-ginx.o: src/binfhe-ginx.cpp.o
|
|
.PHONY : src/binfhe-ginx.o
|
|
|
|
# target to build an object file
|
|
src/binfhe-ginx.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ginx.dir/build.make benchmark/CMakeFiles/binfhe-ginx.dir/src/binfhe-ginx.cpp.o
|
|
.PHONY : src/binfhe-ginx.cpp.o
|
|
|
|
src/binfhe-ginx.i: src/binfhe-ginx.cpp.i
|
|
.PHONY : src/binfhe-ginx.i
|
|
|
|
# target to preprocess a source file
|
|
src/binfhe-ginx.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ginx.dir/build.make benchmark/CMakeFiles/binfhe-ginx.dir/src/binfhe-ginx.cpp.i
|
|
.PHONY : src/binfhe-ginx.cpp.i
|
|
|
|
src/binfhe-ginx.s: src/binfhe-ginx.cpp.s
|
|
.PHONY : src/binfhe-ginx.s
|
|
|
|
# target to generate assembly for a file
|
|
src/binfhe-ginx.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ginx.dir/build.make benchmark/CMakeFiles/binfhe-ginx.dir/src/binfhe-ginx.cpp.s
|
|
.PHONY : src/binfhe-ginx.cpp.s
|
|
|
|
src/compare-bfvrns-vs-bfvrnsB.o: src/compare-bfvrns-vs-bfvrnsB.cpp.o
|
|
.PHONY : src/compare-bfvrns-vs-bfvrnsB.o
|
|
|
|
# target to build an object file
|
|
src/compare-bfvrns-vs-bfvrnsB.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/src/compare-bfvrns-vs-bfvrnsB.cpp.o
|
|
.PHONY : src/compare-bfvrns-vs-bfvrnsB.cpp.o
|
|
|
|
src/compare-bfvrns-vs-bfvrnsB.i: src/compare-bfvrns-vs-bfvrnsB.cpp.i
|
|
.PHONY : src/compare-bfvrns-vs-bfvrnsB.i
|
|
|
|
# target to preprocess a source file
|
|
src/compare-bfvrns-vs-bfvrnsB.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/src/compare-bfvrns-vs-bfvrnsB.cpp.i
|
|
.PHONY : src/compare-bfvrns-vs-bfvrnsB.cpp.i
|
|
|
|
src/compare-bfvrns-vs-bfvrnsB.s: src/compare-bfvrns-vs-bfvrnsB.cpp.s
|
|
.PHONY : src/compare-bfvrns-vs-bfvrnsB.s
|
|
|
|
# target to generate assembly for a file
|
|
src/compare-bfvrns-vs-bfvrnsB.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bfvrnsB.dir/src/compare-bfvrns-vs-bfvrnsB.cpp.s
|
|
.PHONY : src/compare-bfvrns-vs-bfvrnsB.cpp.s
|
|
|
|
src/compare-bfvrns-vs-bgvrns.o: src/compare-bfvrns-vs-bgvrns.cpp.o
|
|
.PHONY : src/compare-bfvrns-vs-bgvrns.o
|
|
|
|
# target to build an object file
|
|
src/compare-bfvrns-vs-bgvrns.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/src/compare-bfvrns-vs-bgvrns.cpp.o
|
|
.PHONY : src/compare-bfvrns-vs-bgvrns.cpp.o
|
|
|
|
src/compare-bfvrns-vs-bgvrns.i: src/compare-bfvrns-vs-bgvrns.cpp.i
|
|
.PHONY : src/compare-bfvrns-vs-bgvrns.i
|
|
|
|
# target to preprocess a source file
|
|
src/compare-bfvrns-vs-bgvrns.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/src/compare-bfvrns-vs-bgvrns.cpp.i
|
|
.PHONY : src/compare-bfvrns-vs-bgvrns.cpp.i
|
|
|
|
src/compare-bfvrns-vs-bgvrns.s: src/compare-bfvrns-vs-bgvrns.cpp.s
|
|
.PHONY : src/compare-bfvrns-vs-bgvrns.s
|
|
|
|
# target to generate assembly for a file
|
|
src/compare-bfvrns-vs-bgvrns.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/build.make benchmark/CMakeFiles/compare-bfvrns-vs-bgvrns.dir/src/compare-bfvrns-vs-bgvrns.cpp.s
|
|
.PHONY : src/compare-bfvrns-vs-bgvrns.cpp.s
|
|
|
|
src/lib-benchmark.o: src/lib-benchmark.cpp.o
|
|
.PHONY : src/lib-benchmark.o
|
|
|
|
# target to build an object file
|
|
src/lib-benchmark.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-benchmark.dir/build.make benchmark/CMakeFiles/lib-benchmark.dir/src/lib-benchmark.cpp.o
|
|
.PHONY : src/lib-benchmark.cpp.o
|
|
|
|
src/lib-benchmark.i: src/lib-benchmark.cpp.i
|
|
.PHONY : src/lib-benchmark.i
|
|
|
|
# target to preprocess a source file
|
|
src/lib-benchmark.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-benchmark.dir/build.make benchmark/CMakeFiles/lib-benchmark.dir/src/lib-benchmark.cpp.i
|
|
.PHONY : src/lib-benchmark.cpp.i
|
|
|
|
src/lib-benchmark.s: src/lib-benchmark.cpp.s
|
|
.PHONY : src/lib-benchmark.s
|
|
|
|
# target to generate assembly for a file
|
|
src/lib-benchmark.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-benchmark.dir/build.make benchmark/CMakeFiles/lib-benchmark.dir/src/lib-benchmark.cpp.s
|
|
.PHONY : src/lib-benchmark.cpp.s
|
|
|
|
src/lib-hexl-benchmark.o: src/lib-hexl-benchmark.cpp.o
|
|
.PHONY : src/lib-hexl-benchmark.o
|
|
|
|
# target to build an object file
|
|
src/lib-hexl-benchmark.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-hexl-benchmark.dir/build.make benchmark/CMakeFiles/lib-hexl-benchmark.dir/src/lib-hexl-benchmark.cpp.o
|
|
.PHONY : src/lib-hexl-benchmark.cpp.o
|
|
|
|
src/lib-hexl-benchmark.i: src/lib-hexl-benchmark.cpp.i
|
|
.PHONY : src/lib-hexl-benchmark.i
|
|
|
|
# target to preprocess a source file
|
|
src/lib-hexl-benchmark.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-hexl-benchmark.dir/build.make benchmark/CMakeFiles/lib-hexl-benchmark.dir/src/lib-hexl-benchmark.cpp.i
|
|
.PHONY : src/lib-hexl-benchmark.cpp.i
|
|
|
|
src/lib-hexl-benchmark.s: src/lib-hexl-benchmark.cpp.s
|
|
.PHONY : src/lib-hexl-benchmark.s
|
|
|
|
# target to generate assembly for a file
|
|
src/lib-hexl-benchmark.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-hexl-benchmark.dir/build.make benchmark/CMakeFiles/lib-hexl-benchmark.dir/src/lib-hexl-benchmark.cpp.s
|
|
.PHONY : src/lib-hexl-benchmark.cpp.s
|
|
|
|
src/poly-benchmark-16k.o: src/poly-benchmark-16k.cpp.o
|
|
.PHONY : src/poly-benchmark-16k.o
|
|
|
|
# target to build an object file
|
|
src/poly-benchmark-16k.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-benchmark-16k.dir/src/poly-benchmark-16k.cpp.o
|
|
.PHONY : src/poly-benchmark-16k.cpp.o
|
|
|
|
src/poly-benchmark-16k.i: src/poly-benchmark-16k.cpp.i
|
|
.PHONY : src/poly-benchmark-16k.i
|
|
|
|
# target to preprocess a source file
|
|
src/poly-benchmark-16k.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-benchmark-16k.dir/src/poly-benchmark-16k.cpp.i
|
|
.PHONY : src/poly-benchmark-16k.cpp.i
|
|
|
|
src/poly-benchmark-16k.s: src/poly-benchmark-16k.cpp.s
|
|
.PHONY : src/poly-benchmark-16k.s
|
|
|
|
# target to generate assembly for a file
|
|
src/poly-benchmark-16k.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-benchmark-16k.dir/src/poly-benchmark-16k.cpp.s
|
|
.PHONY : src/poly-benchmark-16k.cpp.s
|
|
|
|
src/poly-benchmark-1k.o: src/poly-benchmark-1k.cpp.o
|
|
.PHONY : src/poly-benchmark-1k.o
|
|
|
|
# target to build an object file
|
|
src/poly-benchmark-1k.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-1k.dir/build.make benchmark/CMakeFiles/poly-benchmark-1k.dir/src/poly-benchmark-1k.cpp.o
|
|
.PHONY : src/poly-benchmark-1k.cpp.o
|
|
|
|
src/poly-benchmark-1k.i: src/poly-benchmark-1k.cpp.i
|
|
.PHONY : src/poly-benchmark-1k.i
|
|
|
|
# target to preprocess a source file
|
|
src/poly-benchmark-1k.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-1k.dir/build.make benchmark/CMakeFiles/poly-benchmark-1k.dir/src/poly-benchmark-1k.cpp.i
|
|
.PHONY : src/poly-benchmark-1k.cpp.i
|
|
|
|
src/poly-benchmark-1k.s: src/poly-benchmark-1k.cpp.s
|
|
.PHONY : src/poly-benchmark-1k.s
|
|
|
|
# target to generate assembly for a file
|
|
src/poly-benchmark-1k.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-1k.dir/build.make benchmark/CMakeFiles/poly-benchmark-1k.dir/src/poly-benchmark-1k.cpp.s
|
|
.PHONY : src/poly-benchmark-1k.cpp.s
|
|
|
|
src/poly-benchmark-4k.o: src/poly-benchmark-4k.cpp.o
|
|
.PHONY : src/poly-benchmark-4k.o
|
|
|
|
# target to build an object file
|
|
src/poly-benchmark-4k.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-benchmark-4k.dir/src/poly-benchmark-4k.cpp.o
|
|
.PHONY : src/poly-benchmark-4k.cpp.o
|
|
|
|
src/poly-benchmark-4k.i: src/poly-benchmark-4k.cpp.i
|
|
.PHONY : src/poly-benchmark-4k.i
|
|
|
|
# target to preprocess a source file
|
|
src/poly-benchmark-4k.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-benchmark-4k.dir/src/poly-benchmark-4k.cpp.i
|
|
.PHONY : src/poly-benchmark-4k.cpp.i
|
|
|
|
src/poly-benchmark-4k.s: src/poly-benchmark-4k.cpp.s
|
|
.PHONY : src/poly-benchmark-4k.s
|
|
|
|
# target to generate assembly for a file
|
|
src/poly-benchmark-4k.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-benchmark-4k.dir/src/poly-benchmark-4k.cpp.s
|
|
.PHONY : src/poly-benchmark-4k.cpp.s
|
|
|
|
src/poly-benchmark-64k.o: src/poly-benchmark-64k.cpp.o
|
|
.PHONY : src/poly-benchmark-64k.o
|
|
|
|
# target to build an object file
|
|
src/poly-benchmark-64k.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-64k.dir/build.make benchmark/CMakeFiles/poly-benchmark-64k.dir/src/poly-benchmark-64k.cpp.o
|
|
.PHONY : src/poly-benchmark-64k.cpp.o
|
|
|
|
src/poly-benchmark-64k.i: src/poly-benchmark-64k.cpp.i
|
|
.PHONY : src/poly-benchmark-64k.i
|
|
|
|
# target to preprocess a source file
|
|
src/poly-benchmark-64k.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-64k.dir/build.make benchmark/CMakeFiles/poly-benchmark-64k.dir/src/poly-benchmark-64k.cpp.i
|
|
.PHONY : src/poly-benchmark-64k.cpp.i
|
|
|
|
src/poly-benchmark-64k.s: src/poly-benchmark-64k.cpp.s
|
|
.PHONY : src/poly-benchmark-64k.s
|
|
|
|
# target to generate assembly for a file
|
|
src/poly-benchmark-64k.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-64k.dir/build.make benchmark/CMakeFiles/poly-benchmark-64k.dir/src/poly-benchmark-64k.cpp.s
|
|
.PHONY : src/poly-benchmark-64k.cpp.s
|
|
|
|
src/poly-hexl-benchmark-16k.o: src/poly-hexl-benchmark-16k.cpp.o
|
|
.PHONY : src/poly-hexl-benchmark-16k.o
|
|
|
|
# target to build an object file
|
|
src/poly-hexl-benchmark-16k.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/src/poly-hexl-benchmark-16k.cpp.o
|
|
.PHONY : src/poly-hexl-benchmark-16k.cpp.o
|
|
|
|
src/poly-hexl-benchmark-16k.i: src/poly-hexl-benchmark-16k.cpp.i
|
|
.PHONY : src/poly-hexl-benchmark-16k.i
|
|
|
|
# target to preprocess a source file
|
|
src/poly-hexl-benchmark-16k.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/src/poly-hexl-benchmark-16k.cpp.i
|
|
.PHONY : src/poly-hexl-benchmark-16k.cpp.i
|
|
|
|
src/poly-hexl-benchmark-16k.s: src/poly-hexl-benchmark-16k.cpp.s
|
|
.PHONY : src/poly-hexl-benchmark-16k.s
|
|
|
|
# target to generate assembly for a file
|
|
src/poly-hexl-benchmark-16k.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-16k.dir/src/poly-hexl-benchmark-16k.cpp.s
|
|
.PHONY : src/poly-hexl-benchmark-16k.cpp.s
|
|
|
|
src/poly-hexl-benchmark-4k.o: src/poly-hexl-benchmark-4k.cpp.o
|
|
.PHONY : src/poly-hexl-benchmark-4k.o
|
|
|
|
# target to build an object file
|
|
src/poly-hexl-benchmark-4k.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/src/poly-hexl-benchmark-4k.cpp.o
|
|
.PHONY : src/poly-hexl-benchmark-4k.cpp.o
|
|
|
|
src/poly-hexl-benchmark-4k.i: src/poly-hexl-benchmark-4k.cpp.i
|
|
.PHONY : src/poly-hexl-benchmark-4k.i
|
|
|
|
# target to preprocess a source file
|
|
src/poly-hexl-benchmark-4k.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/src/poly-hexl-benchmark-4k.cpp.i
|
|
.PHONY : src/poly-hexl-benchmark-4k.cpp.i
|
|
|
|
src/poly-hexl-benchmark-4k.s: src/poly-hexl-benchmark-4k.cpp.s
|
|
.PHONY : src/poly-hexl-benchmark-4k.s
|
|
|
|
# target to generate assembly for a file
|
|
src/poly-hexl-benchmark-4k.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-hexl-benchmark-4k.dir/src/poly-hexl-benchmark-4k.cpp.s
|
|
.PHONY : src/poly-hexl-benchmark-4k.cpp.s
|
|
|
|
src/serialize-ckks.o: src/serialize-ckks.cpp.o
|
|
.PHONY : src/serialize-ckks.o
|
|
|
|
# target to build an object file
|
|
src/serialize-ckks.cpp.o:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/serialize-ckks.dir/build.make benchmark/CMakeFiles/serialize-ckks.dir/src/serialize-ckks.cpp.o
|
|
.PHONY : src/serialize-ckks.cpp.o
|
|
|
|
src/serialize-ckks.i: src/serialize-ckks.cpp.i
|
|
.PHONY : src/serialize-ckks.i
|
|
|
|
# target to preprocess a source file
|
|
src/serialize-ckks.cpp.i:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/serialize-ckks.dir/build.make benchmark/CMakeFiles/serialize-ckks.dir/src/serialize-ckks.cpp.i
|
|
.PHONY : src/serialize-ckks.cpp.i
|
|
|
|
src/serialize-ckks.s: src/serialize-ckks.cpp.s
|
|
.PHONY : src/serialize-ckks.s
|
|
|
|
# target to generate assembly for a file
|
|
src/serialize-ckks.cpp.s:
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/serialize-ckks.dir/build.make benchmark/CMakeFiles/serialize-ckks.dir/src/serialize-ckks.cpp.s
|
|
.PHONY : src/serialize-ckks.cpp.s
|
|
|
|
# Help Target
|
|
help:
|
|
@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 "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... allbenchmark"
|
|
@echo "... benchmarkinfo"
|
|
@echo "... Encoding"
|
|
@echo "... IntegerMath"
|
|
@echo "... Lattice"
|
|
@echo "... NbTheory"
|
|
@echo "... VectorMath"
|
|
@echo "... basic_test"
|
|
@echo "... binfhe-ap"
|
|
@echo "... binfhe-ginx"
|
|
@echo "... compare-bfvrns-vs-bfvrnsB"
|
|
@echo "... compare-bfvrns-vs-bgvrns"
|
|
@echo "... lib-benchmark"
|
|
@echo "... lib-hexl-benchmark"
|
|
@echo "... poly-benchmark-16k"
|
|
@echo "... poly-benchmark-1k"
|
|
@echo "... poly-benchmark-4k"
|
|
@echo "... poly-benchmark-64k"
|
|
@echo "... poly-hexl-benchmark-16k"
|
|
@echo "... poly-hexl-benchmark-4k"
|
|
@echo "... serialize-ckks"
|
|
@echo "... src/Encoding.o"
|
|
@echo "... src/Encoding.i"
|
|
@echo "... src/Encoding.s"
|
|
@echo "... src/IntegerMath.o"
|
|
@echo "... src/IntegerMath.i"
|
|
@echo "... src/IntegerMath.s"
|
|
@echo "... src/Lattice.o"
|
|
@echo "... src/Lattice.i"
|
|
@echo "... src/Lattice.s"
|
|
@echo "... src/NbTheory.o"
|
|
@echo "... src/NbTheory.i"
|
|
@echo "... src/NbTheory.s"
|
|
@echo "... src/VectorMath.o"
|
|
@echo "... src/VectorMath.i"
|
|
@echo "... src/VectorMath.s"
|
|
@echo "... src/basic_test.o"
|
|
@echo "... src/basic_test.i"
|
|
@echo "... src/basic_test.s"
|
|
@echo "... src/binfhe-ap.o"
|
|
@echo "... src/binfhe-ap.i"
|
|
@echo "... src/binfhe-ap.s"
|
|
@echo "... src/binfhe-ginx.o"
|
|
@echo "... src/binfhe-ginx.i"
|
|
@echo "... src/binfhe-ginx.s"
|
|
@echo "... src/compare-bfvrns-vs-bfvrnsB.o"
|
|
@echo "... src/compare-bfvrns-vs-bfvrnsB.i"
|
|
@echo "... src/compare-bfvrns-vs-bfvrnsB.s"
|
|
@echo "... src/compare-bfvrns-vs-bgvrns.o"
|
|
@echo "... src/compare-bfvrns-vs-bgvrns.i"
|
|
@echo "... src/compare-bfvrns-vs-bgvrns.s"
|
|
@echo "... src/lib-benchmark.o"
|
|
@echo "... src/lib-benchmark.i"
|
|
@echo "... src/lib-benchmark.s"
|
|
@echo "... src/lib-hexl-benchmark.o"
|
|
@echo "... src/lib-hexl-benchmark.i"
|
|
@echo "... src/lib-hexl-benchmark.s"
|
|
@echo "... src/poly-benchmark-16k.o"
|
|
@echo "... src/poly-benchmark-16k.i"
|
|
@echo "... src/poly-benchmark-16k.s"
|
|
@echo "... src/poly-benchmark-1k.o"
|
|
@echo "... src/poly-benchmark-1k.i"
|
|
@echo "... src/poly-benchmark-1k.s"
|
|
@echo "... src/poly-benchmark-4k.o"
|
|
@echo "... src/poly-benchmark-4k.i"
|
|
@echo "... src/poly-benchmark-4k.s"
|
|
@echo "... src/poly-benchmark-64k.o"
|
|
@echo "... src/poly-benchmark-64k.i"
|
|
@echo "... src/poly-benchmark-64k.s"
|
|
@echo "... src/poly-hexl-benchmark-16k.o"
|
|
@echo "... src/poly-hexl-benchmark-16k.i"
|
|
@echo "... src/poly-hexl-benchmark-16k.s"
|
|
@echo "... src/poly-hexl-benchmark-4k.o"
|
|
@echo "... src/poly-hexl-benchmark-4k.i"
|
|
@echo "... src/poly-hexl-benchmark-4k.s"
|
|
@echo "... src/serialize-ckks.o"
|
|
@echo "... src/serialize-ckks.i"
|
|
@echo "... src/serialize-ckks.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/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(CMAKE_COMMAND) -P /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/CMakeFiles/VerifyGlobs.cmake
|
|
cd /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|