3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 21:16:02 +00:00

Create VERSION.txt and update CMakeLists.txt to read version from file

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-20 15:45:25 +00:00
parent 886b5e501a
commit 4e51949669
1611 changed files with 283331 additions and 1 deletions

View file

@ -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 "")

View file

@ -0,0 +1,43 @@
{
"sources" :
[
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5-complete.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update.rule"
}
],
"target" :
{
"labels" :
[
"z3_tptp5"
],
"name" : "z3_tptp5"
}
}

View file

@ -0,0 +1,13 @@
# Target labels
z3_tptp5
# Source files and their labels
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5.rule
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5-complete.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch.rule
/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update.rule

View file

@ -0,0 +1,147 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# 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/z3/z3
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/runner/work/z3/z3/test-cmake
# Utility rule file for z3_tptp5.
# Include any custom commands dependencies for this target.
include examples/CMakeFiles/z3_tptp5.dir/compiler_depend.make
# Include the progress variables for this target.
include examples/CMakeFiles/z3_tptp5.dir/progress.make
examples/CMakeFiles/z3_tptp5: examples/CMakeFiles/z3_tptp5-complete
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build
examples/CMakeFiles/z3_tptp5-complete: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E make_directory /home/runner/work/z3/z3/test-cmake/examples/CMakeFiles
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5-complete
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-done
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples/tptp_build_dir && $(MAKE)
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure: examples/z3_tptp5-prefix/tmp/z3_tptp5-cfgcmd.txt
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples/tptp_build_dir && /usr/local/bin/cmake -DZ3_DIR=/home/runner/work/z3/z3/test-cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo "-GUnix Makefiles" -S /home/runner/work/z3/z3/examples/tptp -B /home/runner/work/z3/z3/test-cmake/examples/tptp_build_dir
cd /home/runner/work/z3/z3/test-cmake/examples/tptp_build_dir && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-source_dirinfo.txt
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E echo_append
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Performing install step for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples/tptp_build_dir && /usr/local/bin/cmake -E echo ""
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/tmp/z3_tptp5-mkdirs.cmake
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch-info.txt
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E echo_append
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update-info.txt
examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/z3/z3/test-cmake/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No update step for 'z3_tptp5'"
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E echo_append
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update
examples/CMakeFiles/z3_tptp5.dir/codegen:
.PHONY : examples/CMakeFiles/z3_tptp5.dir/codegen
z3_tptp5: examples/CMakeFiles/z3_tptp5
z3_tptp5: examples/CMakeFiles/z3_tptp5-complete
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch
z3_tptp5: examples/z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update
z3_tptp5: examples/CMakeFiles/z3_tptp5.dir/build.make
.PHONY : z3_tptp5
# Rule to build all files generated by this target.
examples/CMakeFiles/z3_tptp5.dir/build: z3_tptp5
.PHONY : examples/CMakeFiles/z3_tptp5.dir/build
examples/CMakeFiles/z3_tptp5.dir/clean:
cd /home/runner/work/z3/z3/test-cmake/examples && $(CMAKE_COMMAND) -P CMakeFiles/z3_tptp5.dir/cmake_clean.cmake
.PHONY : examples/CMakeFiles/z3_tptp5.dir/clean
examples/CMakeFiles/z3_tptp5.dir/depend:
cd /home/runner/work/z3/z3/test-cmake && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/z3/z3 /home/runner/work/z3/z3/examples /home/runner/work/z3/z3/test-cmake /home/runner/work/z3/z3/test-cmake/examples /home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/z3_tptp5.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : examples/CMakeFiles/z3_tptp5.dir/depend

View file

@ -0,0 +1,16 @@
file(REMOVE_RECURSE
"CMakeFiles/z3_tptp5"
"CMakeFiles/z3_tptp5-complete"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/z3_tptp5.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View file

@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for z3_tptp5.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for z3_tptp5.

View file

@ -0,0 +1,9 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 =
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 = 100