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/userPropagator"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/userPropagator.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/userPropagator-complete.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-build.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-install.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-mkdir.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch.rule"
},
{
"file" : "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update.rule"
}
],
"target" :
{
"labels" :
[
"userPropagator"
],
"name" : "userPropagator"
}
}

View file

@ -0,0 +1,13 @@
# Target labels
userPropagator
# Source files and their labels
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/userPropagator
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/userPropagator.rule
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/userPropagator-complete.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-build.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-install.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-mkdir.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch.rule
/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 userPropagator.
# Include any custom commands dependencies for this target.
include examples/CMakeFiles/userPropagator.dir/compiler_depend.make
# Include the progress variables for this target.
include examples/CMakeFiles/userPropagator.dir/progress.make
examples/CMakeFiles/userPropagator: examples/CMakeFiles/userPropagator-complete
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-install
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-mkdir
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-build
examples/CMakeFiles/userPropagator-complete: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
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/userPropagator-complete
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-done
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-build: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
cd /home/runner/work/z3/z3/test-cmake/examples/userPropagator_build_dir && $(MAKE)
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure: examples/userPropagator-prefix/tmp/userPropagator-cfgcmd.txt
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
cd /home/runner/work/z3/z3/test-cmake/examples/userPropagator_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/userPropagator -B /home/runner/work/z3/z3/test-cmake/examples/userPropagator_build_dir
cd /home/runner/work/z3/z3/test-cmake/examples/userPropagator_build_dir && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-source_dirinfo.txt
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
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/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-install: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
cd /home/runner/work/z3/z3/test-cmake/examples/userPropagator_build_dir && /usr/local/bin/cmake -E echo ""
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/tmp/userPropagator-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/userPropagator-prefix/src/userPropagator-stamp/userPropagator-mkdir
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch-info.txt
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
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/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update-info.txt
examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-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 'userPropagator'"
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/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update
examples/CMakeFiles/userPropagator.dir/codegen:
.PHONY : examples/CMakeFiles/userPropagator.dir/codegen
userPropagator: examples/CMakeFiles/userPropagator
userPropagator: examples/CMakeFiles/userPropagator-complete
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-build
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-download
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-install
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-mkdir
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch
userPropagator: examples/userPropagator-prefix/src/userPropagator-stamp/userPropagator-update
userPropagator: examples/CMakeFiles/userPropagator.dir/build.make
.PHONY : userPropagator
# Rule to build all files generated by this target.
examples/CMakeFiles/userPropagator.dir/build: userPropagator
.PHONY : examples/CMakeFiles/userPropagator.dir/build
examples/CMakeFiles/userPropagator.dir/clean:
cd /home/runner/work/z3/z3/test-cmake/examples && $(CMAKE_COMMAND) -P CMakeFiles/userPropagator.dir/cmake_clean.cmake
.PHONY : examples/CMakeFiles/userPropagator.dir/clean
examples/CMakeFiles/userPropagator.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/userPropagator.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : examples/CMakeFiles/userPropagator.dir/depend

View file

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

View file

@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for userPropagator.
# 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 userPropagator.

View file

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