mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +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:
parent
886b5e501a
commit
4e51949669
1611 changed files with 283331 additions and 1 deletions
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/z3/z3")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/z3/z3/test-cmake")
|
||||
|
||||
# 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})
|
|
@ -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 "")
|
43
test-cmake/examples/CMakeFiles/c_example.dir/Labels.json
Normal file
43
test-cmake/examples/CMakeFiles/c_example.dir/Labels.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_example"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_example.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_example-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"c_example"
|
||||
],
|
||||
"name" : "c_example"
|
||||
}
|
||||
}
|
13
test-cmake/examples/CMakeFiles/c_example.dir/Labels.txt
Normal file
13
test-cmake/examples/CMakeFiles/c_example.dir/Labels.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Target labels
|
||||
c_example
|
||||
# Source files and their labels
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_example
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_example.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_example-complete.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-build.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-configure.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-download.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-install.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-mkdir.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-patch.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-update.rule
|
147
test-cmake/examples/CMakeFiles/c_example.dir/build.make
Normal file
147
test-cmake/examples/CMakeFiles/c_example.dir/build.make
Normal 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 c_example.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include examples/CMakeFiles/c_example.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include examples/CMakeFiles/c_example.dir/progress.make
|
||||
|
||||
examples/CMakeFiles/c_example: examples/CMakeFiles/c_example-complete
|
||||
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-install
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-mkdir
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-download
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-update
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-patch
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-configure
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-build
|
||||
examples/CMakeFiles/c_example-complete: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
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/c_example-complete
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-done
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-build: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_example_build_dir && $(MAKE)
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-configure: examples/c_example-prefix/tmp/c_example-cfgcmd.txt
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-configure: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_example_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/c -B /home/runner/work/z3/z3/test-cmake/examples/c_example_build_dir
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_example_build_dir && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/c_example-configure
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-download: examples/c_example-prefix/src/c_example-stamp/c_example-source_dirinfo.txt
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-download: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
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/c_example-prefix/src/c_example-stamp/c_example-download
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-install: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_example_build_dir && /usr/local/bin/cmake -E echo ""
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/tmp/c_example-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/c_example-prefix/src/c_example-stamp/c_example-mkdir
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-patch: examples/c_example-prefix/src/c_example-stamp/c_example-patch-info.txt
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-patch: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
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/c_example-prefix/src/c_example-stamp/c_example-patch
|
||||
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-update: examples/c_example-prefix/src/c_example-stamp/c_example-update-info.txt
|
||||
examples/c_example-prefix/src/c_example-stamp/c_example-update: examples/c_example-prefix/src/c_example-stamp/c_example-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 'c_example'"
|
||||
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/c_example-prefix/src/c_example-stamp/c_example-update
|
||||
|
||||
examples/CMakeFiles/c_example.dir/codegen:
|
||||
.PHONY : examples/CMakeFiles/c_example.dir/codegen
|
||||
|
||||
c_example: examples/CMakeFiles/c_example
|
||||
c_example: examples/CMakeFiles/c_example-complete
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-build
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-configure
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-download
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-install
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-mkdir
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-patch
|
||||
c_example: examples/c_example-prefix/src/c_example-stamp/c_example-update
|
||||
c_example: examples/CMakeFiles/c_example.dir/build.make
|
||||
.PHONY : c_example
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
examples/CMakeFiles/c_example.dir/build: c_example
|
||||
.PHONY : examples/CMakeFiles/c_example.dir/build
|
||||
|
||||
examples/CMakeFiles/c_example.dir/clean:
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && $(CMAKE_COMMAND) -P CMakeFiles/c_example.dir/cmake_clean.cmake
|
||||
.PHONY : examples/CMakeFiles/c_example.dir/clean
|
||||
|
||||
examples/CMakeFiles/c_example.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/c_example.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : examples/CMakeFiles/c_example.dir/depend
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/c_example"
|
||||
"CMakeFiles/c_example-complete"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-build"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-configure"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-download"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-install"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-mkdir"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-patch"
|
||||
"c_example-prefix/src/c_example-stamp/c_example-update"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/c_example.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for c_example.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for c_example.
|
|
@ -0,0 +1,9 @@
|
|||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 = 15
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 =
|
||||
CMAKE_PROGRESS_7 =
|
||||
CMAKE_PROGRESS_8 =
|
||||
|
|
@ -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 "")
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_maxsat_example"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_maxsat_example.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_maxsat_example-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"c_maxsat_example"
|
||||
],
|
||||
"name" : "c_maxsat_example"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
# Target labels
|
||||
c_maxsat_example
|
||||
# Source files and their labels
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_maxsat_example
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_maxsat_example.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/c_maxsat_example-complete.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-build.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-install.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-mkdir.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update.rule
|
147
test-cmake/examples/CMakeFiles/c_maxsat_example.dir/build.make
Normal file
147
test-cmake/examples/CMakeFiles/c_maxsat_example.dir/build.make
Normal 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 c_maxsat_example.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include examples/CMakeFiles/c_maxsat_example.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include examples/CMakeFiles/c_maxsat_example.dir/progress.make
|
||||
|
||||
examples/CMakeFiles/c_maxsat_example: examples/CMakeFiles/c_maxsat_example-complete
|
||||
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-install
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-mkdir
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-build
|
||||
examples/CMakeFiles/c_maxsat_example-complete: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
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/c_maxsat_example-complete
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-done
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-build: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example_build_dir && $(MAKE)
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure: examples/c_maxsat_example-prefix/tmp/c_maxsat_example-cfgcmd.txt
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example_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/maxsat -B /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example_build_dir
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example_build_dir && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-source_dirinfo.txt
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
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/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-install: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example_build_dir && /usr/local/bin/cmake -E echo ""
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/tmp/c_maxsat_example-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/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-mkdir
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch-info.txt
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
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/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch
|
||||
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update-info.txt
|
||||
examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-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 'c_maxsat_example'"
|
||||
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/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update
|
||||
|
||||
examples/CMakeFiles/c_maxsat_example.dir/codegen:
|
||||
.PHONY : examples/CMakeFiles/c_maxsat_example.dir/codegen
|
||||
|
||||
c_maxsat_example: examples/CMakeFiles/c_maxsat_example
|
||||
c_maxsat_example: examples/CMakeFiles/c_maxsat_example-complete
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-build
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-install
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-mkdir
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch
|
||||
c_maxsat_example: examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update
|
||||
c_maxsat_example: examples/CMakeFiles/c_maxsat_example.dir/build.make
|
||||
.PHONY : c_maxsat_example
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
examples/CMakeFiles/c_maxsat_example.dir/build: c_maxsat_example
|
||||
.PHONY : examples/CMakeFiles/c_maxsat_example.dir/build
|
||||
|
||||
examples/CMakeFiles/c_maxsat_example.dir/clean:
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && $(CMAKE_COMMAND) -P CMakeFiles/c_maxsat_example.dir/cmake_clean.cmake
|
||||
.PHONY : examples/CMakeFiles/c_maxsat_example.dir/clean
|
||||
|
||||
examples/CMakeFiles/c_maxsat_example.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/c_maxsat_example.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : examples/CMakeFiles/c_maxsat_example.dir/depend
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/c_maxsat_example"
|
||||
"CMakeFiles/c_maxsat_example-complete"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-build"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-configure"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-download"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-install"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-mkdir"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-patch"
|
||||
"c_maxsat_example-prefix/src/c_maxsat_example-stamp/c_maxsat_example-update"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/c_maxsat_example.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for c_maxsat_example.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for c_maxsat_example.
|
|
@ -0,0 +1,9 @@
|
|||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 = 16
|
||||
CMAKE_PROGRESS_6 =
|
||||
CMAKE_PROGRESS_7 =
|
||||
CMAKE_PROGRESS_8 =
|
||||
|
|
@ -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 "")
|
43
test-cmake/examples/CMakeFiles/cpp_example.dir/Labels.json
Normal file
43
test-cmake/examples/CMakeFiles/cpp_example.dir/Labels.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/cpp_example"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/cpp_example.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/cpp_example-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"cpp_example"
|
||||
],
|
||||
"name" : "cpp_example"
|
||||
}
|
||||
}
|
13
test-cmake/examples/CMakeFiles/cpp_example.dir/Labels.txt
Normal file
13
test-cmake/examples/CMakeFiles/cpp_example.dir/Labels.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Target labels
|
||||
cpp_example
|
||||
# Source files and their labels
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/cpp_example
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/cpp_example.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/CMakeFiles/cpp_example-complete.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-build.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-install.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-mkdir.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch.rule
|
||||
/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update.rule
|
147
test-cmake/examples/CMakeFiles/cpp_example.dir/build.make
Normal file
147
test-cmake/examples/CMakeFiles/cpp_example.dir/build.make
Normal 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 cpp_example.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include examples/CMakeFiles/cpp_example.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include examples/CMakeFiles/cpp_example.dir/progress.make
|
||||
|
||||
examples/CMakeFiles/cpp_example: examples/CMakeFiles/cpp_example-complete
|
||||
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-install
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-mkdir
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-build
|
||||
examples/CMakeFiles/cpp_example-complete: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
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/cpp_example-complete
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-done
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-build: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/cpp_example_build_dir && $(MAKE)
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure: examples/cpp_example-prefix/tmp/cpp_example-cfgcmd.txt
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/cpp_example_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/c++ -B /home/runner/work/z3/z3/test-cmake/examples/cpp_example_build_dir
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/cpp_example_build_dir && /usr/local/bin/cmake -E touch /home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-source_dirinfo.txt
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
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/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-install: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples/cpp_example_build_dir && /usr/local/bin/cmake -E echo ""
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/tmp/cpp_example-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/cpp_example-prefix/src/cpp_example-stamp/cpp_example-mkdir
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch-info.txt
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
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/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch
|
||||
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update-info.txt
|
||||
examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-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 'cpp_example'"
|
||||
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/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update
|
||||
|
||||
examples/CMakeFiles/cpp_example.dir/codegen:
|
||||
.PHONY : examples/CMakeFiles/cpp_example.dir/codegen
|
||||
|
||||
cpp_example: examples/CMakeFiles/cpp_example
|
||||
cpp_example: examples/CMakeFiles/cpp_example-complete
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-build
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-download
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-install
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-mkdir
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch
|
||||
cpp_example: examples/cpp_example-prefix/src/cpp_example-stamp/cpp_example-update
|
||||
cpp_example: examples/CMakeFiles/cpp_example.dir/build.make
|
||||
.PHONY : cpp_example
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
examples/CMakeFiles/cpp_example.dir/build: cpp_example
|
||||
.PHONY : examples/CMakeFiles/cpp_example.dir/build
|
||||
|
||||
examples/CMakeFiles/cpp_example.dir/clean:
|
||||
cd /home/runner/work/z3/z3/test-cmake/examples && $(CMAKE_COMMAND) -P CMakeFiles/cpp_example.dir/cmake_clean.cmake
|
||||
.PHONY : examples/CMakeFiles/cpp_example.dir/clean
|
||||
|
||||
examples/CMakeFiles/cpp_example.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/cpp_example.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : examples/CMakeFiles/cpp_example.dir/depend
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/cpp_example"
|
||||
"CMakeFiles/cpp_example-complete"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-build"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-configure"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-download"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-install"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-mkdir"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-patch"
|
||||
"cpp_example-prefix/src/cpp_example-stamp/cpp_example-update"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/cpp_example.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for cpp_example.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for cpp_example.
|
|
@ -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 =
|
||||
|
1
test-cmake/examples/CMakeFiles/progress.marks
Normal file
1
test-cmake/examples/CMakeFiles/progress.marks
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
|
@ -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 "")
|
|
@ -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"
|
||||
}
|
||||
}
|
13
test-cmake/examples/CMakeFiles/userPropagator.dir/Labels.txt
Normal file
13
test-cmake/examples/CMakeFiles/userPropagator.dir/Labels.txt
Normal 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
|
147
test-cmake/examples/CMakeFiles/userPropagator.dir/build.make
Normal file
147
test-cmake/examples/CMakeFiles/userPropagator.dir/build.make
Normal 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
|
||||
|
|
@ -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()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for userPropagator.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for userPropagator.
|
|
@ -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 =
|
||||
|
22
test-cmake/examples/CMakeFiles/z3_tptp5.dir/DependInfo.cmake
Normal file
22
test-cmake/examples/CMakeFiles/z3_tptp5.dir/DependInfo.cmake
Normal 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 "")
|
43
test-cmake/examples/CMakeFiles/z3_tptp5.dir/Labels.json
Normal file
43
test-cmake/examples/CMakeFiles/z3_tptp5.dir/Labels.json
Normal 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"
|
||||
}
|
||||
}
|
13
test-cmake/examples/CMakeFiles/z3_tptp5.dir/Labels.txt
Normal file
13
test-cmake/examples/CMakeFiles/z3_tptp5.dir/Labels.txt
Normal 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
|
147
test-cmake/examples/CMakeFiles/z3_tptp5.dir/build.make
Normal file
147
test-cmake/examples/CMakeFiles/z3_tptp5.dir/build.make
Normal 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
|
||||
|
|
@ -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()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for z3_tptp5.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for z3_tptp5.
|
|
@ -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
|
||||
|
264
test-cmake/examples/Makefile
Normal file
264
test-cmake/examples/Makefile
Normal file
|
@ -0,0 +1,264 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
# 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/z3/z3
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/runner/work/z3/z3/test-cmake
|
||||
|
||||
#=============================================================================
|
||||
# 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
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
||||
.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/local/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/local/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/local/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/local/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/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/z3/z3/test-cmake/CMakeFiles /home/runner/work/z3/z3/test-cmake/examples//CMakeFiles/progress.marks
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/z3/z3/test-cmake/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
examples/CMakeFiles/c_example.dir/rule:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/c_example.dir/rule
|
||||
.PHONY : examples/CMakeFiles/c_example.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
c_example: examples/CMakeFiles/c_example.dir/rule
|
||||
.PHONY : c_example
|
||||
|
||||
# fast build rule for target.
|
||||
c_example/fast:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/c_example.dir/build.make examples/CMakeFiles/c_example.dir/build
|
||||
.PHONY : c_example/fast
|
||||
|
||||
# Convenience name for target.
|
||||
examples/CMakeFiles/c_maxsat_example.dir/rule:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/c_maxsat_example.dir/rule
|
||||
.PHONY : examples/CMakeFiles/c_maxsat_example.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
c_maxsat_example: examples/CMakeFiles/c_maxsat_example.dir/rule
|
||||
.PHONY : c_maxsat_example
|
||||
|
||||
# fast build rule for target.
|
||||
c_maxsat_example/fast:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/c_maxsat_example.dir/build.make examples/CMakeFiles/c_maxsat_example.dir/build
|
||||
.PHONY : c_maxsat_example/fast
|
||||
|
||||
# Convenience name for target.
|
||||
examples/CMakeFiles/cpp_example.dir/rule:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/cpp_example.dir/rule
|
||||
.PHONY : examples/CMakeFiles/cpp_example.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
cpp_example: examples/CMakeFiles/cpp_example.dir/rule
|
||||
.PHONY : cpp_example
|
||||
|
||||
# fast build rule for target.
|
||||
cpp_example/fast:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/cpp_example.dir/build.make examples/CMakeFiles/cpp_example.dir/build
|
||||
.PHONY : cpp_example/fast
|
||||
|
||||
# Convenience name for target.
|
||||
examples/CMakeFiles/z3_tptp5.dir/rule:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/z3_tptp5.dir/rule
|
||||
.PHONY : examples/CMakeFiles/z3_tptp5.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
z3_tptp5: examples/CMakeFiles/z3_tptp5.dir/rule
|
||||
.PHONY : z3_tptp5
|
||||
|
||||
# fast build rule for target.
|
||||
z3_tptp5/fast:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/z3_tptp5.dir/build.make examples/CMakeFiles/z3_tptp5.dir/build
|
||||
.PHONY : z3_tptp5/fast
|
||||
|
||||
# Convenience name for target.
|
||||
examples/CMakeFiles/userPropagator.dir/rule:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/userPropagator.dir/rule
|
||||
.PHONY : examples/CMakeFiles/userPropagator.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
userPropagator: examples/CMakeFiles/userPropagator.dir/rule
|
||||
.PHONY : userPropagator
|
||||
|
||||
# fast build rule for target.
|
||||
userPropagator/fast:
|
||||
cd /home/runner/work/z3/z3/test-cmake && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/userPropagator.dir/build.make examples/CMakeFiles/userPropagator.dir/build
|
||||
.PHONY : userPropagator/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 "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... c_example"
|
||||
@echo "... c_maxsat_example"
|
||||
@echo "... cpp_example"
|
||||
@echo "... userPropagator"
|
||||
@echo "... z3_tptp5"
|
||||
.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/z3/z3/test-cmake && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
|
@ -0,0 +1,9 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/runner/work/z3/z3/examples/c
|
||||
work_dir=
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
|
@ -0,0 +1 @@
|
|||
cmd='/usr/local/bin/cmake;-DZ3_DIR=/home/runner/work/z3/z3/test-cmake;-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
|
@ -0,0 +1,27 @@
|
|||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/runner/work/z3/z3/examples/c")
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/examples/c")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example_build_dir"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/tmp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/c_example-prefix/src/c_example-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
|
@ -0,0 +1,6 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
|
@ -0,0 +1,9 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/runner/work/z3/z3/examples/maxsat
|
||||
work_dir=
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
|
@ -0,0 +1 @@
|
|||
cmd='/usr/local/bin/cmake;-DZ3_DIR=/home/runner/work/z3/z3/test-cmake;-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
|
@ -0,0 +1,27 @@
|
|||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/runner/work/z3/z3/examples/maxsat")
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/examples/maxsat")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example_build_dir"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/tmp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/c_maxsat_example-prefix/src/c_maxsat_example-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
50
test-cmake/examples/cmake_install.cmake
Normal file
50
test-cmake/examples/cmake_install.cmake
Normal file
|
@ -0,0 +1,50 @@
|
|||
# Install script for directory: /home/runner/work/z3/z3/examples
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set path to fallback-tool for dependency-resolution.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/home/runner/work/z3/z3/test-cmake/examples/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
|
@ -0,0 +1,6 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
|
@ -0,0 +1,9 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/runner/work/z3/z3/examples/c++
|
||||
work_dir=
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
|
@ -0,0 +1 @@
|
|||
cmd='/usr/local/bin/cmake;-DZ3_DIR=/home/runner/work/z3/z3/test-cmake;-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
|
@ -0,0 +1,27 @@
|
|||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/runner/work/z3/z3/examples/c++")
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/examples/c++")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/cpp_example_build_dir"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/tmp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/cpp_example-prefix/src/cpp_example-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
|
@ -0,0 +1,6 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
|
@ -0,0 +1,9 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/runner/work/z3/z3/examples/userPropagator
|
||||
work_dir=
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
|
@ -0,0 +1 @@
|
|||
cmd='/usr/local/bin/cmake;-DZ3_DIR=/home/runner/work/z3/z3/test-cmake;-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
|
@ -0,0 +1,27 @@
|
|||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/runner/work/z3/z3/examples/userPropagator")
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/examples/userPropagator")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/userPropagator_build_dir"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/tmp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/userPropagator-prefix/src/userPropagator-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
|
@ -0,0 +1,6 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
|
@ -0,0 +1,9 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/runner/work/z3/z3/examples/tptp
|
||||
work_dir=
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
|
@ -0,0 +1 @@
|
|||
cmd='/usr/local/bin/cmake;-DZ3_DIR=/home/runner/work/z3/z3/test-cmake;-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
|
@ -0,0 +1,27 @@
|
|||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/runner/work/z3/z3/examples/tptp")
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/examples/tptp")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/tptp_build_dir"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/tmp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src"
|
||||
"/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/runner/work/z3/z3/test-cmake/examples/z3_tptp5-prefix/src/z3_tptp5-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue