627 lines
20 KiB
Makefile
627 lines
20 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/user1/pkgs/fmt
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/user1/pkgs/fmt/build
|
|
|
|
#=============================================================================
|
|
# 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..."
|
|
/usr/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..."
|
|
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/user1/pkgs/fmt/build/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..."
|
|
/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 edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
/usr/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
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"fmt_core\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/user1/pkgs/fmt/build/CMakeFiles /home/user1/pkgs/fmt/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/user1/pkgs/fmt/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fmt
|
|
|
|
# Build rule for target.
|
|
fmt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fmt
|
|
.PHONY : fmt
|
|
|
|
# fast build rule for target.
|
|
fmt/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/build
|
|
.PHONY : fmt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-main
|
|
|
|
# Build rule for target.
|
|
test-main: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-main
|
|
.PHONY : test-main
|
|
|
|
# fast build rule for target.
|
|
test-main/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/test-main.dir/build.make test/CMakeFiles/test-main.dir/build
|
|
.PHONY : test-main/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named args-test
|
|
|
|
# Build rule for target.
|
|
args-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 args-test
|
|
.PHONY : args-test
|
|
|
|
# fast build rule for target.
|
|
args-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/args-test.dir/build.make test/CMakeFiles/args-test.dir/build
|
|
.PHONY : args-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named base-test
|
|
|
|
# Build rule for target.
|
|
base-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 base-test
|
|
.PHONY : base-test
|
|
|
|
# fast build rule for target.
|
|
base-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/base-test.dir/build.make test/CMakeFiles/base-test.dir/build
|
|
.PHONY : base-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named assert-test
|
|
|
|
# Build rule for target.
|
|
assert-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 assert-test
|
|
.PHONY : assert-test
|
|
|
|
# fast build rule for target.
|
|
assert-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/assert-test.dir/build.make test/CMakeFiles/assert-test.dir/build
|
|
.PHONY : assert-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named chrono-test
|
|
|
|
# Build rule for target.
|
|
chrono-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 chrono-test
|
|
.PHONY : chrono-test
|
|
|
|
# fast build rule for target.
|
|
chrono-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/chrono-test.dir/build.make test/CMakeFiles/chrono-test.dir/build
|
|
.PHONY : chrono-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named color-test
|
|
|
|
# Build rule for target.
|
|
color-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 color-test
|
|
.PHONY : color-test
|
|
|
|
# fast build rule for target.
|
|
color-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/color-test.dir/build.make test/CMakeFiles/color-test.dir/build
|
|
.PHONY : color-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gtest-extra-test
|
|
|
|
# Build rule for target.
|
|
gtest-extra-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest-extra-test
|
|
.PHONY : gtest-extra-test
|
|
|
|
# fast build rule for target.
|
|
gtest-extra-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/gtest-extra-test.dir/build.make test/CMakeFiles/gtest-extra-test.dir/build
|
|
.PHONY : gtest-extra-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named format-test
|
|
|
|
# Build rule for target.
|
|
format-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 format-test
|
|
.PHONY : format-test
|
|
|
|
# fast build rule for target.
|
|
format-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/format-test.dir/build.make test/CMakeFiles/format-test.dir/build
|
|
.PHONY : format-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named format-impl-test
|
|
|
|
# Build rule for target.
|
|
format-impl-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 format-impl-test
|
|
.PHONY : format-impl-test
|
|
|
|
# fast build rule for target.
|
|
format-impl-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/format-impl-test.dir/build.make test/CMakeFiles/format-impl-test.dir/build
|
|
.PHONY : format-impl-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ostream-test
|
|
|
|
# Build rule for target.
|
|
ostream-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ostream-test
|
|
.PHONY : ostream-test
|
|
|
|
# fast build rule for target.
|
|
ostream-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/ostream-test.dir/build.make test/CMakeFiles/ostream-test.dir/build
|
|
.PHONY : ostream-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named compile-test
|
|
|
|
# Build rule for target.
|
|
compile-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 compile-test
|
|
.PHONY : compile-test
|
|
|
|
# fast build rule for target.
|
|
compile-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/compile-test.dir/build.make test/CMakeFiles/compile-test.dir/build
|
|
.PHONY : compile-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named compile-fp-test
|
|
|
|
# Build rule for target.
|
|
compile-fp-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 compile-fp-test
|
|
.PHONY : compile-fp-test
|
|
|
|
# fast build rule for target.
|
|
compile-fp-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/compile-fp-test.dir/build.make test/CMakeFiles/compile-fp-test.dir/build
|
|
.PHONY : compile-fp-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named printf-test
|
|
|
|
# Build rule for target.
|
|
printf-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 printf-test
|
|
.PHONY : printf-test
|
|
|
|
# fast build rule for target.
|
|
printf-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/printf-test.dir/build.make test/CMakeFiles/printf-test.dir/build
|
|
.PHONY : printf-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ranges-test
|
|
|
|
# Build rule for target.
|
|
ranges-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ranges-test
|
|
.PHONY : ranges-test
|
|
|
|
# fast build rule for target.
|
|
ranges-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/ranges-test.dir/build.make test/CMakeFiles/ranges-test.dir/build
|
|
.PHONY : ranges-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named no-builtin-types-test
|
|
|
|
# Build rule for target.
|
|
no-builtin-types-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 no-builtin-types-test
|
|
.PHONY : no-builtin-types-test
|
|
|
|
# fast build rule for target.
|
|
no-builtin-types-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/no-builtin-types-test.dir/build.make test/CMakeFiles/no-builtin-types-test.dir/build
|
|
.PHONY : no-builtin-types-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named scan-test
|
|
|
|
# Build rule for target.
|
|
scan-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 scan-test
|
|
.PHONY : scan-test
|
|
|
|
# fast build rule for target.
|
|
scan-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/scan-test.dir/build.make test/CMakeFiles/scan-test.dir/build
|
|
.PHONY : scan-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named std-test
|
|
|
|
# Build rule for target.
|
|
std-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 std-test
|
|
.PHONY : std-test
|
|
|
|
# fast build rule for target.
|
|
std-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/std-test.dir/build.make test/CMakeFiles/std-test.dir/build
|
|
.PHONY : std-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named unicode-test
|
|
|
|
# Build rule for target.
|
|
unicode-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unicode-test
|
|
.PHONY : unicode-test
|
|
|
|
# fast build rule for target.
|
|
unicode-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/unicode-test.dir/build.make test/CMakeFiles/unicode-test.dir/build
|
|
.PHONY : unicode-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named xchar-test
|
|
|
|
# Build rule for target.
|
|
xchar-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xchar-test
|
|
.PHONY : xchar-test
|
|
|
|
# fast build rule for target.
|
|
xchar-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/xchar-test.dir/build.make test/CMakeFiles/xchar-test.dir/build
|
|
.PHONY : xchar-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named enforce-checks-test
|
|
|
|
# Build rule for target.
|
|
enforce-checks-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 enforce-checks-test
|
|
.PHONY : enforce-checks-test
|
|
|
|
# fast build rule for target.
|
|
enforce-checks-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/enforce-checks-test.dir/build.make test/CMakeFiles/enforce-checks-test.dir/build
|
|
.PHONY : enforce-checks-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named perf-sanity
|
|
|
|
# Build rule for target.
|
|
perf-sanity: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 perf-sanity
|
|
.PHONY : perf-sanity
|
|
|
|
# fast build rule for target.
|
|
perf-sanity/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/perf-sanity.dir/build.make test/CMakeFiles/perf-sanity.dir/build
|
|
.PHONY : perf-sanity/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named posix-mock-test
|
|
|
|
# Build rule for target.
|
|
posix-mock-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 posix-mock-test
|
|
.PHONY : posix-mock-test
|
|
|
|
# fast build rule for target.
|
|
posix-mock-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/posix-mock-test.dir/build.make test/CMakeFiles/posix-mock-test.dir/build
|
|
.PHONY : posix-mock-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named os-test
|
|
|
|
# Build rule for target.
|
|
os-test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 os-test
|
|
.PHONY : os-test
|
|
|
|
# fast build rule for target.
|
|
os-test/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/os-test.dir/build.make test/CMakeFiles/os-test.dir/build
|
|
.PHONY : os-test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gtest
|
|
|
|
# Build rule for target.
|
|
gtest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest
|
|
.PHONY : gtest
|
|
|
|
# fast build rule for target.
|
|
gtest/fast:
|
|
$(MAKE) $(MAKESILENT) -f test/gtest/CMakeFiles/gtest.dir/build.make test/gtest/CMakeFiles/gtest.dir/build
|
|
.PHONY : gtest/fast
|
|
|
|
src/format.o: src/format.cc.o
|
|
.PHONY : src/format.o
|
|
|
|
# target to build an object file
|
|
src/format.cc.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/src/format.cc.o
|
|
.PHONY : src/format.cc.o
|
|
|
|
src/format.i: src/format.cc.i
|
|
.PHONY : src/format.i
|
|
|
|
# target to preprocess a source file
|
|
src/format.cc.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/src/format.cc.i
|
|
.PHONY : src/format.cc.i
|
|
|
|
src/format.s: src/format.cc.s
|
|
.PHONY : src/format.s
|
|
|
|
# target to generate assembly for a file
|
|
src/format.cc.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/src/format.cc.s
|
|
.PHONY : src/format.cc.s
|
|
|
|
src/os.o: src/os.cc.o
|
|
.PHONY : src/os.o
|
|
|
|
# target to build an object file
|
|
src/os.cc.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/src/os.cc.o
|
|
.PHONY : src/os.cc.o
|
|
|
|
src/os.i: src/os.cc.i
|
|
.PHONY : src/os.i
|
|
|
|
# target to preprocess a source file
|
|
src/os.cc.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/src/os.cc.i
|
|
.PHONY : src/os.cc.i
|
|
|
|
src/os.s: src/os.cc.s
|
|
.PHONY : src/os.s
|
|
|
|
# target to generate assembly for a file
|
|
src/os.cc.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/fmt.dir/build.make CMakeFiles/fmt.dir/src/os.cc.s
|
|
.PHONY : src/os.cc.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 "... args-test"
|
|
@echo "... assert-test"
|
|
@echo "... base-test"
|
|
@echo "... chrono-test"
|
|
@echo "... color-test"
|
|
@echo "... compile-fp-test"
|
|
@echo "... compile-test"
|
|
@echo "... enforce-checks-test"
|
|
@echo "... fmt"
|
|
@echo "... format-impl-test"
|
|
@echo "... format-test"
|
|
@echo "... gtest"
|
|
@echo "... gtest-extra-test"
|
|
@echo "... no-builtin-types-test"
|
|
@echo "... os-test"
|
|
@echo "... ostream-test"
|
|
@echo "... perf-sanity"
|
|
@echo "... posix-mock-test"
|
|
@echo "... printf-test"
|
|
@echo "... ranges-test"
|
|
@echo "... scan-test"
|
|
@echo "... std-test"
|
|
@echo "... test-main"
|
|
@echo "... unicode-test"
|
|
@echo "... xchar-test"
|
|
@echo "... src/format.o"
|
|
@echo "... src/format.i"
|
|
@echo "... src/format.s"
|
|
@echo "... src/os.o"
|
|
@echo "... src/os.i"
|
|
@echo "... src/os.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|