4437 lines
152 KiB
Makefile
Raw Normal View History

2018-02-28 15:40:21 +01:00
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.8
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake
# The command to remove a file.
RM = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/wolverindev/cgit/libtommath
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/wolverindev/cgit/libtommath/cmake-build-debug
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/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..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/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..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/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..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/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..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -P cmake_install.cmake
.PHONY : install/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\""
.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 rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -H$(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 edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named tommathStatic
# Build rule for target.
tommathStatic: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 tommathStatic
.PHONY : tommathStatic
# fast build rule for target.
tommathStatic/fast:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/build
.PHONY : tommathStatic/fast
#=============================================================================
# Target rules for targets named tommathShared
# Build rule for target.
tommathShared: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 tommathShared
.PHONY : tommathShared
# fast build rule for target.
tommathShared/fast:
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/build
.PHONY : tommathShared/fast
bn_error.o: bn_error.c.o
.PHONY : bn_error.o
# target to build an object file
bn_error.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_error.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_error.c.o
.PHONY : bn_error.c.o
bn_error.i: bn_error.c.i
.PHONY : bn_error.i
# target to preprocess a source file
bn_error.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_error.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_error.c.i
.PHONY : bn_error.c.i
bn_error.s: bn_error.c.s
.PHONY : bn_error.s
# target to generate assembly for a file
bn_error.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_error.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_error.c.s
.PHONY : bn_error.c.s
bn_fast_mp_invmod.o: bn_fast_mp_invmod.c.o
.PHONY : bn_fast_mp_invmod.o
# target to build an object file
bn_fast_mp_invmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o
.PHONY : bn_fast_mp_invmod.c.o
bn_fast_mp_invmod.i: bn_fast_mp_invmod.c.i
.PHONY : bn_fast_mp_invmod.i
# target to preprocess a source file
bn_fast_mp_invmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.i
.PHONY : bn_fast_mp_invmod.c.i
bn_fast_mp_invmod.s: bn_fast_mp_invmod.c.s
.PHONY : bn_fast_mp_invmod.s
# target to generate assembly for a file
bn_fast_mp_invmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.s
.PHONY : bn_fast_mp_invmod.c.s
bn_fast_mp_montgomery_reduce.o: bn_fast_mp_montgomery_reduce.c.o
.PHONY : bn_fast_mp_montgomery_reduce.o
# target to build an object file
bn_fast_mp_montgomery_reduce.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o
.PHONY : bn_fast_mp_montgomery_reduce.c.o
bn_fast_mp_montgomery_reduce.i: bn_fast_mp_montgomery_reduce.c.i
.PHONY : bn_fast_mp_montgomery_reduce.i
# target to preprocess a source file
bn_fast_mp_montgomery_reduce.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.i
.PHONY : bn_fast_mp_montgomery_reduce.c.i
bn_fast_mp_montgomery_reduce.s: bn_fast_mp_montgomery_reduce.c.s
.PHONY : bn_fast_mp_montgomery_reduce.s
# target to generate assembly for a file
bn_fast_mp_montgomery_reduce.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.s
.PHONY : bn_fast_mp_montgomery_reduce.c.s
bn_fast_s_mp_mul_digs.o: bn_fast_s_mp_mul_digs.c.o
.PHONY : bn_fast_s_mp_mul_digs.o
# target to build an object file
bn_fast_s_mp_mul_digs.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o
.PHONY : bn_fast_s_mp_mul_digs.c.o
bn_fast_s_mp_mul_digs.i: bn_fast_s_mp_mul_digs.c.i
.PHONY : bn_fast_s_mp_mul_digs.i
# target to preprocess a source file
bn_fast_s_mp_mul_digs.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.i
.PHONY : bn_fast_s_mp_mul_digs.c.i
bn_fast_s_mp_mul_digs.s: bn_fast_s_mp_mul_digs.c.s
.PHONY : bn_fast_s_mp_mul_digs.s
# target to generate assembly for a file
bn_fast_s_mp_mul_digs.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.s
.PHONY : bn_fast_s_mp_mul_digs.c.s
bn_fast_s_mp_mul_high_digs.o: bn_fast_s_mp_mul_high_digs.c.o
.PHONY : bn_fast_s_mp_mul_high_digs.o
# target to build an object file
bn_fast_s_mp_mul_high_digs.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o
.PHONY : bn_fast_s_mp_mul_high_digs.c.o
bn_fast_s_mp_mul_high_digs.i: bn_fast_s_mp_mul_high_digs.c.i
.PHONY : bn_fast_s_mp_mul_high_digs.i
# target to preprocess a source file
bn_fast_s_mp_mul_high_digs.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.i
.PHONY : bn_fast_s_mp_mul_high_digs.c.i
bn_fast_s_mp_mul_high_digs.s: bn_fast_s_mp_mul_high_digs.c.s
.PHONY : bn_fast_s_mp_mul_high_digs.s
# target to generate assembly for a file
bn_fast_s_mp_mul_high_digs.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.s
.PHONY : bn_fast_s_mp_mul_high_digs.c.s
bn_fast_s_mp_sqr.o: bn_fast_s_mp_sqr.c.o
.PHONY : bn_fast_s_mp_sqr.o
# target to build an object file
bn_fast_s_mp_sqr.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o
.PHONY : bn_fast_s_mp_sqr.c.o
bn_fast_s_mp_sqr.i: bn_fast_s_mp_sqr.c.i
.PHONY : bn_fast_s_mp_sqr.i
# target to preprocess a source file
bn_fast_s_mp_sqr.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.i
.PHONY : bn_fast_s_mp_sqr.c.i
bn_fast_s_mp_sqr.s: bn_fast_s_mp_sqr.c.s
.PHONY : bn_fast_s_mp_sqr.s
# target to generate assembly for a file
bn_fast_s_mp_sqr.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.s
.PHONY : bn_fast_s_mp_sqr.c.s
bn_mp_2expt.o: bn_mp_2expt.c.o
.PHONY : bn_mp_2expt.o
# target to build an object file
bn_mp_2expt.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o
.PHONY : bn_mp_2expt.c.o
bn_mp_2expt.i: bn_mp_2expt.c.i
.PHONY : bn_mp_2expt.i
# target to preprocess a source file
bn_mp_2expt.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_2expt.c.i
.PHONY : bn_mp_2expt.c.i
bn_mp_2expt.s: bn_mp_2expt.c.s
.PHONY : bn_mp_2expt.s
# target to generate assembly for a file
bn_mp_2expt.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_2expt.c.s
.PHONY : bn_mp_2expt.c.s
bn_mp_abs.o: bn_mp_abs.c.o
.PHONY : bn_mp_abs.o
# target to build an object file
bn_mp_abs.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_abs.c.o
.PHONY : bn_mp_abs.c.o
bn_mp_abs.i: bn_mp_abs.c.i
.PHONY : bn_mp_abs.i
# target to preprocess a source file
bn_mp_abs.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_abs.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_abs.c.i
.PHONY : bn_mp_abs.c.i
bn_mp_abs.s: bn_mp_abs.c.s
.PHONY : bn_mp_abs.s
# target to generate assembly for a file
bn_mp_abs.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_abs.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_abs.c.s
.PHONY : bn_mp_abs.c.s
bn_mp_add.o: bn_mp_add.c.o
.PHONY : bn_mp_add.o
# target to build an object file
bn_mp_add.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add.c.o
.PHONY : bn_mp_add.c.o
bn_mp_add.i: bn_mp_add.c.i
.PHONY : bn_mp_add.i
# target to preprocess a source file
bn_mp_add.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add.c.i
.PHONY : bn_mp_add.c.i
bn_mp_add.s: bn_mp_add.c.s
.PHONY : bn_mp_add.s
# target to generate assembly for a file
bn_mp_add.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add.c.s
.PHONY : bn_mp_add.c.s
bn_mp_add_d.o: bn_mp_add_d.c.o
.PHONY : bn_mp_add_d.o
# target to build an object file
bn_mp_add_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o
.PHONY : bn_mp_add_d.c.o
bn_mp_add_d.i: bn_mp_add_d.c.i
.PHONY : bn_mp_add_d.i
# target to preprocess a source file
bn_mp_add_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add_d.c.i
.PHONY : bn_mp_add_d.c.i
bn_mp_add_d.s: bn_mp_add_d.c.s
.PHONY : bn_mp_add_d.s
# target to generate assembly for a file
bn_mp_add_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add_d.c.s
.PHONY : bn_mp_add_d.c.s
bn_mp_addmod.o: bn_mp_addmod.c.o
.PHONY : bn_mp_addmod.o
# target to build an object file
bn_mp_addmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o
.PHONY : bn_mp_addmod.c.o
bn_mp_addmod.i: bn_mp_addmod.c.i
.PHONY : bn_mp_addmod.i
# target to preprocess a source file
bn_mp_addmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_addmod.c.i
.PHONY : bn_mp_addmod.c.i
bn_mp_addmod.s: bn_mp_addmod.c.s
.PHONY : bn_mp_addmod.s
# target to generate assembly for a file
bn_mp_addmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_addmod.c.s
.PHONY : bn_mp_addmod.c.s
bn_mp_and.o: bn_mp_and.c.o
.PHONY : bn_mp_and.o
# target to build an object file
bn_mp_and.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_and.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_and.c.o
.PHONY : bn_mp_and.c.o
bn_mp_and.i: bn_mp_and.c.i
.PHONY : bn_mp_and.i
# target to preprocess a source file
bn_mp_and.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_and.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_and.c.i
.PHONY : bn_mp_and.c.i
bn_mp_and.s: bn_mp_and.c.s
.PHONY : bn_mp_and.s
# target to generate assembly for a file
bn_mp_and.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_and.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_and.c.s
.PHONY : bn_mp_and.c.s
bn_mp_clamp.o: bn_mp_clamp.c.o
.PHONY : bn_mp_clamp.o
# target to build an object file
bn_mp_clamp.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o
.PHONY : bn_mp_clamp.c.o
bn_mp_clamp.i: bn_mp_clamp.c.i
.PHONY : bn_mp_clamp.i
# target to preprocess a source file
bn_mp_clamp.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clamp.c.i
.PHONY : bn_mp_clamp.c.i
bn_mp_clamp.s: bn_mp_clamp.c.s
.PHONY : bn_mp_clamp.s
# target to generate assembly for a file
bn_mp_clamp.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clamp.c.s
.PHONY : bn_mp_clamp.c.s
bn_mp_clear.o: bn_mp_clear.c.o
.PHONY : bn_mp_clear.o
# target to build an object file
bn_mp_clear.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear.c.o
.PHONY : bn_mp_clear.c.o
bn_mp_clear.i: bn_mp_clear.c.i
.PHONY : bn_mp_clear.i
# target to preprocess a source file
bn_mp_clear.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear.c.i
.PHONY : bn_mp_clear.c.i
bn_mp_clear.s: bn_mp_clear.c.s
.PHONY : bn_mp_clear.s
# target to generate assembly for a file
bn_mp_clear.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear.c.s
.PHONY : bn_mp_clear.c.s
bn_mp_clear_multi.o: bn_mp_clear_multi.c.o
.PHONY : bn_mp_clear_multi.o
# target to build an object file
bn_mp_clear_multi.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o
.PHONY : bn_mp_clear_multi.c.o
bn_mp_clear_multi.i: bn_mp_clear_multi.c.i
.PHONY : bn_mp_clear_multi.i
# target to preprocess a source file
bn_mp_clear_multi.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.i
.PHONY : bn_mp_clear_multi.c.i
bn_mp_clear_multi.s: bn_mp_clear_multi.c.s
.PHONY : bn_mp_clear_multi.s
# target to generate assembly for a file
bn_mp_clear_multi.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.s
.PHONY : bn_mp_clear_multi.c.s
bn_mp_cmp.o: bn_mp_cmp.c.o
.PHONY : bn_mp_cmp.o
# target to build an object file
bn_mp_cmp.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o
.PHONY : bn_mp_cmp.c.o
bn_mp_cmp.i: bn_mp_cmp.c.i
.PHONY : bn_mp_cmp.i
# target to preprocess a source file
bn_mp_cmp.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp.c.i
.PHONY : bn_mp_cmp.c.i
bn_mp_cmp.s: bn_mp_cmp.c.s
.PHONY : bn_mp_cmp.s
# target to generate assembly for a file
bn_mp_cmp.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp.c.s
.PHONY : bn_mp_cmp.c.s
bn_mp_cmp_d.o: bn_mp_cmp_d.c.o
.PHONY : bn_mp_cmp_d.o
# target to build an object file
bn_mp_cmp_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o
.PHONY : bn_mp_cmp_d.c.o
bn_mp_cmp_d.i: bn_mp_cmp_d.c.i
.PHONY : bn_mp_cmp_d.i
# target to preprocess a source file
bn_mp_cmp_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.i
.PHONY : bn_mp_cmp_d.c.i
bn_mp_cmp_d.s: bn_mp_cmp_d.c.s
.PHONY : bn_mp_cmp_d.s
# target to generate assembly for a file
bn_mp_cmp_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.s
.PHONY : bn_mp_cmp_d.c.s
bn_mp_cmp_mag.o: bn_mp_cmp_mag.c.o
.PHONY : bn_mp_cmp_mag.o
# target to build an object file
bn_mp_cmp_mag.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o
.PHONY : bn_mp_cmp_mag.c.o
bn_mp_cmp_mag.i: bn_mp_cmp_mag.c.i
.PHONY : bn_mp_cmp_mag.i
# target to preprocess a source file
bn_mp_cmp_mag.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.i
.PHONY : bn_mp_cmp_mag.c.i
bn_mp_cmp_mag.s: bn_mp_cmp_mag.c.s
.PHONY : bn_mp_cmp_mag.s
# target to generate assembly for a file
bn_mp_cmp_mag.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.s
.PHONY : bn_mp_cmp_mag.c.s
bn_mp_cnt_lsb.o: bn_mp_cnt_lsb.c.o
.PHONY : bn_mp_cnt_lsb.o
# target to build an object file
bn_mp_cnt_lsb.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o
.PHONY : bn_mp_cnt_lsb.c.o
bn_mp_cnt_lsb.i: bn_mp_cnt_lsb.c.i
.PHONY : bn_mp_cnt_lsb.i
# target to preprocess a source file
bn_mp_cnt_lsb.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.i
.PHONY : bn_mp_cnt_lsb.c.i
bn_mp_cnt_lsb.s: bn_mp_cnt_lsb.c.s
.PHONY : bn_mp_cnt_lsb.s
# target to generate assembly for a file
bn_mp_cnt_lsb.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.s
.PHONY : bn_mp_cnt_lsb.c.s
bn_mp_copy.o: bn_mp_copy.c.o
.PHONY : bn_mp_copy.o
# target to build an object file
bn_mp_copy.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_copy.c.o
.PHONY : bn_mp_copy.c.o
bn_mp_copy.i: bn_mp_copy.c.i
.PHONY : bn_mp_copy.i
# target to preprocess a source file
bn_mp_copy.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_copy.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_copy.c.i
.PHONY : bn_mp_copy.c.i
bn_mp_copy.s: bn_mp_copy.c.s
.PHONY : bn_mp_copy.s
# target to generate assembly for a file
bn_mp_copy.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_copy.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_copy.c.s
.PHONY : bn_mp_copy.c.s
bn_mp_count_bits.o: bn_mp_count_bits.c.o
.PHONY : bn_mp_count_bits.o
# target to build an object file
bn_mp_count_bits.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o
.PHONY : bn_mp_count_bits.c.o
bn_mp_count_bits.i: bn_mp_count_bits.c.i
.PHONY : bn_mp_count_bits.i
# target to preprocess a source file
bn_mp_count_bits.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.i
.PHONY : bn_mp_count_bits.c.i
bn_mp_count_bits.s: bn_mp_count_bits.c.s
.PHONY : bn_mp_count_bits.s
# target to generate assembly for a file
bn_mp_count_bits.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.s
.PHONY : bn_mp_count_bits.c.s
bn_mp_div.o: bn_mp_div.c.o
.PHONY : bn_mp_div.o
# target to build an object file
bn_mp_div.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div.c.o
.PHONY : bn_mp_div.c.o
bn_mp_div.i: bn_mp_div.c.i
.PHONY : bn_mp_div.i
# target to preprocess a source file
bn_mp_div.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div.c.i
.PHONY : bn_mp_div.c.i
bn_mp_div.s: bn_mp_div.c.s
.PHONY : bn_mp_div.s
# target to generate assembly for a file
bn_mp_div.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div.c.s
.PHONY : bn_mp_div.c.s
bn_mp_div_2.o: bn_mp_div_2.c.o
.PHONY : bn_mp_div_2.o
# target to build an object file
bn_mp_div_2.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o
.PHONY : bn_mp_div_2.c.o
bn_mp_div_2.i: bn_mp_div_2.c.i
.PHONY : bn_mp_div_2.i
# target to preprocess a source file
bn_mp_div_2.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2.c.i
.PHONY : bn_mp_div_2.c.i
bn_mp_div_2.s: bn_mp_div_2.c.s
.PHONY : bn_mp_div_2.s
# target to generate assembly for a file
bn_mp_div_2.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2.c.s
.PHONY : bn_mp_div_2.c.s
bn_mp_div_2d.o: bn_mp_div_2d.c.o
.PHONY : bn_mp_div_2d.o
# target to build an object file
bn_mp_div_2d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o
.PHONY : bn_mp_div_2d.c.o
bn_mp_div_2d.i: bn_mp_div_2d.c.i
.PHONY : bn_mp_div_2d.i
# target to preprocess a source file
bn_mp_div_2d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.i
.PHONY : bn_mp_div_2d.c.i
bn_mp_div_2d.s: bn_mp_div_2d.c.s
.PHONY : bn_mp_div_2d.s
# target to generate assembly for a file
bn_mp_div_2d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.s
.PHONY : bn_mp_div_2d.c.s
bn_mp_div_3.o: bn_mp_div_3.c.o
.PHONY : bn_mp_div_3.o
# target to build an object file
bn_mp_div_3.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o
.PHONY : bn_mp_div_3.c.o
bn_mp_div_3.i: bn_mp_div_3.c.i
.PHONY : bn_mp_div_3.i
# target to preprocess a source file
bn_mp_div_3.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_3.c.i
.PHONY : bn_mp_div_3.c.i
bn_mp_div_3.s: bn_mp_div_3.c.s
.PHONY : bn_mp_div_3.s
# target to generate assembly for a file
bn_mp_div_3.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_3.c.s
.PHONY : bn_mp_div_3.c.s
bn_mp_div_d.o: bn_mp_div_d.c.o
.PHONY : bn_mp_div_d.o
# target to build an object file
bn_mp_div_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o
.PHONY : bn_mp_div_d.c.o
bn_mp_div_d.i: bn_mp_div_d.c.i
.PHONY : bn_mp_div_d.i
# target to preprocess a source file
bn_mp_div_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_d.c.i
.PHONY : bn_mp_div_d.c.i
bn_mp_div_d.s: bn_mp_div_d.c.s
.PHONY : bn_mp_div_d.s
# target to generate assembly for a file
bn_mp_div_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_d.c.s
.PHONY : bn_mp_div_d.c.s
bn_mp_dr_is_modulus.o: bn_mp_dr_is_modulus.c.o
.PHONY : bn_mp_dr_is_modulus.o
# target to build an object file
bn_mp_dr_is_modulus.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o
.PHONY : bn_mp_dr_is_modulus.c.o
bn_mp_dr_is_modulus.i: bn_mp_dr_is_modulus.c.i
.PHONY : bn_mp_dr_is_modulus.i
# target to preprocess a source file
bn_mp_dr_is_modulus.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.i
.PHONY : bn_mp_dr_is_modulus.c.i
bn_mp_dr_is_modulus.s: bn_mp_dr_is_modulus.c.s
.PHONY : bn_mp_dr_is_modulus.s
# target to generate assembly for a file
bn_mp_dr_is_modulus.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.s
.PHONY : bn_mp_dr_is_modulus.c.s
bn_mp_dr_reduce.o: bn_mp_dr_reduce.c.o
.PHONY : bn_mp_dr_reduce.o
# target to build an object file
bn_mp_dr_reduce.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o
.PHONY : bn_mp_dr_reduce.c.o
bn_mp_dr_reduce.i: bn_mp_dr_reduce.c.i
.PHONY : bn_mp_dr_reduce.i
# target to preprocess a source file
bn_mp_dr_reduce.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.i
.PHONY : bn_mp_dr_reduce.c.i
bn_mp_dr_reduce.s: bn_mp_dr_reduce.c.s
.PHONY : bn_mp_dr_reduce.s
# target to generate assembly for a file
bn_mp_dr_reduce.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.s
.PHONY : bn_mp_dr_reduce.c.s
bn_mp_dr_setup.o: bn_mp_dr_setup.c.o
.PHONY : bn_mp_dr_setup.o
# target to build an object file
bn_mp_dr_setup.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o
.PHONY : bn_mp_dr_setup.c.o
bn_mp_dr_setup.i: bn_mp_dr_setup.c.i
.PHONY : bn_mp_dr_setup.i
# target to preprocess a source file
bn_mp_dr_setup.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.i
.PHONY : bn_mp_dr_setup.c.i
bn_mp_dr_setup.s: bn_mp_dr_setup.c.s
.PHONY : bn_mp_dr_setup.s
# target to generate assembly for a file
bn_mp_dr_setup.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.s
.PHONY : bn_mp_dr_setup.c.s
bn_mp_exch.o: bn_mp_exch.c.o
.PHONY : bn_mp_exch.o
# target to build an object file
bn_mp_exch.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exch.c.o
.PHONY : bn_mp_exch.c.o
bn_mp_exch.i: bn_mp_exch.c.i
.PHONY : bn_mp_exch.i
# target to preprocess a source file
bn_mp_exch.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exch.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exch.c.i
.PHONY : bn_mp_exch.c.i
bn_mp_exch.s: bn_mp_exch.c.s
.PHONY : bn_mp_exch.s
# target to generate assembly for a file
bn_mp_exch.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exch.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exch.c.s
.PHONY : bn_mp_exch.c.s
bn_mp_export.o: bn_mp_export.c.o
.PHONY : bn_mp_export.o
# target to build an object file
bn_mp_export.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_export.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_export.c.o
.PHONY : bn_mp_export.c.o
bn_mp_export.i: bn_mp_export.c.i
.PHONY : bn_mp_export.i
# target to preprocess a source file
bn_mp_export.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_export.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_export.c.i
.PHONY : bn_mp_export.c.i
bn_mp_export.s: bn_mp_export.c.s
.PHONY : bn_mp_export.s
# target to generate assembly for a file
bn_mp_export.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_export.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_export.c.s
.PHONY : bn_mp_export.c.s
bn_mp_expt_d.o: bn_mp_expt_d.c.o
.PHONY : bn_mp_expt_d.o
# target to build an object file
bn_mp_expt_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o
.PHONY : bn_mp_expt_d.c.o
bn_mp_expt_d.i: bn_mp_expt_d.c.i
.PHONY : bn_mp_expt_d.i
# target to preprocess a source file
bn_mp_expt_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.i
.PHONY : bn_mp_expt_d.c.i
bn_mp_expt_d.s: bn_mp_expt_d.c.s
.PHONY : bn_mp_expt_d.s
# target to generate assembly for a file
bn_mp_expt_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.s
.PHONY : bn_mp_expt_d.c.s
bn_mp_expt_d_ex.o: bn_mp_expt_d_ex.c.o
.PHONY : bn_mp_expt_d_ex.o
# target to build an object file
bn_mp_expt_d_ex.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o
.PHONY : bn_mp_expt_d_ex.c.o
bn_mp_expt_d_ex.i: bn_mp_expt_d_ex.c.i
.PHONY : bn_mp_expt_d_ex.i
# target to preprocess a source file
bn_mp_expt_d_ex.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.i
.PHONY : bn_mp_expt_d_ex.c.i
bn_mp_expt_d_ex.s: bn_mp_expt_d_ex.c.s
.PHONY : bn_mp_expt_d_ex.s
# target to generate assembly for a file
bn_mp_expt_d_ex.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.s
.PHONY : bn_mp_expt_d_ex.c.s
bn_mp_exptmod.o: bn_mp_exptmod.c.o
.PHONY : bn_mp_exptmod.o
# target to build an object file
bn_mp_exptmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o
.PHONY : bn_mp_exptmod.c.o
bn_mp_exptmod.i: bn_mp_exptmod.c.i
.PHONY : bn_mp_exptmod.i
# target to preprocess a source file
bn_mp_exptmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.i
.PHONY : bn_mp_exptmod.c.i
bn_mp_exptmod.s: bn_mp_exptmod.c.s
.PHONY : bn_mp_exptmod.s
# target to generate assembly for a file
bn_mp_exptmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.s
.PHONY : bn_mp_exptmod.c.s
bn_mp_exptmod_fast.o: bn_mp_exptmod_fast.c.o
.PHONY : bn_mp_exptmod_fast.o
# target to build an object file
bn_mp_exptmod_fast.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o
.PHONY : bn_mp_exptmod_fast.c.o
bn_mp_exptmod_fast.i: bn_mp_exptmod_fast.c.i
.PHONY : bn_mp_exptmod_fast.i
# target to preprocess a source file
bn_mp_exptmod_fast.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.i
.PHONY : bn_mp_exptmod_fast.c.i
bn_mp_exptmod_fast.s: bn_mp_exptmod_fast.c.s
.PHONY : bn_mp_exptmod_fast.s
# target to generate assembly for a file
bn_mp_exptmod_fast.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.s
.PHONY : bn_mp_exptmod_fast.c.s
bn_mp_exteuclid.o: bn_mp_exteuclid.c.o
.PHONY : bn_mp_exteuclid.o
# target to build an object file
bn_mp_exteuclid.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o
.PHONY : bn_mp_exteuclid.c.o
bn_mp_exteuclid.i: bn_mp_exteuclid.c.i
.PHONY : bn_mp_exteuclid.i
# target to preprocess a source file
bn_mp_exteuclid.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.i
.PHONY : bn_mp_exteuclid.c.i
bn_mp_exteuclid.s: bn_mp_exteuclid.c.s
.PHONY : bn_mp_exteuclid.s
# target to generate assembly for a file
bn_mp_exteuclid.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.s
.PHONY : bn_mp_exteuclid.c.s
bn_mp_fread.o: bn_mp_fread.c.o
.PHONY : bn_mp_fread.o
# target to build an object file
bn_mp_fread.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fread.c.o
.PHONY : bn_mp_fread.c.o
bn_mp_fread.i: bn_mp_fread.c.i
.PHONY : bn_mp_fread.i
# target to preprocess a source file
bn_mp_fread.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fread.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fread.c.i
.PHONY : bn_mp_fread.c.i
bn_mp_fread.s: bn_mp_fread.c.s
.PHONY : bn_mp_fread.s
# target to generate assembly for a file
bn_mp_fread.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fread.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fread.c.s
.PHONY : bn_mp_fread.c.s
bn_mp_fwrite.o: bn_mp_fwrite.c.o
.PHONY : bn_mp_fwrite.o
# target to build an object file
bn_mp_fwrite.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o
.PHONY : bn_mp_fwrite.c.o
bn_mp_fwrite.i: bn_mp_fwrite.c.i
.PHONY : bn_mp_fwrite.i
# target to preprocess a source file
bn_mp_fwrite.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.i
.PHONY : bn_mp_fwrite.c.i
bn_mp_fwrite.s: bn_mp_fwrite.c.s
.PHONY : bn_mp_fwrite.s
# target to generate assembly for a file
bn_mp_fwrite.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.s
.PHONY : bn_mp_fwrite.c.s
bn_mp_gcd.o: bn_mp_gcd.c.o
.PHONY : bn_mp_gcd.o
# target to build an object file
bn_mp_gcd.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o
.PHONY : bn_mp_gcd.c.o
bn_mp_gcd.i: bn_mp_gcd.c.i
.PHONY : bn_mp_gcd.i
# target to preprocess a source file
bn_mp_gcd.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_gcd.c.i
.PHONY : bn_mp_gcd.c.i
bn_mp_gcd.s: bn_mp_gcd.c.s
.PHONY : bn_mp_gcd.s
# target to generate assembly for a file
bn_mp_gcd.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_gcd.c.s
.PHONY : bn_mp_gcd.c.s
bn_mp_get_int.o: bn_mp_get_int.c.o
.PHONY : bn_mp_get_int.o
# target to build an object file
bn_mp_get_int.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o
.PHONY : bn_mp_get_int.c.o
bn_mp_get_int.i: bn_mp_get_int.c.i
.PHONY : bn_mp_get_int.i
# target to preprocess a source file
bn_mp_get_int.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_int.c.i
.PHONY : bn_mp_get_int.c.i
bn_mp_get_int.s: bn_mp_get_int.c.s
.PHONY : bn_mp_get_int.s
# target to generate assembly for a file
bn_mp_get_int.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_int.c.s
.PHONY : bn_mp_get_int.c.s
bn_mp_get_long.o: bn_mp_get_long.c.o
.PHONY : bn_mp_get_long.o
# target to build an object file
bn_mp_get_long.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o
.PHONY : bn_mp_get_long.c.o
bn_mp_get_long.i: bn_mp_get_long.c.i
.PHONY : bn_mp_get_long.i
# target to preprocess a source file
bn_mp_get_long.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long.c.i
.PHONY : bn_mp_get_long.c.i
bn_mp_get_long.s: bn_mp_get_long.c.s
.PHONY : bn_mp_get_long.s
# target to generate assembly for a file
bn_mp_get_long.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long.c.s
.PHONY : bn_mp_get_long.c.s
bn_mp_get_long_long.o: bn_mp_get_long_long.c.o
.PHONY : bn_mp_get_long_long.o
# target to build an object file
bn_mp_get_long_long.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o
.PHONY : bn_mp_get_long_long.c.o
bn_mp_get_long_long.i: bn_mp_get_long_long.c.i
.PHONY : bn_mp_get_long_long.i
# target to preprocess a source file
bn_mp_get_long_long.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.i
.PHONY : bn_mp_get_long_long.c.i
bn_mp_get_long_long.s: bn_mp_get_long_long.c.s
.PHONY : bn_mp_get_long_long.s
# target to generate assembly for a file
bn_mp_get_long_long.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.s
.PHONY : bn_mp_get_long_long.c.s
bn_mp_grow.o: bn_mp_grow.c.o
.PHONY : bn_mp_grow.o
# target to build an object file
bn_mp_grow.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_grow.c.o
.PHONY : bn_mp_grow.c.o
bn_mp_grow.i: bn_mp_grow.c.i
.PHONY : bn_mp_grow.i
# target to preprocess a source file
bn_mp_grow.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_grow.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_grow.c.i
.PHONY : bn_mp_grow.c.i
bn_mp_grow.s: bn_mp_grow.c.s
.PHONY : bn_mp_grow.s
# target to generate assembly for a file
bn_mp_grow.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_grow.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_grow.c.s
.PHONY : bn_mp_grow.c.s
bn_mp_import.o: bn_mp_import.c.o
.PHONY : bn_mp_import.o
# target to build an object file
bn_mp_import.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_import.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_import.c.o
.PHONY : bn_mp_import.c.o
bn_mp_import.i: bn_mp_import.c.i
.PHONY : bn_mp_import.i
# target to preprocess a source file
bn_mp_import.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_import.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_import.c.i
.PHONY : bn_mp_import.c.i
bn_mp_import.s: bn_mp_import.c.s
.PHONY : bn_mp_import.s
# target to generate assembly for a file
bn_mp_import.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_import.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_import.c.s
.PHONY : bn_mp_import.c.s
bn_mp_init.o: bn_mp_init.c.o
.PHONY : bn_mp_init.o
# target to build an object file
bn_mp_init.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init.c.o
.PHONY : bn_mp_init.c.o
bn_mp_init.i: bn_mp_init.c.i
.PHONY : bn_mp_init.i
# target to preprocess a source file
bn_mp_init.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init.c.i
.PHONY : bn_mp_init.c.i
bn_mp_init.s: bn_mp_init.c.s
.PHONY : bn_mp_init.s
# target to generate assembly for a file
bn_mp_init.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init.c.s
.PHONY : bn_mp_init.c.s
bn_mp_init_copy.o: bn_mp_init_copy.c.o
.PHONY : bn_mp_init_copy.o
# target to build an object file
bn_mp_init_copy.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o
.PHONY : bn_mp_init_copy.c.o
bn_mp_init_copy.i: bn_mp_init_copy.c.i
.PHONY : bn_mp_init_copy.i
# target to preprocess a source file
bn_mp_init_copy.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.i
.PHONY : bn_mp_init_copy.c.i
bn_mp_init_copy.s: bn_mp_init_copy.c.s
.PHONY : bn_mp_init_copy.s
# target to generate assembly for a file
bn_mp_init_copy.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.s
.PHONY : bn_mp_init_copy.c.s
bn_mp_init_multi.o: bn_mp_init_multi.c.o
.PHONY : bn_mp_init_multi.o
# target to build an object file
bn_mp_init_multi.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o
.PHONY : bn_mp_init_multi.c.o
bn_mp_init_multi.i: bn_mp_init_multi.c.i
.PHONY : bn_mp_init_multi.i
# target to preprocess a source file
bn_mp_init_multi.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.i
.PHONY : bn_mp_init_multi.c.i
bn_mp_init_multi.s: bn_mp_init_multi.c.s
.PHONY : bn_mp_init_multi.s
# target to generate assembly for a file
bn_mp_init_multi.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.s
.PHONY : bn_mp_init_multi.c.s
bn_mp_init_set.o: bn_mp_init_set.c.o
.PHONY : bn_mp_init_set.o
# target to build an object file
bn_mp_init_set.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o
.PHONY : bn_mp_init_set.c.o
bn_mp_init_set.i: bn_mp_init_set.c.i
.PHONY : bn_mp_init_set.i
# target to preprocess a source file
bn_mp_init_set.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set.c.i
.PHONY : bn_mp_init_set.c.i
bn_mp_init_set.s: bn_mp_init_set.c.s
.PHONY : bn_mp_init_set.s
# target to generate assembly for a file
bn_mp_init_set.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set.c.s
.PHONY : bn_mp_init_set.c.s
bn_mp_init_set_int.o: bn_mp_init_set_int.c.o
.PHONY : bn_mp_init_set_int.o
# target to build an object file
bn_mp_init_set_int.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o
.PHONY : bn_mp_init_set_int.c.o
bn_mp_init_set_int.i: bn_mp_init_set_int.c.i
.PHONY : bn_mp_init_set_int.i
# target to preprocess a source file
bn_mp_init_set_int.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.i
.PHONY : bn_mp_init_set_int.c.i
bn_mp_init_set_int.s: bn_mp_init_set_int.c.s
.PHONY : bn_mp_init_set_int.s
# target to generate assembly for a file
bn_mp_init_set_int.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.s
.PHONY : bn_mp_init_set_int.c.s
bn_mp_init_size.o: bn_mp_init_size.c.o
.PHONY : bn_mp_init_size.o
# target to build an object file
bn_mp_init_size.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o
.PHONY : bn_mp_init_size.c.o
bn_mp_init_size.i: bn_mp_init_size.c.i
.PHONY : bn_mp_init_size.i
# target to preprocess a source file
bn_mp_init_size.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_size.c.i
.PHONY : bn_mp_init_size.c.i
bn_mp_init_size.s: bn_mp_init_size.c.s
.PHONY : bn_mp_init_size.s
# target to generate assembly for a file
bn_mp_init_size.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_size.c.s
.PHONY : bn_mp_init_size.c.s
bn_mp_invmod.o: bn_mp_invmod.c.o
.PHONY : bn_mp_invmod.o
# target to build an object file
bn_mp_invmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o
.PHONY : bn_mp_invmod.c.o
bn_mp_invmod.i: bn_mp_invmod.c.i
.PHONY : bn_mp_invmod.i
# target to preprocess a source file
bn_mp_invmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod.c.i
.PHONY : bn_mp_invmod.c.i
bn_mp_invmod.s: bn_mp_invmod.c.s
.PHONY : bn_mp_invmod.s
# target to generate assembly for a file
bn_mp_invmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod.c.s
.PHONY : bn_mp_invmod.c.s
bn_mp_invmod_slow.o: bn_mp_invmod_slow.c.o
.PHONY : bn_mp_invmod_slow.o
# target to build an object file
bn_mp_invmod_slow.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o
.PHONY : bn_mp_invmod_slow.c.o
bn_mp_invmod_slow.i: bn_mp_invmod_slow.c.i
.PHONY : bn_mp_invmod_slow.i
# target to preprocess a source file
bn_mp_invmod_slow.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.i
.PHONY : bn_mp_invmod_slow.c.i
bn_mp_invmod_slow.s: bn_mp_invmod_slow.c.s
.PHONY : bn_mp_invmod_slow.s
# target to generate assembly for a file
bn_mp_invmod_slow.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.s
.PHONY : bn_mp_invmod_slow.c.s
bn_mp_is_square.o: bn_mp_is_square.c.o
.PHONY : bn_mp_is_square.o
# target to build an object file
bn_mp_is_square.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o
.PHONY : bn_mp_is_square.c.o
bn_mp_is_square.i: bn_mp_is_square.c.i
.PHONY : bn_mp_is_square.i
# target to preprocess a source file
bn_mp_is_square.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_is_square.c.i
.PHONY : bn_mp_is_square.c.i
bn_mp_is_square.s: bn_mp_is_square.c.s
.PHONY : bn_mp_is_square.s
# target to generate assembly for a file
bn_mp_is_square.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_is_square.c.s
.PHONY : bn_mp_is_square.c.s
bn_mp_jacobi.o: bn_mp_jacobi.c.o
.PHONY : bn_mp_jacobi.o
# target to build an object file
bn_mp_jacobi.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o
.PHONY : bn_mp_jacobi.c.o
bn_mp_jacobi.i: bn_mp_jacobi.c.i
.PHONY : bn_mp_jacobi.i
# target to preprocess a source file
bn_mp_jacobi.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.i
.PHONY : bn_mp_jacobi.c.i
bn_mp_jacobi.s: bn_mp_jacobi.c.s
.PHONY : bn_mp_jacobi.s
# target to generate assembly for a file
bn_mp_jacobi.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.s
.PHONY : bn_mp_jacobi.c.s
bn_mp_karatsuba_mul.o: bn_mp_karatsuba_mul.c.o
.PHONY : bn_mp_karatsuba_mul.o
# target to build an object file
bn_mp_karatsuba_mul.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o
.PHONY : bn_mp_karatsuba_mul.c.o
bn_mp_karatsuba_mul.i: bn_mp_karatsuba_mul.c.i
.PHONY : bn_mp_karatsuba_mul.i
# target to preprocess a source file
bn_mp_karatsuba_mul.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.i
.PHONY : bn_mp_karatsuba_mul.c.i
bn_mp_karatsuba_mul.s: bn_mp_karatsuba_mul.c.s
.PHONY : bn_mp_karatsuba_mul.s
# target to generate assembly for a file
bn_mp_karatsuba_mul.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.s
.PHONY : bn_mp_karatsuba_mul.c.s
bn_mp_karatsuba_sqr.o: bn_mp_karatsuba_sqr.c.o
.PHONY : bn_mp_karatsuba_sqr.o
# target to build an object file
bn_mp_karatsuba_sqr.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o
.PHONY : bn_mp_karatsuba_sqr.c.o
bn_mp_karatsuba_sqr.i: bn_mp_karatsuba_sqr.c.i
.PHONY : bn_mp_karatsuba_sqr.i
# target to preprocess a source file
bn_mp_karatsuba_sqr.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.i
.PHONY : bn_mp_karatsuba_sqr.c.i
bn_mp_karatsuba_sqr.s: bn_mp_karatsuba_sqr.c.s
.PHONY : bn_mp_karatsuba_sqr.s
# target to generate assembly for a file
bn_mp_karatsuba_sqr.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.s
.PHONY : bn_mp_karatsuba_sqr.c.s
bn_mp_lcm.o: bn_mp_lcm.c.o
.PHONY : bn_mp_lcm.o
# target to build an object file
bn_mp_lcm.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o
.PHONY : bn_mp_lcm.c.o
bn_mp_lcm.i: bn_mp_lcm.c.i
.PHONY : bn_mp_lcm.i
# target to preprocess a source file
bn_mp_lcm.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lcm.c.i
.PHONY : bn_mp_lcm.c.i
bn_mp_lcm.s: bn_mp_lcm.c.s
.PHONY : bn_mp_lcm.s
# target to generate assembly for a file
bn_mp_lcm.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lcm.c.s
.PHONY : bn_mp_lcm.c.s
bn_mp_lshd.o: bn_mp_lshd.c.o
.PHONY : bn_mp_lshd.o
# target to build an object file
bn_mp_lshd.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o
.PHONY : bn_mp_lshd.c.o
bn_mp_lshd.i: bn_mp_lshd.c.i
.PHONY : bn_mp_lshd.i
# target to preprocess a source file
bn_mp_lshd.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lshd.c.i
.PHONY : bn_mp_lshd.c.i
bn_mp_lshd.s: bn_mp_lshd.c.s
.PHONY : bn_mp_lshd.s
# target to generate assembly for a file
bn_mp_lshd.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lshd.c.s
.PHONY : bn_mp_lshd.c.s
bn_mp_mod.o: bn_mp_mod.c.o
.PHONY : bn_mp_mod.o
# target to build an object file
bn_mp_mod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod.c.o
.PHONY : bn_mp_mod.c.o
bn_mp_mod.i: bn_mp_mod.c.i
.PHONY : bn_mp_mod.i
# target to preprocess a source file
bn_mp_mod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod.c.i
.PHONY : bn_mp_mod.c.i
bn_mp_mod.s: bn_mp_mod.c.s
.PHONY : bn_mp_mod.s
# target to generate assembly for a file
bn_mp_mod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod.c.s
.PHONY : bn_mp_mod.c.s
bn_mp_mod_2d.o: bn_mp_mod_2d.c.o
.PHONY : bn_mp_mod_2d.o
# target to build an object file
bn_mp_mod_2d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o
.PHONY : bn_mp_mod_2d.c.o
bn_mp_mod_2d.i: bn_mp_mod_2d.c.i
.PHONY : bn_mp_mod_2d.i
# target to preprocess a source file
bn_mp_mod_2d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.i
.PHONY : bn_mp_mod_2d.c.i
bn_mp_mod_2d.s: bn_mp_mod_2d.c.s
.PHONY : bn_mp_mod_2d.s
# target to generate assembly for a file
bn_mp_mod_2d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.s
.PHONY : bn_mp_mod_2d.c.s
bn_mp_mod_d.o: bn_mp_mod_d.c.o
.PHONY : bn_mp_mod_d.o
# target to build an object file
bn_mp_mod_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o
.PHONY : bn_mp_mod_d.c.o
bn_mp_mod_d.i: bn_mp_mod_d.c.i
.PHONY : bn_mp_mod_d.i
# target to preprocess a source file
bn_mp_mod_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.i
.PHONY : bn_mp_mod_d.c.i
bn_mp_mod_d.s: bn_mp_mod_d.c.s
.PHONY : bn_mp_mod_d.s
# target to generate assembly for a file
bn_mp_mod_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.s
.PHONY : bn_mp_mod_d.c.s
bn_mp_montgomery_calc_normalization.o: bn_mp_montgomery_calc_normalization.c.o
.PHONY : bn_mp_montgomery_calc_normalization.o
# target to build an object file
bn_mp_montgomery_calc_normalization.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o
.PHONY : bn_mp_montgomery_calc_normalization.c.o
bn_mp_montgomery_calc_normalization.i: bn_mp_montgomery_calc_normalization.c.i
.PHONY : bn_mp_montgomery_calc_normalization.i
# target to preprocess a source file
bn_mp_montgomery_calc_normalization.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.i
.PHONY : bn_mp_montgomery_calc_normalization.c.i
bn_mp_montgomery_calc_normalization.s: bn_mp_montgomery_calc_normalization.c.s
.PHONY : bn_mp_montgomery_calc_normalization.s
# target to generate assembly for a file
bn_mp_montgomery_calc_normalization.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.s
.PHONY : bn_mp_montgomery_calc_normalization.c.s
bn_mp_montgomery_reduce.o: bn_mp_montgomery_reduce.c.o
.PHONY : bn_mp_montgomery_reduce.o
# target to build an object file
bn_mp_montgomery_reduce.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o
.PHONY : bn_mp_montgomery_reduce.c.o
bn_mp_montgomery_reduce.i: bn_mp_montgomery_reduce.c.i
.PHONY : bn_mp_montgomery_reduce.i
# target to preprocess a source file
bn_mp_montgomery_reduce.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.i
.PHONY : bn_mp_montgomery_reduce.c.i
bn_mp_montgomery_reduce.s: bn_mp_montgomery_reduce.c.s
.PHONY : bn_mp_montgomery_reduce.s
# target to generate assembly for a file
bn_mp_montgomery_reduce.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.s
.PHONY : bn_mp_montgomery_reduce.c.s
bn_mp_montgomery_setup.o: bn_mp_montgomery_setup.c.o
.PHONY : bn_mp_montgomery_setup.o
# target to build an object file
bn_mp_montgomery_setup.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o
.PHONY : bn_mp_montgomery_setup.c.o
bn_mp_montgomery_setup.i: bn_mp_montgomery_setup.c.i
.PHONY : bn_mp_montgomery_setup.i
# target to preprocess a source file
bn_mp_montgomery_setup.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.i
.PHONY : bn_mp_montgomery_setup.c.i
bn_mp_montgomery_setup.s: bn_mp_montgomery_setup.c.s
.PHONY : bn_mp_montgomery_setup.s
# target to generate assembly for a file
bn_mp_montgomery_setup.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.s
.PHONY : bn_mp_montgomery_setup.c.s
bn_mp_mul.o: bn_mp_mul.c.o
.PHONY : bn_mp_mul.o
# target to build an object file
bn_mp_mul.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul.c.o
.PHONY : bn_mp_mul.c.o
bn_mp_mul.i: bn_mp_mul.c.i
.PHONY : bn_mp_mul.i
# target to preprocess a source file
bn_mp_mul.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul.c.i
.PHONY : bn_mp_mul.c.i
bn_mp_mul.s: bn_mp_mul.c.s
.PHONY : bn_mp_mul.s
# target to generate assembly for a file
bn_mp_mul.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul.c.s
.PHONY : bn_mp_mul.c.s
bn_mp_mul_2.o: bn_mp_mul_2.c.o
.PHONY : bn_mp_mul_2.o
# target to build an object file
bn_mp_mul_2.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o
.PHONY : bn_mp_mul_2.c.o
bn_mp_mul_2.i: bn_mp_mul_2.c.i
.PHONY : bn_mp_mul_2.i
# target to preprocess a source file
bn_mp_mul_2.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.i
.PHONY : bn_mp_mul_2.c.i
bn_mp_mul_2.s: bn_mp_mul_2.c.s
.PHONY : bn_mp_mul_2.s
# target to generate assembly for a file
bn_mp_mul_2.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.s
.PHONY : bn_mp_mul_2.c.s
bn_mp_mul_2d.o: bn_mp_mul_2d.c.o
.PHONY : bn_mp_mul_2d.o
# target to build an object file
bn_mp_mul_2d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o
.PHONY : bn_mp_mul_2d.c.o
bn_mp_mul_2d.i: bn_mp_mul_2d.c.i
.PHONY : bn_mp_mul_2d.i
# target to preprocess a source file
bn_mp_mul_2d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.i
.PHONY : bn_mp_mul_2d.c.i
bn_mp_mul_2d.s: bn_mp_mul_2d.c.s
.PHONY : bn_mp_mul_2d.s
# target to generate assembly for a file
bn_mp_mul_2d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.s
.PHONY : bn_mp_mul_2d.c.s
bn_mp_mul_d.o: bn_mp_mul_d.c.o
.PHONY : bn_mp_mul_d.o
# target to build an object file
bn_mp_mul_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o
.PHONY : bn_mp_mul_d.c.o
bn_mp_mul_d.i: bn_mp_mul_d.c.i
.PHONY : bn_mp_mul_d.i
# target to preprocess a source file
bn_mp_mul_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.i
.PHONY : bn_mp_mul_d.c.i
bn_mp_mul_d.s: bn_mp_mul_d.c.s
.PHONY : bn_mp_mul_d.s
# target to generate assembly for a file
bn_mp_mul_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.s
.PHONY : bn_mp_mul_d.c.s
bn_mp_mulmod.o: bn_mp_mulmod.c.o
.PHONY : bn_mp_mulmod.o
# target to build an object file
bn_mp_mulmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o
.PHONY : bn_mp_mulmod.c.o
bn_mp_mulmod.i: bn_mp_mulmod.c.i
.PHONY : bn_mp_mulmod.i
# target to preprocess a source file
bn_mp_mulmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.i
.PHONY : bn_mp_mulmod.c.i
bn_mp_mulmod.s: bn_mp_mulmod.c.s
.PHONY : bn_mp_mulmod.s
# target to generate assembly for a file
bn_mp_mulmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.s
.PHONY : bn_mp_mulmod.c.s
bn_mp_n_root.o: bn_mp_n_root.c.o
.PHONY : bn_mp_n_root.o
# target to build an object file
bn_mp_n_root.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o
.PHONY : bn_mp_n_root.c.o
bn_mp_n_root.i: bn_mp_n_root.c.i
.PHONY : bn_mp_n_root.i
# target to preprocess a source file
bn_mp_n_root.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root.c.i
.PHONY : bn_mp_n_root.c.i
bn_mp_n_root.s: bn_mp_n_root.c.s
.PHONY : bn_mp_n_root.s
# target to generate assembly for a file
bn_mp_n_root.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root.c.s
.PHONY : bn_mp_n_root.c.s
bn_mp_n_root_ex.o: bn_mp_n_root_ex.c.o
.PHONY : bn_mp_n_root_ex.o
# target to build an object file
bn_mp_n_root_ex.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o
.PHONY : bn_mp_n_root_ex.c.o
bn_mp_n_root_ex.i: bn_mp_n_root_ex.c.i
.PHONY : bn_mp_n_root_ex.i
# target to preprocess a source file
bn_mp_n_root_ex.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.i
.PHONY : bn_mp_n_root_ex.c.i
bn_mp_n_root_ex.s: bn_mp_n_root_ex.c.s
.PHONY : bn_mp_n_root_ex.s
# target to generate assembly for a file
bn_mp_n_root_ex.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.s
.PHONY : bn_mp_n_root_ex.c.s
bn_mp_neg.o: bn_mp_neg.c.o
.PHONY : bn_mp_neg.o
# target to build an object file
bn_mp_neg.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_neg.c.o
.PHONY : bn_mp_neg.c.o
bn_mp_neg.i: bn_mp_neg.c.i
.PHONY : bn_mp_neg.i
# target to preprocess a source file
bn_mp_neg.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_neg.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_neg.c.i
.PHONY : bn_mp_neg.c.i
bn_mp_neg.s: bn_mp_neg.c.s
.PHONY : bn_mp_neg.s
# target to generate assembly for a file
bn_mp_neg.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_neg.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_neg.c.s
.PHONY : bn_mp_neg.c.s
bn_mp_or.o: bn_mp_or.c.o
.PHONY : bn_mp_or.o
# target to build an object file
bn_mp_or.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_or.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_or.c.o
.PHONY : bn_mp_or.c.o
bn_mp_or.i: bn_mp_or.c.i
.PHONY : bn_mp_or.i
# target to preprocess a source file
bn_mp_or.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_or.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_or.c.i
.PHONY : bn_mp_or.c.i
bn_mp_or.s: bn_mp_or.c.s
.PHONY : bn_mp_or.s
# target to generate assembly for a file
bn_mp_or.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_or.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_or.c.s
.PHONY : bn_mp_or.c.s
bn_mp_prime_fermat.o: bn_mp_prime_fermat.c.o
.PHONY : bn_mp_prime_fermat.o
# target to build an object file
bn_mp_prime_fermat.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o
.PHONY : bn_mp_prime_fermat.c.o
bn_mp_prime_fermat.i: bn_mp_prime_fermat.c.i
.PHONY : bn_mp_prime_fermat.i
# target to preprocess a source file
bn_mp_prime_fermat.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.i
.PHONY : bn_mp_prime_fermat.c.i
bn_mp_prime_fermat.s: bn_mp_prime_fermat.c.s
.PHONY : bn_mp_prime_fermat.s
# target to generate assembly for a file
bn_mp_prime_fermat.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.s
.PHONY : bn_mp_prime_fermat.c.s
bn_mp_prime_is_divisible.o: bn_mp_prime_is_divisible.c.o
.PHONY : bn_mp_prime_is_divisible.o
# target to build an object file
bn_mp_prime_is_divisible.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o
.PHONY : bn_mp_prime_is_divisible.c.o
bn_mp_prime_is_divisible.i: bn_mp_prime_is_divisible.c.i
.PHONY : bn_mp_prime_is_divisible.i
# target to preprocess a source file
bn_mp_prime_is_divisible.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.i
.PHONY : bn_mp_prime_is_divisible.c.i
bn_mp_prime_is_divisible.s: bn_mp_prime_is_divisible.c.s
.PHONY : bn_mp_prime_is_divisible.s
# target to generate assembly for a file
bn_mp_prime_is_divisible.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.s
.PHONY : bn_mp_prime_is_divisible.c.s
bn_mp_prime_is_prime.o: bn_mp_prime_is_prime.c.o
.PHONY : bn_mp_prime_is_prime.o
# target to build an object file
bn_mp_prime_is_prime.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o
.PHONY : bn_mp_prime_is_prime.c.o
bn_mp_prime_is_prime.i: bn_mp_prime_is_prime.c.i
.PHONY : bn_mp_prime_is_prime.i
# target to preprocess a source file
bn_mp_prime_is_prime.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.i
.PHONY : bn_mp_prime_is_prime.c.i
bn_mp_prime_is_prime.s: bn_mp_prime_is_prime.c.s
.PHONY : bn_mp_prime_is_prime.s
# target to generate assembly for a file
bn_mp_prime_is_prime.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.s
.PHONY : bn_mp_prime_is_prime.c.s
bn_mp_prime_miller_rabin.o: bn_mp_prime_miller_rabin.c.o
.PHONY : bn_mp_prime_miller_rabin.o
# target to build an object file
bn_mp_prime_miller_rabin.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o
.PHONY : bn_mp_prime_miller_rabin.c.o
bn_mp_prime_miller_rabin.i: bn_mp_prime_miller_rabin.c.i
.PHONY : bn_mp_prime_miller_rabin.i
# target to preprocess a source file
bn_mp_prime_miller_rabin.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.i
.PHONY : bn_mp_prime_miller_rabin.c.i
bn_mp_prime_miller_rabin.s: bn_mp_prime_miller_rabin.c.s
.PHONY : bn_mp_prime_miller_rabin.s
# target to generate assembly for a file
bn_mp_prime_miller_rabin.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.s
.PHONY : bn_mp_prime_miller_rabin.c.s
bn_mp_prime_next_prime.o: bn_mp_prime_next_prime.c.o
.PHONY : bn_mp_prime_next_prime.o
# target to build an object file
bn_mp_prime_next_prime.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o
.PHONY : bn_mp_prime_next_prime.c.o
bn_mp_prime_next_prime.i: bn_mp_prime_next_prime.c.i
.PHONY : bn_mp_prime_next_prime.i
# target to preprocess a source file
bn_mp_prime_next_prime.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.i
.PHONY : bn_mp_prime_next_prime.c.i
bn_mp_prime_next_prime.s: bn_mp_prime_next_prime.c.s
.PHONY : bn_mp_prime_next_prime.s
# target to generate assembly for a file
bn_mp_prime_next_prime.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.s
.PHONY : bn_mp_prime_next_prime.c.s
bn_mp_prime_rabin_miller_trials.o: bn_mp_prime_rabin_miller_trials.c.o
.PHONY : bn_mp_prime_rabin_miller_trials.o
# target to build an object file
bn_mp_prime_rabin_miller_trials.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o
.PHONY : bn_mp_prime_rabin_miller_trials.c.o
bn_mp_prime_rabin_miller_trials.i: bn_mp_prime_rabin_miller_trials.c.i
.PHONY : bn_mp_prime_rabin_miller_trials.i
# target to preprocess a source file
bn_mp_prime_rabin_miller_trials.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.i
.PHONY : bn_mp_prime_rabin_miller_trials.c.i
bn_mp_prime_rabin_miller_trials.s: bn_mp_prime_rabin_miller_trials.c.s
.PHONY : bn_mp_prime_rabin_miller_trials.s
# target to generate assembly for a file
bn_mp_prime_rabin_miller_trials.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.s
.PHONY : bn_mp_prime_rabin_miller_trials.c.s
bn_mp_prime_random_ex.o: bn_mp_prime_random_ex.c.o
.PHONY : bn_mp_prime_random_ex.o
# target to build an object file
bn_mp_prime_random_ex.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o
.PHONY : bn_mp_prime_random_ex.c.o
bn_mp_prime_random_ex.i: bn_mp_prime_random_ex.c.i
.PHONY : bn_mp_prime_random_ex.i
# target to preprocess a source file
bn_mp_prime_random_ex.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.i
.PHONY : bn_mp_prime_random_ex.c.i
bn_mp_prime_random_ex.s: bn_mp_prime_random_ex.c.s
.PHONY : bn_mp_prime_random_ex.s
# target to generate assembly for a file
bn_mp_prime_random_ex.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.s
.PHONY : bn_mp_prime_random_ex.c.s
bn_mp_radix_size.o: bn_mp_radix_size.c.o
.PHONY : bn_mp_radix_size.o
# target to build an object file
bn_mp_radix_size.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o
.PHONY : bn_mp_radix_size.c.o
bn_mp_radix_size.i: bn_mp_radix_size.c.i
.PHONY : bn_mp_radix_size.i
# target to preprocess a source file
bn_mp_radix_size.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.i
.PHONY : bn_mp_radix_size.c.i
bn_mp_radix_size.s: bn_mp_radix_size.c.s
.PHONY : bn_mp_radix_size.s
# target to generate assembly for a file
bn_mp_radix_size.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.s
.PHONY : bn_mp_radix_size.c.s
bn_mp_radix_smap.o: bn_mp_radix_smap.c.o
.PHONY : bn_mp_radix_smap.o
# target to build an object file
bn_mp_radix_smap.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o
.PHONY : bn_mp_radix_smap.c.o
bn_mp_radix_smap.i: bn_mp_radix_smap.c.i
.PHONY : bn_mp_radix_smap.i
# target to preprocess a source file
bn_mp_radix_smap.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.i
.PHONY : bn_mp_radix_smap.c.i
bn_mp_radix_smap.s: bn_mp_radix_smap.c.s
.PHONY : bn_mp_radix_smap.s
# target to generate assembly for a file
bn_mp_radix_smap.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.s
.PHONY : bn_mp_radix_smap.c.s
bn_mp_rand.o: bn_mp_rand.c.o
.PHONY : bn_mp_rand.o
# target to build an object file
bn_mp_rand.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rand.c.o
.PHONY : bn_mp_rand.c.o
bn_mp_rand.i: bn_mp_rand.c.i
.PHONY : bn_mp_rand.i
# target to preprocess a source file
bn_mp_rand.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rand.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rand.c.i
.PHONY : bn_mp_rand.c.i
bn_mp_rand.s: bn_mp_rand.c.s
.PHONY : bn_mp_rand.s
# target to generate assembly for a file
bn_mp_rand.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rand.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rand.c.s
.PHONY : bn_mp_rand.c.s
bn_mp_read_radix.o: bn_mp_read_radix.c.o
.PHONY : bn_mp_read_radix.o
# target to build an object file
bn_mp_read_radix.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o
.PHONY : bn_mp_read_radix.c.o
bn_mp_read_radix.i: bn_mp_read_radix.c.i
.PHONY : bn_mp_read_radix.i
# target to preprocess a source file
bn_mp_read_radix.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.i
.PHONY : bn_mp_read_radix.c.i
bn_mp_read_radix.s: bn_mp_read_radix.c.s
.PHONY : bn_mp_read_radix.s
# target to generate assembly for a file
bn_mp_read_radix.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.s
.PHONY : bn_mp_read_radix.c.s
bn_mp_read_signed_bin.o: bn_mp_read_signed_bin.c.o
.PHONY : bn_mp_read_signed_bin.o
# target to build an object file
bn_mp_read_signed_bin.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o
.PHONY : bn_mp_read_signed_bin.c.o
bn_mp_read_signed_bin.i: bn_mp_read_signed_bin.c.i
.PHONY : bn_mp_read_signed_bin.i
# target to preprocess a source file
bn_mp_read_signed_bin.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.i
.PHONY : bn_mp_read_signed_bin.c.i
bn_mp_read_signed_bin.s: bn_mp_read_signed_bin.c.s
.PHONY : bn_mp_read_signed_bin.s
# target to generate assembly for a file
bn_mp_read_signed_bin.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.s
.PHONY : bn_mp_read_signed_bin.c.s
bn_mp_read_unsigned_bin.o: bn_mp_read_unsigned_bin.c.o
.PHONY : bn_mp_read_unsigned_bin.o
# target to build an object file
bn_mp_read_unsigned_bin.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o
.PHONY : bn_mp_read_unsigned_bin.c.o
bn_mp_read_unsigned_bin.i: bn_mp_read_unsigned_bin.c.i
.PHONY : bn_mp_read_unsigned_bin.i
# target to preprocess a source file
bn_mp_read_unsigned_bin.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.i
.PHONY : bn_mp_read_unsigned_bin.c.i
bn_mp_read_unsigned_bin.s: bn_mp_read_unsigned_bin.c.s
.PHONY : bn_mp_read_unsigned_bin.s
# target to generate assembly for a file
bn_mp_read_unsigned_bin.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.s
.PHONY : bn_mp_read_unsigned_bin.c.s
bn_mp_reduce.o: bn_mp_reduce.c.o
.PHONY : bn_mp_reduce.o
# target to build an object file
bn_mp_reduce.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o
.PHONY : bn_mp_reduce.c.o
bn_mp_reduce.i: bn_mp_reduce.c.i
.PHONY : bn_mp_reduce.i
# target to preprocess a source file
bn_mp_reduce.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce.c.i
.PHONY : bn_mp_reduce.c.i
bn_mp_reduce.s: bn_mp_reduce.c.s
.PHONY : bn_mp_reduce.s
# target to generate assembly for a file
bn_mp_reduce.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce.c.s
.PHONY : bn_mp_reduce.c.s
bn_mp_reduce_2k.o: bn_mp_reduce_2k.c.o
.PHONY : bn_mp_reduce_2k.o
# target to build an object file
bn_mp_reduce_2k.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o
.PHONY : bn_mp_reduce_2k.c.o
bn_mp_reduce_2k.i: bn_mp_reduce_2k.c.i
.PHONY : bn_mp_reduce_2k.i
# target to preprocess a source file
bn_mp_reduce_2k.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.i
.PHONY : bn_mp_reduce_2k.c.i
bn_mp_reduce_2k.s: bn_mp_reduce_2k.c.s
.PHONY : bn_mp_reduce_2k.s
# target to generate assembly for a file
bn_mp_reduce_2k.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.s
.PHONY : bn_mp_reduce_2k.c.s
bn_mp_reduce_2k_l.o: bn_mp_reduce_2k_l.c.o
.PHONY : bn_mp_reduce_2k_l.o
# target to build an object file
bn_mp_reduce_2k_l.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o
.PHONY : bn_mp_reduce_2k_l.c.o
bn_mp_reduce_2k_l.i: bn_mp_reduce_2k_l.c.i
.PHONY : bn_mp_reduce_2k_l.i
# target to preprocess a source file
bn_mp_reduce_2k_l.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.i
.PHONY : bn_mp_reduce_2k_l.c.i
bn_mp_reduce_2k_l.s: bn_mp_reduce_2k_l.c.s
.PHONY : bn_mp_reduce_2k_l.s
# target to generate assembly for a file
bn_mp_reduce_2k_l.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.s
.PHONY : bn_mp_reduce_2k_l.c.s
bn_mp_reduce_2k_setup.o: bn_mp_reduce_2k_setup.c.o
.PHONY : bn_mp_reduce_2k_setup.o
# target to build an object file
bn_mp_reduce_2k_setup.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o
.PHONY : bn_mp_reduce_2k_setup.c.o
bn_mp_reduce_2k_setup.i: bn_mp_reduce_2k_setup.c.i
.PHONY : bn_mp_reduce_2k_setup.i
# target to preprocess a source file
bn_mp_reduce_2k_setup.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.i
.PHONY : bn_mp_reduce_2k_setup.c.i
bn_mp_reduce_2k_setup.s: bn_mp_reduce_2k_setup.c.s
.PHONY : bn_mp_reduce_2k_setup.s
# target to generate assembly for a file
bn_mp_reduce_2k_setup.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.s
.PHONY : bn_mp_reduce_2k_setup.c.s
bn_mp_reduce_2k_setup_l.o: bn_mp_reduce_2k_setup_l.c.o
.PHONY : bn_mp_reduce_2k_setup_l.o
# target to build an object file
bn_mp_reduce_2k_setup_l.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o
.PHONY : bn_mp_reduce_2k_setup_l.c.o
bn_mp_reduce_2k_setup_l.i: bn_mp_reduce_2k_setup_l.c.i
.PHONY : bn_mp_reduce_2k_setup_l.i
# target to preprocess a source file
bn_mp_reduce_2k_setup_l.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.i
.PHONY : bn_mp_reduce_2k_setup_l.c.i
bn_mp_reduce_2k_setup_l.s: bn_mp_reduce_2k_setup_l.c.s
.PHONY : bn_mp_reduce_2k_setup_l.s
# target to generate assembly for a file
bn_mp_reduce_2k_setup_l.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.s
.PHONY : bn_mp_reduce_2k_setup_l.c.s
bn_mp_reduce_is_2k.o: bn_mp_reduce_is_2k.c.o
.PHONY : bn_mp_reduce_is_2k.o
# target to build an object file
bn_mp_reduce_is_2k.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o
.PHONY : bn_mp_reduce_is_2k.c.o
bn_mp_reduce_is_2k.i: bn_mp_reduce_is_2k.c.i
.PHONY : bn_mp_reduce_is_2k.i
# target to preprocess a source file
bn_mp_reduce_is_2k.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.i
.PHONY : bn_mp_reduce_is_2k.c.i
bn_mp_reduce_is_2k.s: bn_mp_reduce_is_2k.c.s
.PHONY : bn_mp_reduce_is_2k.s
# target to generate assembly for a file
bn_mp_reduce_is_2k.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.s
.PHONY : bn_mp_reduce_is_2k.c.s
bn_mp_reduce_is_2k_l.o: bn_mp_reduce_is_2k_l.c.o
.PHONY : bn_mp_reduce_is_2k_l.o
# target to build an object file
bn_mp_reduce_is_2k_l.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o
.PHONY : bn_mp_reduce_is_2k_l.c.o
bn_mp_reduce_is_2k_l.i: bn_mp_reduce_is_2k_l.c.i
.PHONY : bn_mp_reduce_is_2k_l.i
# target to preprocess a source file
bn_mp_reduce_is_2k_l.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.i
.PHONY : bn_mp_reduce_is_2k_l.c.i
bn_mp_reduce_is_2k_l.s: bn_mp_reduce_is_2k_l.c.s
.PHONY : bn_mp_reduce_is_2k_l.s
# target to generate assembly for a file
bn_mp_reduce_is_2k_l.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.s
.PHONY : bn_mp_reduce_is_2k_l.c.s
bn_mp_reduce_setup.o: bn_mp_reduce_setup.c.o
.PHONY : bn_mp_reduce_setup.o
# target to build an object file
bn_mp_reduce_setup.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o
.PHONY : bn_mp_reduce_setup.c.o
bn_mp_reduce_setup.i: bn_mp_reduce_setup.c.i
.PHONY : bn_mp_reduce_setup.i
# target to preprocess a source file
bn_mp_reduce_setup.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.i
.PHONY : bn_mp_reduce_setup.c.i
bn_mp_reduce_setup.s: bn_mp_reduce_setup.c.s
.PHONY : bn_mp_reduce_setup.s
# target to generate assembly for a file
bn_mp_reduce_setup.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.s
.PHONY : bn_mp_reduce_setup.c.s
bn_mp_rshd.o: bn_mp_rshd.c.o
.PHONY : bn_mp_rshd.o
# target to build an object file
bn_mp_rshd.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o
.PHONY : bn_mp_rshd.c.o
bn_mp_rshd.i: bn_mp_rshd.c.i
.PHONY : bn_mp_rshd.i
# target to preprocess a source file
bn_mp_rshd.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rshd.c.i
.PHONY : bn_mp_rshd.c.i
bn_mp_rshd.s: bn_mp_rshd.c.s
.PHONY : bn_mp_rshd.s
# target to generate assembly for a file
bn_mp_rshd.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rshd.c.s
.PHONY : bn_mp_rshd.c.s
bn_mp_set.o: bn_mp_set.c.o
.PHONY : bn_mp_set.o
# target to build an object file
bn_mp_set.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set.c.o
.PHONY : bn_mp_set.c.o
bn_mp_set.i: bn_mp_set.c.i
.PHONY : bn_mp_set.i
# target to preprocess a source file
bn_mp_set.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set.c.i
.PHONY : bn_mp_set.c.i
bn_mp_set.s: bn_mp_set.c.s
.PHONY : bn_mp_set.s
# target to generate assembly for a file
bn_mp_set.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set.c.s
.PHONY : bn_mp_set.c.s
bn_mp_set_int.o: bn_mp_set_int.c.o
.PHONY : bn_mp_set_int.o
# target to build an object file
bn_mp_set_int.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o
.PHONY : bn_mp_set_int.c.o
bn_mp_set_int.i: bn_mp_set_int.c.i
.PHONY : bn_mp_set_int.i
# target to preprocess a source file
bn_mp_set_int.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_int.c.i
.PHONY : bn_mp_set_int.c.i
bn_mp_set_int.s: bn_mp_set_int.c.s
.PHONY : bn_mp_set_int.s
# target to generate assembly for a file
bn_mp_set_int.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_int.c.s
.PHONY : bn_mp_set_int.c.s
bn_mp_set_long.o: bn_mp_set_long.c.o
.PHONY : bn_mp_set_long.o
# target to build an object file
bn_mp_set_long.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o
.PHONY : bn_mp_set_long.c.o
bn_mp_set_long.i: bn_mp_set_long.c.i
.PHONY : bn_mp_set_long.i
# target to preprocess a source file
bn_mp_set_long.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long.c.i
.PHONY : bn_mp_set_long.c.i
bn_mp_set_long.s: bn_mp_set_long.c.s
.PHONY : bn_mp_set_long.s
# target to generate assembly for a file
bn_mp_set_long.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long.c.s
.PHONY : bn_mp_set_long.c.s
bn_mp_set_long_long.o: bn_mp_set_long_long.c.o
.PHONY : bn_mp_set_long_long.o
# target to build an object file
bn_mp_set_long_long.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o
.PHONY : bn_mp_set_long_long.c.o
bn_mp_set_long_long.i: bn_mp_set_long_long.c.i
.PHONY : bn_mp_set_long_long.i
# target to preprocess a source file
bn_mp_set_long_long.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.i
.PHONY : bn_mp_set_long_long.c.i
bn_mp_set_long_long.s: bn_mp_set_long_long.c.s
.PHONY : bn_mp_set_long_long.s
# target to generate assembly for a file
bn_mp_set_long_long.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.s
.PHONY : bn_mp_set_long_long.c.s
bn_mp_shrink.o: bn_mp_shrink.c.o
.PHONY : bn_mp_shrink.o
# target to build an object file
bn_mp_shrink.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o
.PHONY : bn_mp_shrink.c.o
bn_mp_shrink.i: bn_mp_shrink.c.i
.PHONY : bn_mp_shrink.i
# target to preprocess a source file
bn_mp_shrink.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_shrink.c.i
.PHONY : bn_mp_shrink.c.i
bn_mp_shrink.s: bn_mp_shrink.c.s
.PHONY : bn_mp_shrink.s
# target to generate assembly for a file
bn_mp_shrink.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_shrink.c.s
.PHONY : bn_mp_shrink.c.s
bn_mp_signed_bin_size.o: bn_mp_signed_bin_size.c.o
.PHONY : bn_mp_signed_bin_size.o
# target to build an object file
bn_mp_signed_bin_size.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o
.PHONY : bn_mp_signed_bin_size.c.o
bn_mp_signed_bin_size.i: bn_mp_signed_bin_size.c.i
.PHONY : bn_mp_signed_bin_size.i
# target to preprocess a source file
bn_mp_signed_bin_size.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.i
.PHONY : bn_mp_signed_bin_size.c.i
bn_mp_signed_bin_size.s: bn_mp_signed_bin_size.c.s
.PHONY : bn_mp_signed_bin_size.s
# target to generate assembly for a file
bn_mp_signed_bin_size.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.s
.PHONY : bn_mp_signed_bin_size.c.s
bn_mp_sqr.o: bn_mp_sqr.c.o
.PHONY : bn_mp_sqr.o
# target to build an object file
bn_mp_sqr.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o
.PHONY : bn_mp_sqr.c.o
bn_mp_sqr.i: bn_mp_sqr.c.i
.PHONY : bn_mp_sqr.i
# target to preprocess a source file
bn_mp_sqr.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqr.c.i
.PHONY : bn_mp_sqr.c.i
bn_mp_sqr.s: bn_mp_sqr.c.s
.PHONY : bn_mp_sqr.s
# target to generate assembly for a file
bn_mp_sqr.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqr.c.s
.PHONY : bn_mp_sqr.c.s
bn_mp_sqrmod.o: bn_mp_sqrmod.c.o
.PHONY : bn_mp_sqrmod.o
# target to build an object file
bn_mp_sqrmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o
.PHONY : bn_mp_sqrmod.c.o
bn_mp_sqrmod.i: bn_mp_sqrmod.c.i
.PHONY : bn_mp_sqrmod.i
# target to preprocess a source file
bn_mp_sqrmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.i
.PHONY : bn_mp_sqrmod.c.i
bn_mp_sqrmod.s: bn_mp_sqrmod.c.s
.PHONY : bn_mp_sqrmod.s
# target to generate assembly for a file
bn_mp_sqrmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.s
.PHONY : bn_mp_sqrmod.c.s
bn_mp_sqrt.o: bn_mp_sqrt.c.o
.PHONY : bn_mp_sqrt.o
# target to build an object file
bn_mp_sqrt.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o
.PHONY : bn_mp_sqrt.c.o
bn_mp_sqrt.i: bn_mp_sqrt.c.i
.PHONY : bn_mp_sqrt.i
# target to preprocess a source file
bn_mp_sqrt.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.i
.PHONY : bn_mp_sqrt.c.i
bn_mp_sqrt.s: bn_mp_sqrt.c.s
.PHONY : bn_mp_sqrt.s
# target to generate assembly for a file
bn_mp_sqrt.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.s
.PHONY : bn_mp_sqrt.c.s
bn_mp_sqrtmod_prime.o: bn_mp_sqrtmod_prime.c.o
.PHONY : bn_mp_sqrtmod_prime.o
# target to build an object file
bn_mp_sqrtmod_prime.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o
.PHONY : bn_mp_sqrtmod_prime.c.o
bn_mp_sqrtmod_prime.i: bn_mp_sqrtmod_prime.c.i
.PHONY : bn_mp_sqrtmod_prime.i
# target to preprocess a source file
bn_mp_sqrtmod_prime.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.i
.PHONY : bn_mp_sqrtmod_prime.c.i
bn_mp_sqrtmod_prime.s: bn_mp_sqrtmod_prime.c.s
.PHONY : bn_mp_sqrtmod_prime.s
# target to generate assembly for a file
bn_mp_sqrtmod_prime.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.s
.PHONY : bn_mp_sqrtmod_prime.c.s
bn_mp_sub.o: bn_mp_sub.c.o
.PHONY : bn_mp_sub.o
# target to build an object file
bn_mp_sub.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub.c.o
.PHONY : bn_mp_sub.c.o
bn_mp_sub.i: bn_mp_sub.c.i
.PHONY : bn_mp_sub.i
# target to preprocess a source file
bn_mp_sub.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub.c.i
.PHONY : bn_mp_sub.c.i
bn_mp_sub.s: bn_mp_sub.c.s
.PHONY : bn_mp_sub.s
# target to generate assembly for a file
bn_mp_sub.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub.c.s
.PHONY : bn_mp_sub.c.s
bn_mp_sub_d.o: bn_mp_sub_d.c.o
.PHONY : bn_mp_sub_d.o
# target to build an object file
bn_mp_sub_d.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o
.PHONY : bn_mp_sub_d.c.o
bn_mp_sub_d.i: bn_mp_sub_d.c.i
.PHONY : bn_mp_sub_d.i
# target to preprocess a source file
bn_mp_sub_d.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.i
.PHONY : bn_mp_sub_d.c.i
bn_mp_sub_d.s: bn_mp_sub_d.c.s
.PHONY : bn_mp_sub_d.s
# target to generate assembly for a file
bn_mp_sub_d.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.s
.PHONY : bn_mp_sub_d.c.s
bn_mp_submod.o: bn_mp_submod.c.o
.PHONY : bn_mp_submod.o
# target to build an object file
bn_mp_submod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_submod.c.o
.PHONY : bn_mp_submod.c.o
bn_mp_submod.i: bn_mp_submod.c.i
.PHONY : bn_mp_submod.i
# target to preprocess a source file
bn_mp_submod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_submod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_submod.c.i
.PHONY : bn_mp_submod.c.i
bn_mp_submod.s: bn_mp_submod.c.s
.PHONY : bn_mp_submod.s
# target to generate assembly for a file
bn_mp_submod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_submod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_submod.c.s
.PHONY : bn_mp_submod.c.s
bn_mp_to_signed_bin.o: bn_mp_to_signed_bin.c.o
.PHONY : bn_mp_to_signed_bin.o
# target to build an object file
bn_mp_to_signed_bin.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o
.PHONY : bn_mp_to_signed_bin.c.o
bn_mp_to_signed_bin.i: bn_mp_to_signed_bin.c.i
.PHONY : bn_mp_to_signed_bin.i
# target to preprocess a source file
bn_mp_to_signed_bin.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.i
.PHONY : bn_mp_to_signed_bin.c.i
bn_mp_to_signed_bin.s: bn_mp_to_signed_bin.c.s
.PHONY : bn_mp_to_signed_bin.s
# target to generate assembly for a file
bn_mp_to_signed_bin.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.s
.PHONY : bn_mp_to_signed_bin.c.s
bn_mp_to_signed_bin_n.o: bn_mp_to_signed_bin_n.c.o
.PHONY : bn_mp_to_signed_bin_n.o
# target to build an object file
bn_mp_to_signed_bin_n.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o
.PHONY : bn_mp_to_signed_bin_n.c.o
bn_mp_to_signed_bin_n.i: bn_mp_to_signed_bin_n.c.i
.PHONY : bn_mp_to_signed_bin_n.i
# target to preprocess a source file
bn_mp_to_signed_bin_n.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.i
.PHONY : bn_mp_to_signed_bin_n.c.i
bn_mp_to_signed_bin_n.s: bn_mp_to_signed_bin_n.c.s
.PHONY : bn_mp_to_signed_bin_n.s
# target to generate assembly for a file
bn_mp_to_signed_bin_n.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.s
.PHONY : bn_mp_to_signed_bin_n.c.s
bn_mp_to_unsigned_bin.o: bn_mp_to_unsigned_bin.c.o
.PHONY : bn_mp_to_unsigned_bin.o
# target to build an object file
bn_mp_to_unsigned_bin.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o
.PHONY : bn_mp_to_unsigned_bin.c.o
bn_mp_to_unsigned_bin.i: bn_mp_to_unsigned_bin.c.i
.PHONY : bn_mp_to_unsigned_bin.i
# target to preprocess a source file
bn_mp_to_unsigned_bin.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.i
.PHONY : bn_mp_to_unsigned_bin.c.i
bn_mp_to_unsigned_bin.s: bn_mp_to_unsigned_bin.c.s
.PHONY : bn_mp_to_unsigned_bin.s
# target to generate assembly for a file
bn_mp_to_unsigned_bin.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.s
.PHONY : bn_mp_to_unsigned_bin.c.s
bn_mp_to_unsigned_bin_n.o: bn_mp_to_unsigned_bin_n.c.o
.PHONY : bn_mp_to_unsigned_bin_n.o
# target to build an object file
bn_mp_to_unsigned_bin_n.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o
.PHONY : bn_mp_to_unsigned_bin_n.c.o
bn_mp_to_unsigned_bin_n.i: bn_mp_to_unsigned_bin_n.c.i
.PHONY : bn_mp_to_unsigned_bin_n.i
# target to preprocess a source file
bn_mp_to_unsigned_bin_n.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.i
.PHONY : bn_mp_to_unsigned_bin_n.c.i
bn_mp_to_unsigned_bin_n.s: bn_mp_to_unsigned_bin_n.c.s
.PHONY : bn_mp_to_unsigned_bin_n.s
# target to generate assembly for a file
bn_mp_to_unsigned_bin_n.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.s
.PHONY : bn_mp_to_unsigned_bin_n.c.s
bn_mp_toom_mul.o: bn_mp_toom_mul.c.o
.PHONY : bn_mp_toom_mul.o
# target to build an object file
bn_mp_toom_mul.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o
.PHONY : bn_mp_toom_mul.c.o
bn_mp_toom_mul.i: bn_mp_toom_mul.c.i
.PHONY : bn_mp_toom_mul.i
# target to preprocess a source file
bn_mp_toom_mul.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.i
.PHONY : bn_mp_toom_mul.c.i
bn_mp_toom_mul.s: bn_mp_toom_mul.c.s
.PHONY : bn_mp_toom_mul.s
# target to generate assembly for a file
bn_mp_toom_mul.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.s
.PHONY : bn_mp_toom_mul.c.s
bn_mp_toom_sqr.o: bn_mp_toom_sqr.c.o
.PHONY : bn_mp_toom_sqr.o
# target to build an object file
bn_mp_toom_sqr.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o
.PHONY : bn_mp_toom_sqr.c.o
bn_mp_toom_sqr.i: bn_mp_toom_sqr.c.i
.PHONY : bn_mp_toom_sqr.i
# target to preprocess a source file
bn_mp_toom_sqr.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.i
.PHONY : bn_mp_toom_sqr.c.i
bn_mp_toom_sqr.s: bn_mp_toom_sqr.c.s
.PHONY : bn_mp_toom_sqr.s
# target to generate assembly for a file
bn_mp_toom_sqr.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.s
.PHONY : bn_mp_toom_sqr.c.s
bn_mp_toradix.o: bn_mp_toradix.c.o
.PHONY : bn_mp_toradix.o
# target to build an object file
bn_mp_toradix.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o
.PHONY : bn_mp_toradix.c.o
bn_mp_toradix.i: bn_mp_toradix.c.i
.PHONY : bn_mp_toradix.i
# target to preprocess a source file
bn_mp_toradix.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix.c.i
.PHONY : bn_mp_toradix.c.i
bn_mp_toradix.s: bn_mp_toradix.c.s
.PHONY : bn_mp_toradix.s
# target to generate assembly for a file
bn_mp_toradix.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix.c.s
.PHONY : bn_mp_toradix.c.s
bn_mp_toradix_n.o: bn_mp_toradix_n.c.o
.PHONY : bn_mp_toradix_n.o
# target to build an object file
bn_mp_toradix_n.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o
.PHONY : bn_mp_toradix_n.c.o
bn_mp_toradix_n.i: bn_mp_toradix_n.c.i
.PHONY : bn_mp_toradix_n.i
# target to preprocess a source file
bn_mp_toradix_n.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.i
.PHONY : bn_mp_toradix_n.c.i
bn_mp_toradix_n.s: bn_mp_toradix_n.c.s
.PHONY : bn_mp_toradix_n.s
# target to generate assembly for a file
bn_mp_toradix_n.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.s
.PHONY : bn_mp_toradix_n.c.s
bn_mp_unsigned_bin_size.o: bn_mp_unsigned_bin_size.c.o
.PHONY : bn_mp_unsigned_bin_size.o
# target to build an object file
bn_mp_unsigned_bin_size.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o
.PHONY : bn_mp_unsigned_bin_size.c.o
bn_mp_unsigned_bin_size.i: bn_mp_unsigned_bin_size.c.i
.PHONY : bn_mp_unsigned_bin_size.i
# target to preprocess a source file
bn_mp_unsigned_bin_size.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.i
.PHONY : bn_mp_unsigned_bin_size.c.i
bn_mp_unsigned_bin_size.s: bn_mp_unsigned_bin_size.c.s
.PHONY : bn_mp_unsigned_bin_size.s
# target to generate assembly for a file
bn_mp_unsigned_bin_size.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.s
.PHONY : bn_mp_unsigned_bin_size.c.s
bn_mp_xor.o: bn_mp_xor.c.o
.PHONY : bn_mp_xor.o
# target to build an object file
bn_mp_xor.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_xor.c.o
.PHONY : bn_mp_xor.c.o
bn_mp_xor.i: bn_mp_xor.c.i
.PHONY : bn_mp_xor.i
# target to preprocess a source file
bn_mp_xor.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_xor.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_xor.c.i
.PHONY : bn_mp_xor.c.i
bn_mp_xor.s: bn_mp_xor.c.s
.PHONY : bn_mp_xor.s
# target to generate assembly for a file
bn_mp_xor.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_xor.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_xor.c.s
.PHONY : bn_mp_xor.c.s
bn_mp_zero.o: bn_mp_zero.c.o
.PHONY : bn_mp_zero.o
# target to build an object file
bn_mp_zero.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_zero.c.o
.PHONY : bn_mp_zero.c.o
bn_mp_zero.i: bn_mp_zero.c.i
.PHONY : bn_mp_zero.i
# target to preprocess a source file
bn_mp_zero.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_zero.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_zero.c.i
.PHONY : bn_mp_zero.c.i
bn_mp_zero.s: bn_mp_zero.c.s
.PHONY : bn_mp_zero.s
# target to generate assembly for a file
bn_mp_zero.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_zero.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_zero.c.s
.PHONY : bn_mp_zero.c.s
bn_prime_tab.o: bn_prime_tab.c.o
.PHONY : bn_prime_tab.o
# target to build an object file
bn_prime_tab.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_prime_tab.c.o
.PHONY : bn_prime_tab.c.o
bn_prime_tab.i: bn_prime_tab.c.i
.PHONY : bn_prime_tab.i
# target to preprocess a source file
bn_prime_tab.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_prime_tab.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_prime_tab.c.i
.PHONY : bn_prime_tab.c.i
bn_prime_tab.s: bn_prime_tab.c.s
.PHONY : bn_prime_tab.s
# target to generate assembly for a file
bn_prime_tab.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_prime_tab.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_prime_tab.c.s
.PHONY : bn_prime_tab.c.s
bn_reverse.o: bn_reverse.c.o
.PHONY : bn_reverse.o
# target to build an object file
bn_reverse.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_reverse.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_reverse.c.o
.PHONY : bn_reverse.c.o
bn_reverse.i: bn_reverse.c.i
.PHONY : bn_reverse.i
# target to preprocess a source file
bn_reverse.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_reverse.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_reverse.c.i
.PHONY : bn_reverse.c.i
bn_reverse.s: bn_reverse.c.s
.PHONY : bn_reverse.s
# target to generate assembly for a file
bn_reverse.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_reverse.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_reverse.c.s
.PHONY : bn_reverse.c.s
bn_s_mp_add.o: bn_s_mp_add.c.o
.PHONY : bn_s_mp_add.o
# target to build an object file
bn_s_mp_add.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o
.PHONY : bn_s_mp_add.c.o
bn_s_mp_add.i: bn_s_mp_add.c.i
.PHONY : bn_s_mp_add.i
# target to preprocess a source file
bn_s_mp_add.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_add.c.i
.PHONY : bn_s_mp_add.c.i
bn_s_mp_add.s: bn_s_mp_add.c.s
.PHONY : bn_s_mp_add.s
# target to generate assembly for a file
bn_s_mp_add.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_add.c.s
.PHONY : bn_s_mp_add.c.s
bn_s_mp_exptmod.o: bn_s_mp_exptmod.c.o
.PHONY : bn_s_mp_exptmod.o
# target to build an object file
bn_s_mp_exptmod.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o
.PHONY : bn_s_mp_exptmod.c.o
bn_s_mp_exptmod.i: bn_s_mp_exptmod.c.i
.PHONY : bn_s_mp_exptmod.i
# target to preprocess a source file
bn_s_mp_exptmod.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.i
.PHONY : bn_s_mp_exptmod.c.i
bn_s_mp_exptmod.s: bn_s_mp_exptmod.c.s
.PHONY : bn_s_mp_exptmod.s
# target to generate assembly for a file
bn_s_mp_exptmod.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.s
.PHONY : bn_s_mp_exptmod.c.s
bn_s_mp_mul_digs.o: bn_s_mp_mul_digs.c.o
.PHONY : bn_s_mp_mul_digs.o
# target to build an object file
bn_s_mp_mul_digs.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o
.PHONY : bn_s_mp_mul_digs.c.o
bn_s_mp_mul_digs.i: bn_s_mp_mul_digs.c.i
.PHONY : bn_s_mp_mul_digs.i
# target to preprocess a source file
bn_s_mp_mul_digs.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.i
.PHONY : bn_s_mp_mul_digs.c.i
bn_s_mp_mul_digs.s: bn_s_mp_mul_digs.c.s
.PHONY : bn_s_mp_mul_digs.s
# target to generate assembly for a file
bn_s_mp_mul_digs.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.s
.PHONY : bn_s_mp_mul_digs.c.s
bn_s_mp_mul_high_digs.o: bn_s_mp_mul_high_digs.c.o
.PHONY : bn_s_mp_mul_high_digs.o
# target to build an object file
bn_s_mp_mul_high_digs.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o
.PHONY : bn_s_mp_mul_high_digs.c.o
bn_s_mp_mul_high_digs.i: bn_s_mp_mul_high_digs.c.i
.PHONY : bn_s_mp_mul_high_digs.i
# target to preprocess a source file
bn_s_mp_mul_high_digs.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.i
.PHONY : bn_s_mp_mul_high_digs.c.i
bn_s_mp_mul_high_digs.s: bn_s_mp_mul_high_digs.c.s
.PHONY : bn_s_mp_mul_high_digs.s
# target to generate assembly for a file
bn_s_mp_mul_high_digs.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.s
.PHONY : bn_s_mp_mul_high_digs.c.s
bn_s_mp_sqr.o: bn_s_mp_sqr.c.o
.PHONY : bn_s_mp_sqr.o
# target to build an object file
bn_s_mp_sqr.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o
.PHONY : bn_s_mp_sqr.c.o
bn_s_mp_sqr.i: bn_s_mp_sqr.c.i
.PHONY : bn_s_mp_sqr.i
# target to preprocess a source file
bn_s_mp_sqr.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.i
.PHONY : bn_s_mp_sqr.c.i
bn_s_mp_sqr.s: bn_s_mp_sqr.c.s
.PHONY : bn_s_mp_sqr.s
# target to generate assembly for a file
bn_s_mp_sqr.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.s
.PHONY : bn_s_mp_sqr.c.s
bn_s_mp_sub.o: bn_s_mp_sub.c.o
.PHONY : bn_s_mp_sub.o
# target to build an object file
bn_s_mp_sub.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o
.PHONY : bn_s_mp_sub.c.o
bn_s_mp_sub.i: bn_s_mp_sub.c.i
.PHONY : bn_s_mp_sub.i
# target to preprocess a source file
bn_s_mp_sub.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.i
.PHONY : bn_s_mp_sub.c.i
bn_s_mp_sub.s: bn_s_mp_sub.c.s
.PHONY : bn_s_mp_sub.s
# target to generate assembly for a file
bn_s_mp_sub.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.s
.PHONY : bn_s_mp_sub.c.s
bncore.o: bncore.c.o
.PHONY : bncore.o
# target to build an object file
bncore.c.o:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bncore.c.o
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bncore.c.o
.PHONY : bncore.c.o
bncore.i: bncore.c.i
.PHONY : bncore.i
# target to preprocess a source file
bncore.c.i:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bncore.c.i
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bncore.c.i
.PHONY : bncore.c.i
bncore.s: bncore.c.s
.PHONY : bncore.s
# target to generate assembly for a file
bncore.c.s:
$(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bncore.c.s
$(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bncore.c.s
.PHONY : bncore.c.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 "... install/strip"
@echo "... install/local"
@echo "... install"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... edit_cache"
@echo "... tommathStatic"
@echo "... tommathShared"
@echo "... bn_error.o"
@echo "... bn_error.i"
@echo "... bn_error.s"
@echo "... bn_fast_mp_invmod.o"
@echo "... bn_fast_mp_invmod.i"
@echo "... bn_fast_mp_invmod.s"
@echo "... bn_fast_mp_montgomery_reduce.o"
@echo "... bn_fast_mp_montgomery_reduce.i"
@echo "... bn_fast_mp_montgomery_reduce.s"
@echo "... bn_fast_s_mp_mul_digs.o"
@echo "... bn_fast_s_mp_mul_digs.i"
@echo "... bn_fast_s_mp_mul_digs.s"
@echo "... bn_fast_s_mp_mul_high_digs.o"
@echo "... bn_fast_s_mp_mul_high_digs.i"
@echo "... bn_fast_s_mp_mul_high_digs.s"
@echo "... bn_fast_s_mp_sqr.o"
@echo "... bn_fast_s_mp_sqr.i"
@echo "... bn_fast_s_mp_sqr.s"
@echo "... bn_mp_2expt.o"
@echo "... bn_mp_2expt.i"
@echo "... bn_mp_2expt.s"
@echo "... bn_mp_abs.o"
@echo "... bn_mp_abs.i"
@echo "... bn_mp_abs.s"
@echo "... bn_mp_add.o"
@echo "... bn_mp_add.i"
@echo "... bn_mp_add.s"
@echo "... bn_mp_add_d.o"
@echo "... bn_mp_add_d.i"
@echo "... bn_mp_add_d.s"
@echo "... bn_mp_addmod.o"
@echo "... bn_mp_addmod.i"
@echo "... bn_mp_addmod.s"
@echo "... bn_mp_and.o"
@echo "... bn_mp_and.i"
@echo "... bn_mp_and.s"
@echo "... bn_mp_clamp.o"
@echo "... bn_mp_clamp.i"
@echo "... bn_mp_clamp.s"
@echo "... bn_mp_clear.o"
@echo "... bn_mp_clear.i"
@echo "... bn_mp_clear.s"
@echo "... bn_mp_clear_multi.o"
@echo "... bn_mp_clear_multi.i"
@echo "... bn_mp_clear_multi.s"
@echo "... bn_mp_cmp.o"
@echo "... bn_mp_cmp.i"
@echo "... bn_mp_cmp.s"
@echo "... bn_mp_cmp_d.o"
@echo "... bn_mp_cmp_d.i"
@echo "... bn_mp_cmp_d.s"
@echo "... bn_mp_cmp_mag.o"
@echo "... bn_mp_cmp_mag.i"
@echo "... bn_mp_cmp_mag.s"
@echo "... bn_mp_cnt_lsb.o"
@echo "... bn_mp_cnt_lsb.i"
@echo "... bn_mp_cnt_lsb.s"
@echo "... bn_mp_copy.o"
@echo "... bn_mp_copy.i"
@echo "... bn_mp_copy.s"
@echo "... bn_mp_count_bits.o"
@echo "... bn_mp_count_bits.i"
@echo "... bn_mp_count_bits.s"
@echo "... bn_mp_div.o"
@echo "... bn_mp_div.i"
@echo "... bn_mp_div.s"
@echo "... bn_mp_div_2.o"
@echo "... bn_mp_div_2.i"
@echo "... bn_mp_div_2.s"
@echo "... bn_mp_div_2d.o"
@echo "... bn_mp_div_2d.i"
@echo "... bn_mp_div_2d.s"
@echo "... bn_mp_div_3.o"
@echo "... bn_mp_div_3.i"
@echo "... bn_mp_div_3.s"
@echo "... bn_mp_div_d.o"
@echo "... bn_mp_div_d.i"
@echo "... bn_mp_div_d.s"
@echo "... bn_mp_dr_is_modulus.o"
@echo "... bn_mp_dr_is_modulus.i"
@echo "... bn_mp_dr_is_modulus.s"
@echo "... bn_mp_dr_reduce.o"
@echo "... bn_mp_dr_reduce.i"
@echo "... bn_mp_dr_reduce.s"
@echo "... bn_mp_dr_setup.o"
@echo "... bn_mp_dr_setup.i"
@echo "... bn_mp_dr_setup.s"
@echo "... bn_mp_exch.o"
@echo "... bn_mp_exch.i"
@echo "... bn_mp_exch.s"
@echo "... bn_mp_export.o"
@echo "... bn_mp_export.i"
@echo "... bn_mp_export.s"
@echo "... bn_mp_expt_d.o"
@echo "... bn_mp_expt_d.i"
@echo "... bn_mp_expt_d.s"
@echo "... bn_mp_expt_d_ex.o"
@echo "... bn_mp_expt_d_ex.i"
@echo "... bn_mp_expt_d_ex.s"
@echo "... bn_mp_exptmod.o"
@echo "... bn_mp_exptmod.i"
@echo "... bn_mp_exptmod.s"
@echo "... bn_mp_exptmod_fast.o"
@echo "... bn_mp_exptmod_fast.i"
@echo "... bn_mp_exptmod_fast.s"
@echo "... bn_mp_exteuclid.o"
@echo "... bn_mp_exteuclid.i"
@echo "... bn_mp_exteuclid.s"
@echo "... bn_mp_fread.o"
@echo "... bn_mp_fread.i"
@echo "... bn_mp_fread.s"
@echo "... bn_mp_fwrite.o"
@echo "... bn_mp_fwrite.i"
@echo "... bn_mp_fwrite.s"
@echo "... bn_mp_gcd.o"
@echo "... bn_mp_gcd.i"
@echo "... bn_mp_gcd.s"
@echo "... bn_mp_get_int.o"
@echo "... bn_mp_get_int.i"
@echo "... bn_mp_get_int.s"
@echo "... bn_mp_get_long.o"
@echo "... bn_mp_get_long.i"
@echo "... bn_mp_get_long.s"
@echo "... bn_mp_get_long_long.o"
@echo "... bn_mp_get_long_long.i"
@echo "... bn_mp_get_long_long.s"
@echo "... bn_mp_grow.o"
@echo "... bn_mp_grow.i"
@echo "... bn_mp_grow.s"
@echo "... bn_mp_import.o"
@echo "... bn_mp_import.i"
@echo "... bn_mp_import.s"
@echo "... bn_mp_init.o"
@echo "... bn_mp_init.i"
@echo "... bn_mp_init.s"
@echo "... bn_mp_init_copy.o"
@echo "... bn_mp_init_copy.i"
@echo "... bn_mp_init_copy.s"
@echo "... bn_mp_init_multi.o"
@echo "... bn_mp_init_multi.i"
@echo "... bn_mp_init_multi.s"
@echo "... bn_mp_init_set.o"
@echo "... bn_mp_init_set.i"
@echo "... bn_mp_init_set.s"
@echo "... bn_mp_init_set_int.o"
@echo "... bn_mp_init_set_int.i"
@echo "... bn_mp_init_set_int.s"
@echo "... bn_mp_init_size.o"
@echo "... bn_mp_init_size.i"
@echo "... bn_mp_init_size.s"
@echo "... bn_mp_invmod.o"
@echo "... bn_mp_invmod.i"
@echo "... bn_mp_invmod.s"
@echo "... bn_mp_invmod_slow.o"
@echo "... bn_mp_invmod_slow.i"
@echo "... bn_mp_invmod_slow.s"
@echo "... bn_mp_is_square.o"
@echo "... bn_mp_is_square.i"
@echo "... bn_mp_is_square.s"
@echo "... bn_mp_jacobi.o"
@echo "... bn_mp_jacobi.i"
@echo "... bn_mp_jacobi.s"
@echo "... bn_mp_karatsuba_mul.o"
@echo "... bn_mp_karatsuba_mul.i"
@echo "... bn_mp_karatsuba_mul.s"
@echo "... bn_mp_karatsuba_sqr.o"
@echo "... bn_mp_karatsuba_sqr.i"
@echo "... bn_mp_karatsuba_sqr.s"
@echo "... bn_mp_lcm.o"
@echo "... bn_mp_lcm.i"
@echo "... bn_mp_lcm.s"
@echo "... bn_mp_lshd.o"
@echo "... bn_mp_lshd.i"
@echo "... bn_mp_lshd.s"
@echo "... bn_mp_mod.o"
@echo "... bn_mp_mod.i"
@echo "... bn_mp_mod.s"
@echo "... bn_mp_mod_2d.o"
@echo "... bn_mp_mod_2d.i"
@echo "... bn_mp_mod_2d.s"
@echo "... bn_mp_mod_d.o"
@echo "... bn_mp_mod_d.i"
@echo "... bn_mp_mod_d.s"
@echo "... bn_mp_montgomery_calc_normalization.o"
@echo "... bn_mp_montgomery_calc_normalization.i"
@echo "... bn_mp_montgomery_calc_normalization.s"
@echo "... bn_mp_montgomery_reduce.o"
@echo "... bn_mp_montgomery_reduce.i"
@echo "... bn_mp_montgomery_reduce.s"
@echo "... bn_mp_montgomery_setup.o"
@echo "... bn_mp_montgomery_setup.i"
@echo "... bn_mp_montgomery_setup.s"
@echo "... bn_mp_mul.o"
@echo "... bn_mp_mul.i"
@echo "... bn_mp_mul.s"
@echo "... bn_mp_mul_2.o"
@echo "... bn_mp_mul_2.i"
@echo "... bn_mp_mul_2.s"
@echo "... bn_mp_mul_2d.o"
@echo "... bn_mp_mul_2d.i"
@echo "... bn_mp_mul_2d.s"
@echo "... bn_mp_mul_d.o"
@echo "... bn_mp_mul_d.i"
@echo "... bn_mp_mul_d.s"
@echo "... bn_mp_mulmod.o"
@echo "... bn_mp_mulmod.i"
@echo "... bn_mp_mulmod.s"
@echo "... bn_mp_n_root.o"
@echo "... bn_mp_n_root.i"
@echo "... bn_mp_n_root.s"
@echo "... bn_mp_n_root_ex.o"
@echo "... bn_mp_n_root_ex.i"
@echo "... bn_mp_n_root_ex.s"
@echo "... bn_mp_neg.o"
@echo "... bn_mp_neg.i"
@echo "... bn_mp_neg.s"
@echo "... bn_mp_or.o"
@echo "... bn_mp_or.i"
@echo "... bn_mp_or.s"
@echo "... bn_mp_prime_fermat.o"
@echo "... bn_mp_prime_fermat.i"
@echo "... bn_mp_prime_fermat.s"
@echo "... bn_mp_prime_is_divisible.o"
@echo "... bn_mp_prime_is_divisible.i"
@echo "... bn_mp_prime_is_divisible.s"
@echo "... bn_mp_prime_is_prime.o"
@echo "... bn_mp_prime_is_prime.i"
@echo "... bn_mp_prime_is_prime.s"
@echo "... bn_mp_prime_miller_rabin.o"
@echo "... bn_mp_prime_miller_rabin.i"
@echo "... bn_mp_prime_miller_rabin.s"
@echo "... bn_mp_prime_next_prime.o"
@echo "... bn_mp_prime_next_prime.i"
@echo "... bn_mp_prime_next_prime.s"
@echo "... bn_mp_prime_rabin_miller_trials.o"
@echo "... bn_mp_prime_rabin_miller_trials.i"
@echo "... bn_mp_prime_rabin_miller_trials.s"
@echo "... bn_mp_prime_random_ex.o"
@echo "... bn_mp_prime_random_ex.i"
@echo "... bn_mp_prime_random_ex.s"
@echo "... bn_mp_radix_size.o"
@echo "... bn_mp_radix_size.i"
@echo "... bn_mp_radix_size.s"
@echo "... bn_mp_radix_smap.o"
@echo "... bn_mp_radix_smap.i"
@echo "... bn_mp_radix_smap.s"
@echo "... bn_mp_rand.o"
@echo "... bn_mp_rand.i"
@echo "... bn_mp_rand.s"
@echo "... bn_mp_read_radix.o"
@echo "... bn_mp_read_radix.i"
@echo "... bn_mp_read_radix.s"
@echo "... bn_mp_read_signed_bin.o"
@echo "... bn_mp_read_signed_bin.i"
@echo "... bn_mp_read_signed_bin.s"
@echo "... bn_mp_read_unsigned_bin.o"
@echo "... bn_mp_read_unsigned_bin.i"
@echo "... bn_mp_read_unsigned_bin.s"
@echo "... bn_mp_reduce.o"
@echo "... bn_mp_reduce.i"
@echo "... bn_mp_reduce.s"
@echo "... bn_mp_reduce_2k.o"
@echo "... bn_mp_reduce_2k.i"
@echo "... bn_mp_reduce_2k.s"
@echo "... bn_mp_reduce_2k_l.o"
@echo "... bn_mp_reduce_2k_l.i"
@echo "... bn_mp_reduce_2k_l.s"
@echo "... bn_mp_reduce_2k_setup.o"
@echo "... bn_mp_reduce_2k_setup.i"
@echo "... bn_mp_reduce_2k_setup.s"
@echo "... bn_mp_reduce_2k_setup_l.o"
@echo "... bn_mp_reduce_2k_setup_l.i"
@echo "... bn_mp_reduce_2k_setup_l.s"
@echo "... bn_mp_reduce_is_2k.o"
@echo "... bn_mp_reduce_is_2k.i"
@echo "... bn_mp_reduce_is_2k.s"
@echo "... bn_mp_reduce_is_2k_l.o"
@echo "... bn_mp_reduce_is_2k_l.i"
@echo "... bn_mp_reduce_is_2k_l.s"
@echo "... bn_mp_reduce_setup.o"
@echo "... bn_mp_reduce_setup.i"
@echo "... bn_mp_reduce_setup.s"
@echo "... bn_mp_rshd.o"
@echo "... bn_mp_rshd.i"
@echo "... bn_mp_rshd.s"
@echo "... bn_mp_set.o"
@echo "... bn_mp_set.i"
@echo "... bn_mp_set.s"
@echo "... bn_mp_set_int.o"
@echo "... bn_mp_set_int.i"
@echo "... bn_mp_set_int.s"
@echo "... bn_mp_set_long.o"
@echo "... bn_mp_set_long.i"
@echo "... bn_mp_set_long.s"
@echo "... bn_mp_set_long_long.o"
@echo "... bn_mp_set_long_long.i"
@echo "... bn_mp_set_long_long.s"
@echo "... bn_mp_shrink.o"
@echo "... bn_mp_shrink.i"
@echo "... bn_mp_shrink.s"
@echo "... bn_mp_signed_bin_size.o"
@echo "... bn_mp_signed_bin_size.i"
@echo "... bn_mp_signed_bin_size.s"
@echo "... bn_mp_sqr.o"
@echo "... bn_mp_sqr.i"
@echo "... bn_mp_sqr.s"
@echo "... bn_mp_sqrmod.o"
@echo "... bn_mp_sqrmod.i"
@echo "... bn_mp_sqrmod.s"
@echo "... bn_mp_sqrt.o"
@echo "... bn_mp_sqrt.i"
@echo "... bn_mp_sqrt.s"
@echo "... bn_mp_sqrtmod_prime.o"
@echo "... bn_mp_sqrtmod_prime.i"
@echo "... bn_mp_sqrtmod_prime.s"
@echo "... bn_mp_sub.o"
@echo "... bn_mp_sub.i"
@echo "... bn_mp_sub.s"
@echo "... bn_mp_sub_d.o"
@echo "... bn_mp_sub_d.i"
@echo "... bn_mp_sub_d.s"
@echo "... bn_mp_submod.o"
@echo "... bn_mp_submod.i"
@echo "... bn_mp_submod.s"
@echo "... bn_mp_to_signed_bin.o"
@echo "... bn_mp_to_signed_bin.i"
@echo "... bn_mp_to_signed_bin.s"
@echo "... bn_mp_to_signed_bin_n.o"
@echo "... bn_mp_to_signed_bin_n.i"
@echo "... bn_mp_to_signed_bin_n.s"
@echo "... bn_mp_to_unsigned_bin.o"
@echo "... bn_mp_to_unsigned_bin.i"
@echo "... bn_mp_to_unsigned_bin.s"
@echo "... bn_mp_to_unsigned_bin_n.o"
@echo "... bn_mp_to_unsigned_bin_n.i"
@echo "... bn_mp_to_unsigned_bin_n.s"
@echo "... bn_mp_toom_mul.o"
@echo "... bn_mp_toom_mul.i"
@echo "... bn_mp_toom_mul.s"
@echo "... bn_mp_toom_sqr.o"
@echo "... bn_mp_toom_sqr.i"
@echo "... bn_mp_toom_sqr.s"
@echo "... bn_mp_toradix.o"
@echo "... bn_mp_toradix.i"
@echo "... bn_mp_toradix.s"
@echo "... bn_mp_toradix_n.o"
@echo "... bn_mp_toradix_n.i"
@echo "... bn_mp_toradix_n.s"
@echo "... bn_mp_unsigned_bin_size.o"
@echo "... bn_mp_unsigned_bin_size.i"
@echo "... bn_mp_unsigned_bin_size.s"
@echo "... bn_mp_xor.o"
@echo "... bn_mp_xor.i"
@echo "... bn_mp_xor.s"
@echo "... bn_mp_zero.o"
@echo "... bn_mp_zero.i"
@echo "... bn_mp_zero.s"
@echo "... bn_prime_tab.o"
@echo "... bn_prime_tab.i"
@echo "... bn_prime_tab.s"
@echo "... bn_reverse.o"
@echo "... bn_reverse.i"
@echo "... bn_reverse.s"
@echo "... bn_s_mp_add.o"
@echo "... bn_s_mp_add.i"
@echo "... bn_s_mp_add.s"
@echo "... bn_s_mp_exptmod.o"
@echo "... bn_s_mp_exptmod.i"
@echo "... bn_s_mp_exptmod.s"
@echo "... bn_s_mp_mul_digs.o"
@echo "... bn_s_mp_mul_digs.i"
@echo "... bn_s_mp_mul_digs.s"
@echo "... bn_s_mp_mul_high_digs.o"
@echo "... bn_s_mp_mul_high_digs.i"
@echo "... bn_s_mp_mul_high_digs.s"
@echo "... bn_s_mp_sqr.o"
@echo "... bn_s_mp_sqr.i"
@echo "... bn_s_mp_sqr.s"
@echo "... bn_s_mp_sub.o"
@echo "... bn_s_mp_sub.i"
@echo "... bn_s_mp_sub.s"
@echo "... bncore.o"
@echo "... bncore.i"
@echo "... bncore.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:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system