提交 8c8a3a1f 编写于 作者: 饶先宏's avatar 饶先宏
......@@ -17,6 +17,7 @@
mono_crash.*
# Build results
CMakefiles/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
......
# This is the CMakeCache file.
# For build in directory: /media/raoxianhong/_dde_data/gitwork/hdl4se
# 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
########################
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=
//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-6
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-6
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//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-6
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-6
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker.
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 release minsize 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 Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info 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_NAME:STATIC=hdl4se
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info 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.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info 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
//Dependencies for target
bignumber_LIB_DEPENDS:STATIC=
//Dependencies for target
digitled_LIB_DEPENDS:STATIC=
//Dependencies for target
glui_LIB_DEPENDS:STATIC=
//Value Computed by CMake
hdl4se_BINARY_DIR:STATIC=/media/raoxianhong/_dde_data/gitwork/hdl4se
//Value Computed by CMake
hdl4se_SOURCE_DIR:STATIC=/media/raoxianhong/_dde_data/gitwork/hdl4se
//Dependencies for target
hdl4secell_LIB_DEPENDS:STATIC=
//Dependencies for target
hdl4sesim_LIB_DEPENDS:STATIC=
//Dependencies for target
hdl4seutils_LIB_DEPENDS:STATIC=
//Dependencies for target
verilog_parser_LIB_DEPENDS:STATIC=
//Dependencies for target
verilog_preprocess_LIB_DEPENDS:STATIC=
########################
# INTERNAL cache entries
########################
//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=/media/raoxianhong/_dde_data/gitwork/hdl4se
//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=9
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=5
//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
//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
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/media/raoxianhong/_dde_data/gitwork/hdl4se
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE: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=16
//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
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.9
//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
set(CMAKE_C_COMPILER "/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "6.3.0")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
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")
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_C_PLATFORM_ID "Linux")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-6")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-6")
set(CMAKE_LINKER "/usr/bin/ld")
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_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
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_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_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/6;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "6.3.0")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
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")
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_CXX_PLATFORM_ID "Linux")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-6")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-6")
set(CMAKE_LINKER "/usr/bin/ld")
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_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
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_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_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/6;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_HOST_SYSTEM "Linux-4.15.0-30deepin-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-30deepin-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-4.15.0-30deepin-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "4.15.0-30deepin-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)
#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
/* 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
/* __INTEL_COMPILER = VRP */
# 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
# 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
#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(__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(__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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#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__)
# 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"
#elif defined(__ARMCC_VERSION)
# 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(__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
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 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(__sgi)
# define COMPILER_ID "MIPSpro"
#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(__CRAYXE) || defined(__CRAYXC)
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(__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(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#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"
# else /* unknown platform */
# define PLATFORM_ID
# 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_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# 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
#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 components. */
#ifdef 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 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__)
# if defined(_MSC_VER) && !defined(__clang__)
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#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 SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif
/* 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
/* 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
/* __INTEL_COMPILER = VRP */
# 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
# 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
#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(__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(__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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#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__)
# 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"
#elif defined(__ARMCC_VERSION)
# 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(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 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(__sgi)
# define COMPILER_ID "MIPSpro"
#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(__CRAYXE) || defined(__CRAYXC)
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(__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(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#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"
# else /* unknown platform */
# define PLATFORM_ID
# 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_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# 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
#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 components. */
#ifdef 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 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 "]";
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
#if __cplusplus > 201402L
"17"
#elif __cplusplus >= 201402L
"14"
#elif __cplusplus >= 201103L
"11"
#else
"98"
#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 SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
# Hashes of file build rules.
02c3aa1356cfd195c0ee664b245184f4 parser/verilog_parser.c
e9da9d5c22cba30278e4e2ae919cd781 parser/verilog_scanner.c
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# 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"
"CMakeFiles/3.9.5/CMakeCCompiler.cmake"
"CMakeFiles/3.9.5/CMakeCXXCompiler.cmake"
"CMakeFiles/3.9.5/CMakeSystem.cmake"
"CMakeLists.txt"
"bignumber/CMakeLists.txt"
"examples/CMakeLists.txt"
"examples/counter/CMakeLists.txt"
"examples/digitled/CMakeLists.txt"
"examples/terris/CMakeLists.txt"
"examples/testbignumber/CMakeLists.txt"
"glui/CMakeLists.txt"
"hdl4secell/CMakeLists.txt"
"hdl4sesim/CMakeLists.txt"
"hdl4seutils/CMakeLists.txt"
"parser/CMakeLists.txt"
"preprocess/CMakeLists.txt"
"testparser/CMakeLists.txt"
"testpreprocess/CMakeLists.txt"
"testscanner/CMakeLists.txt"
"/usr/share/cmake-3.9/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.9/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.9/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.9/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.9/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.9/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.9/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.9/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.9/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.9/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.9/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.9/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.9/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.9/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.9/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.9/Modules/Platform/UnixPaths.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
"preprocess/CMakeFiles/CMakeDirectoryInformation.cmake"
"testpreprocess/CMakeFiles/CMakeDirectoryInformation.cmake"
"parser/CMakeFiles/CMakeDirectoryInformation.cmake"
"glui/CMakeFiles/CMakeDirectoryInformation.cmake"
"testscanner/CMakeFiles/CMakeDirectoryInformation.cmake"
"testparser/CMakeFiles/CMakeDirectoryInformation.cmake"
"hdl4secell/CMakeFiles/CMakeDirectoryInformation.cmake"
"hdl4sesim/CMakeFiles/CMakeDirectoryInformation.cmake"
"hdl4seutils/CMakeFiles/CMakeDirectoryInformation.cmake"
"bignumber/CMakeFiles/CMakeDirectoryInformation.cmake"
"examples/CMakeFiles/CMakeDirectoryInformation.cmake"
"examples/counter/CMakeFiles/CMakeDirectoryInformation.cmake"
"examples/terris/CMakeFiles/CMakeDirectoryInformation.cmake"
"examples/digitled/CMakeFiles/CMakeDirectoryInformation.cmake"
"examples/testbignumber/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"preprocess/CMakeFiles/verilog_preprocess.dir/DependInfo.cmake"
"testpreprocess/CMakeFiles/testpreprocess.dir/DependInfo.cmake"
"parser/CMakeFiles/verilog_parser.dir/DependInfo.cmake"
"glui/CMakeFiles/glui.dir/DependInfo.cmake"
"testscanner/CMakeFiles/testscanner.dir/DependInfo.cmake"
"testparser/CMakeFiles/testparser.dir/DependInfo.cmake"
"hdl4secell/CMakeFiles/hdl4secell.dir/DependInfo.cmake"
"hdl4sesim/CMakeFiles/hdl4sesim.dir/DependInfo.cmake"
"hdl4seutils/CMakeFiles/hdl4seutils.dir/DependInfo.cmake"
"bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake"
"examples/counter/CMakeFiles/counter.dir/DependInfo.cmake"
"examples/terris/CMakeFiles/terris.dir/DependInfo.cmake"
"examples/digitled/CMakeFiles/digitled.dir/DependInfo.cmake"
"examples/testbignumber/CMakeFiles/testbignumber.dir/DependInfo.cmake"
)
此差异已折叠。
empty
\ No newline at end of file
empty
\ No newline at end of file
empty
\ No newline at end of file
empty
\ No newline at end of file
empty
\ No newline at end of file
empty
\ No newline at end of file
empty
\ No newline at end of file
/media/raoxianhong/_dde_data/gitwork/hdl4se/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/preprocess/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/preprocess/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/preprocess/CMakeFiles/verilog_preprocess.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testpreprocess/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testpreprocess/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testpreprocess/CMakeFiles/testpreprocess.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/parser/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/parser/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/parser/CMakeFiles/verilog_parser.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/CMakeFiles/glui.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testscanner/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testscanner/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testscanner/CMakeFiles/testscanner.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testparser/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testparser/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/testparser/CMakeFiles/testparser.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4secell/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4secell/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4secell/CMakeFiles/hdl4secell.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4sesim/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4sesim/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4sesim/CMakeFiles/hdl4sesim.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4seutils/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4seutils/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4seutils/CMakeFiles/hdl4seutils.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/bignumber.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/counter.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/CMakeFiles/rebuild_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/CMakeFiles/edit_cache.dir
/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
const char features[] = {"\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
"1"
#else
"0"
#endif
"c_static_assert\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_variadic_macros\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
const char features[] = {"\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_aggregate_default_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alias_templates\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alignas\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alignof\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_attributes\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_attribute_deprecated\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_auto_type\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_binary_literals\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_constexpr\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_contextual_conversions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_decltype\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_decltype_auto\n"
"CXX_FEATURE:"
#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_decltype_incomplete_return_types\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_default_function_template_args\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_defaulted_functions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_defaulted_move_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_delegating_constructors\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_deleted_functions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_digit_separators\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_enum_forward_declarations\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_explicit_conversions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_extended_friend_declarations\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_extern_templates\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_final\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_func_identifier\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_generalized_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_generic_lambdas\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_inheriting_constructors\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_inline_namespaces\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_lambdas\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_lambda_init_captures\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_local_type_template_args\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_long_long_type\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_noexcept\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_nonstatic_member_init\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_nullptr\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_override\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_range_for\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_raw_string_literals\n"
"CXX_FEATURE:"
#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_reference_qualified_functions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_relaxed_constexpr\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_return_type_deduction\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_right_angle_brackets\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_rvalue_references\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_sizeof_member\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_static_assert\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_strong_enums\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus
"1"
#else
"0"
#endif
"cxx_template_template_parameters\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_thread_local\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_trailing_return_types\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_unicode_literals\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_uniform_initialization\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_unrestricted_unions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_user_literals\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_variable_templates\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_variadic_macros\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_variadic_templates\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
......@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
#=============================================================================
# Targets provided globally by CMake.
......@@ -126,14 +126,14 @@ install/fast: preinstall/fast
# The main all target
all: cmake_check_build_system
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles /media/raoxianhong/_dde_data/gwork/hdl4se/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles /media/raoxianhong/_dde_data/gitwork/hdl4se/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/clean
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/clean
.PHONY : clean
# The main clean target
......@@ -143,17 +143,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
......@@ -179,6 +179,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
......@@ -6,15 +6,23 @@
#IncludeRegexTransform:
/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.c
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.c
stdlib.h
/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/stdlib.h
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/stdlib.h
stdio.h
/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/stdio.h
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/stdio.h
object.h
/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/object.h
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/object.h
dlist.h
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/dlist.h
string.h
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/string.h
bignumber.h
/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.h
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.h
hdl4se/bignumber/../../lcom/include/dlist.h
guid.h
hdl4se/bignumber/../../lcom/include/guid.h
hdl4se/bignumber/../../lcom/include/eiid.h
......
......@@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
......
......@@ -43,10 +43,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
# Include any dependencies generated for this target.
include hdl4se/bignumber/CMakeFiles/bignumber.dir/depend.make
......@@ -59,16 +59,16 @@ include hdl4se/bignumber/CMakeFiles/bignumber.dir/flags.make
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/CMakeFiles/bignumber.dir/flags.make
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/src/bignumber.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/bignumber.dir/src/bignumber.c.o -c /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/bignumber.dir/src/bignumber.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.c
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/bignumber.dir/src/bignumber.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.c > CMakeFiles/bignumber.dir/src/bignumber.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.c > CMakeFiles/bignumber.dir/src/bignumber.c.i
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/bignumber.dir/src/bignumber.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.c -o CMakeFiles/bignumber.dir/src/bignumber.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.c -o CMakeFiles/bignumber.dir/src/bignumber.c.s
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o.requires:
......@@ -91,9 +91,9 @@ bignumber_EXTERNAL_OBJECTS =
hdl4se/bignumber/libbignumber.a: hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o
hdl4se/bignumber/libbignumber.a: hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make
hdl4se/bignumber/libbignumber.a: hdl4se/bignumber/CMakeFiles/bignumber.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libbignumber.a"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber && $(CMAKE_COMMAND) -P CMakeFiles/bignumber.dir/cmake_clean_target.cmake
cd /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bignumber.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libbignumber.a"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber && $(CMAKE_COMMAND) -P CMakeFiles/bignumber.dir/cmake_clean_target.cmake
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bignumber.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hdl4se/bignumber/CMakeFiles/bignumber.dir/build: hdl4se/bignumber/libbignumber.a
......@@ -105,10 +105,10 @@ hdl4se/bignumber/CMakeFiles/bignumber.dir/requires: hdl4se/bignumber/CMakeFiles/
.PHONY : hdl4se/bignumber/CMakeFiles/bignumber.dir/requires
hdl4se/bignumber/CMakeFiles/bignumber.dir/clean:
cd /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber && $(CMAKE_COMMAND) -P CMakeFiles/bignumber.dir/cmake_clean.cmake
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber && $(CMAKE_COMMAND) -P CMakeFiles/bignumber.dir/cmake_clean.cmake
.PHONY : hdl4se/bignumber/CMakeFiles/bignumber.dir/clean
hdl4se/bignumber/CMakeFiles/bignumber.dir/depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake --color=$(COLOR)
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hdl4se/bignumber/CMakeFiles/bignumber.dir/depend
......@@ -2,7 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o
/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/src/bignumber.c
/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/src/bignumber.c
hdl4se/bignumber/../../lcom/include/dlist.h
hdl4se/bignumber/../../lcom/include/eiid.h
hdl4se/bignumber/../../lcom/include/guid.h
hdl4se/bignumber/../../lcom/include/object.h
......
......@@ -2,6 +2,7 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/src/bignumber.c
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/../../lcom/include/dlist.h
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/../../lcom/include/eiid.h
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/../../lcom/include/guid.h
hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o: hdl4se/bignumber/../../lcom/include/object.h
......
......@@ -6,5 +6,5 @@ C_FLAGS =
C_DEFINES =
C_INCLUDES = -I/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/../../lcom/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/../bignumber/include
C_INCLUDES = -I/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/../../lcom/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/../bignumber/include
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 1
......@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
#=============================================================================
# Targets provided globally by CMake.
......@@ -126,14 +126,14 @@ list_install_components/fast: list_install_components
# The main all target
all: cmake_check_build_system
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/clean
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/clean
.PHONY : clean
# The main clean target
......@@ -143,22 +143,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
hdl4se/bignumber/CMakeFiles/bignumber.dir/rule:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/CMakeFiles/bignumber.dir/rule
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/bignumber/CMakeFiles/bignumber.dir/rule
.PHONY : hdl4se/bignumber/CMakeFiles/bignumber.dir/rule
# Convenience name for target.
......@@ -168,7 +168,7 @@ bignumber: hdl4se/bignumber/CMakeFiles/bignumber.dir/rule
# fast build rule for target.
bignumber/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/build
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/build
.PHONY : bignumber/fast
src/bignumber.o: src/bignumber.c.o
......@@ -177,7 +177,7 @@ src/bignumber.o: src/bignumber.c.o
# target to build an object file
src/bignumber.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.o
.PHONY : src/bignumber.c.o
src/bignumber.i: src/bignumber.c.i
......@@ -186,7 +186,7 @@ src/bignumber.i: src/bignumber.c.i
# target to preprocess a source file
src/bignumber.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.i
.PHONY : src/bignumber.c.i
src/bignumber.s: src/bignumber.c.s
......@@ -195,7 +195,7 @@ src/bignumber.s: src/bignumber.c.s
# target to generate assembly for a file
src/bignumber.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/bignumber/CMakeFiles/bignumber.dir/build.make hdl4se/bignumber/CMakeFiles/bignumber.dir/src/bignumber.c.s
.PHONY : src/bignumber.c.s
# Help Target
......@@ -225,6 +225,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se/bignumber
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......@@ -34,12 +34,17 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/media/raoxianhong/_dde_data/gwork/hdl4se/preprocess/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/testpreprocess/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/hdl4secell/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/hdl4sesim/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/examples/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/preprocess/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/testpreprocess/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/parser/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/testscanner/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/testparser/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4secell/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4sesim/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4seutils/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/cmake_install.cmake")
endif()
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
......@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
#=============================================================================
# Targets provided globally by CMake.
......@@ -126,14 +126,14 @@ install/fast: preinstall/fast
# The main all target
all: cmake_check_build_system
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles /media/raoxianhong/_dde_data/gwork/hdl4se/examples/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/clean
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/clean
.PHONY : clean
# The main clean target
......@@ -143,17 +143,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
......@@ -179,6 +179,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se/examples
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se/examples
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......@@ -34,9 +34,10 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/cmake_install.cmake")
include("/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/cmake_install.cmake")
endif()
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
......@@ -4,9 +4,10 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/media/raoxianhong/_dde_data/gwork/glfw/deps/glad_gl.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o"
"/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/counter.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o"
"/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/main.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o"
"/media/raoxianhong/_dde_data/gitwork/glfw/deps/glad_gl.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter_main.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/main.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
......@@ -16,23 +17,27 @@ set(CMAKE_C_TARGET_INCLUDE_PATH
"hdl4se/examples/counter/../../hdl4sesim/include"
"hdl4se/examples/counter/../../hdl4secell/include"
"hdl4se/examples/counter/../../preprocess/include"
"hdl4se/examples/counter/../../parser"
"hdl4se/examples/counter/../counter/include"
"hdl4se/examples/counter/../digitled/include"
"hdl4se/examples/counter/../../../glfw/include"
"hdl4se/examples/counter/../../../glfw/deps"
"hdl4se/examples/counter/../../bignumber/include"
"hdl4se/examples/counter/../../hdl4seutils/include"
"glfw/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/media/raoxianhong/_dde_data/gwork/hdl4se/hdl4sesim/CMakeFiles/hdl4sesim.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/hdl4se/preprocess/CMakeFiles/preprocess.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/hdl4se/hdl4secell/CMakeFiles/hdl4secell.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/glfw/src/CMakeFiles/glfw.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/lcom/CMakeFiles/lcom.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4sesim/CMakeFiles/hdl4sesim.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4secell/CMakeFiles/hdl4secell.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4seutils/CMakeFiles/hdl4seutils.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/parser/CMakeFiles/verilog_parser.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/preprocess/CMakeFiles/verilog_preprocess.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/glfw/src/CMakeFiles/glfw.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/lcom/CMakeFiles/lcom.dir/DependInfo.cmake"
)
# Fortran module output directory.
......
......@@ -43,10 +43,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
# Include any dependencies generated for this target.
include hdl4se/examples/counter/CMakeFiles/counter.dir/depend.make
......@@ -59,16 +59,16 @@ include hdl4se/examples/counter/CMakeFiles/counter.dir/flags.make
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o: hdl4se/examples/counter/CMakeFiles/counter.dir/flags.make
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o: hdl4se/examples/counter/src/counter.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/src/counter.c.o -c /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/counter.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/src/counter.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter.c
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/counter.dir/src/counter.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/counter.c > CMakeFiles/counter.dir/src/counter.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter.c > CMakeFiles/counter.dir/src/counter.c.i
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/counter.dir/src/counter.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/counter.c -o CMakeFiles/counter.dir/src/counter.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter.c -o CMakeFiles/counter.dir/src/counter.c.s
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o.requires:
......@@ -83,16 +83,16 @@ hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o.provides.build: h
hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o: hdl4se/examples/counter/CMakeFiles/counter.dir/flags.make
hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o: glfw/deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o -c /media/raoxianhong/_dde_data/gwork/glfw/deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o -c /media/raoxianhong/_dde_data/gitwork/glfw/deps/glad_gl.c
hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/glfw/deps/glad_gl.c > CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/glfw/deps/glad_gl.c > CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.i
hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/glfw/deps/glad_gl.c -o CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/glfw/deps/glad_gl.c -o CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.s
hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o.requires:
......@@ -107,16 +107,16 @@ hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o.pr
hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o: hdl4se/examples/counter/CMakeFiles/counter.dir/flags.make
hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o: hdl4se/examples/counter/src/main.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/src/main.c.o -c /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/main.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/src/main.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/main.c
hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/counter.dir/src/main.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/main.c > CMakeFiles/counter.dir/src/main.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/main.c > CMakeFiles/counter.dir/src/main.c.i
hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/counter.dir/src/main.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/src/main.c -o CMakeFiles/counter.dir/src/main.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/main.c -o CMakeFiles/counter.dir/src/main.c.s
hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o.requires:
......@@ -129,11 +129,36 @@ hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o.provides: hdl4se/exa
hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o.provides.build: hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o: hdl4se/examples/counter/CMakeFiles/counter.dir/flags.make
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o: hdl4se/examples/counter/src/counter_main.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/counter.dir/src/counter_main.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter_main.c
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/counter.dir/src/counter_main.c.i"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter_main.c > CMakeFiles/counter.dir/src/counter_main.c.i
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/counter.dir/src/counter_main.c.s"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/src/counter_main.c -o CMakeFiles/counter.dir/src/counter_main.c.s
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.requires:
.PHONY : hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.requires
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.provides: hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.requires
$(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.provides.build
.PHONY : hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.provides
hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.provides.build: hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o
# Object files for target counter
counter_OBJECTS = \
"CMakeFiles/counter.dir/src/counter.c.o" \
"CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o" \
"CMakeFiles/counter.dir/src/main.c.o"
"CMakeFiles/counter.dir/src/main.c.o" \
"CMakeFiles/counter.dir/src/counter_main.c.o"
# External object files for target counter
counter_EXTERNAL_OBJECTS =
......@@ -141,19 +166,22 @@ counter_EXTERNAL_OBJECTS =
hdl4se/examples/counter/counter: hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o
hdl4se/examples/counter/counter: hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o
hdl4se/examples/counter/counter: hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o
hdl4se/examples/counter/counter: hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o
hdl4se/examples/counter/counter: hdl4se/examples/counter/CMakeFiles/counter.dir/build.make
hdl4se/examples/counter/counter: hdl4se/hdl4sesim/libhdl4sesim.a
hdl4se/examples/counter/counter: hdl4se/preprocess/libpreprocess.a
hdl4se/examples/counter/counter: hdl4se/hdl4secell/libhdl4secell.a
hdl4se/examples/counter/counter: hdl4se/bignumber/libbignumber.a
hdl4se/examples/counter/counter: hdl4se/examples/digitled/libdigitled.a
hdl4se/examples/counter/counter: hdl4se/hdl4seutils/libhdl4seutils.a
hdl4se/examples/counter/counter: hdl4se/parser/libverilog_parser.a
hdl4se/examples/counter/counter: hdl4se/preprocess/libverilog_preprocess.a
hdl4se/examples/counter/counter: glfw/src/libglfw3.a
hdl4se/examples/counter/counter: lcom/liblcom.a
hdl4se/examples/counter/counter: /usr/lib/x86_64-linux-gnu/librt.so
hdl4se/examples/counter/counter: /usr/lib/x86_64-linux-gnu/libm.so
hdl4se/examples/counter/counter: hdl4se/examples/counter/CMakeFiles/counter.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable counter"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/counter.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable counter"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/counter.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hdl4se/examples/counter/CMakeFiles/counter.dir/build: hdl4se/examples/counter/counter
......@@ -163,14 +191,15 @@ hdl4se/examples/counter/CMakeFiles/counter.dir/build: hdl4se/examples/counter/co
hdl4se/examples/counter/CMakeFiles/counter.dir/requires: hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o.requires
hdl4se/examples/counter/CMakeFiles/counter.dir/requires: hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o.requires
hdl4se/examples/counter/CMakeFiles/counter.dir/requires: hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o.requires
hdl4se/examples/counter/CMakeFiles/counter.dir/requires: hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o.requires
.PHONY : hdl4se/examples/counter/CMakeFiles/counter.dir/requires
hdl4se/examples/counter/CMakeFiles/counter.dir/clean:
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter && $(CMAKE_COMMAND) -P CMakeFiles/counter.dir/cmake_clean.cmake
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter && $(CMAKE_COMMAND) -P CMakeFiles/counter.dir/cmake_clean.cmake
.PHONY : hdl4se/examples/counter/CMakeFiles/counter.dir/clean
hdl4se/examples/counter/CMakeFiles/counter.dir/depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/CMakeFiles/counter.dir/DependInfo.cmake --color=$(COLOR)
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/counter.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hdl4se/examples/counter/CMakeFiles/counter.dir/depend
......@@ -2,6 +2,7 @@ file(REMOVE_RECURSE
"CMakeFiles/counter.dir/src/counter.c.o"
"CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o"
"CMakeFiles/counter.dir/src/main.c.o"
"CMakeFiles/counter.dir/src/counter_main.c.o"
"counter.pdb"
"counter"
)
......
......@@ -6,5 +6,5 @@ C_FLAGS =
C_DEFINES =
C_INCLUDES = -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../../lcom/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../hdl4sesim/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../preprocess/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../counter/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../digitled/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../../glfw/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../../glfw/deps -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/../../bignumber/include -I/media/raoxianhong/_dde_data/gwork/glfw/include
C_INCLUDES = -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../../lcom/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../hdl4sesim/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../preprocess/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../parser -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../counter/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../digitled/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../../glfw/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../../glfw/deps -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../bignumber/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/../../hdl4seutils/include -I/media/raoxianhong/_dde_data/gitwork/glfw/include
/usr/bin/cc CMakeFiles/counter.dir/src/counter.c.o CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o CMakeFiles/counter.dir/src/main.c.o -o counter ../../hdl4sesim/libhdl4sesim.a ../../preprocess/libpreprocess.a ../../hdl4secell/libhdl4secell.a ../../bignumber/libbignumber.a ../digitled/libdigitled.a ../../../glfw/src/libglfw3.a ../../../lcom/liblcom.a -lpthread /usr/lib/x86_64-linux-gnu/librt.so -lm -ldl
/usr/bin/cc CMakeFiles/counter.dir/src/counter.c.o CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o CMakeFiles/counter.dir/src/main.c.o CMakeFiles/counter.dir/src/counter_main.c.o -o counter ../../hdl4sesim/libhdl4sesim.a ../../hdl4secell/libhdl4secell.a ../../bignumber/libbignumber.a ../digitled/libdigitled.a ../../hdl4seutils/libhdl4seutils.a ../../parser/libverilog_parser.a ../../preprocess/libverilog_preprocess.a ../../../glfw/src/libglfw3.a ../../../lcom/liblcom.a -lpthread /usr/lib/x86_64-linux-gnu/librt.so -lm -ldl
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4
CMAKE_PROGRESS_3 = 5
CMAKE_PROGRESS_4 = 6
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 3
CMAKE_PROGRESS_5 =
......@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
#=============================================================================
# Targets provided globally by CMake.
......@@ -126,14 +126,14 @@ list_install_components/fast: list_install_components
# The main all target
all: cmake_check_build_system
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/clean
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/clean
.PHONY : clean
# The main clean target
......@@ -143,22 +143,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
hdl4se/examples/counter/CMakeFiles/counter.dir/rule:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/CMakeFiles/counter.dir/rule
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/counter/CMakeFiles/counter.dir/rule
.PHONY : hdl4se/examples/counter/CMakeFiles/counter.dir/rule
# Convenience name for target.
......@@ -168,7 +168,7 @@ counter: hdl4se/examples/counter/CMakeFiles/counter.dir/rule
# fast build rule for target.
counter/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/build
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/build
.PHONY : counter/fast
__/__/__/glfw/deps/glad_gl.o: __/__/__/glfw/deps/glad_gl.c.o
......@@ -177,7 +177,7 @@ __/__/__/glfw/deps/glad_gl.o: __/__/__/glfw/deps/glad_gl.c.o
# target to build an object file
__/__/__/glfw/deps/glad_gl.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.o
.PHONY : __/__/__/glfw/deps/glad_gl.c.o
__/__/__/glfw/deps/glad_gl.i: __/__/__/glfw/deps/glad_gl.c.i
......@@ -186,7 +186,7 @@ __/__/__/glfw/deps/glad_gl.i: __/__/__/glfw/deps/glad_gl.c.i
# target to preprocess a source file
__/__/__/glfw/deps/glad_gl.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.i
.PHONY : __/__/__/glfw/deps/glad_gl.c.i
__/__/__/glfw/deps/glad_gl.s: __/__/__/glfw/deps/glad_gl.c.s
......@@ -195,7 +195,7 @@ __/__/__/glfw/deps/glad_gl.s: __/__/__/glfw/deps/glad_gl.c.s
# target to generate assembly for a file
__/__/__/glfw/deps/glad_gl.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/__/__/__/glfw/deps/glad_gl.c.s
.PHONY : __/__/__/glfw/deps/glad_gl.c.s
src/counter.o: src/counter.c.o
......@@ -204,7 +204,7 @@ src/counter.o: src/counter.c.o
# target to build an object file
src/counter.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.o
.PHONY : src/counter.c.o
src/counter.i: src/counter.c.i
......@@ -213,7 +213,7 @@ src/counter.i: src/counter.c.i
# target to preprocess a source file
src/counter.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.i
.PHONY : src/counter.c.i
src/counter.s: src/counter.c.s
......@@ -222,16 +222,43 @@ src/counter.s: src/counter.c.s
# target to generate assembly for a file
src/counter.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter.c.s
.PHONY : src/counter.c.s
src/counter_main.o: src/counter_main.c.o
.PHONY : src/counter_main.o
# target to build an object file
src/counter_main.c.o:
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.o
.PHONY : src/counter_main.c.o
src/counter_main.i: src/counter_main.c.i
.PHONY : src/counter_main.i
# target to preprocess a source file
src/counter_main.c.i:
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.i
.PHONY : src/counter_main.c.i
src/counter_main.s: src/counter_main.c.s
.PHONY : src/counter_main.s
# target to generate assembly for a file
src/counter_main.c.s:
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/counter_main.c.s
.PHONY : src/counter_main.c.s
src/main.o: src/main.c.o
.PHONY : src/main.o
# target to build an object file
src/main.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.o
.PHONY : src/main.c.o
src/main.i: src/main.c.i
......@@ -240,7 +267,7 @@ src/main.i: src/main.c.i
# target to preprocess a source file
src/main.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.i
.PHONY : src/main.c.i
src/main.s: src/main.c.s
......@@ -249,7 +276,7 @@ src/main.s: src/main.c.s
# target to generate assembly for a file
src/main.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/counter/CMakeFiles/counter.dir/build.make hdl4se/examples/counter/CMakeFiles/counter.dir/src/main.c.s
.PHONY : src/main.c.s
# Help Target
......@@ -271,6 +298,9 @@ help:
@echo "... src/counter.o"
@echo "... src/counter.i"
@echo "... src/counter.s"
@echo "... src/counter_main.o"
@echo "... src/counter_main.i"
@echo "... src/counter_main.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.s"
......@@ -285,6 +315,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se/examples/counter
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/counter
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
......@@ -4,8 +4,8 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/glad/src/gl.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o"
"/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/src/digitled.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/glad/src/gl.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/src/digitled.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
......
......@@ -43,10 +43,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
# Include any dependencies generated for this target.
include hdl4se/examples/digitled/CMakeFiles/digitled.dir/depend.make
......@@ -59,16 +59,16 @@ include hdl4se/examples/digitled/CMakeFiles/digitled.dir/flags.make
hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o: hdl4se/examples/digitled/CMakeFiles/digitled.dir/flags.make
hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o: hdl4se/examples/digitled/src/digitled.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/digitled.dir/src/digitled.c.o -c /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/src/digitled.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/digitled.dir/src/digitled.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/src/digitled.c
hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/digitled.dir/src/digitled.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/src/digitled.c > CMakeFiles/digitled.dir/src/digitled.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/src/digitled.c > CMakeFiles/digitled.dir/src/digitled.c.i
hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/digitled.dir/src/digitled.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/src/digitled.c -o CMakeFiles/digitled.dir/src/digitled.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/src/digitled.c -o CMakeFiles/digitled.dir/src/digitled.c.s
hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o.requires:
......@@ -83,16 +83,16 @@ hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o.provides.build
hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o: hdl4se/examples/digitled/CMakeFiles/digitled.dir/flags.make
hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o: hdl4se/examples/digitled/glad/src/gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/digitled.dir/glad/src/gl.c.o -c /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/glad/src/gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/digitled.dir/glad/src/gl.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/glad/src/gl.c
hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/digitled.dir/glad/src/gl.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/glad/src/gl.c > CMakeFiles/digitled.dir/glad/src/gl.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/glad/src/gl.c > CMakeFiles/digitled.dir/glad/src/gl.c.i
hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/digitled.dir/glad/src/gl.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/glad/src/gl.c -o CMakeFiles/digitled.dir/glad/src/gl.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/glad/src/gl.c -o CMakeFiles/digitled.dir/glad/src/gl.c.s
hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o.requires:
......@@ -117,9 +117,9 @@ hdl4se/examples/digitled/libdigitled.a: hdl4se/examples/digitled/CMakeFiles/digi
hdl4se/examples/digitled/libdigitled.a: hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o
hdl4se/examples/digitled/libdigitled.a: hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make
hdl4se/examples/digitled/libdigitled.a: hdl4se/examples/digitled/CMakeFiles/digitled.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C static library libdigitled.a"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && $(CMAKE_COMMAND) -P CMakeFiles/digitled.dir/cmake_clean_target.cmake
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/digitled.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C static library libdigitled.a"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && $(CMAKE_COMMAND) -P CMakeFiles/digitled.dir/cmake_clean_target.cmake
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/digitled.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hdl4se/examples/digitled/CMakeFiles/digitled.dir/build: hdl4se/examples/digitled/libdigitled.a
......@@ -132,10 +132,10 @@ hdl4se/examples/digitled/CMakeFiles/digitled.dir/requires: hdl4se/examples/digit
.PHONY : hdl4se/examples/digitled/CMakeFiles/digitled.dir/requires
hdl4se/examples/digitled/CMakeFiles/digitled.dir/clean:
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled && $(CMAKE_COMMAND) -P CMakeFiles/digitled.dir/cmake_clean.cmake
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled && $(CMAKE_COMMAND) -P CMakeFiles/digitled.dir/cmake_clean.cmake
.PHONY : hdl4se/examples/digitled/CMakeFiles/digitled.dir/clean
hdl4se/examples/digitled/CMakeFiles/digitled.dir/depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/DependInfo.cmake --color=$(COLOR)
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hdl4se/examples/digitled/CMakeFiles/digitled.dir/depend
......@@ -6,5 +6,5 @@ C_FLAGS =
C_DEFINES =
C_INCLUDES = -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/../../../lcom/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/../../bignumber/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/../../../glfw/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/glad/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/include
C_INCLUDES = -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/../../../lcom/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/../../bignumber/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/../../../glfw/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/glad/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/include
CMAKE_PROGRESS_1 = 7
CMAKE_PROGRESS_2 = 8
CMAKE_PROGRESS_3 = 9
CMAKE_PROGRESS_1 = 4
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 5
......@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
#=============================================================================
# Targets provided globally by CMake.
......@@ -126,14 +126,14 @@ list_install_components/fast: list_install_components
# The main all target
all: cmake_check_build_system
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/clean
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/clean
.PHONY : clean
# The main clean target
......@@ -143,22 +143,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
hdl4se/examples/digitled/CMakeFiles/digitled.dir/rule:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/CMakeFiles/digitled.dir/rule
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/digitled/CMakeFiles/digitled.dir/rule
.PHONY : hdl4se/examples/digitled/CMakeFiles/digitled.dir/rule
# Convenience name for target.
......@@ -168,7 +168,7 @@ digitled: hdl4se/examples/digitled/CMakeFiles/digitled.dir/rule
# fast build rule for target.
digitled/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/build
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/build
.PHONY : digitled/fast
glad/src/gl.o: glad/src/gl.c.o
......@@ -177,7 +177,7 @@ glad/src/gl.o: glad/src/gl.c.o
# target to build an object file
glad/src/gl.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.o
.PHONY : glad/src/gl.c.o
glad/src/gl.i: glad/src/gl.c.i
......@@ -186,7 +186,7 @@ glad/src/gl.i: glad/src/gl.c.i
# target to preprocess a source file
glad/src/gl.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.i
.PHONY : glad/src/gl.c.i
glad/src/gl.s: glad/src/gl.c.s
......@@ -195,7 +195,7 @@ glad/src/gl.s: glad/src/gl.c.s
# target to generate assembly for a file
glad/src/gl.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/glad/src/gl.c.s
.PHONY : glad/src/gl.c.s
src/digitled.o: src/digitled.c.o
......@@ -204,7 +204,7 @@ src/digitled.o: src/digitled.c.o
# target to build an object file
src/digitled.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.o
.PHONY : src/digitled.c.o
src/digitled.i: src/digitled.c.i
......@@ -213,7 +213,7 @@ src/digitled.i: src/digitled.c.i
# target to preprocess a source file
src/digitled.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.i
.PHONY : src/digitled.c.i
src/digitled.s: src/digitled.c.s
......@@ -222,7 +222,7 @@ src/digitled.s: src/digitled.c.s
# target to generate assembly for a file
src/digitled.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/digitled/CMakeFiles/digitled.dir/build.make hdl4se/examples/digitled/CMakeFiles/digitled.dir/src/digitled.c.s
.PHONY : src/digitled.c.s
# Help Target
......@@ -255,6 +255,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/glad/src/gl.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/glad/src/gl.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/blockwrite.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/blockwrite.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/canblocksetto.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/canblocksetto.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/checkline.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/checkline.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/copylines.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/copylines.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/flushtodisp.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/flushtodisp.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/main.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/main.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/panelinit.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/panelinit.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/terisctrl.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/terisctrl.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/terris_ctrl.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/terris_ctrl.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/terris_main_module.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/terris_main_module.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/src/terrisui.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/CMakeFiles/terris.dir/src/terrisui.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"hdl4se/examples/terris/../../../lcom/include"
"hdl4se/examples/terris/../../hdl4secell/include"
"hdl4se/examples/terris/../../hdl4sesim/include"
"hdl4se/examples/terris/../../hdl4seutils/include"
"hdl4se/examples/terris/../../parser"
"hdl4se/examples/terris/../../bignumber/include"
"hdl4se/examples/terris/../../../glfw/include"
"hdl4se/examples/terris/glad/include"
"hdl4se/examples/terris/include"
"glfw/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4sesim/CMakeFiles/hdl4sesim.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4secell/CMakeFiles/hdl4secell.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/digitled/CMakeFiles/digitled.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/hdl4seutils/CMakeFiles/hdl4seutils.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/preprocess/CMakeFiles/verilog_preprocess.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/parser/CMakeFiles/verilog_parser.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/CMakeFiles/glui.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/glfw/src/CMakeFiles/glfw.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/lcom/CMakeFiles/lcom.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
此差异已折叠。
file(REMOVE_RECURSE
"CMakeFiles/terris.dir/src/terrisui.c.o"
"CMakeFiles/terris.dir/src/main.c.o"
"CMakeFiles/terris.dir/glad/src/gl.c.o"
"CMakeFiles/terris.dir/src/terris_main_module.c.o"
"CMakeFiles/terris.dir/src/blockwrite.c.o"
"CMakeFiles/terris.dir/src/flushtodisp.c.o"
"CMakeFiles/terris.dir/src/canblocksetto.c.o"
"CMakeFiles/terris.dir/src/terisctrl.c.o"
"CMakeFiles/terris.dir/src/terris_ctrl.c.o"
"CMakeFiles/terris.dir/src/checkline.c.o"
"CMakeFiles/terris.dir/src/panelinit.c.o"
"CMakeFiles/terris.dir/src/copylines.c.o"
"terris.pdb"
"terris"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/terris.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty dependencies file for terris.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile C with /usr/bin/cc
C_FLAGS =
C_DEFINES =
C_INCLUDES = -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../../lcom/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../hdl4sesim/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../hdl4seutils/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../parser -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../bignumber/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/../../../glfw/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/glad/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris/include -I/media/raoxianhong/_dde_data/gitwork/glfw/include
/usr/bin/cc CMakeFiles/terris.dir/src/terrisui.c.o CMakeFiles/terris.dir/src/main.c.o CMakeFiles/terris.dir/glad/src/gl.c.o CMakeFiles/terris.dir/src/terris_main_module.c.o CMakeFiles/terris.dir/src/blockwrite.c.o CMakeFiles/terris.dir/src/flushtodisp.c.o CMakeFiles/terris.dir/src/canblocksetto.c.o CMakeFiles/terris.dir/src/terisctrl.c.o CMakeFiles/terris.dir/src/terris_ctrl.c.o CMakeFiles/terris.dir/src/checkline.c.o CMakeFiles/terris.dir/src/panelinit.c.o CMakeFiles/terris.dir/src/copylines.c.o -o terris ../../hdl4sesim/libhdl4sesim.a ../../hdl4secell/libhdl4secell.a ../../bignumber/libbignumber.a ../digitled/libdigitled.a ../../hdl4seutils/libhdl4seutils.a ../../preprocess/libverilog_preprocess.a ../../parser/libverilog_parser.a ../../glui/libglui.a ../../../glfw/src/libglfw3.a ../../../lcom/liblcom.a -lpthread /usr/lib/x86_64-linux-gnu/librt.so -lm -ldl
CMAKE_PROGRESS_1 = 77
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 78
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 = 79
CMAKE_PROGRESS_6 =
CMAKE_PROGRESS_7 = 80
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 = 81
CMAKE_PROGRESS_10 =
CMAKE_PROGRESS_11 = 82
CMAKE_PROGRESS_12 =
CMAKE_PROGRESS_13 = 83
此差异已折叠。
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se/examples/digitled
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/terris
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......
......@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gwork")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
......
......@@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/testbignumber.c" "/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/testbignumber.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
......@@ -22,8 +22,8 @@ set(CMAKE_C_TARGET_INCLUDE_PATH
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/media/raoxianhong/_dde_data/gwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gwork/lcom/CMakeFiles/lcom.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/bignumber/CMakeFiles/bignumber.dir/DependInfo.cmake"
"/media/raoxianhong/_dde_data/gitwork/lcom/CMakeFiles/lcom.dir/DependInfo.cmake"
)
# Fortran module output directory.
......
......@@ -43,10 +43,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
# Include any dependencies generated for this target.
include hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/depend.make
......@@ -59,16 +59,16 @@ include hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/flags.make
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o: hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/flags.make
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o: hdl4se/examples/testbignumber/testbignumber.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/testbignumber.dir/testbignumber.c.o -c /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/testbignumber.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/testbignumber.dir/testbignumber.c.o -c /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/testbignumber.c
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/testbignumber.dir/testbignumber.c.i"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/testbignumber.c > CMakeFiles/testbignumber.dir/testbignumber.c.i
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/testbignumber.c > CMakeFiles/testbignumber.dir/testbignumber.c.i
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/testbignumber.dir/testbignumber.c.s"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/testbignumber.c -o CMakeFiles/testbignumber.dir/testbignumber.c.s
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/testbignumber.c -o CMakeFiles/testbignumber.dir/testbignumber.c.s
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o.requires:
......@@ -93,8 +93,8 @@ hdl4se/examples/testbignumber/testbignumber: hdl4se/examples/testbignumber/CMake
hdl4se/examples/testbignumber/testbignumber: hdl4se/bignumber/libbignumber.a
hdl4se/examples/testbignumber/testbignumber: lcom/liblcom.a
hdl4se/examples/testbignumber/testbignumber: hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable testbignumber"
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/testbignumber.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/raoxianhong/_dde_data/gitwork/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable testbignumber"
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/testbignumber.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build: hdl4se/examples/testbignumber/testbignumber
......@@ -106,10 +106,10 @@ hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/requires: hdl4se/exam
.PHONY : hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/requires
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/clean:
cd /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber && $(CMAKE_COMMAND) -P CMakeFiles/testbignumber.dir/cmake_clean.cmake
cd /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber && $(CMAKE_COMMAND) -P CMakeFiles/testbignumber.dir/cmake_clean.cmake
.PHONY : hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/clean
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber /media/raoxianhong/_dde_data/gwork /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/DependInfo.cmake --color=$(COLOR)
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber /media/raoxianhong/_dde_data/gitwork /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/depend
......@@ -6,5 +6,5 @@ C_FLAGS =
C_DEFINES =
C_INCLUDES = -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../../lcom/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../hdl4sesim/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../preprocess/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../bignumber/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../counter/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../../glfw/include -I/media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/../../../glfw/deps
C_INCLUDES = -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../../lcom/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../hdl4sesim/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../hdl4secell/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../preprocess/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../bignumber/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../counter/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../../glfw/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/../../../glfw/deps
CMAKE_PROGRESS_1 = 46
CMAKE_PROGRESS_2 = 47
CMAKE_PROGRESS_1 = 84
CMAKE_PROGRESS_2 =
......@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_SOURCE_DIR = /media/raoxianhong/_dde_data/gitwork
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gwork
CMAKE_BINARY_DIR = /media/raoxianhong/_dde_data/gitwork
#=============================================================================
# Targets provided globally by CMake.
......@@ -126,14 +126,14 @@ list_install_components/fast: list_install_components
# The main all target
all: cmake_check_build_system
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gwork/CMakeFiles 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber/CMakeFiles/progress.marks
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/raoxianhong/_dde_data/gitwork/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/clean
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/clean
.PHONY : clean
# The main clean target
......@@ -143,22 +143,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/preinstall
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/rule:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/rule
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f CMakeFiles/Makefile2 hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/rule
.PHONY : hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/rule
# Convenience name for target.
......@@ -168,7 +168,7 @@ testbignumber: hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/rule
# fast build rule for target.
testbignumber/fast:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build
.PHONY : testbignumber/fast
testbignumber.o: testbignumber.c.o
......@@ -177,7 +177,7 @@ testbignumber.o: testbignumber.c.o
# target to build an object file
testbignumber.c.o:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.o
.PHONY : testbignumber.c.o
testbignumber.i: testbignumber.c.i
......@@ -186,7 +186,7 @@ testbignumber.i: testbignumber.c.i
# target to preprocess a source file
testbignumber.c.i:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.i
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.i
.PHONY : testbignumber.c.i
testbignumber.s: testbignumber.c.s
......@@ -195,7 +195,7 @@ testbignumber.s: testbignumber.c.s
# target to generate assembly for a file
testbignumber.c.s:
cd /media/raoxianhong/_dde_data/gwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.s
cd /media/raoxianhong/_dde_data/gitwork && $(MAKE) -f hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/build.make hdl4se/examples/testbignumber/CMakeFiles/testbignumber.dir/testbignumber.c.s
.PHONY : testbignumber.c.s
# Help Target
......@@ -225,6 +225,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/raoxianhong/_dde_data/gwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/raoxianhong/_dde_data/gitwork && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /media/raoxianhong/_dde_data/gwork/hdl4se/examples/testbignumber
# Install script for directory: /media/raoxianhong/_dde_data/gitwork/hdl4se/examples/testbignumber
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
......
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/raoxianhong/_dde_data/gitwork")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/raoxianhong/_dde_data/gitwork")
# 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})
此差异已折叠。
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/src/drawstring.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/CMakeFiles/glui.dir/src/drawstring.c.o"
"/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/src/glui.c" "/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/CMakeFiles/glui.dir/src/glui.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"hdl4se/glui/../../lcom/include"
"hdl4se/glui/../glui/include"
"hdl4se/glui/../../glfw/include"
"hdl4se/glui/../examples/terris/glad/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
此差异已折叠。
file(REMOVE_RECURSE
"CMakeFiles/glui.dir/src/glui.c.o"
"CMakeFiles/glui.dir/src/drawstring.c.o"
"libglui.pdb"
"libglui.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/glui.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
hdl4se/glui/CMakeFiles/glui.dir/src/drawstring.c.o
/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/include/font.ch
/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/src/drawstring.c
hdl4se/glui/../../glfw/include/GLFW/glfw3.h
hdl4se/glui/../examples/terris/glad/include/KHR/khrplatform.h
hdl4se/glui/../examples/terris/glad/include/glad/gl.h
hdl4se/glui/CMakeFiles/glui.dir/src/glui.c.o
/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/src/glui.c
hdl4se/glui/../../lcom/include/eiid.h
hdl4se/glui/../../lcom/include/guid.h
hdl4se/glui/../../lcom/include/object.h
hdl4se/glui/../glui/include/glui.h
此差异已折叠。
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile C with /usr/bin/cc
C_FLAGS =
C_DEFINES =
C_INCLUDES = -I/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/../../lcom/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/../glui/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/../../glfw/include -I/media/raoxianhong/_dde_data/gitwork/hdl4se/glui/../examples/terris/glad/include
/usr/bin/ar qc libglui.a CMakeFiles/glui.dir/src/glui.c.o CMakeFiles/glui.dir/src/drawstring.c.o
/usr/bin/ranlib libglui.a
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册