Alien-libsecp256k1

 view release on metacpan or  search on metacpan

libsecp256k1/build/src/Makefile  view on Meta::CPAN


# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target 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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build/CMakeFiles /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/lib...
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/CMakeFiles/secp256k1_precomputed.dir/rule:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/secp256k1_precomputed.dir/rule
.PHONY : src/CMakeFiles/secp256k1_precomputed.dir/rule

# Convenience name for target.
secp256k1_precomputed: src/CMakeFiles/secp256k1_precomputed.dir/rule
.PHONY : secp256k1_precomputed

# fast build rule for target.
secp256k1_precomputed/fast:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/secp256k1_precomputed.dir/build.make src/CMakeFiles/secp256k1_precomputed.dir/build
.PHONY : secp256k1_precomputed/fast

# Convenience name for target.
src/CMakeFiles/secp256k1.dir/rule:

libsecp256k1/build/src/Makefile  view on Meta::CPAN

	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/secp256k1.dir/build.make src/CMakeFiles/secp256k1.dir/secp256k1.c.s
.PHONY : secp256k1.c.s

tests.o: tests.c.o
.PHONY : tests.o

# target to build an object file
tests.c.o:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/noverify_tests.dir/build.make src/CMakeFiles/noverify_tests.dir/tests.c.o
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tests.dir/build.make src/CMakeFiles/tests.dir/tests.c.o
.PHONY : tests.c.o

tests.i: tests.c.i
.PHONY : tests.i

# target to preprocess a source file
tests.c.i:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/noverify_tests.dir/build.make src/CMakeFiles/noverify_tests.dir/tests.c.i
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tests.dir/build.make src/CMakeFiles/tests.dir/tests.c.i
.PHONY : tests.c.i

tests.s: tests.c.s
.PHONY : tests.s

# target to generate assembly for a file
tests.c.s:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/noverify_tests.dir/build.make src/CMakeFiles/noverify_tests.dir/tests.c.s
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tests.dir/build.make src/CMakeFiles/tests.dir/tests.c.s
.PHONY : tests.c.s

tests_exhaustive.o: tests_exhaustive.c.o
.PHONY : tests_exhaustive.o

# target to build an object file
tests_exhaustive.c.o:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/exhaustive_tests.dir/build.make src/CMakeFiles/exhaustive_tests.dir/tests_exhaustive.c.o
.PHONY : tests_exhaustive.c.o

tests_exhaustive.i: tests_exhaustive.c.i
.PHONY : tests_exhaustive.i

# target to preprocess a source file
tests_exhaustive.c.i:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/exhaustive_tests.dir/build.make src/CMakeFiles/exhaustive_tests.dir/tests_exhaustive.c.i
.PHONY : tests_exhaustive.c.i

tests_exhaustive.s: tests_exhaustive.c.s
.PHONY : tests_exhaustive.s

# target to generate assembly for a file
tests_exhaustive.c.s:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/exhaustive_tests.dir/build.make src/CMakeFiles/exhaustive_tests.dir/tests_exhaustive.c.s
.PHONY : tests_exhaustive.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... bench"
	@echo "... bench_ecmult"
	@echo "... bench_internal"
	@echo "... exhaustive_tests"
	@echo "... noverify_tests"
	@echo "... secp256k1"
	@echo "... secp256k1_precomputed"
	@echo "... tests"
	@echo "... bench.o"
	@echo "... bench.i"
	@echo "... bench.s"
	@echo "... bench_ecmult.o"
	@echo "... bench_ecmult.i"
	@echo "... bench_ecmult.s"
	@echo "... bench_internal.o"
	@echo "... bench_internal.i"
	@echo "... bench_internal.s"
	@echo "... precomputed_ecmult.o"
	@echo "... precomputed_ecmult.i"
	@echo "... precomputed_ecmult.s"
	@echo "... precomputed_ecmult_gen.o"
	@echo "... precomputed_ecmult_gen.i"
	@echo "... precomputed_ecmult_gen.s"
	@echo "... secp256k1.o"
	@echo "... secp256k1.i"
	@echo "... secp256k1.s"
	@echo "... tests.o"
	@echo "... tests.i"
	@echo "... tests.s"
	@echo "... tests_exhaustive.o"
	@echo "... tests_exhaustive.i"
	@echo "... tests_exhaustive.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system



( run in 0.439 second using v1.01-cache-2.11-cpan-5a3173703d6 )