tweak cmake, fetch less

This commit is contained in:
2026-07-10 22:43:31 -07:00
parent ccf305fdf5
commit 7fe2b35c9e
91 changed files with 3053 additions and 812 deletions
+25 -26
View File
@@ -54,20 +54,20 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/alardner/cl_polyparti
CMAKE_SOURCE_DIR = /home/alardner/projects/polypartiCL
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/alardner/cl_polyparti/build
CMAKE_BINARY_DIR = /home/alardner/projects/polypartiCL/build
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/cl_polyparti.dir/all
all: CMakeFiles/polypartiCL.dir/all
.PHONY : all
# The main recursive "codegen" target.
codegen: CMakeFiles/cl_polyparti.dir/codegen
codegen: CMakeFiles/polypartiCL.dir/codegen
.PHONY : codegen
# The main recursive "preinstall" target.
@@ -75,40 +75,40 @@ preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/cl_polyparti.dir/clean
clean: CMakeFiles/polypartiCL.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/cl_polyparti.dir
# Target rules for target CMakeFiles/polypartiCL.dir
# All Build rule for target.
CMakeFiles/cl_polyparti.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cl_polyparti.dir/build.make CMakeFiles/cl_polyparti.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/cl_polyparti.dir/build.make CMakeFiles/cl_polyparti.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/alardner/cl_polyparti/build/CMakeFiles --progress-num=1,2,3 "Built target cl_polyparti"
.PHONY : CMakeFiles/cl_polyparti.dir/all
CMakeFiles/polypartiCL.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/polypartiCL.dir/build.make CMakeFiles/polypartiCL.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/polypartiCL.dir/build.make CMakeFiles/polypartiCL.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/alardner/projects/polypartiCL/build/CMakeFiles --progress-num=1,2,3 "Built target polypartiCL"
.PHONY : CMakeFiles/polypartiCL.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/cl_polyparti.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/alardner/cl_polyparti/build/CMakeFiles 3
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/cl_polyparti.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/alardner/cl_polyparti/build/CMakeFiles 0
.PHONY : CMakeFiles/cl_polyparti.dir/rule
CMakeFiles/polypartiCL.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/alardner/projects/polypartiCL/build/CMakeFiles 3
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/polypartiCL.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/alardner/projects/polypartiCL/build/CMakeFiles 0
.PHONY : CMakeFiles/polypartiCL.dir/rule
# Convenience name for target.
cl_polyparti: CMakeFiles/cl_polyparti.dir/rule
.PHONY : cl_polyparti
polypartiCL: CMakeFiles/polypartiCL.dir/rule
.PHONY : polypartiCL
# codegen rule for target.
CMakeFiles/cl_polyparti.dir/codegen:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cl_polyparti.dir/build.make CMakeFiles/cl_polyparti.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/alardner/cl_polyparti/build/CMakeFiles --progress-num=1,2,3 "Finished codegen for target cl_polyparti"
.PHONY : CMakeFiles/cl_polyparti.dir/codegen
CMakeFiles/polypartiCL.dir/codegen:
$(MAKE) $(MAKESILENT) -f CMakeFiles/polypartiCL.dir/build.make CMakeFiles/polypartiCL.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/alardner/projects/polypartiCL/build/CMakeFiles --progress-num=1,2,3 "Finished codegen for target polypartiCL"
.PHONY : CMakeFiles/polypartiCL.dir/codegen
# clean rule for target.
CMakeFiles/cl_polyparti.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cl_polyparti.dir/build.make CMakeFiles/cl_polyparti.dir/clean
.PHONY : CMakeFiles/cl_polyparti.dir/clean
CMakeFiles/polypartiCL.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/polypartiCL.dir/build.make CMakeFiles/polypartiCL.dir/clean
.PHONY : CMakeFiles/polypartiCL.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.
@@ -117,7 +117,6 @@ CMakeFiles/cl_polyparti.dir/clean:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -P /home/alardner/cl_polyparti/build/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system