1298 lines
45 KiB
Makefile
1298 lines
45 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
|
|
$(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//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 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:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -P /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/CMakeFiles/VerifyGlobs.cmake
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named COMMAND
|
|
|
|
# Build rule for target.
|
|
COMMAND: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 COMMAND
|
|
.PHONY : COMMAND
|
|
|
|
# fast build rule for target.
|
|
COMMAND/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/COMMAND.dir/build.make CMakeFiles/COMMAND.dir/build
|
|
.PHONY : COMMAND/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named uninstall
|
|
|
|
# Build rule for target.
|
|
uninstall: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
|
|
.PHONY : uninstall
|
|
|
|
# fast build rule for target.
|
|
uninstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
|
.PHONY : uninstall/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named apidocs
|
|
|
|
# Build rule for target.
|
|
apidocs: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apidocs
|
|
.PHONY : apidocs
|
|
|
|
# fast build rule for target.
|
|
apidocs/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/apidocs.dir/build.make CMakeFiles/apidocs.dir/build
|
|
.PHONY : apidocs/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named tcm
|
|
|
|
# Build rule for target.
|
|
tcm: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcm
|
|
.PHONY : tcm
|
|
|
|
# fast build rule for target.
|
|
tcm/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/tcm.dir/build.make CMakeFiles/tcm.dir/build
|
|
.PHONY : tcm/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named tcm_clean
|
|
|
|
# Build rule for target.
|
|
tcm_clean: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcm_clean
|
|
.PHONY : tcm_clean
|
|
|
|
# fast build rule for target.
|
|
tcm_clean/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/tcm_clean.dir/build.make CMakeFiles/tcm_clean.dir/build
|
|
.PHONY : tcm_clean/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named third-party
|
|
|
|
# Build rule for target.
|
|
third-party: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third-party
|
|
.PHONY : third-party
|
|
|
|
# fast build rule for target.
|
|
third-party/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/build
|
|
.PHONY : third-party/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named clobber
|
|
|
|
# Build rule for target.
|
|
clobber: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clobber
|
|
.PHONY : clobber
|
|
|
|
# fast build rule for target.
|
|
clobber/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/clobber.dir/build.make CMakeFiles/clobber.dir/build
|
|
.PHONY : clobber/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named testall
|
|
|
|
# Build rule for target.
|
|
testall: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testall
|
|
.PHONY : testall
|
|
|
|
# fast build rule for target.
|
|
testall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/testall.dir/build.make CMakeFiles/testall.dir/build
|
|
.PHONY : testall/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allexamples
|
|
|
|
# Build rule for target.
|
|
allexamples: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allexamples
|
|
.PHONY : allexamples
|
|
|
|
# fast build rule for target.
|
|
allexamples/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/allexamples.dir/build.make CMakeFiles/allexamples.dir/build
|
|
.PHONY : allexamples/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allmodules
|
|
|
|
# Build rule for target.
|
|
allmodules: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allmodules
|
|
.PHONY : allmodules
|
|
|
|
# fast build rule for target.
|
|
allmodules/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/allmodules.dir/build.make CMakeFiles/allmodules.dir/build
|
|
.PHONY : allmodules/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named coreobj
|
|
|
|
# Build rule for target.
|
|
coreobj: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 coreobj
|
|
.PHONY : coreobj
|
|
|
|
# fast build rule for target.
|
|
coreobj/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/coreobj.dir/build.make src/core/CMakeFiles/coreobj.dir/build
|
|
.PHONY : coreobj/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PALISADEcore
|
|
|
|
# Build rule for target.
|
|
PALISADEcore: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PALISADEcore
|
|
.PHONY : PALISADEcore
|
|
|
|
# fast build rule for target.
|
|
PALISADEcore/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/PALISADEcore.dir/build.make src/core/CMakeFiles/PALISADEcore.dir/build
|
|
.PHONY : PALISADEcore/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allcore
|
|
|
|
# Build rule for target.
|
|
allcore: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allcore
|
|
.PHONY : allcore
|
|
|
|
# fast build rule for target.
|
|
allcore/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/allcore.dir/build.make src/core/CMakeFiles/allcore.dir/build
|
|
.PHONY : allcore/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named core_tests
|
|
|
|
# Build rule for target.
|
|
core_tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 core_tests
|
|
.PHONY : core_tests
|
|
|
|
# fast build rule for target.
|
|
core_tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/core_tests.dir/build.make src/core/CMakeFiles/core_tests.dir/build
|
|
.PHONY : core_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named testcore
|
|
|
|
# Build rule for target.
|
|
testcore: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testcore
|
|
.PHONY : testcore
|
|
|
|
# fast build rule for target.
|
|
testcore/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/testcore.dir/build.make src/core/CMakeFiles/testcore.dir/build
|
|
.PHONY : testcore/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named parallel
|
|
|
|
# Build rule for target.
|
|
parallel: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 parallel
|
|
.PHONY : parallel
|
|
|
|
# fast build rule for target.
|
|
parallel/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/parallel.dir/build.make src/core/CMakeFiles/parallel.dir/build
|
|
.PHONY : parallel/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named sampling
|
|
|
|
# Build rule for target.
|
|
sampling: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sampling
|
|
.PHONY : sampling
|
|
|
|
# fast build rule for target.
|
|
sampling/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/sampling.dir/build.make src/core/CMakeFiles/sampling.dir/build
|
|
.PHONY : sampling/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allcoreexamples
|
|
|
|
# Build rule for target.
|
|
allcoreexamples: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allcoreexamples
|
|
.PHONY : allcoreexamples
|
|
|
|
# fast build rule for target.
|
|
allcoreexamples/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/allcoreexamples.dir/build.make src/core/CMakeFiles/allcoreexamples.dir/build
|
|
.PHONY : allcoreexamples/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named coreinfo
|
|
|
|
# Build rule for target.
|
|
coreinfo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 coreinfo
|
|
.PHONY : coreinfo
|
|
|
|
# fast build rule for target.
|
|
coreinfo/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/core/CMakeFiles/coreinfo.dir/build.make src/core/CMakeFiles/coreinfo.dir/build
|
|
.PHONY : coreinfo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pkeobj
|
|
|
|
# Build rule for target.
|
|
pkeobj: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pkeobj
|
|
.PHONY : pkeobj
|
|
|
|
# fast build rule for target.
|
|
pkeobj/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pkeobj.dir/build.make src/pke/CMakeFiles/pkeobj.dir/build
|
|
.PHONY : pkeobj/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PALISADEpke
|
|
|
|
# Build rule for target.
|
|
PALISADEpke: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PALISADEpke
|
|
.PHONY : PALISADEpke
|
|
|
|
# fast build rule for target.
|
|
PALISADEpke/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/PALISADEpke.dir/build.make src/pke/CMakeFiles/PALISADEpke.dir/build
|
|
.PHONY : PALISADEpke/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allpke
|
|
|
|
# Build rule for target.
|
|
allpke: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allpke
|
|
.PHONY : allpke
|
|
|
|
# fast build rule for target.
|
|
allpke/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/allpke.dir/build.make src/pke/CMakeFiles/allpke.dir/build
|
|
.PHONY : allpke/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pke_tests
|
|
|
|
# Build rule for target.
|
|
pke_tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pke_tests
|
|
.PHONY : pke_tests
|
|
|
|
# fast build rule for target.
|
|
pke_tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pke_tests.dir/build.make src/pke/CMakeFiles/pke_tests.dir/build
|
|
.PHONY : pke_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named testpke
|
|
|
|
# Build rule for target.
|
|
testpke: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testpke
|
|
.PHONY : testpke
|
|
|
|
# fast build rule for target.
|
|
testpke/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/testpke.dir/build.make src/pke/CMakeFiles/testpke.dir/build
|
|
.PHONY : testpke/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named advanced-real-numbers-128
|
|
|
|
# Build rule for target.
|
|
advanced-real-numbers-128: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advanced-real-numbers-128
|
|
.PHONY : advanced-real-numbers-128
|
|
|
|
# fast build rule for target.
|
|
advanced-real-numbers-128/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/advanced-real-numbers-128.dir/build.make src/pke/CMakeFiles/advanced-real-numbers-128.dir/build
|
|
.PHONY : advanced-real-numbers-128/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named advanced-real-numbers
|
|
|
|
# Build rule for target.
|
|
advanced-real-numbers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advanced-real-numbers
|
|
.PHONY : advanced-real-numbers
|
|
|
|
# fast build rule for target.
|
|
advanced-real-numbers/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/advanced-real-numbers.dir/build.make src/pke/CMakeFiles/advanced-real-numbers.dir/build
|
|
.PHONY : advanced-real-numbers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named depth-bfvrns-b
|
|
|
|
# Build rule for target.
|
|
depth-bfvrns-b: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 depth-bfvrns-b
|
|
.PHONY : depth-bfvrns-b
|
|
|
|
# fast build rule for target.
|
|
depth-bfvrns-b/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/depth-bfvrns-b.dir/build.make src/pke/CMakeFiles/depth-bfvrns-b.dir/build
|
|
.PHONY : depth-bfvrns-b/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named depth-bfvrns
|
|
|
|
# Build rule for target.
|
|
depth-bfvrns: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 depth-bfvrns
|
|
.PHONY : depth-bfvrns
|
|
|
|
# fast build rule for target.
|
|
depth-bfvrns/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/depth-bfvrns.dir/build.make src/pke/CMakeFiles/depth-bfvrns.dir/build
|
|
.PHONY : depth-bfvrns/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named depth-bgvrns
|
|
|
|
# Build rule for target.
|
|
depth-bgvrns: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 depth-bgvrns
|
|
.PHONY : depth-bgvrns
|
|
|
|
# fast build rule for target.
|
|
depth-bgvrns/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/depth-bgvrns.dir/build.make src/pke/CMakeFiles/depth-bgvrns.dir/build
|
|
.PHONY : depth-bgvrns/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named evalatindex
|
|
|
|
# Build rule for target.
|
|
evalatindex: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 evalatindex
|
|
.PHONY : evalatindex
|
|
|
|
# fast build rule for target.
|
|
evalatindex/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/evalatindex.dir/build.make src/pke/CMakeFiles/evalatindex.dir/build
|
|
.PHONY : evalatindex/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pke
|
|
|
|
# Build rule for target.
|
|
pke: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pke
|
|
.PHONY : pke
|
|
|
|
# fast build rule for target.
|
|
pke/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pke.dir/build.make src/pke/CMakeFiles/pke.dir/build
|
|
.PHONY : pke/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named polynomial_evaluation
|
|
|
|
# Build rule for target.
|
|
polynomial_evaluation: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 polynomial_evaluation
|
|
.PHONY : polynomial_evaluation
|
|
|
|
# fast build rule for target.
|
|
polynomial_evaluation/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/polynomial_evaluation.dir/build.make src/pke/CMakeFiles/polynomial_evaluation.dir/build
|
|
.PHONY : polynomial_evaluation/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pre-buffer
|
|
|
|
# Build rule for target.
|
|
pre-buffer: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pre-buffer
|
|
.PHONY : pre-buffer
|
|
|
|
# fast build rule for target.
|
|
pre-buffer/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pre-buffer.dir/build.make src/pke/CMakeFiles/pre-buffer.dir/build
|
|
.PHONY : pre-buffer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pre-text
|
|
|
|
# Build rule for target.
|
|
pre-text: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pre-text
|
|
.PHONY : pre-text
|
|
|
|
# fast build rule for target.
|
|
pre-text/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pre-text.dir/build.make src/pke/CMakeFiles/pre-text.dir/build
|
|
.PHONY : pre-text/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pre
|
|
|
|
# Build rule for target.
|
|
pre: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pre
|
|
.PHONY : pre
|
|
|
|
# fast build rule for target.
|
|
pre/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pre.dir/build.make src/pke/CMakeFiles/pre.dir/build
|
|
.PHONY : pre/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple-integers-bgvrns
|
|
|
|
# Build rule for target.
|
|
simple-integers-bgvrns: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple-integers-bgvrns
|
|
.PHONY : simple-integers-bgvrns
|
|
|
|
# fast build rule for target.
|
|
simple-integers-bgvrns/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/simple-integers-bgvrns.dir/build.make src/pke/CMakeFiles/simple-integers-bgvrns.dir/build
|
|
.PHONY : simple-integers-bgvrns/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple-integers-serial-bgvrns
|
|
|
|
# Build rule for target.
|
|
simple-integers-serial-bgvrns: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple-integers-serial-bgvrns
|
|
.PHONY : simple-integers-serial-bgvrns
|
|
|
|
# fast build rule for target.
|
|
simple-integers-serial-bgvrns/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/simple-integers-serial-bgvrns.dir/build.make src/pke/CMakeFiles/simple-integers-serial-bgvrns.dir/build
|
|
.PHONY : simple-integers-serial-bgvrns/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple-integers-serial
|
|
|
|
# Build rule for target.
|
|
simple-integers-serial: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple-integers-serial
|
|
.PHONY : simple-integers-serial
|
|
|
|
# fast build rule for target.
|
|
simple-integers-serial/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/simple-integers-serial.dir/build.make src/pke/CMakeFiles/simple-integers-serial.dir/build
|
|
.PHONY : simple-integers-serial/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple-integers
|
|
|
|
# Build rule for target.
|
|
simple-integers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple-integers
|
|
.PHONY : simple-integers
|
|
|
|
# fast build rule for target.
|
|
simple-integers/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/simple-integers.dir/build.make src/pke/CMakeFiles/simple-integers.dir/build
|
|
.PHONY : simple-integers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple-real-numbers-serial
|
|
|
|
# Build rule for target.
|
|
simple-real-numbers-serial: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple-real-numbers-serial
|
|
.PHONY : simple-real-numbers-serial
|
|
|
|
# fast build rule for target.
|
|
simple-real-numbers-serial/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/simple-real-numbers-serial.dir/build.make src/pke/CMakeFiles/simple-real-numbers-serial.dir/build
|
|
.PHONY : simple-real-numbers-serial/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple-real-numbers
|
|
|
|
# Build rule for target.
|
|
simple-real-numbers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple-real-numbers
|
|
.PHONY : simple-real-numbers
|
|
|
|
# fast build rule for target.
|
|
simple-real-numbers/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/simple-real-numbers.dir/build.make src/pke/CMakeFiles/simple-real-numbers.dir/build
|
|
.PHONY : simple-real-numbers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named threshold-fhe
|
|
|
|
# Build rule for target.
|
|
threshold-fhe: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 threshold-fhe
|
|
.PHONY : threshold-fhe
|
|
|
|
# fast build rule for target.
|
|
threshold-fhe/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/threshold-fhe.dir/build.make src/pke/CMakeFiles/threshold-fhe.dir/build
|
|
.PHONY : threshold-fhe/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allpkeexamples
|
|
|
|
# Build rule for target.
|
|
allpkeexamples: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allpkeexamples
|
|
.PHONY : allpkeexamples
|
|
|
|
# fast build rule for target.
|
|
allpkeexamples/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/allpkeexamples.dir/build.make src/pke/CMakeFiles/allpkeexamples.dir/build
|
|
.PHONY : allpkeexamples/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pkeinfo
|
|
|
|
# Build rule for target.
|
|
pkeinfo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pkeinfo
|
|
.PHONY : pkeinfo
|
|
|
|
# fast build rule for target.
|
|
pkeinfo/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/pke/CMakeFiles/pkeinfo.dir/build.make src/pke/CMakeFiles/pkeinfo.dir/build
|
|
.PHONY : pkeinfo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named binfheobj
|
|
|
|
# Build rule for target.
|
|
binfheobj: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binfheobj
|
|
.PHONY : binfheobj
|
|
|
|
# fast build rule for target.
|
|
binfheobj/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/binfheobj.dir/build.make src/binfhe/CMakeFiles/binfheobj.dir/build
|
|
.PHONY : binfheobj/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PALISADEbinfhe
|
|
|
|
# Build rule for target.
|
|
PALISADEbinfhe: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PALISADEbinfhe
|
|
.PHONY : PALISADEbinfhe
|
|
|
|
# fast build rule for target.
|
|
PALISADEbinfhe/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/PALISADEbinfhe.dir/build.make src/binfhe/CMakeFiles/PALISADEbinfhe.dir/build
|
|
.PHONY : PALISADEbinfhe/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allbinfhe
|
|
|
|
# Build rule for target.
|
|
allbinfhe: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allbinfhe
|
|
.PHONY : allbinfhe
|
|
|
|
# fast build rule for target.
|
|
allbinfhe/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/allbinfhe.dir/build.make src/binfhe/CMakeFiles/allbinfhe.dir/build
|
|
.PHONY : allbinfhe/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named binfhe_tests
|
|
|
|
# Build rule for target.
|
|
binfhe_tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binfhe_tests
|
|
.PHONY : binfhe_tests
|
|
|
|
# fast build rule for target.
|
|
binfhe_tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/binfhe_tests.dir/build.make src/binfhe/CMakeFiles/binfhe_tests.dir/build
|
|
.PHONY : binfhe_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named testbinfhe
|
|
|
|
# Build rule for target.
|
|
testbinfhe: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testbinfhe
|
|
.PHONY : testbinfhe
|
|
|
|
# fast build rule for target.
|
|
testbinfhe/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/testbinfhe.dir/build.make src/binfhe/CMakeFiles/testbinfhe.dir/build
|
|
.PHONY : testbinfhe/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named boolean-ap
|
|
|
|
# Build rule for target.
|
|
boolean-ap: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 boolean-ap
|
|
.PHONY : boolean-ap
|
|
|
|
# fast build rule for target.
|
|
boolean-ap/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/boolean-ap.dir/build.make src/binfhe/CMakeFiles/boolean-ap.dir/build
|
|
.PHONY : boolean-ap/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named boolean-serial-binary
|
|
|
|
# Build rule for target.
|
|
boolean-serial-binary: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 boolean-serial-binary
|
|
.PHONY : boolean-serial-binary
|
|
|
|
# fast build rule for target.
|
|
boolean-serial-binary/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/boolean-serial-binary.dir/build.make src/binfhe/CMakeFiles/boolean-serial-binary.dir/build
|
|
.PHONY : boolean-serial-binary/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named boolean-serial-json
|
|
|
|
# Build rule for target.
|
|
boolean-serial-json: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 boolean-serial-json
|
|
.PHONY : boolean-serial-json
|
|
|
|
# fast build rule for target.
|
|
boolean-serial-json/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/boolean-serial-json.dir/build.make src/binfhe/CMakeFiles/boolean-serial-json.dir/build
|
|
.PHONY : boolean-serial-json/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named boolean-truth-tables
|
|
|
|
# Build rule for target.
|
|
boolean-truth-tables: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 boolean-truth-tables
|
|
.PHONY : boolean-truth-tables
|
|
|
|
# fast build rule for target.
|
|
boolean-truth-tables/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/boolean-truth-tables.dir/build.make src/binfhe/CMakeFiles/boolean-truth-tables.dir/build
|
|
.PHONY : boolean-truth-tables/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named boolean
|
|
|
|
# Build rule for target.
|
|
boolean: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 boolean
|
|
.PHONY : boolean
|
|
|
|
# fast build rule for target.
|
|
boolean/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/boolean.dir/build.make src/binfhe/CMakeFiles/boolean.dir/build
|
|
.PHONY : boolean/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allbinfheexamples
|
|
|
|
# Build rule for target.
|
|
allbinfheexamples: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allbinfheexamples
|
|
.PHONY : allbinfheexamples
|
|
|
|
# fast build rule for target.
|
|
allbinfheexamples/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/allbinfheexamples.dir/build.make src/binfhe/CMakeFiles/allbinfheexamples.dir/build
|
|
.PHONY : allbinfheexamples/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named binfheinfo
|
|
|
|
# Build rule for target.
|
|
binfheinfo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binfheinfo
|
|
.PHONY : binfheinfo
|
|
|
|
# fast build rule for target.
|
|
binfheinfo/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/binfhe/CMakeFiles/binfheinfo.dir/build.make src/binfhe/CMakeFiles/binfheinfo.dir/build
|
|
.PHONY : binfheinfo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named benchmark
|
|
|
|
# Build rule for target.
|
|
benchmark: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark
|
|
.PHONY : benchmark
|
|
|
|
# fast build rule for target.
|
|
benchmark/fast:
|
|
$(MAKE) $(MAKESILENT) -f third-party/google-benchmark/src/CMakeFiles/benchmark.dir/build.make third-party/google-benchmark/src/CMakeFiles/benchmark.dir/build
|
|
.PHONY : benchmark/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named benchmark_main
|
|
|
|
# Build rule for target.
|
|
benchmark_main: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark_main
|
|
.PHONY : benchmark_main
|
|
|
|
# fast build rule for target.
|
|
benchmark_main/fast:
|
|
$(MAKE) $(MAKESILENT) -f third-party/google-benchmark/src/CMakeFiles/benchmark_main.dir/build.make third-party/google-benchmark/src/CMakeFiles/benchmark_main.dir/build
|
|
.PHONY : benchmark_main/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Encoding
|
|
|
|
# Build rule for target.
|
|
Encoding: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Encoding
|
|
.PHONY : Encoding
|
|
|
|
# fast build rule for target.
|
|
Encoding/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Encoding.dir/build.make benchmark/CMakeFiles/Encoding.dir/build
|
|
.PHONY : Encoding/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named IntegerMath
|
|
|
|
# Build rule for target.
|
|
IntegerMath: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 IntegerMath
|
|
.PHONY : IntegerMath
|
|
|
|
# fast build rule for target.
|
|
IntegerMath/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/IntegerMath.dir/build.make benchmark/CMakeFiles/IntegerMath.dir/build
|
|
.PHONY : IntegerMath/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Lattice
|
|
|
|
# Build rule for target.
|
|
Lattice: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Lattice
|
|
.PHONY : Lattice
|
|
|
|
# fast build rule for target.
|
|
Lattice/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/Lattice.dir/build.make benchmark/CMakeFiles/Lattice.dir/build
|
|
.PHONY : Lattice/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NbTheory
|
|
|
|
# Build rule for target.
|
|
NbTheory: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NbTheory
|
|
.PHONY : NbTheory
|
|
|
|
# fast build rule for target.
|
|
NbTheory/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/NbTheory.dir/build.make benchmark/CMakeFiles/NbTheory.dir/build
|
|
.PHONY : NbTheory/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named VectorMath
|
|
|
|
# Build rule for target.
|
|
VectorMath: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 VectorMath
|
|
.PHONY : VectorMath
|
|
|
|
# fast build rule for target.
|
|
VectorMath/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/VectorMath.dir/build.make benchmark/CMakeFiles/VectorMath.dir/build
|
|
.PHONY : VectorMath/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named basic_test
|
|
|
|
# Build rule for target.
|
|
basic_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 basic_test
|
|
.PHONY : basic_test
|
|
|
|
# fast build rule for target.
|
|
basic_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/basic_test.dir/build.make benchmark/CMakeFiles/basic_test.dir/build
|
|
.PHONY : basic_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named binfhe-ap
|
|
|
|
# Build rule for target.
|
|
binfhe-ap: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binfhe-ap
|
|
.PHONY : binfhe-ap
|
|
|
|
# fast build rule for target.
|
|
binfhe-ap/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ap.dir/build.make benchmark/CMakeFiles/binfhe-ap.dir/build
|
|
.PHONY : binfhe-ap/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named binfhe-ginx
|
|
|
|
# Build rule for target.
|
|
binfhe-ginx: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binfhe-ginx
|
|
.PHONY : binfhe-ginx
|
|
|
|
# fast build rule for target.
|
|
binfhe-ginx/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/binfhe-ginx.dir/build.make benchmark/CMakeFiles/binfhe-ginx.dir/build
|
|
.PHONY : binfhe-ginx/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named compare-bfvrns-vs-bfvrnsB
|
|
|
|
# Build rule for target.
|
|
compare-bfvrns-vs-bfvrnsB: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 compare-bfvrns-vs-bfvrnsB
|
|
.PHONY : compare-bfvrns-vs-bfvrnsB
|
|
|
|
# fast build rule for target.
|
|
compare-bfvrns-vs-bfvrnsB/fast:
|
|
$(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
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named compare-bfvrns-vs-bgvrns
|
|
|
|
# Build rule for target.
|
|
compare-bfvrns-vs-bgvrns: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 compare-bfvrns-vs-bgvrns
|
|
.PHONY : compare-bfvrns-vs-bgvrns
|
|
|
|
# fast build rule for target.
|
|
compare-bfvrns-vs-bgvrns/fast:
|
|
$(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
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lib-benchmark
|
|
|
|
# Build rule for target.
|
|
lib-benchmark: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib-benchmark
|
|
.PHONY : lib-benchmark
|
|
|
|
# fast build rule for target.
|
|
lib-benchmark/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-benchmark.dir/build.make benchmark/CMakeFiles/lib-benchmark.dir/build
|
|
.PHONY : lib-benchmark/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lib-hexl-benchmark
|
|
|
|
# Build rule for target.
|
|
lib-hexl-benchmark: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib-hexl-benchmark
|
|
.PHONY : lib-hexl-benchmark
|
|
|
|
# fast build rule for target.
|
|
lib-hexl-benchmark/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/lib-hexl-benchmark.dir/build.make benchmark/CMakeFiles/lib-hexl-benchmark.dir/build
|
|
.PHONY : lib-hexl-benchmark/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named poly-benchmark-16k
|
|
|
|
# Build rule for target.
|
|
poly-benchmark-16k: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly-benchmark-16k
|
|
.PHONY : poly-benchmark-16k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-16k/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-16k.dir/build.make benchmark/CMakeFiles/poly-benchmark-16k.dir/build
|
|
.PHONY : poly-benchmark-16k/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named poly-benchmark-1k
|
|
|
|
# Build rule for target.
|
|
poly-benchmark-1k: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly-benchmark-1k
|
|
.PHONY : poly-benchmark-1k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-1k/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-1k.dir/build.make benchmark/CMakeFiles/poly-benchmark-1k.dir/build
|
|
.PHONY : poly-benchmark-1k/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named poly-benchmark-4k
|
|
|
|
# Build rule for target.
|
|
poly-benchmark-4k: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly-benchmark-4k
|
|
.PHONY : poly-benchmark-4k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-4k/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-4k.dir/build.make benchmark/CMakeFiles/poly-benchmark-4k.dir/build
|
|
.PHONY : poly-benchmark-4k/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named poly-benchmark-64k
|
|
|
|
# Build rule for target.
|
|
poly-benchmark-64k: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly-benchmark-64k
|
|
.PHONY : poly-benchmark-64k
|
|
|
|
# fast build rule for target.
|
|
poly-benchmark-64k/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/poly-benchmark-64k.dir/build.make benchmark/CMakeFiles/poly-benchmark-64k.dir/build
|
|
.PHONY : poly-benchmark-64k/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named poly-hexl-benchmark-16k
|
|
|
|
# Build rule for target.
|
|
poly-hexl-benchmark-16k: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly-hexl-benchmark-16k
|
|
.PHONY : poly-hexl-benchmark-16k
|
|
|
|
# fast build rule for target.
|
|
poly-hexl-benchmark-16k/fast:
|
|
$(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
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named poly-hexl-benchmark-4k
|
|
|
|
# Build rule for target.
|
|
poly-hexl-benchmark-4k: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly-hexl-benchmark-4k
|
|
.PHONY : poly-hexl-benchmark-4k
|
|
|
|
# fast build rule for target.
|
|
poly-hexl-benchmark-4k/fast:
|
|
$(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
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named serialize-ckks
|
|
|
|
# Build rule for target.
|
|
serialize-ckks: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 serialize-ckks
|
|
.PHONY : serialize-ckks
|
|
|
|
# fast build rule for target.
|
|
serialize-ckks/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/serialize-ckks.dir/build.make benchmark/CMakeFiles/serialize-ckks.dir/build
|
|
.PHONY : serialize-ckks/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named allbenchmark
|
|
|
|
# Build rule for target.
|
|
allbenchmark: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allbenchmark
|
|
.PHONY : allbenchmark
|
|
|
|
# fast build rule for target.
|
|
allbenchmark/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/allbenchmark.dir/build.make benchmark/CMakeFiles/allbenchmark.dir/build
|
|
.PHONY : allbenchmark/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named benchmarkinfo
|
|
|
|
# Build rule for target.
|
|
benchmarkinfo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmarkinfo
|
|
.PHONY : benchmarkinfo
|
|
|
|
# fast build rule for target.
|
|
benchmarkinfo/fast:
|
|
$(MAKE) $(MAKESILENT) -f benchmark/CMakeFiles/benchmarkinfo.dir/build.make benchmark/CMakeFiles/benchmarkinfo.dir/build
|
|
.PHONY : benchmarkinfo/fast
|
|
|
|
# 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 "... COMMAND"
|
|
@echo "... allbenchmark"
|
|
@echo "... allbinfhe"
|
|
@echo "... allbinfheexamples"
|
|
@echo "... allcore"
|
|
@echo "... allcoreexamples"
|
|
@echo "... allexamples"
|
|
@echo "... allmodules"
|
|
@echo "... allpke"
|
|
@echo "... allpkeexamples"
|
|
@echo "... apidocs"
|
|
@echo "... benchmarkinfo"
|
|
@echo "... binfheinfo"
|
|
@echo "... clobber"
|
|
@echo "... coreinfo"
|
|
@echo "... pkeinfo"
|
|
@echo "... tcm"
|
|
@echo "... tcm_clean"
|
|
@echo "... testall"
|
|
@echo "... testbinfhe"
|
|
@echo "... testcore"
|
|
@echo "... testpke"
|
|
@echo "... third-party"
|
|
@echo "... uninstall"
|
|
@echo "... Encoding"
|
|
@echo "... IntegerMath"
|
|
@echo "... Lattice"
|
|
@echo "... NbTheory"
|
|
@echo "... PALISADEbinfhe"
|
|
@echo "... PALISADEcore"
|
|
@echo "... PALISADEpke"
|
|
@echo "... VectorMath"
|
|
@echo "... advanced-real-numbers"
|
|
@echo "... advanced-real-numbers-128"
|
|
@echo "... basic_test"
|
|
@echo "... benchmark"
|
|
@echo "... benchmark_main"
|
|
@echo "... binfhe-ap"
|
|
@echo "... binfhe-ginx"
|
|
@echo "... binfhe_tests"
|
|
@echo "... binfheobj"
|
|
@echo "... boolean"
|
|
@echo "... boolean-ap"
|
|
@echo "... boolean-serial-binary"
|
|
@echo "... boolean-serial-json"
|
|
@echo "... boolean-truth-tables"
|
|
@echo "... compare-bfvrns-vs-bfvrnsB"
|
|
@echo "... compare-bfvrns-vs-bgvrns"
|
|
@echo "... core_tests"
|
|
@echo "... coreobj"
|
|
@echo "... depth-bfvrns"
|
|
@echo "... depth-bfvrns-b"
|
|
@echo "... depth-bgvrns"
|
|
@echo "... evalatindex"
|
|
@echo "... lib-benchmark"
|
|
@echo "... lib-hexl-benchmark"
|
|
@echo "... parallel"
|
|
@echo "... pke"
|
|
@echo "... pke_tests"
|
|
@echo "... pkeobj"
|
|
@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 "... polynomial_evaluation"
|
|
@echo "... pre"
|
|
@echo "... pre-buffer"
|
|
@echo "... pre-text"
|
|
@echo "... sampling"
|
|
@echo "... serialize-ckks"
|
|
@echo "... simple-integers"
|
|
@echo "... simple-integers-bgvrns"
|
|
@echo "... simple-integers-serial"
|
|
@echo "... simple-integers-serial-bgvrns"
|
|
@echo "... simple-real-numbers"
|
|
@echo "... simple-real-numbers-serial"
|
|
@echo "... threshold-fhe"
|
|
.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:
|
|
$(CMAKE_COMMAND) -P /home/noah/Documents/School/CS-6643-Bioinformatics/CS-6643-Bioinformatics-Research-Project/Code/Duality_Technologies/PALISADE/build/CMakeFiles/VerifyGlobs.cmake
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|