forked from ph7n2ofui/SysyCompiler_Arm
parent
36153f9785
commit
61c3b90cf5
@ -0,0 +1,17 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${default}"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
@ -0,0 +1,627 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/wqz/sysy/sysy/build
|
||||
# It was generated by CMake: /usr/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Installation directory for cmake files.
|
||||
ANTLR4_CMAKE_DIR:STRING=lib/cmake
|
||||
|
||||
//Installation directory for include files, relative to /usr/local.
|
||||
ANTLR4_INCLUDE_DIR:STRING=include/antlr4-runtime
|
||||
|
||||
//Installation directory for libraries, relative to /usr/local.
|
||||
ANTLR4_LIB_DIR:STRING=lib
|
||||
|
||||
//Build the shared library of the ANTLR runtime
|
||||
ANTLR_BUILD_SHARED:BOOL=ON
|
||||
|
||||
//Build the static library of the ANTLR runtime
|
||||
ANTLR_BUILD_STATIC:BOOL=ON
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/usr/bin/ar
|
||||
|
||||
//Choose the type of build, options are: Debug Release.
|
||||
CMAKE_BUILD_TYPE:STRING=Release
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
//CXX compiler
|
||||
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
|
||||
|
||||
//Flags used by the CXX compiler during all build types.
|
||||
CMAKE_CXX_FLAGS:STRING=
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//C++ standard to conform to
|
||||
CMAKE_CXX_STANDARD:STRING=17
|
||||
|
||||
//C compiler
|
||||
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
|
||||
|
||||
//Flags used by the C compiler during all build types.
|
||||
CMAKE_C_FLAGS:STRING=
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//Flags used by the linker during all build types.
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//User executables (bin)
|
||||
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||
|
||||
//Read-only architecture-independent data (DATAROOTDIR)
|
||||
CMAKE_INSTALL_DATADIR:PATH=
|
||||
|
||||
//Read-only architecture-independent data root (share)
|
||||
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
||||
|
||||
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
||||
CMAKE_INSTALL_DOCDIR:PATH=
|
||||
|
||||
//C header files (include)
|
||||
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
||||
|
||||
//Info documentation (DATAROOTDIR/info)
|
||||
CMAKE_INSTALL_INFODIR:PATH=
|
||||
|
||||
//Object code libraries (lib)
|
||||
CMAKE_INSTALL_LIBDIR:PATH=lib
|
||||
|
||||
//Program executables (libexec)
|
||||
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
||||
|
||||
//Locale-dependent data (DATAROOTDIR/locale)
|
||||
CMAKE_INSTALL_LOCALEDIR:PATH=
|
||||
|
||||
//Modifiable single-machine data (var)
|
||||
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
||||
|
||||
//Man documentation (DATAROOTDIR/man)
|
||||
CMAKE_INSTALL_MANDIR:PATH=
|
||||
|
||||
//C header files for non-gcc (/usr/include)
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Run-time variable data (LOCALSTATEDIR/run)
|
||||
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
||||
|
||||
//System admin executables (sbin)
|
||||
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
||||
|
||||
//Modifiable architecture-independent data (com)
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
||||
|
||||
//Read-only single-machine data (etc)
|
||||
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/usr/bin/nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=The SysY language compiler
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=sysy
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION:STATIC=0.0.0.1
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MINOR:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_PATCH:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_TWEAK:STATIC=1
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/usr/bin/readelf
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Enable to build Debian packages
|
||||
CPACK_BINARY_DEB:BOOL=OFF
|
||||
|
||||
//Enable to build FreeBSD packages
|
||||
CPACK_BINARY_FREEBSD:BOOL=OFF
|
||||
|
||||
//Enable to build IFW packages
|
||||
CPACK_BINARY_IFW:BOOL=OFF
|
||||
|
||||
//Enable to build NSIS packages
|
||||
CPACK_BINARY_NSIS:BOOL=OFF
|
||||
|
||||
//Enable to build RPM packages
|
||||
CPACK_BINARY_RPM:BOOL=OFF
|
||||
|
||||
//Enable to build STGZ packages
|
||||
CPACK_BINARY_STGZ:BOOL=ON
|
||||
|
||||
//Enable to build TBZ2 packages
|
||||
CPACK_BINARY_TBZ2:BOOL=OFF
|
||||
|
||||
//Enable to build TGZ packages
|
||||
CPACK_BINARY_TGZ:BOOL=ON
|
||||
|
||||
//Enable to build TXZ packages
|
||||
CPACK_BINARY_TXZ:BOOL=OFF
|
||||
|
||||
//Enable to build TZ packages
|
||||
CPACK_BINARY_TZ:BOOL=ON
|
||||
|
||||
//Enable to build RPM source packages
|
||||
CPACK_SOURCE_RPM:BOOL=OFF
|
||||
|
||||
//Enable to build TBZ2 source packages
|
||||
CPACK_SOURCE_TBZ2:BOOL=ON
|
||||
|
||||
//Enable to build TGZ source packages
|
||||
CPACK_SOURCE_TGZ:BOOL=ON
|
||||
|
||||
//Enable to build TXZ source packages
|
||||
CPACK_SOURCE_TXZ:BOOL=ON
|
||||
|
||||
//Enable to build TZ source packages
|
||||
CPACK_SOURCE_TZ:BOOL=ON
|
||||
|
||||
//Enable to build ZIP source packages
|
||||
CPACK_SOURCE_ZIP:BOOL=OFF
|
||||
|
||||
//Suppress compiler warnings for all built ANTLR targets
|
||||
DISABLE_WARNINGS:BOOL=OFF
|
||||
|
||||
//Path to a program.
|
||||
Java_IDLJ_EXECUTABLE:FILEPATH=Java_IDLJ_EXECUTABLE-NOTFOUND
|
||||
|
||||
//Path to a program.
|
||||
Java_JARSIGNER_EXECUTABLE:FILEPATH=Java_JARSIGNER_EXECUTABLE-NOTFOUND
|
||||
|
||||
//Path to a program.
|
||||
Java_JAR_EXECUTABLE:FILEPATH=Java_JAR_EXECUTABLE-NOTFOUND
|
||||
|
||||
//Path to a program.
|
||||
Java_JAVAC_EXECUTABLE:FILEPATH=Java_JAVAC_EXECUTABLE-NOTFOUND
|
||||
|
||||
//Path to a program.
|
||||
Java_JAVADOC_EXECUTABLE:FILEPATH=Java_JAVADOC_EXECUTABLE-NOTFOUND
|
||||
|
||||
//Path to a program.
|
||||
Java_JAVAH_EXECUTABLE:FILEPATH=Java_JAVAH_EXECUTABLE-NOTFOUND
|
||||
|
||||
//Path to a program.
|
||||
Java_JAVA_EXECUTABLE:FILEPATH=/usr/bin/java
|
||||
|
||||
//Value Computed by CMake
|
||||
LIBANTLR4_BINARY_DIR:STATIC=/home/wqz/sysy/sysy/build/antlr/antlr4-runtime
|
||||
|
||||
//Value Computed by CMake
|
||||
LIBANTLR4_IS_TOP_LEVEL:STATIC=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
LIBANTLR4_SOURCE_DIR:STATIC=/home/wqz/sysy/sysy/antlr/antlr4-runtime
|
||||
|
||||
//Trace ATN simulation
|
||||
TRACE_ATN:BOOL=OFF
|
||||
|
||||
//Chose to build with or without demo executable
|
||||
WITH_DEMO:STRING=False
|
||||
|
||||
//Building with clang++ and libc++(in Linux). To enable with: -DWITH_LIBCXX=On
|
||||
WITH_LIBCXX:BOOL=OFF
|
||||
|
||||
//(Visual C++) Enable to statically link CRT, which avoids requiring
|
||||
// users to install the redistribution package.
|
||||
//\n To disable with: -DWITH_STATIC_CRT=Off
|
||||
WITH_STATIC_CRT:BOOL=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
sysy_BINARY_DIR:STATIC=/home/wqz/sysy/sysy/build
|
||||
|
||||
//Value Computed by CMake
|
||||
sysy_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
sysy_SOURCE_DIR:STATIC=/home/wqz/sysy/sysy
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/wqz/sysy/sysy/build
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
||||
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
||||
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER
|
||||
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Test CMAKE_HAVE_LIBC_PTHREAD
|
||||
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
||||
//Have include pthread.h
|
||||
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/wqz/sysy/sysy
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
||||
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
||||
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
||||
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
||||
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
||||
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
||||
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
||||
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
||||
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
||||
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
||||
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
||||
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
||||
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_READELF
|
||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_DEB
|
||||
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_FREEBSD
|
||||
CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_IFW
|
||||
CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_NSIS
|
||||
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_RPM
|
||||
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_STGZ
|
||||
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_TBZ2
|
||||
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_TGZ
|
||||
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_TXZ
|
||||
CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_BINARY_TZ
|
||||
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_SOURCE_RPM
|
||||
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
|
||||
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_SOURCE_TGZ
|
||||
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_SOURCE_TXZ
|
||||
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_SOURCE_TZ
|
||||
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CPACK_SOURCE_ZIP
|
||||
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
|
||||
//Details about finding ANTLR
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_ANTLR:INTERNAL=[/home/wqz/sysy/sysy/antlr/antlr-4.12.0-complete.jar][/usr/bin/java][v4.12.0()]
|
||||
//Details about finding Threads
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
||||
//ADVANCED property for variable: Java_IDLJ_EXECUTABLE
|
||||
Java_IDLJ_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: Java_JARSIGNER_EXECUTABLE
|
||||
Java_JARSIGNER_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: Java_JAR_EXECUTABLE
|
||||
Java_JAR_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: Java_JAVAC_EXECUTABLE
|
||||
Java_JAVAC_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: Java_JAVADOC_EXECUTABLE
|
||||
Java_JAVADOC_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: Java_JAVAH_EXECUTABLE
|
||||
Java_JAVAH_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: Java_JAVA_EXECUTABLE
|
||||
Java_JAVA_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//CMAKE_INSTALL_PREFIX during last run
|
||||
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
|
||||
|
||||
@ -0,0 +1,72 @@
|
||||
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "11.3.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "Linux")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-11")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
@ -0,0 +1,83 @@
|
||||
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "11.3.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-11")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-5.19.0-40-generic")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "5.19.0-40-generic")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-5.19.0-40-generic")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "5.19.0-40-generic")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
||||
@ -0,0 +1,803 @@
|
||||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__) && !defined(__clang__)
|
||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
||||
# define C_VERSION "90"
|
||||
# else
|
||||
# define C_VERSION
|
||||
# endif
|
||||
#elif __STDC_VERSION__ > 201710L
|
||||
# define C_VERSION "23"
|
||||
#elif __STDC_VERSION__ >= 201710L
|
||||
# define C_VERSION "17"
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_VERSION "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_VERSION "99"
|
||||
#else
|
||||
# define C_VERSION "90"
|
||||
#endif
|
||||
const char* info_language_standard_default =
|
||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */
|
||||
#if (defined(__clang__) || defined(__GNUC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__) && !defined(_MSC_VER)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
||||
@ -0,0 +1,791 @@
|
||||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__COMO__)
|
||||
# define COMPILER_ID "Comeau"
|
||||
/* __COMO_VERSION__ = VRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
||||
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
||||
# if defined(__INTEL_CXX11_MODE__)
|
||||
# if defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD 201402L
|
||||
# else
|
||||
# define CXX_STD 201103L
|
||||
# endif
|
||||
# else
|
||||
# define CXX_STD 199711L
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# define CXX_STD _MSVC_LANG
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
||||
#if CXX_STD > 202002L
|
||||
"23"
|
||||
#elif CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */
|
||||
#if (defined(__clang__) || defined(__GNUC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__) && !defined(_MSC_VER)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
@ -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 "/home/wqz/sysy/sysy")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/wqz/sysy/sysy/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@ -0,0 +1,497 @@
|
||||
The system is: Linux - 5.19.0-40-generic - x86_64
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /usr/bin/c++
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in "/home/wqz/sysy/sysy/build/CMakeFiles/3.22.1/CompilerIdCXX/a.out"
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_abb10/fast && /usr/bin/gmake -f CMakeFiles/cmTC_abb10.dir/build.make CMakeFiles/cmTC_abb10.dir/build
|
||||
gmake[1]: Entering directory '/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o
|
||||
/usr/bin/c++ -v -o CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_abb10.dir/'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_abb10.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccWixj6p.s
|
||||
GNU C++17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"
|
||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/include/c++/11
|
||||
/usr/include/x86_64-linux-gnu/c++/11
|
||||
/usr/include/c++/11/backward
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include
|
||||
/usr/local/include
|
||||
/usr/include/x86_64-linux-gnu
|
||||
/usr/include
|
||||
End of search list.
|
||||
GNU C++17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: 449548cbb29044828dc7ea158b577b98
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_abb10.dir/'
|
||||
as -v --64 -o CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWixj6p.s
|
||||
GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.'
|
||||
Linking CXX executable cmTC_abb10
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abb10.dir/link.txt --verbose=1
|
||||
/usr/bin/c++ -v CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_abb10
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_abb10' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_abb10.'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZJp8MC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_abb10 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_abb10' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_abb10.'
|
||||
gmake[1]: Leaving directory '/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/include/c++/11]
|
||||
add: [/usr/include/x86_64-linux-gnu/c++/11]
|
||||
add: [/usr/include/c++/11/backward]
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/11/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/include/x86_64-linux-gnu]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/include/c++/11] ==> [/usr/include/c++/11]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu/c++/11] ==> [/usr/include/x86_64-linux-gnu/c++/11]
|
||||
collapse include dir [/usr/include/c++/11/backward] ==> [/usr/include/c++/11/backward]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_abb10/fast && /usr/bin/gmake -f CMakeFiles/cmTC_abb10.dir/build.make CMakeFiles/cmTC_abb10.dir/build]
|
||||
ignore line: [gmake[1]: Entering directory '/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building CXX object CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o]
|
||||
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_abb10.dir/']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_abb10.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccWixj6p.s]
|
||||
ignore line: [GNU C++17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/include/c++/11]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu/c++/11]
|
||||
ignore line: [ /usr/include/c++/11/backward]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C++17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: 449548cbb29044828dc7ea158b577b98]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_abb10.dir/']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWixj6p.s]
|
||||
ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.']
|
||||
ignore line: [Linking CXX executable cmTC_abb10]
|
||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abb10.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_abb10 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_abb10' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_abb10.']
|
||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZJp8MC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_abb10 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccZJp8MC.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-znow] ==> ignore
|
||||
arg [-zrelro] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_abb10] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib]
|
||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..]
|
||||
arg [CMakeFiles/cmTC_abb10.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib]
|
||||
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
|
||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /usr/bin/cc
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in "/home/wqz/sysy/sysy/build/CMakeFiles/3.22.1/CompilerIdC/a.out"
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0c2b3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0c2b3.dir/build.make CMakeFiles/cmTC_0c2b3.dir/build
|
||||
gmake[1]: Entering directory '/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o
|
||||
/usr/bin/cc -v -o CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0c2b3.dir/'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0c2b3.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccNqsWJr.s
|
||||
GNU C17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include
|
||||
/usr/local/include
|
||||
/usr/include/x86_64-linux-gnu
|
||||
/usr/include
|
||||
End of search list.
|
||||
GNU C17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 11.3.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: 3f6cb05d963ad324b8f9442822c95179
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0c2b3.dir/'
|
||||
as -v --64 -o CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o /tmp/ccNqsWJr.s
|
||||
GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.'
|
||||
Linking C executable cmTC_0c2b3
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c2b3.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -v CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o -o cmTC_0c2b3
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0c2b3' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0c2b3.'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHfUJgS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_0c2b3 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0c2b3' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0c2b3.'
|
||||
gmake[1]: Leaving directory '/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/11/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/include/x86_64-linux-gnu]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0c2b3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0c2b3.dir/build.make CMakeFiles/cmTC_0c2b3.dir/build]
|
||||
ignore line: [gmake[1]: Entering directory '/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o]
|
||||
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0c2b3.dir/']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0c2b3.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccNqsWJr.s]
|
||||
ignore line: [GNU C17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C17 (Ubuntu 11.3.0-1ubuntu1~22.04) version 11.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 11.3.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: 3f6cb05d963ad324b8f9442822c95179]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0c2b3.dir/']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o /tmp/ccNqsWJr.s]
|
||||
ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.']
|
||||
ignore line: [Linking C executable cmTC_0c2b3]
|
||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c2b3.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o -o cmTC_0c2b3 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0c2b3' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0c2b3.']
|
||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHfUJgS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_0c2b3 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccHfUJgS.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-znow] ==> ignore
|
||||
arg [-zrelro] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_0c2b3] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib]
|
||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..]
|
||||
arg [CMakeFiles/cmTC_0c2b3.dir/CMakeCCompilerABI.c.o] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib]
|
||||
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
|
||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Determining if the include file pthread.h exists passed with the following output:
|
||||
Change Dir: /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_06c8b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_06c8b.dir/build.make CMakeFiles/cmTC_06c8b.dir/build
|
||||
gmake[1]: 进入目录“/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp”
|
||||
Building C object CMakeFiles/cmTC_06c8b.dir/CheckIncludeFile.c.o
|
||||
/usr/bin/cc -o CMakeFiles/cmTC_06c8b.dir/CheckIncludeFile.c.o -c /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
|
||||
Linking C executable cmTC_06c8b
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06c8b.dir/link.txt --verbose=1
|
||||
/usr/bin/cc CMakeFiles/cmTC_06c8b.dir/CheckIncludeFile.c.o -o cmTC_06c8b
|
||||
gmake[1]: 离开目录“/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp”
|
||||
|
||||
|
||||
|
||||
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output:
|
||||
Change Dir: /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e47cb/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e47cb.dir/build.make CMakeFiles/cmTC_e47cb.dir/build
|
||||
gmake[1]: 进入目录“/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp”
|
||||
Building C object CMakeFiles/cmTC_e47cb.dir/src.c.o
|
||||
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_e47cb.dir/src.c.o -c /home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp/src.c
|
||||
Linking C executable cmTC_e47cb
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e47cb.dir/link.txt --verbose=1
|
||||
/usr/bin/cc CMakeFiles/cmTC_e47cb.dir/src.c.o -o cmTC_e47cb
|
||||
gmake[1]: 离开目录“/home/wqz/sysy/sysy/build/CMakeFiles/CMakeTmp”
|
||||
|
||||
|
||||
Source file was:
|
||||
#include <pthread.h>
|
||||
|
||||
static void* test_func(void* data)
|
||||
{
|
||||
return data;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
pthread_t thread;
|
||||
pthread_create(&thread, NULL, test_func, NULL);
|
||||
pthread_detach(thread);
|
||||
pthread_cancel(thread);
|
||||
pthread_join(thread, NULL);
|
||||
pthread_atfork(NULL, NULL, NULL);
|
||||
pthread_exit(NULL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -0,0 +1,2 @@
|
||||
# Hashes of file build rules.
|
||||
8b397515d969cd62b53020c27889a296 src/SysYLexer.interp
|
||||
@ -0,0 +1,159 @@
|
||||
# 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"
|
||||
"../CMakeLists.txt"
|
||||
"../antlr/antlr4-runtime/CMakeLists.txt"
|
||||
"../antlr/antlr4-runtime/cmake/FindANTLR.cmake"
|
||||
"../antlr/antlr4-runtime/cmake/antlr4-generator.cmake.in"
|
||||
"../antlr/antlr4-runtime/cmake/antlr4-runtime.cmake.in"
|
||||
"../antlr/antlr4-runtime/runtime/CMakeLists.txt"
|
||||
"CMakeFiles/3.22.1/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeSystem.cmake"
|
||||
"../src/CMakeLists.txt"
|
||||
"/usr/share/cmake-3.22/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineCCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeDetermineSystem.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeFindJavaCommon.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakePackageConfigHelpers.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeSystem.cmake.in"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeUnixFindMake.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CPack.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CPackComponent.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCXXSourceCompiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckIncludeFile.c.in"
|
||||
"/usr/share/cmake-3.22/Modules/CheckIncludeFile.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckIncludeFileCXX.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckLibraryExists.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GNU-FindBinUtils.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/GNU.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindJava.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindThreads.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/GNUInstallDirs.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Platform/Linux-Determine-CXX.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-C.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-CXX.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Platform/Linux-GNU.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Platform/Linux.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/Platform/UnixPaths.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/WriteBasicConfigVersionFile.cmake"
|
||||
"/usr/share/cmake-3.22/Templates/CPackConfig.cmake.in"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/3.22.1/CMakeSystem.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeCCompiler.cmake"
|
||||
"antlr/antlr4-runtime/antlr4-runtime-config.cmake"
|
||||
"antlr/antlr4-runtime/antlr4-generator-config.cmake"
|
||||
"antlr/antlr4-runtime/antlr4-runtime-config-version.cmake"
|
||||
"antlr/antlr4-runtime/antlr4-generator-config-version.cmake"
|
||||
"CPackConfig.cmake"
|
||||
"CPackSourceConfig.cmake"
|
||||
"antlr/antlr4-runtime/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"antlr/antlr4-runtime/runtime/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"src/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/DependInfo.cmake"
|
||||
"antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/DependInfo.cmake"
|
||||
"src/CMakeFiles/SysYParser.dir/DependInfo.cmake"
|
||||
"src/CMakeFiles/sysyc.dir/DependInfo.cmake"
|
||||
)
|
||||
@ -0,0 +1,243 @@
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/wqz/sysy/sysy
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/wqz/sysy/sysy/build
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: antlr/antlr4-runtime/all
|
||||
all: src/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall: antlr/antlr4-runtime/preinstall
|
||||
preinstall: src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: antlr/antlr4-runtime/clean
|
||||
clean: src/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory antlr/antlr4-runtime
|
||||
|
||||
# Recursive "all" directory target.
|
||||
antlr/antlr4-runtime/all: antlr/antlr4-runtime/runtime/all
|
||||
.PHONY : antlr/antlr4-runtime/all
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
antlr/antlr4-runtime/preinstall: antlr/antlr4-runtime/runtime/preinstall
|
||||
.PHONY : antlr/antlr4-runtime/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
antlr/antlr4-runtime/clean: antlr/antlr4-runtime/runtime/clean
|
||||
.PHONY : antlr/antlr4-runtime/clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory antlr/antlr4-runtime/runtime
|
||||
|
||||
# Recursive "all" directory target.
|
||||
antlr/antlr4-runtime/runtime/all: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/all
|
||||
antlr/antlr4-runtime/runtime/all: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/all
|
||||
.PHONY : antlr/antlr4-runtime/runtime/all
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
antlr/antlr4-runtime/runtime/preinstall:
|
||||
.PHONY : antlr/antlr4-runtime/runtime/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
antlr/antlr4-runtime/runtime/clean: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/clean
|
||||
antlr/antlr4-runtime/runtime/clean: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/clean
|
||||
.PHONY : antlr/antlr4-runtime/runtime/clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory src
|
||||
|
||||
# Recursive "all" directory target.
|
||||
src/all: src/CMakeFiles/SysYParser.dir/all
|
||||
src/all: src/CMakeFiles/sysyc.dir/all
|
||||
.PHONY : src/all
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
src/preinstall:
|
||||
.PHONY : src/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
src/clean: src/CMakeFiles/SysYParser.dir/clean
|
||||
src/clean: src/CMakeFiles/sysyc.dir/clean
|
||||
.PHONY : src/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir
|
||||
|
||||
# All Build rule for target.
|
||||
antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50 "Built target antlr4_shared"
|
||||
.PHONY : antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 48
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
antlr4_shared: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/rule
|
||||
.PHONY : antlr4_shared
|
||||
|
||||
# clean rule for target.
|
||||
antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/clean
|
||||
.PHONY : antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir
|
||||
|
||||
# All Build rule for target.
|
||||
antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98 "Built target antlr4_static"
|
||||
.PHONY : antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 48
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
antlr4_static: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/rule
|
||||
.PHONY : antlr4_static
|
||||
|
||||
# clean rule for target.
|
||||
antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/clean
|
||||
.PHONY : antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/CMakeFiles/SysYParser.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/CMakeFiles/SysYParser.dir/all: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=1,2 "Built target SysYParser"
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/CMakeFiles/SysYParser.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 50
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/SysYParser.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
SysYParser: src/CMakeFiles/SysYParser.dir/rule
|
||||
.PHONY : SysYParser
|
||||
|
||||
# clean rule for target.
|
||||
src/CMakeFiles/SysYParser.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/clean
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/CMakeFiles/sysyc.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/CMakeFiles/sysyc.dir/all: antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/all
|
||||
src/CMakeFiles/sysyc.dir/all: src/CMakeFiles/SysYParser.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=99,100 "Built target sysyc"
|
||||
.PHONY : src/CMakeFiles/sysyc.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/CMakeFiles/sysyc.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 52
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/sysyc.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : src/CMakeFiles/sysyc.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
sysyc: src/CMakeFiles/sysyc.dir/rule
|
||||
.PHONY : sysyc
|
||||
|
||||
# clean rule for target.
|
||||
src/CMakeFiles/sysyc.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/clean
|
||||
.PHONY : src/CMakeFiles/sysyc.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
|
||||
|
||||
@ -0,0 +1,36 @@
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/package.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/package_source.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/edit_cache.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/list_install_components.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/install.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/install/local.dir
|
||||
/home/wqz/sysy/sysy/build/CMakeFiles/install/strip.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/package.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/package_source.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/edit_cache.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/rebuild_cache.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/list_install_components.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/install.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/install/local.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/install/strip.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/package.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/package_source.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/edit_cache.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/rebuild_cache.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/list_install_components.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/install.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/install/local.dir
|
||||
/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/install/strip.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/SysYParser.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/sysyc.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/package.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/package_source.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/edit_cache.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/rebuild_cache.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/list_install_components.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/install.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/install/local.dir
|
||||
/home/wqz/sysy/sysy/build/src/CMakeFiles/install/strip.dir
|
||||
@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
@ -0,0 +1 @@
|
||||
100
|
||||
@ -0,0 +1,78 @@
|
||||
# This file will be configured to contain variables for CPack. These variables
|
||||
# should be set in the CMake list file of the project before CPack module is
|
||||
# included. The list of available CPACK_xxx variables and their associated
|
||||
# documentation may be obtained using
|
||||
# cpack --help-variable-list
|
||||
#
|
||||
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
|
||||
# and some are specific to a generator
|
||||
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
|
||||
# usually begin with CPACK_<GENNAME>_xxxx.
|
||||
|
||||
|
||||
set(CPACK_BINARY_DEB "OFF")
|
||||
set(CPACK_BINARY_FREEBSD "OFF")
|
||||
set(CPACK_BINARY_IFW "OFF")
|
||||
set(CPACK_BINARY_NSIS "OFF")
|
||||
set(CPACK_BINARY_RPM "OFF")
|
||||
set(CPACK_BINARY_STGZ "ON")
|
||||
set(CPACK_BINARY_TBZ2 "OFF")
|
||||
set(CPACK_BINARY_TGZ "ON")
|
||||
set(CPACK_BINARY_TXZ "OFF")
|
||||
set(CPACK_BINARY_TZ "ON")
|
||||
set(CPACK_BUILD_SOURCE_DIRS "/home/wqz/sysy/sysy;/home/wqz/sysy/sysy/build")
|
||||
set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
|
||||
set(CPACK_COMPONENTS_ALL "Unspecified;dev")
|
||||
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
|
||||
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
|
||||
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.22/Templates/CPack.GenericDescription.txt")
|
||||
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "sysy built using CMake")
|
||||
set(CPACK_GENERATOR "STGZ;TGZ;TZ")
|
||||
set(CPACK_INSTALL_CMAKE_PROJECTS "/home/wqz/sysy/sysy/build;sysy;ALL;/")
|
||||
set(CPACK_INSTALL_PREFIX "/usr/local")
|
||||
set(CPACK_MODULE_PATH "")
|
||||
set(CPACK_NSIS_DISPLAY_NAME "sysy 4.12.0")
|
||||
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
|
||||
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
|
||||
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
|
||||
set(CPACK_NSIS_PACKAGE_NAME "sysy 4.12.0")
|
||||
set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
|
||||
set(CPACK_OUTPUT_CONFIG_FILE "/home/wqz/sysy/sysy/build/CPackConfig.cmake")
|
||||
set(CPACK_PACKAGE_CONTACT "antlr-discussion@googlegroups.com")
|
||||
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.22/Templates/CPack.GenericDescription.txt")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The SysY language compiler")
|
||||
set(CPACK_PACKAGE_FILE_NAME "sysy-4.12.0-Linux")
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "sysy 4.12.0")
|
||||
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "sysy 4.12.0")
|
||||
set(CPACK_PACKAGE_NAME "sysy")
|
||||
set(CPACK_PACKAGE_RELOCATABLE "true")
|
||||
set(CPACK_PACKAGE_VENDOR "Humanity")
|
||||
set(CPACK_PACKAGE_VERSION "4.12.0")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-3.22/Templates/CPack.GenericLicense.txt")
|
||||
set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.22/Templates/CPack.GenericDescription.txt")
|
||||
set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.22/Templates/CPack.GenericWelcome.txt")
|
||||
set(CPACK_SET_DESTDIR "OFF")
|
||||
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
|
||||
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/wqz/sysy/sysy/build/CPackSourceConfig.cmake")
|
||||
set(CPACK_SOURCE_RPM "OFF")
|
||||
set(CPACK_SOURCE_TBZ2 "ON")
|
||||
set(CPACK_SOURCE_TGZ "ON")
|
||||
set(CPACK_SOURCE_TXZ "ON")
|
||||
set(CPACK_SOURCE_TZ "ON")
|
||||
set(CPACK_SOURCE_ZIP "OFF")
|
||||
set(CPACK_SYSTEM_NAME "Linux")
|
||||
set(CPACK_THREADS "1")
|
||||
set(CPACK_TOPLEVEL_TAG "Linux")
|
||||
set(CPACK_WIX_SIZEOF_VOID_P "8")
|
||||
|
||||
if(NOT CPACK_PROPERTIES_FILE)
|
||||
set(CPACK_PROPERTIES_FILE "/home/wqz/sysy/sysy/build/CPackProperties.cmake")
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CPACK_PROPERTIES_FILE})
|
||||
include(${CPACK_PROPERTIES_FILE})
|
||||
endif()
|
||||
@ -0,0 +1,86 @@
|
||||
# This file will be configured to contain variables for CPack. These variables
|
||||
# should be set in the CMake list file of the project before CPack module is
|
||||
# included. The list of available CPACK_xxx variables and their associated
|
||||
# documentation may be obtained using
|
||||
# cpack --help-variable-list
|
||||
#
|
||||
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
|
||||
# and some are specific to a generator
|
||||
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
|
||||
# usually begin with CPACK_<GENNAME>_xxxx.
|
||||
|
||||
|
||||
set(CPACK_BINARY_DEB "OFF")
|
||||
set(CPACK_BINARY_FREEBSD "OFF")
|
||||
set(CPACK_BINARY_IFW "OFF")
|
||||
set(CPACK_BINARY_NSIS "OFF")
|
||||
set(CPACK_BINARY_RPM "OFF")
|
||||
set(CPACK_BINARY_STGZ "ON")
|
||||
set(CPACK_BINARY_TBZ2 "OFF")
|
||||
set(CPACK_BINARY_TGZ "ON")
|
||||
set(CPACK_BINARY_TXZ "OFF")
|
||||
set(CPACK_BINARY_TZ "ON")
|
||||
set(CPACK_BUILD_SOURCE_DIRS "/home/wqz/sysy/sysy;/home/wqz/sysy/sysy/build")
|
||||
set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
|
||||
set(CPACK_COMPONENTS_ALL "Unspecified;dev")
|
||||
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
|
||||
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
|
||||
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.22/Templates/CPack.GenericDescription.txt")
|
||||
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "sysy built using CMake")
|
||||
set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ")
|
||||
set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
|
||||
set(CPACK_INSTALLED_DIRECTORIES "/home/wqz/sysy/sysy;/")
|
||||
set(CPACK_INSTALL_CMAKE_PROJECTS "")
|
||||
set(CPACK_INSTALL_PREFIX "/usr/local")
|
||||
set(CPACK_MODULE_PATH "")
|
||||
set(CPACK_NSIS_DISPLAY_NAME "sysy 4.12.0")
|
||||
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
|
||||
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
|
||||
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
|
||||
set(CPACK_NSIS_PACKAGE_NAME "sysy 4.12.0")
|
||||
set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
|
||||
set(CPACK_OUTPUT_CONFIG_FILE "/home/wqz/sysy/sysy/build/CPackConfig.cmake")
|
||||
set(CPACK_PACKAGE_CONTACT "antlr-discussion@googlegroups.com")
|
||||
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.22/Templates/CPack.GenericDescription.txt")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The SysY language compiler")
|
||||
set(CPACK_PACKAGE_FILE_NAME "sysy-4.12.0-Source")
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "sysy 4.12.0")
|
||||
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "sysy 4.12.0")
|
||||
set(CPACK_PACKAGE_NAME "sysy")
|
||||
set(CPACK_PACKAGE_RELOCATABLE "true")
|
||||
set(CPACK_PACKAGE_VENDOR "Humanity")
|
||||
set(CPACK_PACKAGE_VERSION "4.12.0")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-3.22/Templates/CPack.GenericLicense.txt")
|
||||
set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.22/Templates/CPack.GenericDescription.txt")
|
||||
set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.22/Templates/CPack.GenericWelcome.txt")
|
||||
set(CPACK_RPM_PACKAGE_SOURCES "ON")
|
||||
set(CPACK_SET_DESTDIR "OFF")
|
||||
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
|
||||
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
|
||||
set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/wqz/sysy/sysy;/")
|
||||
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/wqz/sysy/sysy/build/CPackSourceConfig.cmake")
|
||||
set(CPACK_SOURCE_PACKAGE_FILE_NAME "sysy-4.12.0-Source")
|
||||
set(CPACK_SOURCE_RPM "OFF")
|
||||
set(CPACK_SOURCE_TBZ2 "ON")
|
||||
set(CPACK_SOURCE_TGZ "ON")
|
||||
set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source")
|
||||
set(CPACK_SOURCE_TXZ "ON")
|
||||
set(CPACK_SOURCE_TZ "ON")
|
||||
set(CPACK_SOURCE_ZIP "OFF")
|
||||
set(CPACK_STRIP_FILES "")
|
||||
set(CPACK_SYSTEM_NAME "Linux")
|
||||
set(CPACK_THREADS "1")
|
||||
set(CPACK_TOPLEVEL_TAG "Linux-Source")
|
||||
set(CPACK_WIX_SIZEOF_VOID_P "8")
|
||||
|
||||
if(NOT CPACK_PROPERTIES_FILE)
|
||||
set(CPACK_PROPERTIES_FILE "/home/wqz/sysy/sysy/build/CPackProperties.cmake")
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CPACK_PROPERTIES_FILE})
|
||||
include(${CPACK_PROPERTIES_FILE})
|
||||
endif()
|
||||
@ -0,0 +1,267 @@
|
||||
# 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
|
||||
|
||||
# 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/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/wqz/sysy/sysy
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/wqz/sysy/sysy/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target package
|
||||
package: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
||||
/usr/bin/cpack --config ./CPackConfig.cmake
|
||||
.PHONY : package
|
||||
|
||||
# Special rule for the target package
|
||||
package/fast: package
|
||||
.PHONY : package/fast
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
||||
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/wqz/sysy/sysy/build/CPackSourceConfig.cmake
|
||||
.PHONY : package_source
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source/fast: package_source
|
||||
.PHONY : package_source/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.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/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\" \"dev\""
|
||||
.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/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/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/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/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/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/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles /home/wqz/sysy/sysy/build//CMakeFiles/progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named antlr4_shared
|
||||
|
||||
# Build rule for target.
|
||||
antlr4_shared: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr4_shared
|
||||
.PHONY : antlr4_shared
|
||||
|
||||
# fast build rule for target.
|
||||
antlr4_shared/fast:
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/build
|
||||
.PHONY : antlr4_shared/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named antlr4_static
|
||||
|
||||
# Build rule for target.
|
||||
antlr4_static: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr4_static
|
||||
.PHONY : antlr4_static
|
||||
|
||||
# fast build rule for target.
|
||||
antlr4_static/fast:
|
||||
$(MAKE) $(MAKESILENT) -f antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/build.make antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/build
|
||||
.PHONY : antlr4_static/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named SysYParser
|
||||
|
||||
# Build rule for target.
|
||||
SysYParser: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SysYParser
|
||||
.PHONY : SysYParser
|
||||
|
||||
# fast build rule for target.
|
||||
SysYParser/fast:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/build
|
||||
.PHONY : SysYParser/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named sysyc
|
||||
|
||||
# Build rule for target.
|
||||
sysyc: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sysyc
|
||||
.PHONY : sysyc
|
||||
|
||||
# fast build rule for target.
|
||||
sysyc/fast:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/build
|
||||
.PHONY : sysyc/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 "... package"
|
||||
@echo "... package_source"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... SysYParser"
|
||||
@echo "... antlr4_shared"
|
||||
@echo "... antlr4_static"
|
||||
@echo "... sysyc"
|
||||
.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:
|
||||
$(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,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 "/home/wqz/sysy/sysy")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/wqz/sysy/sysy/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@ -0,0 +1,29 @@
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Release".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "antlr4_shared" for configuration "Release"
|
||||
set_property(TARGET antlr4_shared APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(antlr4_shared PROPERTIES
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libantlr4-runtime.so.4.12.0"
|
||||
IMPORTED_SONAME_RELEASE "libantlr4-runtime.so.4.12.0"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS antlr4_shared )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_antlr4_shared "${_IMPORT_PREFIX}/lib/libantlr4-runtime.so.4.12.0" )
|
||||
|
||||
# Import target "antlr4_static" for configuration "Release"
|
||||
set_property(TARGET antlr4_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(antlr4_static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libantlr4-runtime.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS antlr4_static )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_antlr4_static "${_IMPORT_PREFIX}/lib/libantlr4-runtime.a" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
@ -0,0 +1,105 @@
|
||||
# Generated by CMake
|
||||
|
||||
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6)
|
||||
message(FATAL_ERROR "CMake >= 2.6.0 required")
|
||||
endif()
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(VERSION 2.6...3.20)
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
||||
set(_targetsDefined)
|
||||
set(_targetsNotDefined)
|
||||
set(_expectedTargets)
|
||||
foreach(_expectedTarget antlr4_shared antlr4_static)
|
||||
list(APPEND _expectedTargets ${_expectedTarget})
|
||||
if(NOT TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsNotDefined ${_expectedTarget})
|
||||
endif()
|
||||
if(TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsDefined ${_expectedTarget})
|
||||
endif()
|
||||
endforeach()
|
||||
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
return()
|
||||
endif()
|
||||
if(NOT "${_targetsDefined}" STREQUAL "")
|
||||
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
||||
endif()
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
|
||||
|
||||
# Compute the installation prefix relative to this file.
|
||||
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
if(_IMPORT_PREFIX STREQUAL "/")
|
||||
set(_IMPORT_PREFIX "")
|
||||
endif()
|
||||
|
||||
# Create imported target antlr4_shared
|
||||
add_library(antlr4_shared SHARED IMPORTED)
|
||||
|
||||
set_target_properties(antlr4_shared PROPERTIES
|
||||
INTERFACE_LINK_LIBRARIES "Threads::Threads"
|
||||
)
|
||||
|
||||
# Create imported target antlr4_static
|
||||
add_library(antlr4_static STATIC IMPORTED)
|
||||
|
||||
set_target_properties(antlr4_static PROPERTIES
|
||||
INTERFACE_LINK_LIBRARIES "Threads::Threads"
|
||||
)
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
|
||||
endif()
|
||||
|
||||
# Load information for each installed configuration.
|
||||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
file(GLOB CONFIG_FILES "${_DIR}/antlr4-targets-*.cmake")
|
||||
foreach(f ${CONFIG_FILES})
|
||||
include(${f})
|
||||
endforeach()
|
||||
|
||||
# Cleanup temporary variables.
|
||||
set(_IMPORT_PREFIX)
|
||||
|
||||
# Loop over all imported files and verify that they actually exist
|
||||
foreach(target ${_IMPORT_CHECK_TARGETS} )
|
||||
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
||||
if(NOT EXISTS "${file}" )
|
||||
message(FATAL_ERROR "The imported target \"${target}\" references the file
|
||||
\"${file}\"
|
||||
but this file does not exist. Possible reasons include:
|
||||
* The file was deleted, renamed, or moved to another location.
|
||||
* An install or uninstall procedure did not complete successfully.
|
||||
* The installation package was faulty and contained
|
||||
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||||
but not all the files it references.
|
||||
")
|
||||
endif()
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_FILES_FOR_${target})
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_TARGETS)
|
||||
|
||||
# This file does not depend on other imported targets which have
|
||||
# been exported from the same project but in a separate export set.
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
@ -0,0 +1 @@
|
||||
96
|
||||
@ -0,0 +1,7 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /home/wqz/sysy/sysy/antlr/antlr4-runtime
|
||||
# Build directory: /home/wqz/sysy/sysy/build/antlr/antlr4-runtime
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
subdirs("runtime")
|
||||
@ -0,0 +1,211 @@
|
||||
# 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
|
||||
|
||||
# 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/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/wqz/sysy/sysy
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/wqz/sysy/sysy/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target package
|
||||
package: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
||||
cd /home/wqz/sysy/sysy/build && /usr/bin/cpack --config ./CPackConfig.cmake
|
||||
.PHONY : package
|
||||
|
||||
# Special rule for the target package
|
||||
package/fast: package
|
||||
.PHONY : package/fast
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
||||
cd /home/wqz/sysy/sysy/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/wqz/sysy/sysy/build/CPackSourceConfig.cmake
|
||||
.PHONY : package_source
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source/fast: package_source
|
||||
.PHONY : package_source/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.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/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\" \"dev\""
|
||||
.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/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/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/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/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/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/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/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles /home/wqz/sysy/sysy/build/antlr/antlr4-runtime//CMakeFiles/progress.marks
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr/antlr4-runtime/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr/antlr4-runtime/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr/antlr4-runtime/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 antlr/antlr4-runtime/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# 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 "... package"
|
||||
@echo "... package_source"
|
||||
@echo "... rebuild_cache"
|
||||
.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/wqz/sysy/sysy/build && $(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,70 @@
|
||||
# This is a basic version file for the Config-mode of find_package().
|
||||
# It is used by write_basic_package_version_file() as input file for configure_file()
|
||||
# to create a version-file which can be installed along a config.cmake file.
|
||||
#
|
||||
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
||||
# the requested version string are exactly the same and it sets
|
||||
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
|
||||
# but only if the requested major version is the same as the current one.
|
||||
# The variable CVF_VERSION must be set before calling configure_file().
|
||||
|
||||
|
||||
set(PACKAGE_VERSION "4.12.0")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
||||
if("4.12.0" MATCHES "^([0-9]+)\\.")
|
||||
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
||||
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
||||
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
||||
endif()
|
||||
else()
|
||||
set(CVF_VERSION_MAJOR "4.12.0")
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION_RANGE)
|
||||
# both endpoints of the range must have the expected major version
|
||||
math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
|
||||
if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
||||
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
||||
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
||||
AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
|
||||
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
endif()
|
||||
else()
|
||||
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
||||
set(PACKAGE_VERSION_EXACT TRUE)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
# if the installed project requested no architecture check, don't perform the check
|
||||
if("FALSE")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
||||
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
||||
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
|
||||
math(EXPR installedBits "8 * 8")
|
||||
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
||||
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
||||
endif()
|
||||
@ -0,0 +1,205 @@
|
||||
set(ANTLR_VERSION 4.12.0)
|
||||
|
||||
|
||||
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
|
||||
####### Any changes to this file will be overwritten by the next CMake run ####
|
||||
####### The input file was antlr4-generator.cmake.in ########
|
||||
|
||||
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
|
||||
|
||||
macro(set_and_check _var _file)
|
||||
set(${_var} "${_file}")
|
||||
if(NOT EXISTS "${_file}")
|
||||
message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
macro(check_required_components _NAME)
|
||||
foreach(comp ${${_NAME}_FIND_COMPONENTS})
|
||||
if(NOT ${_NAME}_${comp}_FOUND)
|
||||
if(${_NAME}_FIND_REQUIRED_${comp})
|
||||
set(${_NAME}_FOUND FALSE)
|
||||
endif()
|
||||
endif()
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
####################################################################################
|
||||
|
||||
if (NOT ANTLR4_CPP_GENERATED_SRC_DIR)
|
||||
set(ANTLR4_GENERATED_SRC_DIR ${CMAKE_BINARY_DIR}/antlr4_generated_src)
|
||||
endif()
|
||||
|
||||
FIND_PACKAGE(Java COMPONENTS Runtime REQUIRED)
|
||||
|
||||
#
|
||||
# The ANTLR generator will output the following files given the input file f.g4
|
||||
#
|
||||
# Input -> f.g4
|
||||
# Output -> f.h
|
||||
# -> f.cpp
|
||||
#
|
||||
# the following files will only be produced if there is a parser contained
|
||||
# Flag -visitor active
|
||||
# Output -> <f>BaseVisitor.h
|
||||
# -> <f>BaseVisitor.cpp
|
||||
# -> <f>Visitor.h
|
||||
# -> <f>Visitor.cpp
|
||||
#
|
||||
# Flag -listener active
|
||||
# Output -> <f>BaseListener.h
|
||||
# -> <f>BaseListener.cpp
|
||||
# -> <f>Listener.h
|
||||
# -> <f>Listener.cpp
|
||||
#
|
||||
# See documentation in markup
|
||||
#
|
||||
function(antlr4_generate
|
||||
Antlr4_ProjectTarget
|
||||
Antlr4_InputFile
|
||||
Antlr4_GeneratorType
|
||||
)
|
||||
|
||||
set( Antlr4_GeneratedSrcDir ${ANTLR4_GENERATED_SRC_DIR}/${Antlr4_ProjectTarget} )
|
||||
|
||||
get_filename_component(Antlr4_InputFileBaseName ${Antlr4_InputFile} NAME_WE )
|
||||
|
||||
list( APPEND Antlr4_GeneratorStatusMessage "Common Include-, Source- and Tokenfiles" )
|
||||
|
||||
if ( ${Antlr4_GeneratorType} STREQUAL "LEXER")
|
||||
set(Antlr4_LexerBaseName "${Antlr4_InputFileBaseName}")
|
||||
set(Antlr4_ParserBaseName "")
|
||||
else()
|
||||
if ( ${Antlr4_GeneratorType} STREQUAL "PARSER")
|
||||
set(Antlr4_LexerBaseName "")
|
||||
set(Antlr4_ParserBaseName "${Antlr4_InputFileBaseName}")
|
||||
else()
|
||||
if ( ${Antlr4_GeneratorType} STREQUAL "BOTH")
|
||||
set(Antlr4_LexerBaseName "${Antlr4_InputFileBaseName}Lexer")
|
||||
set(Antlr4_ParserBaseName "${Antlr4_InputFileBaseName}Parser")
|
||||
else()
|
||||
message(FATAL_ERROR "The third parameter must be LEXER, PARSER or BOTH")
|
||||
endif ()
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# Prepare list of generated targets
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}.tokens" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}.interp" )
|
||||
list( APPEND DependentTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}.tokens" )
|
||||
|
||||
if ( NOT ${Antlr4_LexerBaseName} STREQUAL "" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_LexerBaseName}.h" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_LexerBaseName}.cpp" )
|
||||
endif ()
|
||||
|
||||
if ( NOT ${Antlr4_ParserBaseName} STREQUAL "" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_ParserBaseName}.h" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_ParserBaseName}.cpp" )
|
||||
endif ()
|
||||
|
||||
# process optional arguments ...
|
||||
|
||||
if ( ( ARGC GREATER_EQUAL 4 ) AND ARGV3 )
|
||||
set(Antlr4_BuildListenerOption "-listener")
|
||||
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}BaseListener.h" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}BaseListener.cpp" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}Listener.h" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}Listener.cpp" )
|
||||
|
||||
list( APPEND Antlr4_GeneratorStatusMessage ", Listener Include- and Sourcefiles" )
|
||||
else()
|
||||
set(Antlr4_BuildListenerOption "-no-listener")
|
||||
endif ()
|
||||
|
||||
if ( ( ARGC GREATER_EQUAL 5 ) AND ARGV4 )
|
||||
set(Antlr4_BuildVisitorOption "-visitor")
|
||||
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}BaseVisitor.h" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}BaseVisitor.cpp" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}Visitor.h" )
|
||||
list( APPEND Antlr4_GeneratedTargets "${Antlr4_GeneratedSrcDir}/${Antlr4_InputFileBaseName}Visitor.cpp" )
|
||||
|
||||
list( APPEND Antlr4_GeneratorStatusMessage ", Visitor Include- and Sourcefiles" )
|
||||
else()
|
||||
set(Antlr4_BuildVisitorOption "-no-visitor")
|
||||
endif ()
|
||||
|
||||
if ( (ARGC GREATER_EQUAL 6 ) AND (NOT ${ARGV5} STREQUAL "") )
|
||||
set(Antlr4_NamespaceOption "-package;${ARGV5}")
|
||||
|
||||
list( APPEND Antlr4_GeneratorStatusMessage " in Namespace ${ARGV5}" )
|
||||
else()
|
||||
set(Antlr4_NamespaceOption "")
|
||||
endif ()
|
||||
|
||||
if ( (ARGC GREATER_EQUAL 7 ) AND (NOT ${ARGV6} STREQUAL "") )
|
||||
set(Antlr4_AdditionalDependencies ${ARGV6})
|
||||
else()
|
||||
set(Antlr4_AdditionalDependencies "")
|
||||
endif ()
|
||||
|
||||
if ( (ARGC GREATER_EQUAL 8 ) AND (NOT ${ARGV7} STREQUAL "") )
|
||||
set(Antlr4_LibOption "-lib;${ARGV7}")
|
||||
|
||||
list( APPEND Antlr4_GeneratorStatusMessage " using Library ${ARGV7}" )
|
||||
else()
|
||||
set(Antlr4_LibOption "")
|
||||
endif ()
|
||||
|
||||
if(NOT Java_FOUND)
|
||||
message(FATAL_ERROR "Java is required to process grammar or lexer files! - Use 'FIND_PACKAGE(Java COMPONENTS Runtime REQUIRED)'")
|
||||
endif()
|
||||
|
||||
if(NOT EXISTS "${ANTLR4_JAR_LOCATION}")
|
||||
message(FATAL_ERROR "Unable to find antlr tool. ANTLR4_JAR_LOCATION:${ANTLR4_JAR_LOCATION}")
|
||||
endif()
|
||||
|
||||
# The call to generate the files
|
||||
add_custom_command(
|
||||
OUTPUT ${Antlr4_GeneratedTargets}
|
||||
# Remove target directory
|
||||
COMMAND
|
||||
${CMAKE_COMMAND} -E remove_directory ${Antlr4_GeneratedSrcDir}
|
||||
# Create target directory
|
||||
COMMAND
|
||||
${CMAKE_COMMAND} -E make_directory ${Antlr4_GeneratedSrcDir}
|
||||
COMMAND
|
||||
# Generate files
|
||||
"${Java_JAVA_EXECUTABLE}" -jar "${ANTLR4_JAR_LOCATION}" -Werror -Dlanguage=Cpp ${Antlr4_BuildListenerOption} ${Antlr4_BuildVisitorOption} ${Antlr4_LibOption} ${ANTLR4_GENERATED_OPTIONS} -o "${Antlr4_GeneratedSrcDir}" ${Antlr4_NamespaceOption} "${Antlr4_InputFile}"
|
||||
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
MAIN_DEPENDENCY "${Antlr4_InputFile}"
|
||||
DEPENDS ${Antlr4_AdditionalDependencies}
|
||||
)
|
||||
|
||||
# set output variables in parent scope
|
||||
set( ANTLR4_INCLUDE_DIR_${Antlr4_ProjectTarget} ${Antlr4_GeneratedSrcDir} PARENT_SCOPE)
|
||||
set( ANTLR4_SRC_FILES_${Antlr4_ProjectTarget} ${Antlr4_GeneratedTargets} PARENT_SCOPE)
|
||||
set( ANTLR4_TOKEN_FILES_${Antlr4_ProjectTarget} ${DependentTargets} PARENT_SCOPE)
|
||||
set( ANTLR4_TOKEN_DIRECTORY_${Antlr4_ProjectTarget} ${Antlr4_GeneratedSrcDir} PARENT_SCOPE)
|
||||
|
||||
# export generated cpp files into list
|
||||
foreach(generated_file ${Antlr4_GeneratedTargets})
|
||||
|
||||
if (NOT CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||
set_source_files_properties(
|
||||
${generated_file}
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS -Wno-overloaded-virtual
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||
set_source_files_properties(
|
||||
${generated_file}
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS -wd4251
|
||||
)
|
||||
endif ()
|
||||
|
||||
endforeach(generated_file)
|
||||
|
||||
message(STATUS "Antlr4 ${Antlr4_ProjectTarget} - Building " ${Antlr4_GeneratorStatusMessage} )
|
||||
|
||||
endfunction()
|
||||
@ -0,0 +1,70 @@
|
||||
# This is a basic version file for the Config-mode of find_package().
|
||||
# It is used by write_basic_package_version_file() as input file for configure_file()
|
||||
# to create a version-file which can be installed along a config.cmake file.
|
||||
#
|
||||
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
||||
# the requested version string are exactly the same and it sets
|
||||
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
|
||||
# but only if the requested major version is the same as the current one.
|
||||
# The variable CVF_VERSION must be set before calling configure_file().
|
||||
|
||||
|
||||
set(PACKAGE_VERSION "4.12.0")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
||||
if("4.12.0" MATCHES "^([0-9]+)\\.")
|
||||
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
||||
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
||||
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
||||
endif()
|
||||
else()
|
||||
set(CVF_VERSION_MAJOR "4.12.0")
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION_RANGE)
|
||||
# both endpoints of the range must have the expected major version
|
||||
math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
|
||||
if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
||||
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
||||
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
||||
AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
|
||||
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
endif()
|
||||
else()
|
||||
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
||||
set(PACKAGE_VERSION_EXACT TRUE)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
# if the installed project requested no architecture check, don't perform the check
|
||||
if("FALSE")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
||||
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
||||
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
|
||||
math(EXPR installedBits "8 * 8")
|
||||
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
||||
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
||||
endif()
|
||||
@ -0,0 +1,37 @@
|
||||
set(ANTLR_VERSION 4.12.0)
|
||||
|
||||
|
||||
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
|
||||
####### Any changes to this file will be overwritten by the next CMake run ####
|
||||
####### The input file was antlr4-runtime.cmake.in ########
|
||||
|
||||
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
|
||||
|
||||
macro(set_and_check _var _file)
|
||||
set(${_var} "${_file}")
|
||||
if(NOT EXISTS "${_file}")
|
||||
message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
macro(check_required_components _NAME)
|
||||
foreach(comp ${${_NAME}_FIND_COMPONENTS})
|
||||
if(NOT ${_NAME}_${comp}_FOUND)
|
||||
if(${_NAME}_FIND_REQUIRED_${comp})
|
||||
set(${_NAME}_FOUND FALSE)
|
||||
endif()
|
||||
endif()
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
####################################################################################
|
||||
|
||||
set_and_check(ANTLR4_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include/antlr4-runtime")
|
||||
set_and_check(ANTLR4_LIB_DIR "${PACKAGE_PREFIX_DIR}/lib")
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(Threads)
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/antlr4-targets.cmake)
|
||||
|
||||
check_required_components(antlr)
|
||||
@ -0,0 +1,89 @@
|
||||
# Install script for directory: /home/wqz/sysy/sysy/antlr/antlr4-runtime
|
||||
|
||||
# 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 "Release")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime/antlr4-targets.cmake")
|
||||
file(DIFFERENT EXPORT_FILE_CHANGED FILES
|
||||
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime/antlr4-targets.cmake"
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/Export/lib/cmake/antlr4-runtime/antlr4-targets.cmake")
|
||||
if(EXPORT_FILE_CHANGED)
|
||||
file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime/antlr4-targets-*.cmake")
|
||||
if(OLD_CONFIG_FILES)
|
||||
message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime/antlr4-targets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
|
||||
file(REMOVE ${OLD_CONFIG_FILES})
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime" TYPE FILE FILES "/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/Export/lib/cmake/antlr4-runtime/antlr4-targets.cmake")
|
||||
if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime" TYPE FILE FILES "/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/CMakeFiles/Export/lib/cmake/antlr4-runtime/antlr4-targets-release.cmake")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-runtime" TYPE FILE FILES
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/antlr4-runtime-config.cmake"
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/antlr4-runtime-config-version.cmake"
|
||||
)
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/antlr4-generator" TYPE FILE FILES
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/antlr4-generator-config.cmake"
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/antlr4-generator-config-version.cmake"
|
||||
)
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/libantlr4" TYPE FILE FILES
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/README.md"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/VERSION"
|
||||
)
|
||||
endif()
|
||||
|
||||
@ -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 "/home/wqz/sysy/sysy")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/wqz/sysy/sysy/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@ -0,0 +1,160 @@
|
||||
|
||||
# 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
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRErrorStrategy.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRErrorStrategy.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRErrorStrategy.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRFileStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRFileStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRFileStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRInputStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRInputStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRInputStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/BailErrorStrategy.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/BailErrorStrategy.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/BailErrorStrategy.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/BaseErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/BaseErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/BaseErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/BufferedTokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/BufferedTokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/BufferedTokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CharStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CharStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CharStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CommonToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CommonToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CommonToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CommonTokenFactory.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CommonTokenFactory.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CommonTokenFactory.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CommonTokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CommonTokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/CommonTokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ConsoleErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ConsoleErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ConsoleErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/DefaultErrorStrategy.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/DefaultErrorStrategy.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/DefaultErrorStrategy.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/DiagnosticErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/DiagnosticErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/DiagnosticErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Exceptions.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Exceptions.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Exceptions.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/FailedPredicateException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/FailedPredicateException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/FailedPredicateException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/InputMismatchException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/InputMismatchException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/InputMismatchException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/IntStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/IntStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/IntStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/InterpreterRuleContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/InterpreterRuleContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/InterpreterRuleContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Lexer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Lexer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Lexer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/LexerInterpreter.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/LexerInterpreter.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/LexerInterpreter.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/LexerNoViableAltException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/LexerNoViableAltException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/LexerNoViableAltException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ListTokenSource.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ListTokenSource.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ListTokenSource.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/NoViableAltException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/NoViableAltException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/NoViableAltException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Parser.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Parser.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Parser.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ParserInterpreter.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ParserInterpreter.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ParserInterpreter.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ParserRuleContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ParserRuleContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ParserRuleContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ProxyErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ProxyErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/ProxyErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RecognitionException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RecognitionException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RecognitionException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Recognizer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Recognizer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Recognizer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RuleContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RuleContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RuleContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RuleContextWithAltNum.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RuleContextWithAltNum.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RuleContextWithAltNum.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RuntimeMetaData.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RuntimeMetaData.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/RuntimeMetaData.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Token.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Token.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Token.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/TokenSource.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/TokenSource.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/TokenSource.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/TokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/TokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/TokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/TokenStreamRewriter.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/TokenStreamRewriter.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/TokenStreamRewriter.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/UnbufferedCharStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/UnbufferedCharStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/UnbufferedCharStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/UnbufferedTokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/UnbufferedTokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/UnbufferedTokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Vocabulary.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Vocabulary.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/Vocabulary.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/WritableToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/WritableToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/WritableToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATN.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATN.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATN.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNConfig.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNConfig.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNConfig.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNConfigSet.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNConfigSet.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNConfigSet.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNDeserializationOptions.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializationOptions.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializationOptions.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNDeserializer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNStateType.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNStateType.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNStateType.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ActionTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ActionTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ActionTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/AmbiguityInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AmbiguityInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AmbiguityInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ArrayPredictionContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ArrayPredictionContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ArrayPredictionContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/AtomTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AtomTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AtomTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ContextSensitivityInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ContextSensitivityInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ContextSensitivityInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/DecisionEventInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionEventInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionEventInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/DecisionInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/DecisionState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/EpsilonTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/EpsilonTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/EpsilonTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ErrorInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ErrorInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ErrorInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LL1Analyzer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LL1Analyzer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LL1Analyzer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerATNConfig.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerATNConfig.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerATNConfig.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerActionExecutor.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerActionExecutor.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerActionExecutor.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerChannelAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerChannelAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerChannelAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerCustomAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerCustomAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerCustomAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerIndexedCustomAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerIndexedCustomAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerIndexedCustomAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerModeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerModeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerModeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerMoreAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerMoreAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerMoreAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerPopModeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerPopModeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerPopModeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerPushModeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerPushModeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerPushModeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerSkipAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerSkipAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerSkipAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerTypeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerTypeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerTypeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LookaheadEventInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LookaheadEventInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LookaheadEventInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/NotSetTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/NotSetTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/NotSetTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/OrderedATNConfigSet.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/OrderedATNConfigSet.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/OrderedATNConfigSet.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ParseInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ParseInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ParseInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ParserATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ParserATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ParserATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PrecedencePredicateTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PrecedencePredicateTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PrecedencePredicateTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredicateEvalInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredicateEvalInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredicateEvalInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredicateTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredicateTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredicateTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionContextCache.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextCache.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextCache.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionContextMergeCache.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextMergeCache.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextMergeCache.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionMode.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionMode.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionMode.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ProfilingATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ProfilingATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ProfilingATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/RangeTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RangeTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RangeTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/RuleTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RuleTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RuleTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/SemanticContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SemanticContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SemanticContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/SetTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SetTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SetTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/SingletonPredictionContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SingletonPredictionContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SingletonPredictionContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/StarLoopbackState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/StarLoopbackState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/StarLoopbackState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/Transition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/Transition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/Transition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/TransitionType.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/TransitionType.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/TransitionType.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/WildcardTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/WildcardTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/atn/WildcardTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/DFA.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFA.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFA.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/DFASerializer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFASerializer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFASerializer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/DFAState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFAState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFAState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/LexerDFASerializer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/LexerDFASerializer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/LexerDFASerializer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/internal/Synchronization.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/internal/Synchronization.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/internal/Synchronization.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/InterpreterDataReader.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/InterpreterDataReader.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/InterpreterDataReader.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/Interval.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/Interval.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/Interval.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/IntervalSet.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/IntervalSet.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/IntervalSet.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/MurmurHash.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/MurmurHash.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/MurmurHash.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/Predicate.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/Predicate.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/misc/Predicate.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/Any.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/Any.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/Any.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/Arrays.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/Arrays.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/Arrays.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/CPPUtils.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/CPPUtils.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/CPPUtils.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/StringUtils.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/StringUtils.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/StringUtils.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/Utf8.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/Utf8.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/support/Utf8.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ErrorNodeImpl.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ErrorNodeImpl.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ErrorNodeImpl.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/IterativeParseTreeWalker.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/IterativeParseTreeWalker.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/IterativeParseTreeWalker.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTree.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTree.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTree.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTreeListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTreeVisitor.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeVisitor.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeVisitor.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTreeWalker.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeWalker.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeWalker.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/TerminalNodeImpl.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/TerminalNodeImpl.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/TerminalNodeImpl.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/Trees.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/Trees.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/Trees.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/Chunk.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/Chunk.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/Chunk.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/ParseTreeMatch.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreeMatch.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreeMatch.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/ParseTreePattern.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePattern.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePattern.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/RuleTagToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/RuleTagToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/RuleTagToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/TagChunk.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TagChunk.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TagChunk.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/TextChunk.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TextChunk.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TextChunk.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/TokenTagToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TokenTagToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TokenTagToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPath.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPath.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPath.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathLexer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathLexerErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathRuleElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathTokenElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathWildcardElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardElement.cpp.o.d"
|
||||
)
|
||||
|
||||
# Pairs of files generated by the same build rule.
|
||||
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
||||
"/home/wqz/sysy/sysy/build/lib/libantlr4-runtime.so" "/home/wqz/sysy/sysy/build/lib/libantlr4-runtime.so.4.12.0"
|
||||
)
|
||||
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,282 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libantlr4-runtime.pdb"
|
||||
"../../../lib/libantlr4-runtime.so"
|
||||
"../../../lib/libantlr4-runtime.so.4.12.0"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRErrorStrategy.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRErrorStrategy.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRFileStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRFileStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRInputStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ANTLRInputStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/BailErrorStrategy.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/BailErrorStrategy.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/BaseErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/BaseErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/BufferedTokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/BufferedTokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CharStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CharStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CommonToken.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CommonToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CommonTokenFactory.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CommonTokenFactory.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CommonTokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/CommonTokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ConsoleErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ConsoleErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/DefaultErrorStrategy.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/DefaultErrorStrategy.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/DiagnosticErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/DiagnosticErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Exceptions.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Exceptions.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/FailedPredicateException.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/FailedPredicateException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/InputMismatchException.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/InputMismatchException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/IntStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/IntStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/InterpreterRuleContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/InterpreterRuleContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Lexer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Lexer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/LexerInterpreter.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/LexerInterpreter.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/LexerNoViableAltException.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/LexerNoViableAltException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ListTokenSource.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ListTokenSource.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/NoViableAltException.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/NoViableAltException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Parser.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Parser.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ParserInterpreter.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ParserInterpreter.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ParserRuleContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ParserRuleContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ProxyErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/ProxyErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RecognitionException.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RecognitionException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Recognizer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Recognizer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RuleContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RuleContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RuleContextWithAltNum.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RuleContextWithAltNum.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RuntimeMetaData.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/RuntimeMetaData.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Token.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Token.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/TokenSource.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/TokenSource.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/TokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/TokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/TokenStreamRewriter.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/TokenStreamRewriter.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/UnbufferedCharStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/UnbufferedCharStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/UnbufferedTokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/UnbufferedTokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Vocabulary.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/Vocabulary.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/WritableToken.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/WritableToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATN.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATN.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNConfig.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNConfig.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNConfigSet.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNConfigSet.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializationOptions.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializationOptions.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNState.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNStateType.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ATNStateType.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ActionTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ActionTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/AmbiguityInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/AmbiguityInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ArrayPredictionContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ArrayPredictionContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/AtomTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/AtomTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ContextSensitivityInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ContextSensitivityInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/DecisionEventInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/DecisionEventInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/DecisionInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/DecisionInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/DecisionState.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/DecisionState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/EpsilonTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/EpsilonTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ErrorInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ErrorInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LL1Analyzer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LL1Analyzer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerATNConfig.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerATNConfig.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerActionExecutor.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerActionExecutor.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerChannelAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerChannelAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerCustomAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerCustomAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerIndexedCustomAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerIndexedCustomAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerModeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerModeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerMoreAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerMoreAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerPopModeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerPopModeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerPushModeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerPushModeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerSkipAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerSkipAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerTypeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LexerTypeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LookaheadEventInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/LookaheadEventInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/NotSetTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/NotSetTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/OrderedATNConfigSet.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/OrderedATNConfigSet.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ParseInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ParseInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ParserATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ParserATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PrecedencePredicateTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PrecedencePredicateTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredicateEvalInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredicateEvalInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredicateTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredicateTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextCache.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextCache.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextMergeCache.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionContextMergeCache.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionMode.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/PredictionMode.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ProfilingATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/ProfilingATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/RangeTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/RangeTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/RuleTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/RuleTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/SemanticContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/SemanticContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/SetTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/SetTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/SingletonPredictionContext.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/SingletonPredictionContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/StarLoopbackState.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/StarLoopbackState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/Transition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/Transition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/TransitionType.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/TransitionType.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/WildcardTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/atn/WildcardTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/DFA.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/DFA.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/DFASerializer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/DFASerializer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/DFAState.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/DFAState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/LexerDFASerializer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/dfa/LexerDFASerializer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/internal/Synchronization.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/internal/Synchronization.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/InterpreterDataReader.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/InterpreterDataReader.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/Interval.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/Interval.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/IntervalSet.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/IntervalSet.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/MurmurHash.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/MurmurHash.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/Predicate.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/misc/Predicate.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/Any.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/Any.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/Arrays.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/Arrays.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/CPPUtils.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/CPPUtils.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/StringUtils.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/StringUtils.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/Utf8.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/support/Utf8.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ErrorNodeImpl.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ErrorNodeImpl.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/IterativeParseTreeWalker.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/IterativeParseTreeWalker.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTree.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTree.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeVisitor.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeVisitor.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeWalker.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeWalker.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/TerminalNodeImpl.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/TerminalNodeImpl.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/Trees.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/Trees.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/Chunk.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/Chunk.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreeMatch.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreeMatch.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePattern.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePattern.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/RuleTagToken.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/RuleTagToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/TagChunk.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/TagChunk.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/TextChunk.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/TextChunk.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/TokenTagToken.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/pattern/TokenTagToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPath.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPath.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexer.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardElement.cpp.o"
|
||||
"CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardElement.cpp.o.d"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/antlr4_shared.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for antlr4_shared.
|
||||
@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for antlr4_shared.
|
||||
# This may be replaced when dependencies are built.
|
||||
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -Dantlr4_shared_EXPORTS
|
||||
|
||||
CXX_INCLUDES = -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/internal -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath
|
||||
|
||||
CXX_FLAGS = -Wall -pedantic -W -O3 -DNDEBUG -O3 -DNDEBUG -fPIC -Wno-overloaded-virtual -Wno-multichar -std=c++17
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,138 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 = 4
|
||||
CMAKE_PROGRESS_7 =
|
||||
CMAKE_PROGRESS_8 =
|
||||
CMAKE_PROGRESS_9 = 5
|
||||
CMAKE_PROGRESS_10 =
|
||||
CMAKE_PROGRESS_11 =
|
||||
CMAKE_PROGRESS_12 = 6
|
||||
CMAKE_PROGRESS_13 =
|
||||
CMAKE_PROGRESS_14 = 7
|
||||
CMAKE_PROGRESS_15 =
|
||||
CMAKE_PROGRESS_16 =
|
||||
CMAKE_PROGRESS_17 = 8
|
||||
CMAKE_PROGRESS_18 =
|
||||
CMAKE_PROGRESS_19 =
|
||||
CMAKE_PROGRESS_20 = 9
|
||||
CMAKE_PROGRESS_21 =
|
||||
CMAKE_PROGRESS_22 =
|
||||
CMAKE_PROGRESS_23 = 10
|
||||
CMAKE_PROGRESS_24 =
|
||||
CMAKE_PROGRESS_25 =
|
||||
CMAKE_PROGRESS_26 = 11
|
||||
CMAKE_PROGRESS_27 =
|
||||
CMAKE_PROGRESS_28 =
|
||||
CMAKE_PROGRESS_29 = 12
|
||||
CMAKE_PROGRESS_30 =
|
||||
CMAKE_PROGRESS_31 =
|
||||
CMAKE_PROGRESS_32 = 13
|
||||
CMAKE_PROGRESS_33 =
|
||||
CMAKE_PROGRESS_34 = 14
|
||||
CMAKE_PROGRESS_35 =
|
||||
CMAKE_PROGRESS_36 =
|
||||
CMAKE_PROGRESS_37 = 15
|
||||
CMAKE_PROGRESS_38 =
|
||||
CMAKE_PROGRESS_39 =
|
||||
CMAKE_PROGRESS_40 = 16
|
||||
CMAKE_PROGRESS_41 =
|
||||
CMAKE_PROGRESS_42 =
|
||||
CMAKE_PROGRESS_43 = 17
|
||||
CMAKE_PROGRESS_44 =
|
||||
CMAKE_PROGRESS_45 =
|
||||
CMAKE_PROGRESS_46 = 18
|
||||
CMAKE_PROGRESS_47 =
|
||||
CMAKE_PROGRESS_48 =
|
||||
CMAKE_PROGRESS_49 = 19
|
||||
CMAKE_PROGRESS_50 =
|
||||
CMAKE_PROGRESS_51 = 20
|
||||
CMAKE_PROGRESS_52 =
|
||||
CMAKE_PROGRESS_53 =
|
||||
CMAKE_PROGRESS_54 = 21
|
||||
CMAKE_PROGRESS_55 =
|
||||
CMAKE_PROGRESS_56 =
|
||||
CMAKE_PROGRESS_57 = 22
|
||||
CMAKE_PROGRESS_58 =
|
||||
CMAKE_PROGRESS_59 =
|
||||
CMAKE_PROGRESS_60 = 23
|
||||
CMAKE_PROGRESS_61 =
|
||||
CMAKE_PROGRESS_62 =
|
||||
CMAKE_PROGRESS_63 = 24
|
||||
CMAKE_PROGRESS_64 =
|
||||
CMAKE_PROGRESS_65 =
|
||||
CMAKE_PROGRESS_66 = 25
|
||||
CMAKE_PROGRESS_67 =
|
||||
CMAKE_PROGRESS_68 =
|
||||
CMAKE_PROGRESS_69 = 26
|
||||
CMAKE_PROGRESS_70 =
|
||||
CMAKE_PROGRESS_71 = 27
|
||||
CMAKE_PROGRESS_72 =
|
||||
CMAKE_PROGRESS_73 =
|
||||
CMAKE_PROGRESS_74 = 28
|
||||
CMAKE_PROGRESS_75 =
|
||||
CMAKE_PROGRESS_76 =
|
||||
CMAKE_PROGRESS_77 = 29
|
||||
CMAKE_PROGRESS_78 =
|
||||
CMAKE_PROGRESS_79 =
|
||||
CMAKE_PROGRESS_80 = 30
|
||||
CMAKE_PROGRESS_81 =
|
||||
CMAKE_PROGRESS_82 =
|
||||
CMAKE_PROGRESS_83 = 31
|
||||
CMAKE_PROGRESS_84 =
|
||||
CMAKE_PROGRESS_85 =
|
||||
CMAKE_PROGRESS_86 = 32
|
||||
CMAKE_PROGRESS_87 =
|
||||
CMAKE_PROGRESS_88 =
|
||||
CMAKE_PROGRESS_89 = 33
|
||||
CMAKE_PROGRESS_90 =
|
||||
CMAKE_PROGRESS_91 = 34
|
||||
CMAKE_PROGRESS_92 =
|
||||
CMAKE_PROGRESS_93 =
|
||||
CMAKE_PROGRESS_94 = 35
|
||||
CMAKE_PROGRESS_95 =
|
||||
CMAKE_PROGRESS_96 =
|
||||
CMAKE_PROGRESS_97 = 36
|
||||
CMAKE_PROGRESS_98 =
|
||||
CMAKE_PROGRESS_99 =
|
||||
CMAKE_PROGRESS_100 = 37
|
||||
CMAKE_PROGRESS_101 =
|
||||
CMAKE_PROGRESS_102 =
|
||||
CMAKE_PROGRESS_103 = 38
|
||||
CMAKE_PROGRESS_104 =
|
||||
CMAKE_PROGRESS_105 =
|
||||
CMAKE_PROGRESS_106 = 39
|
||||
CMAKE_PROGRESS_107 =
|
||||
CMAKE_PROGRESS_108 = 40
|
||||
CMAKE_PROGRESS_109 =
|
||||
CMAKE_PROGRESS_110 =
|
||||
CMAKE_PROGRESS_111 = 41
|
||||
CMAKE_PROGRESS_112 =
|
||||
CMAKE_PROGRESS_113 =
|
||||
CMAKE_PROGRESS_114 = 42
|
||||
CMAKE_PROGRESS_115 =
|
||||
CMAKE_PROGRESS_116 =
|
||||
CMAKE_PROGRESS_117 = 43
|
||||
CMAKE_PROGRESS_118 =
|
||||
CMAKE_PROGRESS_119 =
|
||||
CMAKE_PROGRESS_120 = 44
|
||||
CMAKE_PROGRESS_121 =
|
||||
CMAKE_PROGRESS_122 =
|
||||
CMAKE_PROGRESS_123 = 45
|
||||
CMAKE_PROGRESS_124 =
|
||||
CMAKE_PROGRESS_125 =
|
||||
CMAKE_PROGRESS_126 = 46
|
||||
CMAKE_PROGRESS_127 =
|
||||
CMAKE_PROGRESS_128 = 47
|
||||
CMAKE_PROGRESS_129 =
|
||||
CMAKE_PROGRESS_130 =
|
||||
CMAKE_PROGRESS_131 = 48
|
||||
CMAKE_PROGRESS_132 =
|
||||
CMAKE_PROGRESS_133 =
|
||||
CMAKE_PROGRESS_134 = 49
|
||||
CMAKE_PROGRESS_135 =
|
||||
CMAKE_PROGRESS_136 =
|
||||
CMAKE_PROGRESS_137 = 50
|
||||
|
||||
@ -0,0 +1,154 @@
|
||||
|
||||
# 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
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRErrorStrategy.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRFileStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ANTLRInputStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/BailErrorStrategy.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/BaseErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/BufferedTokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CharStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CharStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CharStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CommonToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CommonTokenFactory.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/CommonTokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ConsoleErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/DefaultErrorStrategy.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/DiagnosticErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Exceptions.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/FailedPredicateException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/InputMismatchException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/IntStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/IntStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/IntStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/InterpreterRuleContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Lexer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Lexer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Lexer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/LexerInterpreter.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/LexerNoViableAltException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ListTokenSource.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/NoViableAltException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Parser.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Parser.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Parser.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ParserInterpreter.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ParserRuleContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/ProxyErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RecognitionException.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Recognizer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RuleContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RuleContextWithAltNum.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/RuntimeMetaData.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Token.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Token.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Token.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/TokenSource.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/TokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/TokenStreamRewriter.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/UnbufferedCharStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/UnbufferedTokenStream.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/Vocabulary.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/WritableToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATN.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNConfig.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNConfigSet.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNDeserializationOptions.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNDeserializer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ATNStateType.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNStateType.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNStateType.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ActionTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/AmbiguityInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ArrayPredictionContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/AtomTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ContextSensitivityInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/DecisionEventInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/DecisionInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/DecisionState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/EpsilonTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ErrorInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LL1Analyzer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerATNConfig.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerActionExecutor.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerChannelAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerCustomAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerIndexedCustomAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerModeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerMoreAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerPopModeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerPushModeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerSkipAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LexerTypeAction.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/LookaheadEventInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/NotSetTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/OrderedATNConfigSet.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ParseInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ParserATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PrecedencePredicateTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredicateEvalInfo.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredicateTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionContextCache.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContextCache.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContextCache.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionContextMergeCache.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContextMergeCache.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContextMergeCache.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/PredictionMode.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/ProfilingATNSimulator.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/RangeTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/RuleTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/SemanticContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/SetTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/SingletonPredictionContext.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/StarLoopbackState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/Transition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/TransitionType.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/TransitionType.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/TransitionType.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn/WildcardTransition.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/DFA.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/DFASerializer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/DFAState.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa/LexerDFASerializer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/internal/Synchronization.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/internal/Synchronization.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/internal/Synchronization.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/InterpreterDataReader.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/Interval.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/IntervalSet.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/MurmurHash.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc/Predicate.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/Any.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/Any.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/Any.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/Arrays.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/CPPUtils.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/StringUtils.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support/Utf8.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/Utf8.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/support/Utf8.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ErrorNodeImpl.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/IterativeParseTreeWalker.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTree.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTreeListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTreeVisitor.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/ParseTreeWalker.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/TerminalNodeImpl.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/Trees.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/Chunk.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/ParseTreeMatch.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/ParseTreePattern.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/RuleTagToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/TagChunk.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/TextChunk.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern/TokenTagToken.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPath.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathLexer.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathLexerErrorListener.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathRuleElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathTokenElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath/XPathWildcardElement.cpp" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.o" "gcc" "antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,281 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libantlr4-runtime.a"
|
||||
"../../../lib/libantlr4-runtime.pdb"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/CharStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/CharStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/IntStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/IntStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/Lexer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/Lexer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/Parser.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/Parser.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/Token.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/Token.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNStateType.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ATNStateType.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionContextCache.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionContextCache.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionContextMergeCache.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionContextMergeCache.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/TransitionType.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/TransitionType.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/internal/Synchronization.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/internal/Synchronization.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/Any.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/Any.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/Utf8.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/support/Utf8.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o.d"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.o"
|
||||
"CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.o.d"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/antlr4_static.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libantlr4-runtime.a"
|
||||
)
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for antlr4_static.
|
||||
@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for antlr4_static.
|
||||
# This may be replaced when dependencies are built.
|
||||
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/atn -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/dfa -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/internal -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/misc -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/support -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/pattern -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/tree/xpath
|
||||
|
||||
CXX_FLAGS = -Wall -pedantic -W -O3 -DNDEBUG -O3 -DNDEBUG -Wno-overloaded-virtual -Wno-multichar -std=c++17
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,138 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 = 51
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 = 52
|
||||
CMAKE_PROGRESS_7 =
|
||||
CMAKE_PROGRESS_8 =
|
||||
CMAKE_PROGRESS_9 = 53
|
||||
CMAKE_PROGRESS_10 =
|
||||
CMAKE_PROGRESS_11 = 54
|
||||
CMAKE_PROGRESS_12 =
|
||||
CMAKE_PROGRESS_13 =
|
||||
CMAKE_PROGRESS_14 = 55
|
||||
CMAKE_PROGRESS_15 =
|
||||
CMAKE_PROGRESS_16 =
|
||||
CMAKE_PROGRESS_17 = 56
|
||||
CMAKE_PROGRESS_18 =
|
||||
CMAKE_PROGRESS_19 =
|
||||
CMAKE_PROGRESS_20 = 57
|
||||
CMAKE_PROGRESS_21 =
|
||||
CMAKE_PROGRESS_22 =
|
||||
CMAKE_PROGRESS_23 = 58
|
||||
CMAKE_PROGRESS_24 =
|
||||
CMAKE_PROGRESS_25 =
|
||||
CMAKE_PROGRESS_26 = 59
|
||||
CMAKE_PROGRESS_27 =
|
||||
CMAKE_PROGRESS_28 = 60
|
||||
CMAKE_PROGRESS_29 =
|
||||
CMAKE_PROGRESS_30 =
|
||||
CMAKE_PROGRESS_31 = 61
|
||||
CMAKE_PROGRESS_32 =
|
||||
CMAKE_PROGRESS_33 =
|
||||
CMAKE_PROGRESS_34 = 62
|
||||
CMAKE_PROGRESS_35 =
|
||||
CMAKE_PROGRESS_36 =
|
||||
CMAKE_PROGRESS_37 = 63
|
||||
CMAKE_PROGRESS_38 =
|
||||
CMAKE_PROGRESS_39 =
|
||||
CMAKE_PROGRESS_40 = 64
|
||||
CMAKE_PROGRESS_41 =
|
||||
CMAKE_PROGRESS_42 =
|
||||
CMAKE_PROGRESS_43 = 65
|
||||
CMAKE_PROGRESS_44 =
|
||||
CMAKE_PROGRESS_45 =
|
||||
CMAKE_PROGRESS_46 = 66
|
||||
CMAKE_PROGRESS_47 =
|
||||
CMAKE_PROGRESS_48 = 67
|
||||
CMAKE_PROGRESS_49 =
|
||||
CMAKE_PROGRESS_50 =
|
||||
CMAKE_PROGRESS_51 = 68
|
||||
CMAKE_PROGRESS_52 =
|
||||
CMAKE_PROGRESS_53 =
|
||||
CMAKE_PROGRESS_54 = 69
|
||||
CMAKE_PROGRESS_55 =
|
||||
CMAKE_PROGRESS_56 =
|
||||
CMAKE_PROGRESS_57 = 70
|
||||
CMAKE_PROGRESS_58 =
|
||||
CMAKE_PROGRESS_59 =
|
||||
CMAKE_PROGRESS_60 = 71
|
||||
CMAKE_PROGRESS_61 =
|
||||
CMAKE_PROGRESS_62 =
|
||||
CMAKE_PROGRESS_63 = 72
|
||||
CMAKE_PROGRESS_64 =
|
||||
CMAKE_PROGRESS_65 =
|
||||
CMAKE_PROGRESS_66 = 73
|
||||
CMAKE_PROGRESS_67 =
|
||||
CMAKE_PROGRESS_68 = 74
|
||||
CMAKE_PROGRESS_69 =
|
||||
CMAKE_PROGRESS_70 =
|
||||
CMAKE_PROGRESS_71 = 75
|
||||
CMAKE_PROGRESS_72 =
|
||||
CMAKE_PROGRESS_73 =
|
||||
CMAKE_PROGRESS_74 = 76
|
||||
CMAKE_PROGRESS_75 =
|
||||
CMAKE_PROGRESS_76 =
|
||||
CMAKE_PROGRESS_77 = 77
|
||||
CMAKE_PROGRESS_78 =
|
||||
CMAKE_PROGRESS_79 =
|
||||
CMAKE_PROGRESS_80 = 78
|
||||
CMAKE_PROGRESS_81 =
|
||||
CMAKE_PROGRESS_82 =
|
||||
CMAKE_PROGRESS_83 = 79
|
||||
CMAKE_PROGRESS_84 =
|
||||
CMAKE_PROGRESS_85 = 80
|
||||
CMAKE_PROGRESS_86 =
|
||||
CMAKE_PROGRESS_87 =
|
||||
CMAKE_PROGRESS_88 = 81
|
||||
CMAKE_PROGRESS_89 =
|
||||
CMAKE_PROGRESS_90 =
|
||||
CMAKE_PROGRESS_91 = 82
|
||||
CMAKE_PROGRESS_92 =
|
||||
CMAKE_PROGRESS_93 =
|
||||
CMAKE_PROGRESS_94 = 83
|
||||
CMAKE_PROGRESS_95 =
|
||||
CMAKE_PROGRESS_96 =
|
||||
CMAKE_PROGRESS_97 = 84
|
||||
CMAKE_PROGRESS_98 =
|
||||
CMAKE_PROGRESS_99 =
|
||||
CMAKE_PROGRESS_100 = 85
|
||||
CMAKE_PROGRESS_101 =
|
||||
CMAKE_PROGRESS_102 =
|
||||
CMAKE_PROGRESS_103 = 86
|
||||
CMAKE_PROGRESS_104 =
|
||||
CMAKE_PROGRESS_105 = 87
|
||||
CMAKE_PROGRESS_106 =
|
||||
CMAKE_PROGRESS_107 =
|
||||
CMAKE_PROGRESS_108 = 88
|
||||
CMAKE_PROGRESS_109 =
|
||||
CMAKE_PROGRESS_110 =
|
||||
CMAKE_PROGRESS_111 = 89
|
||||
CMAKE_PROGRESS_112 =
|
||||
CMAKE_PROGRESS_113 =
|
||||
CMAKE_PROGRESS_114 = 90
|
||||
CMAKE_PROGRESS_115 =
|
||||
CMAKE_PROGRESS_116 =
|
||||
CMAKE_PROGRESS_117 = 91
|
||||
CMAKE_PROGRESS_118 =
|
||||
CMAKE_PROGRESS_119 =
|
||||
CMAKE_PROGRESS_120 = 92
|
||||
CMAKE_PROGRESS_121 =
|
||||
CMAKE_PROGRESS_122 =
|
||||
CMAKE_PROGRESS_123 = 93
|
||||
CMAKE_PROGRESS_124 =
|
||||
CMAKE_PROGRESS_125 = 94
|
||||
CMAKE_PROGRESS_126 =
|
||||
CMAKE_PROGRESS_127 =
|
||||
CMAKE_PROGRESS_128 = 95
|
||||
CMAKE_PROGRESS_129 =
|
||||
CMAKE_PROGRESS_130 =
|
||||
CMAKE_PROGRESS_131 = 96
|
||||
CMAKE_PROGRESS_132 =
|
||||
CMAKE_PROGRESS_133 =
|
||||
CMAKE_PROGRESS_134 = 97
|
||||
CMAKE_PROGRESS_135 =
|
||||
CMAKE_PROGRESS_136 =
|
||||
CMAKE_PROGRESS_137 = 98
|
||||
|
||||
@ -0,0 +1 @@
|
||||
96
|
||||
@ -0,0 +1,6 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime
|
||||
# Build directory: /home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,84 @@
|
||||
# Install script for directory: /home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime
|
||||
|
||||
# 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 "Release")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so.4.12.0" AND
|
||||
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so.4.12.0")
|
||||
file(RPATH_CHECK
|
||||
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so.4.12.0"
|
||||
RPATH "")
|
||||
endif()
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/wqz/sysy/sysy/build/lib/libantlr4-runtime.so.4.12.0")
|
||||
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so.4.12.0" AND
|
||||
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so.4.12.0")
|
||||
if(CMAKE_INSTALL_DO_STRIP)
|
||||
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so.4.12.0")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so" AND
|
||||
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so")
|
||||
file(RPATH_CHECK
|
||||
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so"
|
||||
RPATH "")
|
||||
endif()
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/wqz/sysy/sysy/build/lib/libantlr4-runtime.so")
|
||||
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so" AND
|
||||
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so")
|
||||
if(CMAKE_INSTALL_DO_STRIP)
|
||||
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libantlr4-runtime.so")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/wqz/sysy/sysy/build/lib/libantlr4-runtime.a")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/antlr4-runtime" TYPE DIRECTORY FILES "/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src/" FILES_MATCHING REGEX "/[^/]*\\.h$")
|
||||
endif()
|
||||
|
||||
Binary file not shown.
@ -0,0 +1,64 @@
|
||||
# Install script for directory: /home/wqz/sysy/sysy
|
||||
|
||||
# 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 "Release")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/wqz/sysy/sysy/build/src/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/wqz/sysy/sysy/build/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -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 "/home/wqz/sysy/sysy")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/wqz/sysy/sysy/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@ -0,0 +1,37 @@
|
||||
|
||||
# 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
|
||||
"/home/wqz/sysy/sysy/build/src/SysYBaseVisitor.cpp" "src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o" "gcc" "src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYLexer.cpp" "src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o" "gcc" "src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYParser.cpp" "src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o" "gcc" "src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYVisitor.cpp" "src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o" "gcc" "src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o.d"
|
||||
)
|
||||
|
||||
# Pairs of files generated by the same build rule.
|
||||
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
||||
"/home/wqz/sysy/sysy/build/src/SysYBaseVisitor.cpp" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYBaseVisitor.h" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYLexer.cpp" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYLexer.h" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYLexer.tokens" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYParser.cpp" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYParser.h" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYVisitor.cpp" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
"/home/wqz/sysy/sysy/build/src/SysYVisitor.h" "/home/wqz/sysy/sysy/build/src/SysYLexer.interp"
|
||||
)
|
||||
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@ -0,0 +1,199 @@
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/wqz/sysy/sysy
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/wqz/sysy/sysy/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include src/CMakeFiles/SysYParser.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include src/CMakeFiles/SysYParser.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include src/CMakeFiles/SysYParser.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include src/CMakeFiles/SysYParser.dir/flags.make
|
||||
|
||||
src/SysYLexer.interp: ../src/SysY.g4
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building SysYGen with ANTLR 4.12.0"
|
||||
cd /home/wqz/sysy/sysy/src && /usr/bin/java -jar /home/wqz/sysy/sysy/antlr/antlr-4.12.0-complete.jar SysY.g4 -o /home/wqz/sysy/sysy/build/src -no-listener -Dlanguage=Cpp -visitor
|
||||
|
||||
src/SysYLexer.tokens: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYLexer.tokens
|
||||
|
||||
src/SysYLexer.h: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYLexer.h
|
||||
|
||||
src/SysYLexer.cpp: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYLexer.cpp
|
||||
|
||||
src/SysYParser.h: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYParser.h
|
||||
|
||||
src/SysYParser.cpp: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYParser.cpp
|
||||
|
||||
src/SysYBaseVisitor.h: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYBaseVisitor.h
|
||||
|
||||
src/SysYBaseVisitor.cpp: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYBaseVisitor.cpp
|
||||
|
||||
src/SysYVisitor.h: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYVisitor.h
|
||||
|
||||
src/SysYVisitor.cpp: src/SysYLexer.interp
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/SysYVisitor.cpp
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o: src/CMakeFiles/SysYParser.dir/flags.make
|
||||
src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o: src/SysYLexer.cpp
|
||||
src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o: src/CMakeFiles/SysYParser.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o -MF CMakeFiles/SysYParser.dir/SysYLexer.cpp.o.d -o CMakeFiles/SysYParser.dir/SysYLexer.cpp.o -c /home/wqz/sysy/sysy/build/src/SysYLexer.cpp
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/SysYParser.dir/SysYLexer.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/build/src/SysYLexer.cpp > CMakeFiles/SysYParser.dir/SysYLexer.cpp.i
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/SysYParser.dir/SysYLexer.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/build/src/SysYLexer.cpp -o CMakeFiles/SysYParser.dir/SysYLexer.cpp.s
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o: src/CMakeFiles/SysYParser.dir/flags.make
|
||||
src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o: src/SysYParser.cpp
|
||||
src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o: src/CMakeFiles/SysYParser.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o -MF CMakeFiles/SysYParser.dir/SysYParser.cpp.o.d -o CMakeFiles/SysYParser.dir/SysYParser.cpp.o -c /home/wqz/sysy/sysy/build/src/SysYParser.cpp
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYParser.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/SysYParser.dir/SysYParser.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/build/src/SysYParser.cpp > CMakeFiles/SysYParser.dir/SysYParser.cpp.i
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYParser.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/SysYParser.dir/SysYParser.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/build/src/SysYParser.cpp -o CMakeFiles/SysYParser.dir/SysYParser.cpp.s
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o: src/CMakeFiles/SysYParser.dir/flags.make
|
||||
src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o: src/SysYBaseVisitor.cpp
|
||||
src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o: src/CMakeFiles/SysYParser.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o -MF CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o.d -o CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o -c /home/wqz/sysy/sysy/build/src/SysYBaseVisitor.cpp
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/build/src/SysYBaseVisitor.cpp > CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.i
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/build/src/SysYBaseVisitor.cpp -o CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.s
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o: src/CMakeFiles/SysYParser.dir/flags.make
|
||||
src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o: src/SysYVisitor.cpp
|
||||
src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o: src/CMakeFiles/SysYParser.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o -MF CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o.d -o CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o -c /home/wqz/sysy/sysy/build/src/SysYVisitor.cpp
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/SysYParser.dir/SysYVisitor.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/build/src/SysYVisitor.cpp > CMakeFiles/SysYParser.dir/SysYVisitor.cpp.i
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/SysYParser.dir/SysYVisitor.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/build/src/SysYVisitor.cpp -o CMakeFiles/SysYParser.dir/SysYVisitor.cpp.s
|
||||
|
||||
# Object files for target SysYParser
|
||||
SysYParser_OBJECTS = \
|
||||
"CMakeFiles/SysYParser.dir/SysYLexer.cpp.o" \
|
||||
"CMakeFiles/SysYParser.dir/SysYParser.cpp.o" \
|
||||
"CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o" \
|
||||
"CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o"
|
||||
|
||||
# External object files for target SysYParser
|
||||
SysYParser_EXTERNAL_OBJECTS =
|
||||
|
||||
lib/libSysYParser.so: src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o
|
||||
lib/libSysYParser.so: src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o
|
||||
lib/libSysYParser.so: src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o
|
||||
lib/libSysYParser.so: src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o
|
||||
lib/libSysYParser.so: src/CMakeFiles/SysYParser.dir/build.make
|
||||
lib/libSysYParser.so: lib/libantlr4-runtime.so.4.12.0
|
||||
lib/libSysYParser.so: src/CMakeFiles/SysYParser.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../lib/libSysYParser.so"
|
||||
cd /home/wqz/sysy/sysy/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SysYParser.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
src/CMakeFiles/SysYParser.dir/build: lib/libSysYParser.so
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/build
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/clean:
|
||||
cd /home/wqz/sysy/sysy/build/src && $(CMAKE_COMMAND) -P CMakeFiles/SysYParser.dir/cmake_clean.cmake
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/clean
|
||||
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYBaseVisitor.cpp
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYBaseVisitor.h
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYLexer.cpp
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYLexer.h
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYLexer.interp
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYLexer.tokens
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYParser.cpp
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYParser.h
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYVisitor.cpp
|
||||
src/CMakeFiles/SysYParser.dir/depend: src/SysYVisitor.h
|
||||
cd /home/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/wqz/sysy/sysy /home/wqz/sysy/sysy/src /home/wqz/sysy/sysy/build /home/wqz/sysy/sysy/build/src /home/wqz/sysy/sysy/build/src/CMakeFiles/SysYParser.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/depend
|
||||
|
||||
@ -0,0 +1,27 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../lib/libSysYParser.pdb"
|
||||
"../lib/libSysYParser.so"
|
||||
"CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o"
|
||||
"CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o.d"
|
||||
"CMakeFiles/SysYParser.dir/SysYLexer.cpp.o"
|
||||
"CMakeFiles/SysYParser.dir/SysYLexer.cpp.o.d"
|
||||
"CMakeFiles/SysYParser.dir/SysYParser.cpp.o"
|
||||
"CMakeFiles/SysYParser.dir/SysYParser.cpp.o.d"
|
||||
"CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o"
|
||||
"CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o.d"
|
||||
"SysYBaseVisitor.cpp"
|
||||
"SysYBaseVisitor.h"
|
||||
"SysYLexer.cpp"
|
||||
"SysYLexer.h"
|
||||
"SysYLexer.interp"
|
||||
"SysYLexer.tokens"
|
||||
"SysYParser.cpp"
|
||||
"SysYParser.h"
|
||||
"SysYVisitor.cpp"
|
||||
"SysYVisitor.h"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/SysYParser.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for SysYParser.
|
||||
@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for SysYParser.
|
||||
# This may be replaced when dependencies are built.
|
||||
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -DSysYParser_EXPORTS
|
||||
|
||||
CXX_INCLUDES = -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -fPIC -std=c++17
|
||||
|
||||
@ -0,0 +1 @@
|
||||
/usr/bin/c++ -fPIC -O3 -DNDEBUG -shared -Wl,-soname,libSysYParser.so -o ../lib/libSysYParser.so CMakeFiles/SysYParser.dir/SysYLexer.cpp.o CMakeFiles/SysYParser.dir/SysYParser.cpp.o CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o -Wl,-rpath,/home/wqz/sysy/sysy/build/lib ../lib/libantlr4-runtime.so.4.12.0
|
||||
@ -0,0 +1,7 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 = 1
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 = 2
|
||||
|
||||
@ -0,0 +1 @@
|
||||
52
|
||||
@ -0,0 +1,24 @@
|
||||
|
||||
# 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
|
||||
"/home/wqz/sysy/sysy/src/Diagnostic.cpp" "src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o" "gcc" "src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/src/IR.cpp" "src/CMakeFiles/sysyc.dir/IR.cpp.o" "gcc" "src/CMakeFiles/sysyc.dir/IR.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/src/SysYIRGenerator.cpp" "src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o" "gcc" "src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o.d"
|
||||
"/home/wqz/sysy/sysy/src/sysyc.cpp" "src/CMakeFiles/sysyc.dir/sysyc.cpp.o" "gcc" "src/CMakeFiles/sysyc.dir/sysyc.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/wqz/sysy/sysy/build/src/CMakeFiles/SysYParser.dir/DependInfo.cmake"
|
||||
"/home/wqz/sysy/sysy/build/antlr/antlr4-runtime/runtime/CMakeFiles/antlr4_shared.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@ -0,0 +1,160 @@
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/wqz/sysy/sysy
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/wqz/sysy/sysy/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include src/CMakeFiles/sysyc.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include src/CMakeFiles/sysyc.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include src/CMakeFiles/sysyc.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include src/CMakeFiles/sysyc.dir/flags.make
|
||||
|
||||
src/CMakeFiles/sysyc.dir/sysyc.cpp.o: src/CMakeFiles/sysyc.dir/flags.make
|
||||
src/CMakeFiles/sysyc.dir/sysyc.cpp.o: ../src/sysyc.cpp
|
||||
src/CMakeFiles/sysyc.dir/sysyc.cpp.o: src/CMakeFiles/sysyc.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/CMakeFiles/sysyc.dir/sysyc.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/sysyc.dir/sysyc.cpp.o -MF CMakeFiles/sysyc.dir/sysyc.cpp.o.d -o CMakeFiles/sysyc.dir/sysyc.cpp.o -c /home/wqz/sysy/sysy/src/sysyc.cpp
|
||||
|
||||
src/CMakeFiles/sysyc.dir/sysyc.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sysyc.dir/sysyc.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/src/sysyc.cpp > CMakeFiles/sysyc.dir/sysyc.cpp.i
|
||||
|
||||
src/CMakeFiles/sysyc.dir/sysyc.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sysyc.dir/sysyc.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/src/sysyc.cpp -o CMakeFiles/sysyc.dir/sysyc.cpp.s
|
||||
|
||||
src/CMakeFiles/sysyc.dir/IR.cpp.o: src/CMakeFiles/sysyc.dir/flags.make
|
||||
src/CMakeFiles/sysyc.dir/IR.cpp.o: ../src/IR.cpp
|
||||
src/CMakeFiles/sysyc.dir/IR.cpp.o: src/CMakeFiles/sysyc.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/sysyc.dir/IR.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/sysyc.dir/IR.cpp.o -MF CMakeFiles/sysyc.dir/IR.cpp.o.d -o CMakeFiles/sysyc.dir/IR.cpp.o -c /home/wqz/sysy/sysy/src/IR.cpp
|
||||
|
||||
src/CMakeFiles/sysyc.dir/IR.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sysyc.dir/IR.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/src/IR.cpp > CMakeFiles/sysyc.dir/IR.cpp.i
|
||||
|
||||
src/CMakeFiles/sysyc.dir/IR.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sysyc.dir/IR.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/src/IR.cpp -o CMakeFiles/sysyc.dir/IR.cpp.s
|
||||
|
||||
src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o: src/CMakeFiles/sysyc.dir/flags.make
|
||||
src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o: ../src/SysYIRGenerator.cpp
|
||||
src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o: src/CMakeFiles/sysyc.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o -MF CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o.d -o CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o -c /home/wqz/sysy/sysy/src/SysYIRGenerator.cpp
|
||||
|
||||
src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/src/SysYIRGenerator.cpp > CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.i
|
||||
|
||||
src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/src/SysYIRGenerator.cpp -o CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.s
|
||||
|
||||
src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o: src/CMakeFiles/sysyc.dir/flags.make
|
||||
src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o: ../src/Diagnostic.cpp
|
||||
src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o: src/CMakeFiles/sysyc.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o -MF CMakeFiles/sysyc.dir/Diagnostic.cpp.o.d -o CMakeFiles/sysyc.dir/Diagnostic.cpp.o -c /home/wqz/sysy/sysy/src/Diagnostic.cpp
|
||||
|
||||
src/CMakeFiles/sysyc.dir/Diagnostic.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sysyc.dir/Diagnostic.cpp.i"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/wqz/sysy/sysy/src/Diagnostic.cpp > CMakeFiles/sysyc.dir/Diagnostic.cpp.i
|
||||
|
||||
src/CMakeFiles/sysyc.dir/Diagnostic.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sysyc.dir/Diagnostic.cpp.s"
|
||||
cd /home/wqz/sysy/sysy/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/wqz/sysy/sysy/src/Diagnostic.cpp -o CMakeFiles/sysyc.dir/Diagnostic.cpp.s
|
||||
|
||||
# Object files for target sysyc
|
||||
sysyc_OBJECTS = \
|
||||
"CMakeFiles/sysyc.dir/sysyc.cpp.o" \
|
||||
"CMakeFiles/sysyc.dir/IR.cpp.o" \
|
||||
"CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o" \
|
||||
"CMakeFiles/sysyc.dir/Diagnostic.cpp.o"
|
||||
|
||||
# External object files for target sysyc
|
||||
sysyc_EXTERNAL_OBJECTS =
|
||||
|
||||
bin/sysyc: src/CMakeFiles/sysyc.dir/sysyc.cpp.o
|
||||
bin/sysyc: src/CMakeFiles/sysyc.dir/IR.cpp.o
|
||||
bin/sysyc: src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o
|
||||
bin/sysyc: src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o
|
||||
bin/sysyc: src/CMakeFiles/sysyc.dir/build.make
|
||||
bin/sysyc: lib/libSysYParser.so
|
||||
bin/sysyc: lib/libantlr4-runtime.so.4.12.0
|
||||
bin/sysyc: src/CMakeFiles/sysyc.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/wqz/sysy/sysy/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable ../bin/sysyc"
|
||||
cd /home/wqz/sysy/sysy/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sysyc.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
src/CMakeFiles/sysyc.dir/build: bin/sysyc
|
||||
.PHONY : src/CMakeFiles/sysyc.dir/build
|
||||
|
||||
src/CMakeFiles/sysyc.dir/clean:
|
||||
cd /home/wqz/sysy/sysy/build/src && $(CMAKE_COMMAND) -P CMakeFiles/sysyc.dir/cmake_clean.cmake
|
||||
.PHONY : src/CMakeFiles/sysyc.dir/clean
|
||||
|
||||
src/CMakeFiles/sysyc.dir/depend:
|
||||
cd /home/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/wqz/sysy/sysy /home/wqz/sysy/sysy/src /home/wqz/sysy/sysy/build /home/wqz/sysy/sysy/build/src /home/wqz/sysy/sysy/build/src/CMakeFiles/sysyc.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : src/CMakeFiles/sysyc.dir/depend
|
||||
|
||||
@ -0,0 +1,17 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../bin/sysyc"
|
||||
"../bin/sysyc.pdb"
|
||||
"CMakeFiles/sysyc.dir/Diagnostic.cpp.o"
|
||||
"CMakeFiles/sysyc.dir/Diagnostic.cpp.o.d"
|
||||
"CMakeFiles/sysyc.dir/IR.cpp.o"
|
||||
"CMakeFiles/sysyc.dir/IR.cpp.o.d"
|
||||
"CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o"
|
||||
"CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o.d"
|
||||
"CMakeFiles/sysyc.dir/sysyc.cpp.o"
|
||||
"CMakeFiles/sysyc.dir/sysyc.cpp.o.d"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/sysyc.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for sysyc.
|
||||
@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for sysyc.
|
||||
# This may be replaced when dependencies are built.
|
||||
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/wqz/sysy/sysy/build/src -I/home/wqz/sysy/sysy/antlr/antlr4-runtime/runtime/src
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=c++17
|
||||
|
||||
@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/sysyc.dir/sysyc.cpp.o CMakeFiles/sysyc.dir/IR.cpp.o CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o CMakeFiles/sysyc.dir/Diagnostic.cpp.o -o ../bin/sysyc -Wl,-rpath,/home/wqz/sysy/sysy/build/lib ../lib/libSysYParser.so ../lib/libantlr4-runtime.so.4.12.0
|
||||
@ -0,0 +1,6 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 = 99
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 = 100
|
||||
|
||||
@ -0,0 +1,457 @@
|
||||
# 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
|
||||
|
||||
# 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/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/wqz/sysy/sysy
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/wqz/sysy/sysy/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target package
|
||||
package: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
||||
cd /home/wqz/sysy/sysy/build && /usr/bin/cpack --config ./CPackConfig.cmake
|
||||
.PHONY : package
|
||||
|
||||
# Special rule for the target package
|
||||
package/fast: package
|
||||
.PHONY : package/fast
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
||||
cd /home/wqz/sysy/sysy/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/wqz/sysy/sysy/build/CPackSourceConfig.cmake
|
||||
.PHONY : package_source
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source/fast: package_source
|
||||
.PHONY : package_source/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.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/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\" \"dev\""
|
||||
.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/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/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/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/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/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/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/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles /home/wqz/sysy/sysy/build/src//CMakeFiles/progress.marks
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/wqz/sysy/sysy/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
src/CMakeFiles/SysYParser.dir/rule:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/SysYParser.dir/rule
|
||||
.PHONY : src/CMakeFiles/SysYParser.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
SysYParser: src/CMakeFiles/SysYParser.dir/rule
|
||||
.PHONY : SysYParser
|
||||
|
||||
# fast build rule for target.
|
||||
SysYParser/fast:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/build
|
||||
.PHONY : SysYParser/fast
|
||||
|
||||
# Convenience name for target.
|
||||
src/CMakeFiles/sysyc.dir/rule:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/sysyc.dir/rule
|
||||
.PHONY : src/CMakeFiles/sysyc.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
sysyc: src/CMakeFiles/sysyc.dir/rule
|
||||
.PHONY : sysyc
|
||||
|
||||
# fast build rule for target.
|
||||
sysyc/fast:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/build
|
||||
.PHONY : sysyc/fast
|
||||
|
||||
Diagnostic.o: Diagnostic.cpp.o
|
||||
.PHONY : Diagnostic.o
|
||||
|
||||
# target to build an object file
|
||||
Diagnostic.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/Diagnostic.cpp.o
|
||||
.PHONY : Diagnostic.cpp.o
|
||||
|
||||
Diagnostic.i: Diagnostic.cpp.i
|
||||
.PHONY : Diagnostic.i
|
||||
|
||||
# target to preprocess a source file
|
||||
Diagnostic.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/Diagnostic.cpp.i
|
||||
.PHONY : Diagnostic.cpp.i
|
||||
|
||||
Diagnostic.s: Diagnostic.cpp.s
|
||||
.PHONY : Diagnostic.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
Diagnostic.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/Diagnostic.cpp.s
|
||||
.PHONY : Diagnostic.cpp.s
|
||||
|
||||
IR.o: IR.cpp.o
|
||||
.PHONY : IR.o
|
||||
|
||||
# target to build an object file
|
||||
IR.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/IR.cpp.o
|
||||
.PHONY : IR.cpp.o
|
||||
|
||||
IR.i: IR.cpp.i
|
||||
.PHONY : IR.i
|
||||
|
||||
# target to preprocess a source file
|
||||
IR.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/IR.cpp.i
|
||||
.PHONY : IR.cpp.i
|
||||
|
||||
IR.s: IR.cpp.s
|
||||
.PHONY : IR.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
IR.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/IR.cpp.s
|
||||
.PHONY : IR.cpp.s
|
||||
|
||||
SysYBaseVisitor.o: SysYBaseVisitor.cpp.o
|
||||
.PHONY : SysYBaseVisitor.o
|
||||
|
||||
# target to build an object file
|
||||
SysYBaseVisitor.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.o
|
||||
.PHONY : SysYBaseVisitor.cpp.o
|
||||
|
||||
SysYBaseVisitor.i: SysYBaseVisitor.cpp.i
|
||||
.PHONY : SysYBaseVisitor.i
|
||||
|
||||
# target to preprocess a source file
|
||||
SysYBaseVisitor.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.i
|
||||
.PHONY : SysYBaseVisitor.cpp.i
|
||||
|
||||
SysYBaseVisitor.s: SysYBaseVisitor.cpp.s
|
||||
.PHONY : SysYBaseVisitor.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
SysYBaseVisitor.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYBaseVisitor.cpp.s
|
||||
.PHONY : SysYBaseVisitor.cpp.s
|
||||
|
||||
SysYIRGenerator.o: SysYIRGenerator.cpp.o
|
||||
.PHONY : SysYIRGenerator.o
|
||||
|
||||
# target to build an object file
|
||||
SysYIRGenerator.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.o
|
||||
.PHONY : SysYIRGenerator.cpp.o
|
||||
|
||||
SysYIRGenerator.i: SysYIRGenerator.cpp.i
|
||||
.PHONY : SysYIRGenerator.i
|
||||
|
||||
# target to preprocess a source file
|
||||
SysYIRGenerator.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.i
|
||||
.PHONY : SysYIRGenerator.cpp.i
|
||||
|
||||
SysYIRGenerator.s: SysYIRGenerator.cpp.s
|
||||
.PHONY : SysYIRGenerator.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
SysYIRGenerator.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/SysYIRGenerator.cpp.s
|
||||
.PHONY : SysYIRGenerator.cpp.s
|
||||
|
||||
SysYLexer.o: SysYLexer.cpp.o
|
||||
.PHONY : SysYLexer.o
|
||||
|
||||
# target to build an object file
|
||||
SysYLexer.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.o
|
||||
.PHONY : SysYLexer.cpp.o
|
||||
|
||||
SysYLexer.i: SysYLexer.cpp.i
|
||||
.PHONY : SysYLexer.i
|
||||
|
||||
# target to preprocess a source file
|
||||
SysYLexer.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.i
|
||||
.PHONY : SysYLexer.cpp.i
|
||||
|
||||
SysYLexer.s: SysYLexer.cpp.s
|
||||
.PHONY : SysYLexer.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
SysYLexer.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYLexer.cpp.s
|
||||
.PHONY : SysYLexer.cpp.s
|
||||
|
||||
SysYParser.o: SysYParser.cpp.o
|
||||
.PHONY : SysYParser.o
|
||||
|
||||
# target to build an object file
|
||||
SysYParser.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYParser.cpp.o
|
||||
.PHONY : SysYParser.cpp.o
|
||||
|
||||
SysYParser.i: SysYParser.cpp.i
|
||||
.PHONY : SysYParser.i
|
||||
|
||||
# target to preprocess a source file
|
||||
SysYParser.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYParser.cpp.i
|
||||
.PHONY : SysYParser.cpp.i
|
||||
|
||||
SysYParser.s: SysYParser.cpp.s
|
||||
.PHONY : SysYParser.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
SysYParser.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYParser.cpp.s
|
||||
.PHONY : SysYParser.cpp.s
|
||||
|
||||
SysYVisitor.o: SysYVisitor.cpp.o
|
||||
.PHONY : SysYVisitor.o
|
||||
|
||||
# target to build an object file
|
||||
SysYVisitor.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.o
|
||||
.PHONY : SysYVisitor.cpp.o
|
||||
|
||||
SysYVisitor.i: SysYVisitor.cpp.i
|
||||
.PHONY : SysYVisitor.i
|
||||
|
||||
# target to preprocess a source file
|
||||
SysYVisitor.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.i
|
||||
.PHONY : SysYVisitor.cpp.i
|
||||
|
||||
SysYVisitor.s: SysYVisitor.cpp.s
|
||||
.PHONY : SysYVisitor.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
SysYVisitor.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/SysYParser.dir/build.make src/CMakeFiles/SysYParser.dir/SysYVisitor.cpp.s
|
||||
.PHONY : SysYVisitor.cpp.s
|
||||
|
||||
sysyc.o: sysyc.cpp.o
|
||||
.PHONY : sysyc.o
|
||||
|
||||
# target to build an object file
|
||||
sysyc.cpp.o:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/sysyc.cpp.o
|
||||
.PHONY : sysyc.cpp.o
|
||||
|
||||
sysyc.i: sysyc.cpp.i
|
||||
.PHONY : sysyc.i
|
||||
|
||||
# target to preprocess a source file
|
||||
sysyc.cpp.i:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/sysyc.cpp.i
|
||||
.PHONY : sysyc.cpp.i
|
||||
|
||||
sysyc.s: sysyc.cpp.s
|
||||
.PHONY : sysyc.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
sysyc.cpp.s:
|
||||
cd /home/wqz/sysy/sysy/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/sysyc.dir/build.make src/CMakeFiles/sysyc.dir/sysyc.cpp.s
|
||||
.PHONY : sysyc.cpp.s
|
||||
|
||||
# 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 "... package"
|
||||
@echo "... package_source"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... SysYParser"
|
||||
@echo "... sysyc"
|
||||
@echo "... Diagnostic.o"
|
||||
@echo "... Diagnostic.i"
|
||||
@echo "... Diagnostic.s"
|
||||
@echo "... IR.o"
|
||||
@echo "... IR.i"
|
||||
@echo "... IR.s"
|
||||
@echo "... SysYBaseVisitor.o"
|
||||
@echo "... SysYBaseVisitor.i"
|
||||
@echo "... SysYBaseVisitor.s"
|
||||
@echo "... SysYIRGenerator.o"
|
||||
@echo "... SysYIRGenerator.i"
|
||||
@echo "... SysYIRGenerator.s"
|
||||
@echo "... SysYLexer.o"
|
||||
@echo "... SysYLexer.i"
|
||||
@echo "... SysYLexer.s"
|
||||
@echo "... SysYParser.o"
|
||||
@echo "... SysYParser.i"
|
||||
@echo "... SysYParser.s"
|
||||
@echo "... SysYVisitor.o"
|
||||
@echo "... SysYVisitor.i"
|
||||
@echo "... SysYVisitor.s"
|
||||
@echo "... sysyc.o"
|
||||
@echo "... sysyc.i"
|
||||
@echo "... sysyc.s"
|
||||
.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/wqz/sysy/sysy/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,73 @@
|
||||
CONST=1
|
||||
INT=2
|
||||
FLOAT=3
|
||||
VOID=4
|
||||
IF=5
|
||||
ELSE=6
|
||||
WHILE=7
|
||||
BREAK=8
|
||||
CONTINUE=9
|
||||
RETURN=10
|
||||
ASSIGN=11
|
||||
ADD=12
|
||||
SUB=13
|
||||
MUL=14
|
||||
DIV=15
|
||||
MODULO=16
|
||||
LT=17
|
||||
GT=18
|
||||
LE=19
|
||||
GE=20
|
||||
EQ=21
|
||||
NE=22
|
||||
AND=23
|
||||
OR=24
|
||||
NOT=25
|
||||
LPAREN=26
|
||||
RPAREN=27
|
||||
LBRACKET=28
|
||||
RBRACKET=29
|
||||
LBRACE=30
|
||||
RBRACE=31
|
||||
COMMA=32
|
||||
SEMICOLON=33
|
||||
ID=34
|
||||
ILITERAL=35
|
||||
FLITERAL=36
|
||||
STRING=37
|
||||
WS=38
|
||||
LINECOMMENT=39
|
||||
BLOCKCOMMENT=40
|
||||
'const'=1
|
||||
'int'=2
|
||||
'float'=3
|
||||
'void'=4
|
||||
'if'=5
|
||||
'else'=6
|
||||
'while'=7
|
||||
'break'=8
|
||||
'continue'=9
|
||||
'return'=10
|
||||
'='=11
|
||||
'+'=12
|
||||
'-'=13
|
||||
'*'=14
|
||||
'/'=15
|
||||
'%'=16
|
||||
'<'=17
|
||||
'>'=18
|
||||
'<='=19
|
||||
'>='=20
|
||||
'=='=21
|
||||
'!='=22
|
||||
'&&'=23
|
||||
'||'=24
|
||||
'!'=25
|
||||
'('=26
|
||||
')'=27
|
||||
'['=28
|
||||
']'=29
|
||||
'{'=30
|
||||
'}'=31
|
||||
','=32
|
||||
';'=33
|
||||
@ -0,0 +1,7 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
|
||||
#include "SysYBaseVisitor.h"
|
||||
|
||||
|
||||
@ -0,0 +1,168 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "antlr4-runtime.h"
|
||||
#include "SysYVisitor.h"
|
||||
|
||||
|
||||
/**
|
||||
* This class provides an empty implementation of SysYVisitor, which can be
|
||||
* extended to create a visitor which only needs to handle a subset of the available methods.
|
||||
*/
|
||||
class SysYBaseVisitor : public SysYVisitor {
|
||||
public:
|
||||
|
||||
virtual std::any visitModule(SysYParser::ModuleContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitDecl(SysYParser::DeclContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitBtype(SysYParser::BtypeContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitVarDef(SysYParser::VarDefContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitInitValue(SysYParser::InitValueContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitFunc(SysYParser::FuncContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitFuncType(SysYParser::FuncTypeContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitFuncFParams(SysYParser::FuncFParamsContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitFuncFParam(SysYParser::FuncFParamContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitBlockStmt(SysYParser::BlockStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitBlockItem(SysYParser::BlockItemContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitStmt(SysYParser::StmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitAssignStmt(SysYParser::AssignStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitExpStmt(SysYParser::ExpStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitIfStmt(SysYParser::IfStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitWhileStmt(SysYParser::WhileStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitBreakStmt(SysYParser::BreakStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitContinueStmt(SysYParser::ContinueStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitReturnStmt(SysYParser::ReturnStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitEmptyStmt(SysYParser::EmptyStmtContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitRelationExp(SysYParser::RelationExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitMultiplicativeExp(SysYParser::MultiplicativeExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitLValueExp(SysYParser::LValueExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitNumberExp(SysYParser::NumberExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitAndExp(SysYParser::AndExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitUnaryExp(SysYParser::UnaryExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitParenExp(SysYParser::ParenExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitStringExp(SysYParser::StringExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitOrExp(SysYParser::OrExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitCallExp(SysYParser::CallExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitAdditiveExp(SysYParser::AdditiveExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitEqualExp(SysYParser::EqualExpContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitCall(SysYParser::CallContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitLValue(SysYParser::LValueContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitNumber(SysYParser::NumberContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitString(SysYParser::StringContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
virtual std::any visitFuncRParams(SysYParser::FuncRParamsContext *ctx) override {
|
||||
return visitChildren(ctx);
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
@ -0,0 +1,279 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
|
||||
#include "SysYLexer.h"
|
||||
|
||||
|
||||
using namespace antlr4;
|
||||
|
||||
|
||||
|
||||
using namespace antlr4;
|
||||
|
||||
namespace {
|
||||
|
||||
struct SysYLexerStaticData final {
|
||||
SysYLexerStaticData(std::vector<std::string> ruleNames,
|
||||
std::vector<std::string> channelNames,
|
||||
std::vector<std::string> modeNames,
|
||||
std::vector<std::string> literalNames,
|
||||
std::vector<std::string> symbolicNames)
|
||||
: ruleNames(std::move(ruleNames)), channelNames(std::move(channelNames)),
|
||||
modeNames(std::move(modeNames)), literalNames(std::move(literalNames)),
|
||||
symbolicNames(std::move(symbolicNames)),
|
||||
vocabulary(this->literalNames, this->symbolicNames) {}
|
||||
|
||||
SysYLexerStaticData(const SysYLexerStaticData&) = delete;
|
||||
SysYLexerStaticData(SysYLexerStaticData&&) = delete;
|
||||
SysYLexerStaticData& operator=(const SysYLexerStaticData&) = delete;
|
||||
SysYLexerStaticData& operator=(SysYLexerStaticData&&) = delete;
|
||||
|
||||
std::vector<antlr4::dfa::DFA> decisionToDFA;
|
||||
antlr4::atn::PredictionContextCache sharedContextCache;
|
||||
const std::vector<std::string> ruleNames;
|
||||
const std::vector<std::string> channelNames;
|
||||
const std::vector<std::string> modeNames;
|
||||
const std::vector<std::string> literalNames;
|
||||
const std::vector<std::string> symbolicNames;
|
||||
const antlr4::dfa::Vocabulary vocabulary;
|
||||
antlr4::atn::SerializedATNView serializedATN;
|
||||
std::unique_ptr<antlr4::atn::ATN> atn;
|
||||
};
|
||||
|
||||
::antlr4::internal::OnceFlag sysylexerLexerOnceFlag;
|
||||
SysYLexerStaticData *sysylexerLexerStaticData = nullptr;
|
||||
|
||||
void sysylexerLexerInitialize() {
|
||||
assert(sysylexerLexerStaticData == nullptr);
|
||||
auto staticData = std::make_unique<SysYLexerStaticData>(
|
||||
std::vector<std::string>{
|
||||
"CONST", "INT", "FLOAT", "VOID", "IF", "ELSE", "WHILE", "BREAK", "CONTINUE",
|
||||
"RETURN", "ASSIGN", "ADD", "SUB", "MUL", "DIV", "MODULO", "LT", "GT",
|
||||
"LE", "GE", "EQ", "NE", "AND", "OR", "NOT", "LPAREN", "RPAREN", "LBRACKET",
|
||||
"RBRACKET", "LBRACE", "RBRACE", "COMMA", "SEMICOLON", "ALPHA", "ALPHANUM",
|
||||
"NONDIGIT", "ID", "DecDigit", "OctDigit", "HexDigit", "OctPrefix",
|
||||
"HexPrefix", "NonZeroDecDigit", "Sign", "DecFractional", "Exponent",
|
||||
"DecFloat", "HexFractional", "BinExponent", "HexFloat", "ILITERAL",
|
||||
"FLITERAL", "ESC", "STRING", "WS", "LINECOMMENT", "BLOCKCOMMENT"
|
||||
},
|
||||
std::vector<std::string>{
|
||||
"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
|
||||
},
|
||||
std::vector<std::string>{
|
||||
"DEFAULT_MODE"
|
||||
},
|
||||
std::vector<std::string>{
|
||||
"", "'const'", "'int'", "'float'", "'void'", "'if'", "'else'", "'while'",
|
||||
"'break'", "'continue'", "'return'", "'='", "'+'", "'-'", "'*'", "'/'",
|
||||
"'%'", "'<'", "'>'", "'<='", "'>='", "'=='", "'!='", "'&&'", "'||'",
|
||||
"'!'", "'('", "')'", "'['", "']'", "'{'", "'}'", "','", "';'"
|
||||
},
|
||||
std::vector<std::string>{
|
||||
"", "CONST", "INT", "FLOAT", "VOID", "IF", "ELSE", "WHILE", "BREAK",
|
||||
"CONTINUE", "RETURN", "ASSIGN", "ADD", "SUB", "MUL", "DIV", "MODULO",
|
||||
"LT", "GT", "LE", "GE", "EQ", "NE", "AND", "OR", "NOT", "LPAREN",
|
||||
"RPAREN", "LBRACKET", "RBRACKET", "LBRACE", "RBRACE", "COMMA", "SEMICOLON",
|
||||
"ID", "ILITERAL", "FLITERAL", "STRING", "WS", "LINECOMMENT", "BLOCKCOMMENT"
|
||||
}
|
||||
);
|
||||
static const int32_t serializedATNSegment[] = {
|
||||
4,0,40,415,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6,7,
|
||||
6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7,13,2,14,
|
||||
7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2,20,7,20,2,21,
|
||||
7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7,26,2,27,7,27,2,28,
|
||||
7,28,2,29,7,29,2,30,7,30,2,31,7,31,2,32,7,32,2,33,7,33,2,34,7,34,2,35,
|
||||
7,35,2,36,7,36,2,37,7,37,2,38,7,38,2,39,7,39,2,40,7,40,2,41,7,41,2,42,
|
||||
7,42,2,43,7,43,2,44,7,44,2,45,7,45,2,46,7,46,2,47,7,47,2,48,7,48,2,49,
|
||||
7,49,2,50,7,50,2,51,7,51,2,52,7,52,2,53,7,53,2,54,7,54,2,55,7,55,2,56,
|
||||
7,56,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,2,
|
||||
1,3,1,3,1,3,1,3,1,3,1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,6,1,6,1,6,1,6,1,
|
||||
6,1,6,1,7,1,7,1,7,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,9,
|
||||
1,9,1,9,1,9,1,9,1,9,1,9,1,10,1,10,1,11,1,11,1,12,1,12,1,13,1,13,1,14,
|
||||
1,14,1,15,1,15,1,16,1,16,1,17,1,17,1,18,1,18,1,18,1,19,1,19,1,19,1,20,
|
||||
1,20,1,20,1,21,1,21,1,21,1,22,1,22,1,22,1,23,1,23,1,23,1,24,1,24,1,25,
|
||||
1,25,1,26,1,26,1,27,1,27,1,28,1,28,1,29,1,29,1,30,1,30,1,31,1,31,1,32,
|
||||
1,32,1,33,1,33,1,34,1,34,1,35,1,35,1,36,1,36,1,36,5,36,234,8,36,10,36,
|
||||
12,36,237,9,36,1,37,1,37,1,38,1,38,1,39,1,39,1,40,1,40,1,41,1,41,1,41,
|
||||
1,42,1,42,1,43,1,43,1,44,5,44,255,8,44,10,44,12,44,258,9,44,1,44,1,44,
|
||||
4,44,262,8,44,11,44,12,44,263,1,44,4,44,267,8,44,11,44,12,44,268,1,44,
|
||||
1,44,3,44,273,8,44,1,45,1,45,3,45,277,8,45,1,45,4,45,280,8,45,11,45,12,
|
||||
45,281,1,46,1,46,3,46,286,8,46,1,46,4,46,289,8,46,11,46,12,46,290,1,46,
|
||||
1,46,3,46,295,8,46,1,47,5,47,298,8,47,10,47,12,47,301,9,47,1,47,1,47,
|
||||
4,47,305,8,47,11,47,12,47,306,1,47,4,47,310,8,47,11,47,12,47,311,1,47,
|
||||
1,47,3,47,316,8,47,1,48,1,48,3,48,320,8,48,1,48,4,48,323,8,48,11,48,12,
|
||||
48,324,1,49,1,49,1,49,1,49,1,49,4,49,332,8,49,11,49,12,49,333,1,49,1,
|
||||
49,3,49,338,8,49,1,50,1,50,5,50,342,8,50,10,50,12,50,345,9,50,1,50,1,
|
||||
50,5,50,349,8,50,10,50,12,50,352,9,50,1,50,1,50,4,50,356,8,50,11,50,12,
|
||||
50,357,3,50,360,8,50,1,51,1,51,3,51,364,8,51,1,52,1,52,1,52,1,52,3,52,
|
||||
370,8,52,1,53,1,53,1,53,5,53,375,8,53,10,53,12,53,378,9,53,1,53,1,53,
|
||||
1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,55,5,55,390,8,55,10,55,12,55,393,
|
||||
9,55,1,55,3,55,396,8,55,1,55,1,55,1,55,1,55,1,56,1,56,1,56,1,56,5,56,
|
||||
406,8,56,10,56,12,56,409,9,56,1,56,1,56,1,56,1,56,1,56,3,376,391,407,
|
||||
0,57,1,1,3,2,5,3,7,4,9,5,11,6,13,7,15,8,17,9,19,10,21,11,23,12,25,13,
|
||||
27,14,29,15,31,16,33,17,35,18,37,19,39,20,41,21,43,22,45,23,47,24,49,
|
||||
25,51,26,53,27,55,28,57,29,59,30,61,31,63,32,65,33,67,0,69,0,71,0,73,
|
||||
34,75,0,77,0,79,0,81,0,83,0,85,0,87,0,89,0,91,0,93,0,95,0,97,0,99,0,101,
|
||||
35,103,36,105,0,107,37,109,38,111,39,113,40,1,0,12,2,0,65,90,97,122,3,
|
||||
0,48,57,65,90,97,122,3,0,65,90,95,95,97,122,1,0,48,57,1,0,48,55,3,0,48,
|
||||
57,65,70,97,102,2,0,88,88,120,120,1,0,49,57,2,0,43,43,45,45,2,0,69,69,
|
||||
101,101,2,0,80,80,112,112,3,0,9,10,13,13,32,32,428,0,1,1,0,0,0,0,3,1,
|
||||
0,0,0,0,5,1,0,0,0,0,7,1,0,0,0,0,9,1,0,0,0,0,11,1,0,0,0,0,13,1,0,0,0,0,
|
||||
15,1,0,0,0,0,17,1,0,0,0,0,19,1,0,0,0,0,21,1,0,0,0,0,23,1,0,0,0,0,25,1,
|
||||
0,0,0,0,27,1,0,0,0,0,29,1,0,0,0,0,31,1,0,0,0,0,33,1,0,0,0,0,35,1,0,0,
|
||||
0,0,37,1,0,0,0,0,39,1,0,0,0,0,41,1,0,0,0,0,43,1,0,0,0,0,45,1,0,0,0,0,
|
||||
47,1,0,0,0,0,49,1,0,0,0,0,51,1,0,0,0,0,53,1,0,0,0,0,55,1,0,0,0,0,57,1,
|
||||
0,0,0,0,59,1,0,0,0,0,61,1,0,0,0,0,63,1,0,0,0,0,65,1,0,0,0,0,73,1,0,0,
|
||||
0,0,101,1,0,0,0,0,103,1,0,0,0,0,107,1,0,0,0,0,109,1,0,0,0,0,111,1,0,0,
|
||||
0,0,113,1,0,0,0,1,115,1,0,0,0,3,121,1,0,0,0,5,125,1,0,0,0,7,131,1,0,0,
|
||||
0,9,136,1,0,0,0,11,139,1,0,0,0,13,144,1,0,0,0,15,150,1,0,0,0,17,156,1,
|
||||
0,0,0,19,165,1,0,0,0,21,172,1,0,0,0,23,174,1,0,0,0,25,176,1,0,0,0,27,
|
||||
178,1,0,0,0,29,180,1,0,0,0,31,182,1,0,0,0,33,184,1,0,0,0,35,186,1,0,0,
|
||||
0,37,188,1,0,0,0,39,191,1,0,0,0,41,194,1,0,0,0,43,197,1,0,0,0,45,200,
|
||||
1,0,0,0,47,203,1,0,0,0,49,206,1,0,0,0,51,208,1,0,0,0,53,210,1,0,0,0,55,
|
||||
212,1,0,0,0,57,214,1,0,0,0,59,216,1,0,0,0,61,218,1,0,0,0,63,220,1,0,0,
|
||||
0,65,222,1,0,0,0,67,224,1,0,0,0,69,226,1,0,0,0,71,228,1,0,0,0,73,230,
|
||||
1,0,0,0,75,238,1,0,0,0,77,240,1,0,0,0,79,242,1,0,0,0,81,244,1,0,0,0,83,
|
||||
246,1,0,0,0,85,249,1,0,0,0,87,251,1,0,0,0,89,272,1,0,0,0,91,274,1,0,0,
|
||||
0,93,294,1,0,0,0,95,315,1,0,0,0,97,317,1,0,0,0,99,337,1,0,0,0,101,359,
|
||||
1,0,0,0,103,363,1,0,0,0,105,369,1,0,0,0,107,371,1,0,0,0,109,381,1,0,0,
|
||||
0,111,385,1,0,0,0,113,401,1,0,0,0,115,116,5,99,0,0,116,117,5,111,0,0,
|
||||
117,118,5,110,0,0,118,119,5,115,0,0,119,120,5,116,0,0,120,2,1,0,0,0,121,
|
||||
122,5,105,0,0,122,123,5,110,0,0,123,124,5,116,0,0,124,4,1,0,0,0,125,126,
|
||||
5,102,0,0,126,127,5,108,0,0,127,128,5,111,0,0,128,129,5,97,0,0,129,130,
|
||||
5,116,0,0,130,6,1,0,0,0,131,132,5,118,0,0,132,133,5,111,0,0,133,134,5,
|
||||
105,0,0,134,135,5,100,0,0,135,8,1,0,0,0,136,137,5,105,0,0,137,138,5,102,
|
||||
0,0,138,10,1,0,0,0,139,140,5,101,0,0,140,141,5,108,0,0,141,142,5,115,
|
||||
0,0,142,143,5,101,0,0,143,12,1,0,0,0,144,145,5,119,0,0,145,146,5,104,
|
||||
0,0,146,147,5,105,0,0,147,148,5,108,0,0,148,149,5,101,0,0,149,14,1,0,
|
||||
0,0,150,151,5,98,0,0,151,152,5,114,0,0,152,153,5,101,0,0,153,154,5,97,
|
||||
0,0,154,155,5,107,0,0,155,16,1,0,0,0,156,157,5,99,0,0,157,158,5,111,0,
|
||||
0,158,159,5,110,0,0,159,160,5,116,0,0,160,161,5,105,0,0,161,162,5,110,
|
||||
0,0,162,163,5,117,0,0,163,164,5,101,0,0,164,18,1,0,0,0,165,166,5,114,
|
||||
0,0,166,167,5,101,0,0,167,168,5,116,0,0,168,169,5,117,0,0,169,170,5,114,
|
||||
0,0,170,171,5,110,0,0,171,20,1,0,0,0,172,173,5,61,0,0,173,22,1,0,0,0,
|
||||
174,175,5,43,0,0,175,24,1,0,0,0,176,177,5,45,0,0,177,26,1,0,0,0,178,179,
|
||||
5,42,0,0,179,28,1,0,0,0,180,181,5,47,0,0,181,30,1,0,0,0,182,183,5,37,
|
||||
0,0,183,32,1,0,0,0,184,185,5,60,0,0,185,34,1,0,0,0,186,187,5,62,0,0,187,
|
||||
36,1,0,0,0,188,189,5,60,0,0,189,190,5,61,0,0,190,38,1,0,0,0,191,192,5,
|
||||
62,0,0,192,193,5,61,0,0,193,40,1,0,0,0,194,195,5,61,0,0,195,196,5,61,
|
||||
0,0,196,42,1,0,0,0,197,198,5,33,0,0,198,199,5,61,0,0,199,44,1,0,0,0,200,
|
||||
201,5,38,0,0,201,202,5,38,0,0,202,46,1,0,0,0,203,204,5,124,0,0,204,205,
|
||||
5,124,0,0,205,48,1,0,0,0,206,207,5,33,0,0,207,50,1,0,0,0,208,209,5,40,
|
||||
0,0,209,52,1,0,0,0,210,211,5,41,0,0,211,54,1,0,0,0,212,213,5,91,0,0,213,
|
||||
56,1,0,0,0,214,215,5,93,0,0,215,58,1,0,0,0,216,217,5,123,0,0,217,60,1,
|
||||
0,0,0,218,219,5,125,0,0,219,62,1,0,0,0,220,221,5,44,0,0,221,64,1,0,0,
|
||||
0,222,223,5,59,0,0,223,66,1,0,0,0,224,225,7,0,0,0,225,68,1,0,0,0,226,
|
||||
227,7,1,0,0,227,70,1,0,0,0,228,229,7,2,0,0,229,72,1,0,0,0,230,235,3,71,
|
||||
35,0,231,234,3,69,34,0,232,234,5,95,0,0,233,231,1,0,0,0,233,232,1,0,0,
|
||||
0,234,237,1,0,0,0,235,233,1,0,0,0,235,236,1,0,0,0,236,74,1,0,0,0,237,
|
||||
235,1,0,0,0,238,239,7,3,0,0,239,76,1,0,0,0,240,241,7,4,0,0,241,78,1,0,
|
||||
0,0,242,243,7,5,0,0,243,80,1,0,0,0,244,245,5,48,0,0,245,82,1,0,0,0,246,
|
||||
247,5,48,0,0,247,248,7,6,0,0,248,84,1,0,0,0,249,250,7,7,0,0,250,86,1,
|
||||
0,0,0,251,252,7,8,0,0,252,88,1,0,0,0,253,255,3,75,37,0,254,253,1,0,0,
|
||||
0,255,258,1,0,0,0,256,254,1,0,0,0,256,257,1,0,0,0,257,259,1,0,0,0,258,
|
||||
256,1,0,0,0,259,261,5,46,0,0,260,262,3,75,37,0,261,260,1,0,0,0,262,263,
|
||||
1,0,0,0,263,261,1,0,0,0,263,264,1,0,0,0,264,273,1,0,0,0,265,267,3,75,
|
||||
37,0,266,265,1,0,0,0,267,268,1,0,0,0,268,266,1,0,0,0,268,269,1,0,0,0,
|
||||
269,270,1,0,0,0,270,271,5,46,0,0,271,273,1,0,0,0,272,256,1,0,0,0,272,
|
||||
266,1,0,0,0,273,90,1,0,0,0,274,276,7,9,0,0,275,277,3,87,43,0,276,275,
|
||||
1,0,0,0,276,277,1,0,0,0,277,279,1,0,0,0,278,280,3,75,37,0,279,278,1,0,
|
||||
0,0,280,281,1,0,0,0,281,279,1,0,0,0,281,282,1,0,0,0,282,92,1,0,0,0,283,
|
||||
285,3,89,44,0,284,286,3,91,45,0,285,284,1,0,0,0,285,286,1,0,0,0,286,295,
|
||||
1,0,0,0,287,289,3,75,37,0,288,287,1,0,0,0,289,290,1,0,0,0,290,288,1,0,
|
||||
0,0,290,291,1,0,0,0,291,292,1,0,0,0,292,293,3,91,45,0,293,295,1,0,0,0,
|
||||
294,283,1,0,0,0,294,288,1,0,0,0,295,94,1,0,0,0,296,298,3,79,39,0,297,
|
||||
296,1,0,0,0,298,301,1,0,0,0,299,297,1,0,0,0,299,300,1,0,0,0,300,302,1,
|
||||
0,0,0,301,299,1,0,0,0,302,304,5,46,0,0,303,305,3,79,39,0,304,303,1,0,
|
||||
0,0,305,306,1,0,0,0,306,304,1,0,0,0,306,307,1,0,0,0,307,316,1,0,0,0,308,
|
||||
310,3,79,39,0,309,308,1,0,0,0,310,311,1,0,0,0,311,309,1,0,0,0,311,312,
|
||||
1,0,0,0,312,313,1,0,0,0,313,314,5,46,0,0,314,316,1,0,0,0,315,299,1,0,
|
||||
0,0,315,309,1,0,0,0,316,96,1,0,0,0,317,319,7,10,0,0,318,320,3,87,43,0,
|
||||
319,318,1,0,0,0,319,320,1,0,0,0,320,322,1,0,0,0,321,323,3,75,37,0,322,
|
||||
321,1,0,0,0,323,324,1,0,0,0,324,322,1,0,0,0,324,325,1,0,0,0,325,98,1,
|
||||
0,0,0,326,327,3,83,41,0,327,328,3,95,47,0,328,329,3,97,48,0,329,338,1,
|
||||
0,0,0,330,332,3,79,39,0,331,330,1,0,0,0,332,333,1,0,0,0,333,331,1,0,0,
|
||||
0,333,334,1,0,0,0,334,335,1,0,0,0,335,336,3,97,48,0,336,338,1,0,0,0,337,
|
||||
326,1,0,0,0,337,331,1,0,0,0,338,100,1,0,0,0,339,343,3,85,42,0,340,342,
|
||||
3,75,37,0,341,340,1,0,0,0,342,345,1,0,0,0,343,341,1,0,0,0,343,344,1,0,
|
||||
0,0,344,360,1,0,0,0,345,343,1,0,0,0,346,350,3,81,40,0,347,349,3,77,38,
|
||||
0,348,347,1,0,0,0,349,352,1,0,0,0,350,348,1,0,0,0,350,351,1,0,0,0,351,
|
||||
360,1,0,0,0,352,350,1,0,0,0,353,355,3,83,41,0,354,356,3,79,39,0,355,354,
|
||||
1,0,0,0,356,357,1,0,0,0,357,355,1,0,0,0,357,358,1,0,0,0,358,360,1,0,0,
|
||||
0,359,339,1,0,0,0,359,346,1,0,0,0,359,353,1,0,0,0,360,102,1,0,0,0,361,
|
||||
364,3,93,46,0,362,364,3,99,49,0,363,361,1,0,0,0,363,362,1,0,0,0,364,104,
|
||||
1,0,0,0,365,366,5,92,0,0,366,370,5,34,0,0,367,368,5,92,0,0,368,370,5,
|
||||
92,0,0,369,365,1,0,0,0,369,367,1,0,0,0,370,106,1,0,0,0,371,376,5,34,0,
|
||||
0,372,375,3,105,52,0,373,375,9,0,0,0,374,372,1,0,0,0,374,373,1,0,0,0,
|
||||
375,378,1,0,0,0,376,377,1,0,0,0,376,374,1,0,0,0,377,379,1,0,0,0,378,376,
|
||||
1,0,0,0,379,380,5,34,0,0,380,108,1,0,0,0,381,382,7,11,0,0,382,383,1,0,
|
||||
0,0,383,384,6,54,0,0,384,110,1,0,0,0,385,386,5,47,0,0,386,387,5,47,0,
|
||||
0,387,391,1,0,0,0,388,390,9,0,0,0,389,388,1,0,0,0,390,393,1,0,0,0,391,
|
||||
392,1,0,0,0,391,389,1,0,0,0,392,395,1,0,0,0,393,391,1,0,0,0,394,396,5,
|
||||
13,0,0,395,394,1,0,0,0,395,396,1,0,0,0,396,397,1,0,0,0,397,398,5,10,0,
|
||||
0,398,399,1,0,0,0,399,400,6,55,0,0,400,112,1,0,0,0,401,402,5,47,0,0,402,
|
||||
403,5,42,0,0,403,407,1,0,0,0,404,406,9,0,0,0,405,404,1,0,0,0,406,409,
|
||||
1,0,0,0,407,408,1,0,0,0,407,405,1,0,0,0,408,410,1,0,0,0,409,407,1,0,0,
|
||||
0,410,411,5,42,0,0,411,412,5,47,0,0,412,413,1,0,0,0,413,414,6,56,0,0,
|
||||
414,114,1,0,0,0,31,0,233,235,256,263,268,272,276,281,285,290,294,299,
|
||||
306,311,315,319,324,333,337,343,350,357,359,363,369,374,376,391,395,407,
|
||||
1,6,0,0
|
||||
};
|
||||
staticData->serializedATN = antlr4::atn::SerializedATNView(serializedATNSegment, sizeof(serializedATNSegment) / sizeof(serializedATNSegment[0]));
|
||||
|
||||
antlr4::atn::ATNDeserializer deserializer;
|
||||
staticData->atn = deserializer.deserialize(staticData->serializedATN);
|
||||
|
||||
const size_t count = staticData->atn->getNumberOfDecisions();
|
||||
staticData->decisionToDFA.reserve(count);
|
||||
for (size_t i = 0; i < count; i++) {
|
||||
staticData->decisionToDFA.emplace_back(staticData->atn->getDecisionState(i), i);
|
||||
}
|
||||
sysylexerLexerStaticData = staticData.release();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
SysYLexer::SysYLexer(CharStream *input) : Lexer(input) {
|
||||
SysYLexer::initialize();
|
||||
_interpreter = new atn::LexerATNSimulator(this, *sysylexerLexerStaticData->atn, sysylexerLexerStaticData->decisionToDFA, sysylexerLexerStaticData->sharedContextCache);
|
||||
}
|
||||
|
||||
SysYLexer::~SysYLexer() {
|
||||
delete _interpreter;
|
||||
}
|
||||
|
||||
std::string SysYLexer::getGrammarFileName() const {
|
||||
return "SysY.g4";
|
||||
}
|
||||
|
||||
const std::vector<std::string>& SysYLexer::getRuleNames() const {
|
||||
return sysylexerLexerStaticData->ruleNames;
|
||||
}
|
||||
|
||||
const std::vector<std::string>& SysYLexer::getChannelNames() const {
|
||||
return sysylexerLexerStaticData->channelNames;
|
||||
}
|
||||
|
||||
const std::vector<std::string>& SysYLexer::getModeNames() const {
|
||||
return sysylexerLexerStaticData->modeNames;
|
||||
}
|
||||
|
||||
const dfa::Vocabulary& SysYLexer::getVocabulary() const {
|
||||
return sysylexerLexerStaticData->vocabulary;
|
||||
}
|
||||
|
||||
antlr4::atn::SerializedATNView SysYLexer::getSerializedATN() const {
|
||||
return sysylexerLexerStaticData->serializedATN;
|
||||
}
|
||||
|
||||
const atn::ATN& SysYLexer::getATN() const {
|
||||
return *sysylexerLexerStaticData->atn;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void SysYLexer::initialize() {
|
||||
::antlr4::internal::call_once(sysylexerLexerOnceFlag, sysylexerLexerInitialize);
|
||||
}
|
||||
@ -0,0 +1,55 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "antlr4-runtime.h"
|
||||
|
||||
|
||||
|
||||
|
||||
class SysYLexer : public antlr4::Lexer {
|
||||
public:
|
||||
enum {
|
||||
CONST = 1, INT = 2, FLOAT = 3, VOID = 4, IF = 5, ELSE = 6, WHILE = 7,
|
||||
BREAK = 8, CONTINUE = 9, RETURN = 10, ASSIGN = 11, ADD = 12, SUB = 13,
|
||||
MUL = 14, DIV = 15, MODULO = 16, LT = 17, GT = 18, LE = 19, GE = 20,
|
||||
EQ = 21, NE = 22, AND = 23, OR = 24, NOT = 25, LPAREN = 26, RPAREN = 27,
|
||||
LBRACKET = 28, RBRACKET = 29, LBRACE = 30, RBRACE = 31, COMMA = 32,
|
||||
SEMICOLON = 33, ID = 34, ILITERAL = 35, FLITERAL = 36, STRING = 37,
|
||||
WS = 38, LINECOMMENT = 39, BLOCKCOMMENT = 40
|
||||
};
|
||||
|
||||
explicit SysYLexer(antlr4::CharStream *input);
|
||||
|
||||
~SysYLexer() override;
|
||||
|
||||
|
||||
std::string getGrammarFileName() const override;
|
||||
|
||||
const std::vector<std::string>& getRuleNames() const override;
|
||||
|
||||
const std::vector<std::string>& getChannelNames() const override;
|
||||
|
||||
const std::vector<std::string>& getModeNames() const override;
|
||||
|
||||
const antlr4::dfa::Vocabulary& getVocabulary() const override;
|
||||
|
||||
antlr4::atn::SerializedATNView getSerializedATN() const override;
|
||||
|
||||
const antlr4::atn::ATN& getATN() const override;
|
||||
|
||||
// By default the static state used to implement the lexer is lazily initialized during the first
|
||||
// call to the constructor. You can call this function if you wish to initialize the static state
|
||||
// ahead of time.
|
||||
static void initialize();
|
||||
|
||||
private:
|
||||
|
||||
// Individual action functions triggered by action() above.
|
||||
|
||||
// Individual semantic predicate functions triggered by sempred() above.
|
||||
|
||||
};
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,73 @@
|
||||
CONST=1
|
||||
INT=2
|
||||
FLOAT=3
|
||||
VOID=4
|
||||
IF=5
|
||||
ELSE=6
|
||||
WHILE=7
|
||||
BREAK=8
|
||||
CONTINUE=9
|
||||
RETURN=10
|
||||
ASSIGN=11
|
||||
ADD=12
|
||||
SUB=13
|
||||
MUL=14
|
||||
DIV=15
|
||||
MODULO=16
|
||||
LT=17
|
||||
GT=18
|
||||
LE=19
|
||||
GE=20
|
||||
EQ=21
|
||||
NE=22
|
||||
AND=23
|
||||
OR=24
|
||||
NOT=25
|
||||
LPAREN=26
|
||||
RPAREN=27
|
||||
LBRACKET=28
|
||||
RBRACKET=29
|
||||
LBRACE=30
|
||||
RBRACE=31
|
||||
COMMA=32
|
||||
SEMICOLON=33
|
||||
ID=34
|
||||
ILITERAL=35
|
||||
FLITERAL=36
|
||||
STRING=37
|
||||
WS=38
|
||||
LINECOMMENT=39
|
||||
BLOCKCOMMENT=40
|
||||
'const'=1
|
||||
'int'=2
|
||||
'float'=3
|
||||
'void'=4
|
||||
'if'=5
|
||||
'else'=6
|
||||
'while'=7
|
||||
'break'=8
|
||||
'continue'=9
|
||||
'return'=10
|
||||
'='=11
|
||||
'+'=12
|
||||
'-'=13
|
||||
'*'=14
|
||||
'/'=15
|
||||
'%'=16
|
||||
'<'=17
|
||||
'>'=18
|
||||
'<='=19
|
||||
'>='=20
|
||||
'=='=21
|
||||
'!='=22
|
||||
'&&'=23
|
||||
'||'=24
|
||||
'!'=25
|
||||
'('=26
|
||||
')'=27
|
||||
'['=28
|
||||
']'=29
|
||||
'{'=30
|
||||
'}'=31
|
||||
','=32
|
||||
';'=33
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,638 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "antlr4-runtime.h"
|
||||
|
||||
|
||||
|
||||
|
||||
class SysYParser : public antlr4::Parser {
|
||||
public:
|
||||
enum {
|
||||
CONST = 1, INT = 2, FLOAT = 3, VOID = 4, IF = 5, ELSE = 6, WHILE = 7,
|
||||
BREAK = 8, CONTINUE = 9, RETURN = 10, ASSIGN = 11, ADD = 12, SUB = 13,
|
||||
MUL = 14, DIV = 15, MODULO = 16, LT = 17, GT = 18, LE = 19, GE = 20,
|
||||
EQ = 21, NE = 22, AND = 23, OR = 24, NOT = 25, LPAREN = 26, RPAREN = 27,
|
||||
LBRACKET = 28, RBRACKET = 29, LBRACE = 30, RBRACE = 31, COMMA = 32,
|
||||
SEMICOLON = 33, ID = 34, ILITERAL = 35, FLITERAL = 36, STRING = 37,
|
||||
WS = 38, LINECOMMENT = 39, BLOCKCOMMENT = 40
|
||||
};
|
||||
|
||||
enum {
|
||||
RuleModule = 0, RuleDecl = 1, RuleBtype = 2, RuleVarDef = 3, RuleInitValue = 4,
|
||||
RuleFunc = 5, RuleFuncType = 6, RuleFuncFParams = 7, RuleFuncFParam = 8,
|
||||
RuleBlockStmt = 9, RuleBlockItem = 10, RuleStmt = 11, RuleAssignStmt = 12,
|
||||
RuleExpStmt = 13, RuleIfStmt = 14, RuleWhileStmt = 15, RuleBreakStmt = 16,
|
||||
RuleContinueStmt = 17, RuleReturnStmt = 18, RuleEmptyStmt = 19, RuleExp = 20,
|
||||
RuleCall = 21, RuleLValue = 22, RuleNumber = 23, RuleString = 24, RuleFuncRParams = 25
|
||||
};
|
||||
|
||||
explicit SysYParser(antlr4::TokenStream *input);
|
||||
|
||||
SysYParser(antlr4::TokenStream *input, const antlr4::atn::ParserATNSimulatorOptions &options);
|
||||
|
||||
~SysYParser() override;
|
||||
|
||||
std::string getGrammarFileName() const override;
|
||||
|
||||
const antlr4::atn::ATN& getATN() const override;
|
||||
|
||||
const std::vector<std::string>& getRuleNames() const override;
|
||||
|
||||
const antlr4::dfa::Vocabulary& getVocabulary() const override;
|
||||
|
||||
antlr4::atn::SerializedATNView getSerializedATN() const override;
|
||||
|
||||
|
||||
class ModuleContext;
|
||||
class DeclContext;
|
||||
class BtypeContext;
|
||||
class VarDefContext;
|
||||
class InitValueContext;
|
||||
class FuncContext;
|
||||
class FuncTypeContext;
|
||||
class FuncFParamsContext;
|
||||
class FuncFParamContext;
|
||||
class BlockStmtContext;
|
||||
class BlockItemContext;
|
||||
class StmtContext;
|
||||
class AssignStmtContext;
|
||||
class ExpStmtContext;
|
||||
class IfStmtContext;
|
||||
class WhileStmtContext;
|
||||
class BreakStmtContext;
|
||||
class ContinueStmtContext;
|
||||
class ReturnStmtContext;
|
||||
class EmptyStmtContext;
|
||||
class ExpContext;
|
||||
class CallContext;
|
||||
class LValueContext;
|
||||
class NumberContext;
|
||||
class StringContext;
|
||||
class FuncRParamsContext;
|
||||
|
||||
class ModuleContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
ModuleContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
std::vector<DeclContext *> decl();
|
||||
DeclContext* decl(size_t i);
|
||||
std::vector<FuncContext *> func();
|
||||
FuncContext* func(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
ModuleContext* module();
|
||||
|
||||
class DeclContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
DeclContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
BtypeContext *btype();
|
||||
std::vector<VarDefContext *> varDef();
|
||||
VarDefContext* varDef(size_t i);
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
antlr4::tree::TerminalNode *CONST();
|
||||
std::vector<antlr4::tree::TerminalNode *> COMMA();
|
||||
antlr4::tree::TerminalNode* COMMA(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
DeclContext* decl();
|
||||
|
||||
class BtypeContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
BtypeContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *INT();
|
||||
antlr4::tree::TerminalNode *FLOAT();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
BtypeContext* btype();
|
||||
|
||||
class VarDefContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
VarDefContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
LValueContext *lValue();
|
||||
antlr4::tree::TerminalNode *ASSIGN();
|
||||
InitValueContext *initValue();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
VarDefContext* varDef();
|
||||
|
||||
class InitValueContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
InitValueContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *LBRACE();
|
||||
std::vector<InitValueContext *> initValue();
|
||||
InitValueContext* initValue(size_t i);
|
||||
std::vector<antlr4::tree::TerminalNode *> COMMA();
|
||||
antlr4::tree::TerminalNode* COMMA(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
InitValueContext* initValue();
|
||||
|
||||
class FuncContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
FuncContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
FuncTypeContext *funcType();
|
||||
antlr4::tree::TerminalNode *ID();
|
||||
antlr4::tree::TerminalNode *LPAREN();
|
||||
antlr4::tree::TerminalNode *RPAREN();
|
||||
BlockStmtContext *blockStmt();
|
||||
FuncFParamsContext *funcFParams();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
FuncContext* func();
|
||||
|
||||
class FuncTypeContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
FuncTypeContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *VOID();
|
||||
antlr4::tree::TerminalNode *INT();
|
||||
antlr4::tree::TerminalNode *FLOAT();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
FuncTypeContext* funcType();
|
||||
|
||||
class FuncFParamsContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
FuncFParamsContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
std::vector<FuncFParamContext *> funcFParam();
|
||||
FuncFParamContext* funcFParam(size_t i);
|
||||
std::vector<antlr4::tree::TerminalNode *> COMMA();
|
||||
antlr4::tree::TerminalNode* COMMA(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
FuncFParamsContext* funcFParams();
|
||||
|
||||
class FuncFParamContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
FuncFParamContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
BtypeContext *btype();
|
||||
antlr4::tree::TerminalNode *ID();
|
||||
std::vector<antlr4::tree::TerminalNode *> LBRACKET();
|
||||
antlr4::tree::TerminalNode* LBRACKET(size_t i);
|
||||
std::vector<antlr4::tree::TerminalNode *> RBRACKET();
|
||||
antlr4::tree::TerminalNode* RBRACKET(size_t i);
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
FuncFParamContext* funcFParam();
|
||||
|
||||
class BlockStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
BlockStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *LBRACE();
|
||||
antlr4::tree::TerminalNode *RBRACE();
|
||||
std::vector<BlockItemContext *> blockItem();
|
||||
BlockItemContext* blockItem(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
BlockStmtContext* blockStmt();
|
||||
|
||||
class BlockItemContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
BlockItemContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
DeclContext *decl();
|
||||
StmtContext *stmt();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
BlockItemContext* blockItem();
|
||||
|
||||
class StmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
StmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
AssignStmtContext *assignStmt();
|
||||
ExpStmtContext *expStmt();
|
||||
IfStmtContext *ifStmt();
|
||||
WhileStmtContext *whileStmt();
|
||||
BreakStmtContext *breakStmt();
|
||||
ContinueStmtContext *continueStmt();
|
||||
ReturnStmtContext *returnStmt();
|
||||
BlockStmtContext *blockStmt();
|
||||
EmptyStmtContext *emptyStmt();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
StmtContext* stmt();
|
||||
|
||||
class AssignStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
AssignStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
LValueContext *lValue();
|
||||
antlr4::tree::TerminalNode *ASSIGN();
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
AssignStmtContext* assignStmt();
|
||||
|
||||
class ExpStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
ExpStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
ExpStmtContext* expStmt();
|
||||
|
||||
class IfStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
IfStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *IF();
|
||||
antlr4::tree::TerminalNode *LPAREN();
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *RPAREN();
|
||||
std::vector<StmtContext *> stmt();
|
||||
StmtContext* stmt(size_t i);
|
||||
antlr4::tree::TerminalNode *ELSE();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
IfStmtContext* ifStmt();
|
||||
|
||||
class WhileStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
WhileStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *WHILE();
|
||||
antlr4::tree::TerminalNode *LPAREN();
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *RPAREN();
|
||||
StmtContext *stmt();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
WhileStmtContext* whileStmt();
|
||||
|
||||
class BreakStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
BreakStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *BREAK();
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
BreakStmtContext* breakStmt();
|
||||
|
||||
class ContinueStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
ContinueStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *CONTINUE();
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
ContinueStmtContext* continueStmt();
|
||||
|
||||
class ReturnStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
ReturnStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *RETURN();
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
ExpContext *exp();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
ReturnStmtContext* returnStmt();
|
||||
|
||||
class EmptyStmtContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
EmptyStmtContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *SEMICOLON();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
EmptyStmtContext* emptyStmt();
|
||||
|
||||
class ExpContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
ExpContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
|
||||
ExpContext() = default;
|
||||
void copyFrom(ExpContext *context);
|
||||
using antlr4::ParserRuleContext::copyFrom;
|
||||
|
||||
virtual size_t getRuleIndex() const override;
|
||||
|
||||
|
||||
};
|
||||
|
||||
class RelationExpContext : public ExpContext {
|
||||
public:
|
||||
RelationExpContext(ExpContext *ctx);
|
||||
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
antlr4::tree::TerminalNode *LT();
|
||||
antlr4::tree::TerminalNode *GT();
|
||||
antlr4::tree::TerminalNode *LE();
|
||||
antlr4::tree::TerminalNode *GE();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class MultiplicativeExpContext : public ExpContext {
|
||||
public:
|
||||
MultiplicativeExpContext(ExpContext *ctx);
|
||||
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
antlr4::tree::TerminalNode *MUL();
|
||||
antlr4::tree::TerminalNode *DIV();
|
||||
antlr4::tree::TerminalNode *MODULO();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class LValueExpContext : public ExpContext {
|
||||
public:
|
||||
LValueExpContext(ExpContext *ctx);
|
||||
|
||||
LValueContext *lValue();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class NumberExpContext : public ExpContext {
|
||||
public:
|
||||
NumberExpContext(ExpContext *ctx);
|
||||
|
||||
NumberContext *number();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class AndExpContext : public ExpContext {
|
||||
public:
|
||||
AndExpContext(ExpContext *ctx);
|
||||
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
antlr4::tree::TerminalNode *AND();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class UnaryExpContext : public ExpContext {
|
||||
public:
|
||||
UnaryExpContext(ExpContext *ctx);
|
||||
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *ADD();
|
||||
antlr4::tree::TerminalNode *SUB();
|
||||
antlr4::tree::TerminalNode *NOT();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class ParenExpContext : public ExpContext {
|
||||
public:
|
||||
ParenExpContext(ExpContext *ctx);
|
||||
|
||||
antlr4::tree::TerminalNode *LPAREN();
|
||||
ExpContext *exp();
|
||||
antlr4::tree::TerminalNode *RPAREN();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class StringExpContext : public ExpContext {
|
||||
public:
|
||||
StringExpContext(ExpContext *ctx);
|
||||
|
||||
StringContext *string();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class OrExpContext : public ExpContext {
|
||||
public:
|
||||
OrExpContext(ExpContext *ctx);
|
||||
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
antlr4::tree::TerminalNode *OR();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class CallExpContext : public ExpContext {
|
||||
public:
|
||||
CallExpContext(ExpContext *ctx);
|
||||
|
||||
CallContext *call();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class AdditiveExpContext : public ExpContext {
|
||||
public:
|
||||
AdditiveExpContext(ExpContext *ctx);
|
||||
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
antlr4::tree::TerminalNode *ADD();
|
||||
antlr4::tree::TerminalNode *SUB();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
class EqualExpContext : public ExpContext {
|
||||
public:
|
||||
EqualExpContext(ExpContext *ctx);
|
||||
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
antlr4::tree::TerminalNode *EQ();
|
||||
antlr4::tree::TerminalNode *NE();
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
};
|
||||
|
||||
ExpContext* exp();
|
||||
ExpContext* exp(int precedence);
|
||||
class CallContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
CallContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *ID();
|
||||
antlr4::tree::TerminalNode *LPAREN();
|
||||
antlr4::tree::TerminalNode *RPAREN();
|
||||
FuncRParamsContext *funcRParams();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
CallContext* call();
|
||||
|
||||
class LValueContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
LValueContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *ID();
|
||||
std::vector<antlr4::tree::TerminalNode *> LBRACKET();
|
||||
antlr4::tree::TerminalNode* LBRACKET(size_t i);
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
std::vector<antlr4::tree::TerminalNode *> RBRACKET();
|
||||
antlr4::tree::TerminalNode* RBRACKET(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
LValueContext* lValue();
|
||||
|
||||
class NumberContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
NumberContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *ILITERAL();
|
||||
antlr4::tree::TerminalNode *FLITERAL();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
NumberContext* number();
|
||||
|
||||
class StringContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
StringContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
antlr4::tree::TerminalNode *STRING();
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
StringContext* string();
|
||||
|
||||
class FuncRParamsContext : public antlr4::ParserRuleContext {
|
||||
public:
|
||||
FuncRParamsContext(antlr4::ParserRuleContext *parent, size_t invokingState);
|
||||
virtual size_t getRuleIndex() const override;
|
||||
std::vector<ExpContext *> exp();
|
||||
ExpContext* exp(size_t i);
|
||||
std::vector<antlr4::tree::TerminalNode *> COMMA();
|
||||
antlr4::tree::TerminalNode* COMMA(size_t i);
|
||||
|
||||
|
||||
virtual std::any accept(antlr4::tree::ParseTreeVisitor *visitor) override;
|
||||
|
||||
};
|
||||
|
||||
FuncRParamsContext* funcRParams();
|
||||
|
||||
|
||||
bool sempred(antlr4::RuleContext *_localctx, size_t ruleIndex, size_t predicateIndex) override;
|
||||
|
||||
bool expSempred(ExpContext *_localctx, size_t predicateIndex);
|
||||
|
||||
// By default the static state used to implement the parser is lazily initialized during the first
|
||||
// call to the constructor. You can call this function if you wish to initialize the static state
|
||||
// ahead of time.
|
||||
static void initialize();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
|
||||
#include "SysYVisitor.h"
|
||||
|
||||
|
||||
@ -0,0 +1,98 @@
|
||||
|
||||
// Generated from SysY.g4 by ANTLR 4.12.0
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "antlr4-runtime.h"
|
||||
#include "SysYParser.h"
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* This class defines an abstract visitor for a parse tree
|
||||
* produced by SysYParser.
|
||||
*/
|
||||
class SysYVisitor : public antlr4::tree::AbstractParseTreeVisitor {
|
||||
public:
|
||||
|
||||
/**
|
||||
* Visit parse trees produced by SysYParser.
|
||||
*/
|
||||
virtual std::any visitModule(SysYParser::ModuleContext *context) = 0;
|
||||
|
||||
virtual std::any visitDecl(SysYParser::DeclContext *context) = 0;
|
||||
|
||||
virtual std::any visitBtype(SysYParser::BtypeContext *context) = 0;
|
||||
|
||||
virtual std::any visitVarDef(SysYParser::VarDefContext *context) = 0;
|
||||
|
||||
virtual std::any visitInitValue(SysYParser::InitValueContext *context) = 0;
|
||||
|
||||
virtual std::any visitFunc(SysYParser::FuncContext *context) = 0;
|
||||
|
||||
virtual std::any visitFuncType(SysYParser::FuncTypeContext *context) = 0;
|
||||
|
||||
virtual std::any visitFuncFParams(SysYParser::FuncFParamsContext *context) = 0;
|
||||
|
||||
virtual std::any visitFuncFParam(SysYParser::FuncFParamContext *context) = 0;
|
||||
|
||||
virtual std::any visitBlockStmt(SysYParser::BlockStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitBlockItem(SysYParser::BlockItemContext *context) = 0;
|
||||
|
||||
virtual std::any visitStmt(SysYParser::StmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitAssignStmt(SysYParser::AssignStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitExpStmt(SysYParser::ExpStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitIfStmt(SysYParser::IfStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitWhileStmt(SysYParser::WhileStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitBreakStmt(SysYParser::BreakStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitContinueStmt(SysYParser::ContinueStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitReturnStmt(SysYParser::ReturnStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitEmptyStmt(SysYParser::EmptyStmtContext *context) = 0;
|
||||
|
||||
virtual std::any visitRelationExp(SysYParser::RelationExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitMultiplicativeExp(SysYParser::MultiplicativeExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitLValueExp(SysYParser::LValueExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitNumberExp(SysYParser::NumberExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitAndExp(SysYParser::AndExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitUnaryExp(SysYParser::UnaryExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitParenExp(SysYParser::ParenExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitStringExp(SysYParser::StringExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitOrExp(SysYParser::OrExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitCallExp(SysYParser::CallExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitAdditiveExp(SysYParser::AdditiveExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitEqualExp(SysYParser::EqualExpContext *context) = 0;
|
||||
|
||||
virtual std::any visitCall(SysYParser::CallContext *context) = 0;
|
||||
|
||||
virtual std::any visitLValue(SysYParser::LValueContext *context) = 0;
|
||||
|
||||
virtual std::any visitNumber(SysYParser::NumberContext *context) = 0;
|
||||
|
||||
virtual std::any visitString(SysYParser::StringContext *context) = 0;
|
||||
|
||||
virtual std::any visitFuncRParams(SysYParser::FuncRParamsContext *context) = 0;
|
||||
|
||||
|
||||
};
|
||||
|
||||
@ -0,0 +1,44 @@
|
||||
# Install script for directory: /home/wqz/sysy/sysy/src
|
||||
|
||||
# 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 "Release")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
@ -0,0 +1 @@
|
||||
,wqz,wqz-virtual-machine,23.04.2023 18:45,file:///home/wqz/.config/libreoffice/4;
|
||||
Loading…
Reference in new issue