-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ea0b698
Showing
288 changed files
with
56,410 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: ea2c589a18606a4e36c0587f01dc991d | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28 | ||
|
||
# Relative path conversion top directories. | ||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/note-c/note-c") | ||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/note-c/note-c/build") | ||
|
||
# Force unix paths in dependencies. | ||
set(CMAKE_FORCE_UNIX_PATHS 1) | ||
|
||
|
||
# The C and CXX include file regular expressions for this directory. | ||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") | ||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") | ||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) | ||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
# Consider dependencies only in project. | ||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) | ||
|
||
# The set of languages for which implicit dependencies are needed: | ||
set(CMAKE_DEPENDS_LANGUAGES | ||
) | ||
|
||
# The set of dependency files which are needed: | ||
set(CMAKE_DEPENDS_DEPENDENCY_FILES | ||
) | ||
|
||
# Targets to which this target links which contain Fortran sources. | ||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES | ||
) | ||
|
||
# Targets to which this target links which contain Fortran sources. | ||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES | ||
) | ||
|
||
# Fortran module output directory. | ||
set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28 | ||
|
||
# Delete rule output on recipe failure. | ||
.DELETE_ON_ERROR: | ||
|
||
#============================================================================= | ||
# 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/local/bin/cmake | ||
|
||
# The command to remove a file. | ||
RM = /usr/local/bin/cmake -E rm -f | ||
|
||
# Escaping for special characters. | ||
EQUALS = = | ||
|
||
# The top-level source directory on which CMake was run. | ||
CMAKE_SOURCE_DIR = /home/runner/work/note-c/note-c | ||
|
||
# The top-level build directory on which CMake was run. | ||
CMAKE_BINARY_DIR = /home/runner/work/note-c/note-c/build | ||
|
||
# Utility rule file for docs. | ||
|
||
# Include any custom commands dependencies for this target. | ||
include docs/CMakeFiles/docs.dir/compiler_depend.make | ||
|
||
# Include the progress variables for this target. | ||
include docs/CMakeFiles/docs.dir/progress.make | ||
|
||
docs/CMakeFiles/docs: | ||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/note-c/note-c/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Running Sphinx HTML build..." | ||
cd /home/runner/work/note-c/note-c/build/docs && /usr/local/bin/cmake -E env /opt/hostedtoolcache/Python/3.12.2/x64/bin/sphinx-build -b html -c /home/runner/work/note-c/note-c/docs -w /home/runner/work/note-c/note-c/build/docs/build.log -j auto -W --keep-going -T /home/runner/work/note-c/note-c/docs /home/runner/work/note-c/note-c/build/docs | ||
|
||
docs: docs/CMakeFiles/docs | ||
docs: docs/CMakeFiles/docs.dir/build.make | ||
.PHONY : docs | ||
|
||
# Rule to build all files generated by this target. | ||
docs/CMakeFiles/docs.dir/build: docs | ||
.PHONY : docs/CMakeFiles/docs.dir/build | ||
|
||
docs/CMakeFiles/docs.dir/clean: | ||
cd /home/runner/work/note-c/note-c/build/docs && $(CMAKE_COMMAND) -P CMakeFiles/docs.dir/cmake_clean.cmake | ||
.PHONY : docs/CMakeFiles/docs.dir/clean | ||
|
||
docs/CMakeFiles/docs.dir/depend: | ||
cd /home/runner/work/note-c/note-c/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/note-c/note-c /home/runner/work/note-c/note-c/docs /home/runner/work/note-c/note-c/build /home/runner/work/note-c/note-c/build/docs /home/runner/work/note-c/note-c/build/docs/CMakeFiles/docs.dir/DependInfo.cmake "--color=$(COLOR)" | ||
.PHONY : docs/CMakeFiles/docs.dir/depend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
file(REMOVE_RECURSE | ||
"CMakeFiles/docs" | ||
) | ||
|
||
# Per-language clean rules from dependency scanning. | ||
foreach(lang ) | ||
include(CMakeFiles/docs.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Empty custom commands generated dependencies file for docs. | ||
# This may be replaced when dependencies are built. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Timestamp file for custom commands dependencies management for docs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CMAKE_PROGRESS_1 = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28 | ||
|
||
# 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/local/bin/cmake | ||
|
||
# The command to remove a file. | ||
RM = /usr/local/bin/cmake -E rm -f | ||
|
||
# Escaping for special characters. | ||
EQUALS = = | ||
|
||
# The top-level source directory on which CMake was run. | ||
CMAKE_SOURCE_DIR = /home/runner/work/note-c/note-c | ||
|
||
# The top-level build directory on which CMake was run. | ||
CMAKE_BINARY_DIR = /home/runner/work/note-c/note-c/build | ||
|
||
#============================================================================= | ||
# Targets provided globally by CMake. | ||
|
||
# Special rule for the target edit_cache | ||
edit_cache: | ||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." | ||
/usr/local/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 rebuild_cache | ||
rebuild_cache: | ||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." | ||
/usr/local/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 | ||
|
||
# The main all target | ||
all: cmake_check_build_system | ||
cd /home/runner/work/note-c/note-c/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/note-c/note-c/build/CMakeFiles /home/runner/work/note-c/note-c/build/docs//CMakeFiles/progress.marks | ||
cd /home/runner/work/note-c/note-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 docs/all | ||
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/note-c/note-c/build/CMakeFiles 0 | ||
.PHONY : all | ||
|
||
# The main clean target | ||
clean: | ||
cd /home/runner/work/note-c/note-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 docs/clean | ||
.PHONY : clean | ||
|
||
# The main clean target | ||
clean/fast: clean | ||
.PHONY : clean/fast | ||
|
||
# Prepare targets for installation. | ||
preinstall: all | ||
cd /home/runner/work/note-c/note-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 docs/preinstall | ||
.PHONY : preinstall | ||
|
||
# Prepare targets for installation. | ||
preinstall/fast: | ||
cd /home/runner/work/note-c/note-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 docs/preinstall | ||
.PHONY : preinstall/fast | ||
|
||
# clear depends | ||
depend: | ||
cd /home/runner/work/note-c/note-c/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 | ||
.PHONY : depend | ||
|
||
# Convenience name for target. | ||
docs/CMakeFiles/docs.dir/rule: | ||
cd /home/runner/work/note-c/note-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 docs/CMakeFiles/docs.dir/rule | ||
.PHONY : docs/CMakeFiles/docs.dir/rule | ||
|
||
# Convenience name for target. | ||
docs: docs/CMakeFiles/docs.dir/rule | ||
.PHONY : docs | ||
|
||
# fast build rule for target. | ||
docs/fast: | ||
cd /home/runner/work/note-c/note-c/build && $(MAKE) $(MAKESILENT) -f docs/CMakeFiles/docs.dir/build.make docs/CMakeFiles/docs.dir/build | ||
.PHONY : docs/fast | ||
|
||
# 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 "... rebuild_cache" | ||
@echo "... docs" | ||
.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/runner/work/note-c/note-c/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | ||
.PHONY : cmake_check_build_system | ||
|
Oops, something went wrong.