Initial commit from sysy-main

This commit is contained in:
Lixuanwang
2025-02-27 23:14:53 +08:00
commit cc523fd30b
1125 changed files with 257793 additions and 0 deletions

View File

@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Darwin-21.6.0")
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
set(CMAKE_HOST_SYSTEM_VERSION "21.6.0")
set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
set(CMAKE_SYSTEM "Darwin-21.6.0")
set(CMAKE_SYSTEM_NAME "Darwin")
set(CMAKE_SYSTEM_VERSION "21.6.0")
set(CMAKE_SYSTEM_PROCESSOR "arm64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild")
# 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})

View File

@ -0,0 +1 @@
The system is: Darwin - 21.6.0 - arm64

View File

@ -0,0 +1,11 @@
# Hashes of file build rules.
067004a841f487a6a325ec1c1520a049 CMakeFiles/googletest-populate
e9dd705ade1413b1bdb6eb2da2e806ea CMakeFiles/googletest-populate-complete
087371b598ed1eb1870fbd48e4e0c4bf googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build
4fbe22453b137a0a956f56dd0b7e0815 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure
8abe10cba78fc17feb9d44e00e62de88 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download
f06415780f8bfb92b4b50bdfd1718550 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install
317b8eccf07ac6da7c5087c4c7da9d39 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir
4cc223817a8704f5cb4295b91cf6c95c googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch
d87f5f3f44830490c8c56821bb136bcc googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test
cce6efbac86aca2d5265f7a2ffcd01fd googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update

View File

@ -0,0 +1,42 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/CMakeGenericSystem.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/ExternalProject-download.cmake.in"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/ExternalProject.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/Platform/Darwin-Initialize.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/Platform/Darwin.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/Platform/UnixPaths.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.22/Modules/RepositoryInfo.txt.in"
"CMakeFiles/3.22.3/CMakeSystem.cmake"
"CMakeLists.txt"
"googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt.in"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-urlinfo.txt"
"googletest-populate-prefix/src/googletest-populate-stamp/download-googletest-populate.cmake"
"googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/googletest-populate.dir/DependInfo.cmake"
)

View File

@ -0,0 +1,112 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/googletest-populate.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/googletest-populate.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/googletest-populate.dir
# All Build rule for target.
CMakeFiles/googletest-populate.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target googletest-populate"
.PHONY : CMakeFiles/googletest-populate.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/googletest-populate.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles 9
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/googletest-populate.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles 0
.PHONY : CMakeFiles/googletest-populate.dir/rule
# Convenience name for target.
googletest-populate: CMakeFiles/googletest-populate.dir/rule
.PHONY : googletest-populate
# clean rule for target.
CMakeFiles/googletest-populate.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/clean
.PHONY : CMakeFiles/googletest-populate.dir/clean
#=============================================================================
# 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:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,3 @@
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/edit_cache.dir
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/rebuild_cache.dir

View File

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@ -0,0 +1,18 @@
# 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.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test.rule"
},
{
"file" : "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update.rule"
}
],
"target" :
{
"labels" :
[
"googletest-populate"
],
"name" : "googletest-populate"
}
}

View File

@ -0,0 +1,14 @@
# Target labels
googletest-populate
# Source files and their labels
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test.rule
/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update.rule

View File

@ -0,0 +1,159 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild
# Utility rule file for googletest-populate.
# Include any custom commands dependencies for this target.
include CMakeFiles/googletest-populate.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/googletest-populate.dir/progress.make
CMakeFiles/googletest-populate: CMakeFiles/googletest-populate-complete
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install
CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'googletest-populate'"
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-done
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No build step for 'googletest-populate'"
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo_append
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure: googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "No configure step for 'googletest-populate'"
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo_append
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-urlinfo.txt
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (download, verify and extract) for 'googletest-populate'"
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/download-googletest-populate.cmake
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/verify-googletest-populate.cmake
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/extract-googletest-populate.cmake
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'googletest-populate'"
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo_append
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'googletest-populate'"
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-src
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/tmp
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E make_directory /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'googletest-populate'"
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo_append
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'googletest-populate'"
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo_append
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-build && /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test
googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'googletest-populate'"
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo_append
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E touch /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update
googletest-populate: CMakeFiles/googletest-populate
googletest-populate: CMakeFiles/googletest-populate-complete
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test
googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update
googletest-populate: CMakeFiles/googletest-populate.dir/build.make
.PHONY : googletest-populate
# Rule to build all files generated by this target.
CMakeFiles/googletest-populate.dir/build: googletest-populate
.PHONY : CMakeFiles/googletest-populate.dir/build
CMakeFiles/googletest-populate.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/googletest-populate.dir/cmake_clean.cmake
.PHONY : CMakeFiles/googletest-populate.dir/clean
CMakeFiles/googletest-populate.dir/depend:
cd /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild /Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/googletest-populate.dir/depend

View File

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

View File

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

View File

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

View File

@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
CMAKE_PROGRESS_6 = 6
CMAKE_PROGRESS_7 = 7
CMAKE_PROGRESS_8 = 8
CMAKE_PROGRESS_9 = 9