55ok

Mini

Direktori : /usr/src/cmake-3.25.0/Utilities/cmlibrhash/
Upload File :
Current File : //usr/src/cmake-3.25.0/Utilities/cmlibrhash/Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/src/cmake-3.25.0/Bootstrap.cmk/cmake

# The command to remove a file.
RM = /usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/src/cmake-3.25.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/src/cmake-3.25.0

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /usr/src/cmake-3.25.0 && /usr/src/cmake-3.25.0/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /usr/src/cmake-3.25.0 && /usr/src/cmake-3.25.0/bin/cpack --config ./CPackSourceConfig.cmake /usr/src/cmake-3.25.0/CPackSourceConfig.cmake
.PHONY : package_source

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

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	../../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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	../../Bootstrap.cmk/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

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

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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

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

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

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

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	../../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..."
	../../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 /usr/src/cmake-3.25.0 && $(CMAKE_COMMAND) -E cmake_progress_start /usr/src/cmake-3.25.0/CMakeFiles /usr/src/cmake-3.25.0/Utilities/cmlibrhash//CMakeFiles/progress.marks
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Utilities/cmlibrhash/all
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/src/cmake-3.25.0/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Utilities/cmlibrhash/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Utilities/cmlibrhash/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Utilities/cmlibrhash/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /usr/src/cmake-3.25.0 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/rule:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/rule
.PHONY : Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/rule

# Convenience name for target.
cmlibrhash: Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/rule
.PHONY : cmlibrhash

# fast build rule for target.
cmlibrhash/fast:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build
.PHONY : cmlibrhash/fast

librhash/algorithms.o: librhash/algorithms.c.o
.PHONY : librhash/algorithms.o

# target to build an object file
librhash/algorithms.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/algorithms.c.o
.PHONY : librhash/algorithms.c.o

librhash/algorithms.i: librhash/algorithms.c.i
.PHONY : librhash/algorithms.i

# target to preprocess a source file
librhash/algorithms.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/algorithms.c.i
.PHONY : librhash/algorithms.c.i

librhash/algorithms.s: librhash/algorithms.c.s
.PHONY : librhash/algorithms.s

# target to generate assembly for a file
librhash/algorithms.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/algorithms.c.s
.PHONY : librhash/algorithms.c.s

librhash/byte_order.o: librhash/byte_order.c.o
.PHONY : librhash/byte_order.o

# target to build an object file
librhash/byte_order.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/byte_order.c.o
.PHONY : librhash/byte_order.c.o

librhash/byte_order.i: librhash/byte_order.c.i
.PHONY : librhash/byte_order.i

# target to preprocess a source file
librhash/byte_order.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/byte_order.c.i
.PHONY : librhash/byte_order.c.i

librhash/byte_order.s: librhash/byte_order.c.s
.PHONY : librhash/byte_order.s

# target to generate assembly for a file
librhash/byte_order.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/byte_order.c.s
.PHONY : librhash/byte_order.c.s

librhash/hex.o: librhash/hex.c.o
.PHONY : librhash/hex.o

# target to build an object file
librhash/hex.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/hex.c.o
.PHONY : librhash/hex.c.o

librhash/hex.i: librhash/hex.c.i
.PHONY : librhash/hex.i

# target to preprocess a source file
librhash/hex.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/hex.c.i
.PHONY : librhash/hex.c.i

librhash/hex.s: librhash/hex.c.s
.PHONY : librhash/hex.s

# target to generate assembly for a file
librhash/hex.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/hex.c.s
.PHONY : librhash/hex.c.s

librhash/md5.o: librhash/md5.c.o
.PHONY : librhash/md5.o

# target to build an object file
librhash/md5.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/md5.c.o
.PHONY : librhash/md5.c.o

librhash/md5.i: librhash/md5.c.i
.PHONY : librhash/md5.i

# target to preprocess a source file
librhash/md5.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/md5.c.i
.PHONY : librhash/md5.c.i

librhash/md5.s: librhash/md5.c.s
.PHONY : librhash/md5.s

# target to generate assembly for a file
librhash/md5.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/md5.c.s
.PHONY : librhash/md5.c.s

librhash/rhash.o: librhash/rhash.c.o
.PHONY : librhash/rhash.o

# target to build an object file
librhash/rhash.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/rhash.c.o
.PHONY : librhash/rhash.c.o

librhash/rhash.i: librhash/rhash.c.i
.PHONY : librhash/rhash.i

# target to preprocess a source file
librhash/rhash.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/rhash.c.i
.PHONY : librhash/rhash.c.i

librhash/rhash.s: librhash/rhash.c.s
.PHONY : librhash/rhash.s

# target to generate assembly for a file
librhash/rhash.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/rhash.c.s
.PHONY : librhash/rhash.c.s

librhash/sha1.o: librhash/sha1.c.o
.PHONY : librhash/sha1.o

# target to build an object file
librhash/sha1.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha1.c.o
.PHONY : librhash/sha1.c.o

librhash/sha1.i: librhash/sha1.c.i
.PHONY : librhash/sha1.i

# target to preprocess a source file
librhash/sha1.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha1.c.i
.PHONY : librhash/sha1.c.i

librhash/sha1.s: librhash/sha1.c.s
.PHONY : librhash/sha1.s

# target to generate assembly for a file
librhash/sha1.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha1.c.s
.PHONY : librhash/sha1.c.s

librhash/sha256.o: librhash/sha256.c.o
.PHONY : librhash/sha256.o

# target to build an object file
librhash/sha256.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha256.c.o
.PHONY : librhash/sha256.c.o

librhash/sha256.i: librhash/sha256.c.i
.PHONY : librhash/sha256.i

# target to preprocess a source file
librhash/sha256.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha256.c.i
.PHONY : librhash/sha256.c.i

librhash/sha256.s: librhash/sha256.c.s
.PHONY : librhash/sha256.s

# target to generate assembly for a file
librhash/sha256.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha256.c.s
.PHONY : librhash/sha256.c.s

librhash/sha3.o: librhash/sha3.c.o
.PHONY : librhash/sha3.o

# target to build an object file
librhash/sha3.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha3.c.o
.PHONY : librhash/sha3.c.o

librhash/sha3.i: librhash/sha3.c.i
.PHONY : librhash/sha3.i

# target to preprocess a source file
librhash/sha3.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha3.c.i
.PHONY : librhash/sha3.c.i

librhash/sha3.s: librhash/sha3.c.s
.PHONY : librhash/sha3.s

# target to generate assembly for a file
librhash/sha3.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha3.c.s
.PHONY : librhash/sha3.c.s

librhash/sha512.o: librhash/sha512.c.o
.PHONY : librhash/sha512.o

# target to build an object file
librhash/sha512.c.o:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha512.c.o
.PHONY : librhash/sha512.c.o

librhash/sha512.i: librhash/sha512.c.i
.PHONY : librhash/sha512.i

# target to preprocess a source file
librhash/sha512.c.i:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha512.c.i
.PHONY : librhash/sha512.c.i

librhash/sha512.s: librhash/sha512.c.s
.PHONY : librhash/sha512.s

# target to generate assembly for a file
librhash/sha512.c.s:
	cd /usr/src/cmake-3.25.0 && $(MAKE) $(MAKESILENT) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha512.c.s
.PHONY : librhash/sha512.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... cmlibrhash"
	@echo "... librhash/algorithms.o"
	@echo "... librhash/algorithms.i"
	@echo "... librhash/algorithms.s"
	@echo "... librhash/byte_order.o"
	@echo "... librhash/byte_order.i"
	@echo "... librhash/byte_order.s"
	@echo "... librhash/hex.o"
	@echo "... librhash/hex.i"
	@echo "... librhash/hex.s"
	@echo "... librhash/md5.o"
	@echo "... librhash/md5.i"
	@echo "... librhash/md5.s"
	@echo "... librhash/rhash.o"
	@echo "... librhash/rhash.i"
	@echo "... librhash/rhash.s"
	@echo "... librhash/sha1.o"
	@echo "... librhash/sha1.i"
	@echo "... librhash/sha1.s"
	@echo "... librhash/sha256.o"
	@echo "... librhash/sha256.i"
	@echo "... librhash/sha256.s"
	@echo "... librhash/sha3.o"
	@echo "... librhash/sha3.i"
	@echo "... librhash/sha3.s"
	@echo "... librhash/sha512.o"
	@echo "... librhash/sha512.i"
	@echo "... librhash/sha512.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 /usr/src/cmake-3.25.0 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system


Zerion Mini 1.0