Clean Target

This commit is contained in:
Johannes Theiner 2018-11-29 14:47:42 +01:00
parent ff42d9d2db
commit e8df1693d9
267 changed files with 9090 additions and 3 deletions

272
CMakeDoxyfile.in Normal file
View File

@ -0,0 +1,272 @@
#
# DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE!
#
DOXYFILE_ENCODING = @DOXYGEN_DOXYFILE_ENCODING@
PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
PROJECT_BRIEF = @DOXYGEN_PROJECT_BRIEF@
PROJECT_LOGO = @DOXYGEN_PROJECT_LOGO@
OUTPUT_DIRECTORY = @DOXYGEN_OUTPUT_DIRECTORY@
CREATE_SUBDIRS = @DOXYGEN_CREATE_SUBDIRS@
ALLOW_UNICODE_NAMES = @DOXYGEN_ALLOW_UNICODE_NAMES@
OUTPUT_LANGUAGE = @DOXYGEN_OUTPUT_LANGUAGE@
BRIEF_MEMBER_DESC = @DOXYGEN_BRIEF_MEMBER_DESC@
REPEAT_BRIEF = @DOXYGEN_REPEAT_BRIEF@
ABBREVIATE_BRIEF = @DOXYGEN_ABBREVIATE_BRIEF@
ALWAYS_DETAILED_SEC = @DOXYGEN_ALWAYS_DETAILED_SEC@
INLINE_INHERITED_MEMB = @DOXYGEN_INLINE_INHERITED_MEMB@
FULL_PATH_NAMES = @DOXYGEN_FULL_PATH_NAMES@
STRIP_FROM_PATH = @DOXYGEN_STRIP_FROM_PATH@
STRIP_FROM_INC_PATH = @DOXYGEN_STRIP_FROM_INC_PATH@
SHORT_NAMES = @DOXYGEN_SHORT_NAMES@
JAVADOC_AUTOBRIEF = @DOXYGEN_JAVADOC_AUTOBRIEF@
QT_AUTOBRIEF = @DOXYGEN_QT_AUTOBRIEF@
MULTILINE_CPP_IS_BRIEF = @DOXYGEN_MULTILINE_CPP_IS_BRIEF@
INHERIT_DOCS = @DOXYGEN_INHERIT_DOCS@
SEPARATE_MEMBER_PAGES = @DOXYGEN_SEPARATE_MEMBER_PAGES@
TAB_SIZE = @DOXYGEN_TAB_SIZE@
ALIASES = @DOXYGEN_ALIASES@
TCL_SUBST = @DOXYGEN_TCL_SUBST@
OPTIMIZE_OUTPUT_FOR_C = @DOXYGEN_OPTIMIZE_OUTPUT_FOR_C@
OPTIMIZE_OUTPUT_JAVA = @DOXYGEN_OPTIMIZE_OUTPUT_JAVA@
OPTIMIZE_FOR_FORTRAN = @DOXYGEN_OPTIMIZE_FOR_FORTRAN@
OPTIMIZE_OUTPUT_VHDL = @DOXYGEN_OPTIMIZE_OUTPUT_VHDL@
EXTENSION_MAPPING = @DOXYGEN_EXTENSION_MAPPING@
MARKDOWN_SUPPORT = @DOXYGEN_MARKDOWN_SUPPORT@
TOC_INCLUDE_HEADINGS = @DOXYGEN_TOC_INCLUDE_HEADINGS@
AUTOLINK_SUPPORT = @DOXYGEN_AUTOLINK_SUPPORT@
BUILTIN_STL_SUPPORT = @DOXYGEN_BUILTIN_STL_SUPPORT@
CPP_CLI_SUPPORT = @DOXYGEN_CPP_CLI_SUPPORT@
SIP_SUPPORT = @DOXYGEN_SIP_SUPPORT@
IDL_PROPERTY_SUPPORT = @DOXYGEN_IDL_PROPERTY_SUPPORT@
DISTRIBUTE_GROUP_DOC = @DOXYGEN_DISTRIBUTE_GROUP_DOC@
GROUP_NESTED_COMPOUNDS = @DOXYGEN_GROUP_NESTED_COMPOUNDS@
SUBGROUPING = @DOXYGEN_SUBGROUPING@
INLINE_GROUPED_CLASSES = @DOXYGEN_INLINE_GROUPED_CLASSES@
INLINE_SIMPLE_STRUCTS = @DOXYGEN_INLINE_SIMPLE_STRUCTS@
TYPEDEF_HIDES_STRUCT = @DOXYGEN_TYPEDEF_HIDES_STRUCT@
LOOKUP_CACHE_SIZE = @DOXYGEN_LOOKUP_CACHE_SIZE@
EXTRACT_ALL = @DOXYGEN_EXTRACT_ALL@
EXTRACT_PRIVATE = @DOXYGEN_EXTRACT_PRIVATE@
EXTRACT_PACKAGE = @DOXYGEN_EXTRACT_PACKAGE@
EXTRACT_STATIC = @DOXYGEN_EXTRACT_STATIC@
EXTRACT_LOCAL_CLASSES = @DOXYGEN_EXTRACT_LOCAL_CLASSES@
EXTRACT_LOCAL_METHODS = @DOXYGEN_EXTRACT_LOCAL_METHODS@
EXTRACT_ANON_NSPACES = @DOXYGEN_EXTRACT_ANON_NSPACES@
HIDE_UNDOC_MEMBERS = @DOXYGEN_HIDE_UNDOC_MEMBERS@
HIDE_UNDOC_CLASSES = @DOXYGEN_HIDE_UNDOC_CLASSES@
HIDE_FRIEND_COMPOUNDS = @DOXYGEN_HIDE_FRIEND_COMPOUNDS@
HIDE_IN_BODY_DOCS = @DOXYGEN_HIDE_IN_BODY_DOCS@
INTERNAL_DOCS = @DOXYGEN_INTERNAL_DOCS@
CASE_SENSE_NAMES = @DOXYGEN_CASE_SENSE_NAMES@
HIDE_SCOPE_NAMES = @DOXYGEN_HIDE_SCOPE_NAMES@
HIDE_COMPOUND_REFERENCE= @DOXYGEN_HIDE_COMPOUND_REFERENCE@
SHOW_INCLUDE_FILES = @DOXYGEN_SHOW_INCLUDE_FILES@
SHOW_GROUPED_MEMB_INC = @DOXYGEN_SHOW_GROUPED_MEMB_INC@
FORCE_LOCAL_INCLUDES = @DOXYGEN_FORCE_LOCAL_INCLUDES@
INLINE_INFO = @DOXYGEN_INLINE_INFO@
SORT_MEMBER_DOCS = @DOXYGEN_SORT_MEMBER_DOCS@
SORT_BRIEF_DOCS = @DOXYGEN_SORT_BRIEF_DOCS@
SORT_MEMBERS_CTORS_1ST = @DOXYGEN_SORT_MEMBERS_CTORS_1ST@
SORT_GROUP_NAMES = @DOXYGEN_SORT_GROUP_NAMES@
SORT_BY_SCOPE_NAME = @DOXYGEN_SORT_BY_SCOPE_NAME@
STRICT_PROTO_MATCHING = @DOXYGEN_STRICT_PROTO_MATCHING@
GENERATE_TODOLIST = @DOXYGEN_GENERATE_TODOLIST@
GENERATE_TESTLIST = @DOXYGEN_GENERATE_TESTLIST@
GENERATE_BUGLIST = @DOXYGEN_GENERATE_BUGLIST@
GENERATE_DEPRECATEDLIST= @DOXYGEN_GENERATE_DEPRECATEDLIST@
ENABLED_SECTIONS = @DOXYGEN_ENABLED_SECTIONS@
MAX_INITIALIZER_LINES = @DOXYGEN_MAX_INITIALIZER_LINES@
SHOW_USED_FILES = @DOXYGEN_SHOW_USED_FILES@
SHOW_FILES = @DOXYGEN_SHOW_FILES@
SHOW_NAMESPACES = @DOXYGEN_SHOW_NAMESPACES@
FILE_VERSION_FILTER = @DOXYGEN_FILE_VERSION_FILTER@
LAYOUT_FILE = @DOXYGEN_LAYOUT_FILE@
CITE_BIB_FILES = @DOXYGEN_CITE_BIB_FILES@
QUIET = @DOXYGEN_QUIET@
WARNINGS = @DOXYGEN_WARNINGS@
WARN_IF_UNDOCUMENTED = @DOXYGEN_WARN_IF_UNDOCUMENTED@
WARN_IF_DOC_ERROR = @DOXYGEN_WARN_IF_DOC_ERROR@
WARN_NO_PARAMDOC = @DOXYGEN_WARN_NO_PARAMDOC@
WARN_AS_ERROR = @DOXYGEN_WARN_AS_ERROR@
WARN_FORMAT = @DOXYGEN_WARN_FORMAT@
WARN_LOGFILE = @DOXYGEN_WARN_LOGFILE@
INPUT = @DOXYGEN_INPUT@
INPUT_ENCODING = @DOXYGEN_INPUT_ENCODING@
FILE_PATTERNS = @DOXYGEN_FILE_PATTERNS@
RECURSIVE = @DOXYGEN_RECURSIVE@
EXCLUDE = @DOXYGEN_EXCLUDE@
EXCLUDE_SYMLINKS = @DOXYGEN_EXCLUDE_SYMLINKS@
EXCLUDE_PATTERNS = @DOXYGEN_EXCLUDE_PATTERNS@
EXCLUDE_SYMBOLS = @DOXYGEN_EXCLUDE_SYMBOLS@
EXAMPLE_PATH = @DOXYGEN_EXAMPLE_PATH@
EXAMPLE_PATTERNS = @DOXYGEN_EXAMPLE_PATTERNS@
EXAMPLE_RECURSIVE = @DOXYGEN_EXAMPLE_RECURSIVE@
IMAGE_PATH = @DOXYGEN_IMAGE_PATH@
INPUT_FILTER = @DOXYGEN_INPUT_FILTER@
FILTER_PATTERNS = @DOXYGEN_FILTER_PATTERNS@
FILTER_SOURCE_FILES = @DOXYGEN_FILTER_SOURCE_FILES@
FILTER_SOURCE_PATTERNS = @DOXYGEN_FILTER_SOURCE_PATTERNS@
USE_MDFILE_AS_MAINPAGE = @DOXYGEN_USE_MDFILE_AS_MAINPAGE@
SOURCE_BROWSER = @DOXYGEN_SOURCE_BROWSER@
INLINE_SOURCES = @DOXYGEN_INLINE_SOURCES@
STRIP_CODE_COMMENTS = @DOXYGEN_STRIP_CODE_COMMENTS@
REFERENCED_BY_RELATION = @DOXYGEN_REFERENCED_BY_RELATION@
REFERENCES_RELATION = @DOXYGEN_REFERENCES_RELATION@
REFERENCES_LINK_SOURCE = @DOXYGEN_REFERENCES_LINK_SOURCE@
SOURCE_TOOLTIPS = @DOXYGEN_SOURCE_TOOLTIPS@
USE_HTAGS = @DOXYGEN_USE_HTAGS@
VERBATIM_HEADERS = @DOXYGEN_VERBATIM_HEADERS@
CLANG_ASSISTED_PARSING = @DOXYGEN_CLANG_ASSISTED_PARSING@
CLANG_OPTIONS = @DOXYGEN_CLANG_OPTIONS@
ALPHABETICAL_INDEX = @DOXYGEN_ALPHABETICAL_INDEX@
COLS_IN_ALPHA_INDEX = @DOXYGEN_COLS_IN_ALPHA_INDEX@
IGNORE_PREFIX = @DOXYGEN_IGNORE_PREFIX@
GENERATE_HTML = @DOXYGEN_GENERATE_HTML@
HTML_OUTPUT = @DOXYGEN_HTML_OUTPUT@
HTML_FILE_EXTENSION = @DOXYGEN_HTML_FILE_EXTENSION@
HTML_HEADER = @DOXYGEN_HTML_HEADER@
HTML_FOOTER = @DOXYGEN_HTML_FOOTER@
HTML_STYLESHEET = @DOXYGEN_HTML_STYLESHEET@
HTML_EXTRA_STYLESHEET = @DOXYGEN_HTML_EXTRA_STYLESHEET@
HTML_EXTRA_FILES = @DOXYGEN_HTML_EXTRA_FILES@
HTML_COLORSTYLE_HUE = @DOXYGEN_HTML_COLORSTYLE_HUE@
HTML_COLORSTYLE_SAT = @DOXYGEN_HTML_COLORSTYLE_SAT@
HTML_COLORSTYLE_GAMMA = @DOXYGEN_HTML_COLORSTYLE_GAMMA@
HTML_TIMESTAMP = @DOXYGEN_HTML_TIMESTAMP@
HTML_DYNAMIC_SECTIONS = @DOXYGEN_HTML_DYNAMIC_SECTIONS@
HTML_INDEX_NUM_ENTRIES = @DOXYGEN_HTML_INDEX_NUM_ENTRIES@
GENERATE_DOCSET = @DOXYGEN_GENERATE_DOCSET@
DOCSET_FEEDNAME = @DOXYGEN_DOCSET_FEEDNAME@
DOCSET_BUNDLE_ID = @DOXYGEN_DOCSET_BUNDLE_ID@
DOCSET_PUBLISHER_ID = @DOXYGEN_DOCSET_PUBLISHER_ID@
DOCSET_PUBLISHER_NAME = @DOXYGEN_DOCSET_PUBLISHER_NAME@
GENERATE_HTMLHELP = @DOXYGEN_GENERATE_HTMLHELP@
CHM_FILE = @DOXYGEN_CHM_FILE@
HHC_LOCATION = @DOXYGEN_HHC_LOCATION@
GENERATE_CHI = @DOXYGEN_GENERATE_CHI@
CHM_INDEX_ENCODING = @DOXYGEN_CHM_INDEX_ENCODING@
BINARY_TOC = @DOXYGEN_BINARY_TOC@
TOC_EXPAND = @DOXYGEN_TOC_EXPAND@
GENERATE_QHP = @DOXYGEN_GENERATE_QHP@
QCH_FILE = @DOXYGEN_QCH_FILE@
QHP_NAMESPACE = @DOXYGEN_QHP_NAMESPACE@
QHP_VIRTUAL_FOLDER = @DOXYGEN_QHP_VIRTUAL_FOLDER@
QHP_CUST_FILTER_NAME = @DOXYGEN_QHP_CUST_FILTER_NAME@
QHP_CUST_FILTER_ATTRS = @DOXYGEN_QHP_CUST_FILTER_ATTRS@
QHP_SECT_FILTER_ATTRS = @DOXYGEN_QHP_SECT_FILTER_ATTRS@
QHG_LOCATION = @DOXYGEN_QHG_LOCATION@
GENERATE_ECLIPSEHELP = @DOXYGEN_GENERATE_ECLIPSEHELP@
ECLIPSE_DOC_ID = @DOXYGEN_ECLIPSE_DOC_ID@
DISABLE_INDEX = @DOXYGEN_DISABLE_INDEX@
GENERATE_TREEVIEW = @DOXYGEN_GENERATE_TREEVIEW@
ENUM_VALUES_PER_LINE = @DOXYGEN_ENUM_VALUES_PER_LINE@
TREEVIEW_WIDTH = @DOXYGEN_TREEVIEW_WIDTH@
EXT_LINKS_IN_WINDOW = @DOXYGEN_EXT_LINKS_IN_WINDOW@
FORMULA_FONTSIZE = @DOXYGEN_FORMULA_FONTSIZE@
FORMULA_TRANSPARENT = @DOXYGEN_FORMULA_TRANSPARENT@
USE_MATHJAX = @DOXYGEN_USE_MATHJAX@
MATHJAX_FORMAT = @DOXYGEN_MATHJAX_FORMAT@
MATHJAX_RELPATH = @DOXYGEN_MATHJAX_RELPATH@
MATHJAX_EXTENSIONS = @DOXYGEN_MATHJAX_EXTENSIONS@
MATHJAX_CODEFILE = @DOXYGEN_MATHJAX_CODEFILE@
SEARCHENGINE = @DOXYGEN_SEARCHENGINE@
SERVER_BASED_SEARCH = @DOXYGEN_SERVER_BASED_SEARCH@
EXTERNAL_SEARCH = @DOXYGEN_EXTERNAL_SEARCH@
SEARCHENGINE_URL = @DOXYGEN_SEARCHENGINE_URL@
SEARCHDATA_FILE = @DOXYGEN_SEARCHDATA_FILE@
EXTERNAL_SEARCH_ID = @DOXYGEN_EXTERNAL_SEARCH_ID@
EXTRA_SEARCH_MAPPINGS = @DOXYGEN_EXTRA_SEARCH_MAPPINGS@
GENERATE_LATEX = @DOXYGEN_GENERATE_LATEX@
LATEX_OUTPUT = @DOXYGEN_LATEX_OUTPUT@
LATEX_CMD_NAME = @DOXYGEN_LATEX_CMD_NAME@
MAKEINDEX_CMD_NAME = @DOXYGEN_MAKEINDEX_CMD_NAME@
COMPACT_LATEX = @DOXYGEN_COMPACT_LATEX@
PAPER_TYPE = @DOXYGEN_PAPER_TYPE@
EXTRA_PACKAGES = @DOXYGEN_EXTRA_PACKAGES@
LATEX_HEADER = @DOXYGEN_LATEX_HEADER@
LATEX_FOOTER = @DOXYGEN_LATEX_FOOTER@
LATEX_EXTRA_STYLESHEET = @DOXYGEN_LATEX_EXTRA_STYLESHEET@
LATEX_EXTRA_FILES = @DOXYGEN_LATEX_EXTRA_FILES@
PDF_HYPERLINKS = @DOXYGEN_PDF_HYPERLINKS@
USE_PDFLATEX = @DOXYGEN_USE_PDFLATEX@
LATEX_BATCHMODE = @DOXYGEN_LATEX_BATCHMODE@
LATEX_HIDE_INDICES = @DOXYGEN_LATEX_HIDE_INDICES@
LATEX_SOURCE_CODE = @DOXYGEN_LATEX_SOURCE_CODE@
LATEX_BIB_STYLE = @DOXYGEN_LATEX_BIB_STYLE@
LATEX_TIMESTAMP = @DOXYGEN_LATEX_TIMESTAMP@
GENERATE_RTF = @DOXYGEN_GENERATE_RTF@
RTF_OUTPUT = @DOXYGEN_RTF_OUTPUT@
COMPACT_RTF = @DOXYGEN_COMPACT_RTF@
RTF_HYPERLINKS = @DOXYGEN_RTF_HYPERLINKS@
RTF_STYLESHEET_FILE = @DOXYGEN_RTF_STYLESHEET_FILE@
RTF_EXTENSIONS_FILE = @DOXYGEN_RTF_EXTENSIONS_FILE@
RTF_SOURCE_CODE = @DOXYGEN_RTF_SOURCE_CODE@
GENERATE_MAN = @DOXYGEN_GENERATE_MAN@
MAN_OUTPUT = @DOXYGEN_MAN_OUTPUT@
MAN_EXTENSION = @DOXYGEN_MAN_EXTENSION@
MAN_SUBDIR = @DOXYGEN_MAN_SUBDIR@
MAN_LINKS = @DOXYGEN_MAN_LINKS@
GENERATE_XML = @DOXYGEN_GENERATE_XML@
XML_OUTPUT = @DOXYGEN_XML_OUTPUT@
XML_PROGRAMLISTING = @DOXYGEN_XML_PROGRAMLISTING@
GENERATE_DOCBOOK = @DOXYGEN_GENERATE_DOCBOOK@
DOCBOOK_OUTPUT = @DOXYGEN_DOCBOOK_OUTPUT@
DOCBOOK_PROGRAMLISTING = @DOXYGEN_DOCBOOK_PROGRAMLISTING@
GENERATE_AUTOGEN_DEF = @DOXYGEN_GENERATE_AUTOGEN_DEF@
GENERATE_PERLMOD = @DOXYGEN_GENERATE_PERLMOD@
PERLMOD_LATEX = @DOXYGEN_PERLMOD_LATEX@
PERLMOD_PRETTY = @DOXYGEN_PERLMOD_PRETTY@
PERLMOD_MAKEVAR_PREFIX = @DOXYGEN_PERLMOD_MAKEVAR_PREFIX@
ENABLE_PREPROCESSING = @DOXYGEN_ENABLE_PREPROCESSING@
MACRO_EXPANSION = @DOXYGEN_MACRO_EXPANSION@
EXPAND_ONLY_PREDEF = @DOXYGEN_EXPAND_ONLY_PREDEF@
SEARCH_INCLUDES = @DOXYGEN_SEARCH_INCLUDES@
INCLUDE_PATH = @DOXYGEN_INCLUDE_PATH@
INCLUDE_FILE_PATTERNS = @DOXYGEN_INCLUDE_FILE_PATTERNS@
PREDEFINED = @DOXYGEN_PREDEFINED@
EXPAND_AS_DEFINED = @DOXYGEN_EXPAND_AS_DEFINED@
SKIP_FUNCTION_MACROS = @DOXYGEN_SKIP_FUNCTION_MACROS@
TAGFILES = @DOXYGEN_TAGFILES@
GENERATE_TAGFILE = @DOXYGEN_GENERATE_TAGFILE@
ALLEXTERNALS = @DOXYGEN_ALLEXTERNALS@
EXTERNAL_GROUPS = @DOXYGEN_EXTERNAL_GROUPS@
EXTERNAL_PAGES = @DOXYGEN_EXTERNAL_PAGES@
PERL_PATH = @DOXYGEN_PERL_PATH@
CLASS_DIAGRAMS = @DOXYGEN_CLASS_DIAGRAMS@
MSCGEN_PATH = @DOXYGEN_MSCGEN_PATH@
DIA_PATH = @DOXYGEN_DIA_PATH@
HIDE_UNDOC_RELATIONS = @DOXYGEN_HIDE_UNDOC_RELATIONS@
HAVE_DOT = @DOXYGEN_HAVE_DOT@
DOT_NUM_THREADS = @DOXYGEN_DOT_NUM_THREADS@
DOT_FONTNAME = @DOXYGEN_DOT_FONTNAME@
DOT_FONTSIZE = @DOXYGEN_DOT_FONTSIZE@
DOT_FONTPATH = @DOXYGEN_DOT_FONTPATH@
CLASS_GRAPH = @DOXYGEN_CLASS_GRAPH@
COLLABORATION_GRAPH = @DOXYGEN_COLLABORATION_GRAPH@
GROUP_GRAPHS = @DOXYGEN_GROUP_GRAPHS@
UML_LOOK = @DOXYGEN_UML_LOOK@
UML_LIMIT_NUM_FIELDS = @DOXYGEN_UML_LIMIT_NUM_FIELDS@
TEMPLATE_RELATIONS = @DOXYGEN_TEMPLATE_RELATIONS@
INCLUDE_GRAPH = @DOXYGEN_INCLUDE_GRAPH@
INCLUDED_BY_GRAPH = @DOXYGEN_INCLUDED_BY_GRAPH@
CALL_GRAPH = @DOXYGEN_CALL_GRAPH@
CALLER_GRAPH = @DOXYGEN_CALLER_GRAPH@
GRAPHICAL_HIERARCHY = @DOXYGEN_GRAPHICAL_HIERARCHY@
DIRECTORY_GRAPH = @DOXYGEN_DIRECTORY_GRAPH@
DOT_IMAGE_FORMAT = @DOXYGEN_DOT_IMAGE_FORMAT@
INTERACTIVE_SVG = @DOXYGEN_INTERACTIVE_SVG@
DOT_PATH = @DOXYGEN_DOT_PATH@
DOTFILE_DIRS = @DOXYGEN_DOTFILE_DIRS@
MSCFILE_DIRS = @DOXYGEN_MSCFILE_DIRS@
DIAFILE_DIRS = @DOXYGEN_DIAFILE_DIRS@
PLANTUML_JAR_PATH = @DOXYGEN_PLANTUML_JAR_PATH@
PLANTUML_CFG_FILE = @DOXYGEN_PLANTUML_CFG_FILE@
PLANTUML_INCLUDE_PATH = @DOXYGEN_PLANTUML_INCLUDE_PATH@
DOT_GRAPH_MAX_NODES = @DOXYGEN_DOT_GRAPH_MAX_NODES@
MAX_DOT_GRAPH_DEPTH = @DOXYGEN_MAX_DOT_GRAPH_DEPTH@
DOT_TRANSPARENT = @DOXYGEN_DOT_TRANSPARENT@
DOT_MULTI_TARGETS = @DOXYGEN_DOT_MULTI_TARGETS@
GENERATE_LEGEND = @DOXYGEN_GENERATE_LEGEND@
DOT_CLEANUP = @DOXYGEN_DOT_CLEANUP@

654
CMakeDoxygenDefaults.cmake Normal file
View File

@ -0,0 +1,654 @@
#
# DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE!
#
if(NOT DEFINED DOXYGEN_DOXYFILE_ENCODING)
set(DOXYGEN_DOXYFILE_ENCODING UTF-8)
endif()
if(NOT DEFINED DOXYGEN_PROJECT_NAME)
set(DOXYGEN_PROJECT_NAME "My Project")
endif()
if(NOT DEFINED DOXYGEN_CREATE_SUBDIRS)
set(DOXYGEN_CREATE_SUBDIRS NO)
endif()
if(NOT DEFINED DOXYGEN_ALLOW_UNICODE_NAMES)
set(DOXYGEN_ALLOW_UNICODE_NAMES NO)
endif()
if(NOT DEFINED DOXYGEN_OUTPUT_LANGUAGE)
set(DOXYGEN_OUTPUT_LANGUAGE English)
endif()
if(NOT DEFINED DOXYGEN_BRIEF_MEMBER_DESC)
set(DOXYGEN_BRIEF_MEMBER_DESC YES)
endif()
if(NOT DEFINED DOXYGEN_REPEAT_BRIEF)
set(DOXYGEN_REPEAT_BRIEF YES)
endif()
if(NOT DEFINED DOXYGEN_ABBREVIATE_BRIEF)
set(DOXYGEN_ABBREVIATE_BRIEF "The $name class"
"The $name widget"
"The $name file"
is
provides
specifies
contains
represents
a
an
the)
endif()
if(NOT DEFINED DOXYGEN_ALWAYS_DETAILED_SEC)
set(DOXYGEN_ALWAYS_DETAILED_SEC NO)
endif()
if(NOT DEFINED DOXYGEN_INLINE_INHERITED_MEMB)
set(DOXYGEN_INLINE_INHERITED_MEMB NO)
endif()
if(NOT DEFINED DOXYGEN_FULL_PATH_NAMES)
set(DOXYGEN_FULL_PATH_NAMES YES)
endif()
if(NOT DEFINED DOXYGEN_SHORT_NAMES)
set(DOXYGEN_SHORT_NAMES NO)
endif()
if(NOT DEFINED DOXYGEN_JAVADOC_AUTOBRIEF)
set(DOXYGEN_JAVADOC_AUTOBRIEF NO)
endif()
if(NOT DEFINED DOXYGEN_QT_AUTOBRIEF)
set(DOXYGEN_QT_AUTOBRIEF NO)
endif()
if(NOT DEFINED DOXYGEN_MULTILINE_CPP_IS_BRIEF)
set(DOXYGEN_MULTILINE_CPP_IS_BRIEF NO)
endif()
if(NOT DEFINED DOXYGEN_INHERIT_DOCS)
set(DOXYGEN_INHERIT_DOCS YES)
endif()
if(NOT DEFINED DOXYGEN_SEPARATE_MEMBER_PAGES)
set(DOXYGEN_SEPARATE_MEMBER_PAGES NO)
endif()
if(NOT DEFINED DOXYGEN_TAB_SIZE)
set(DOXYGEN_TAB_SIZE 4)
endif()
if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_FOR_C)
set(DOXYGEN_OPTIMIZE_OUTPUT_FOR_C NO)
endif()
if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_JAVA)
set(DOXYGEN_OPTIMIZE_OUTPUT_JAVA NO)
endif()
if(NOT DEFINED DOXYGEN_OPTIMIZE_FOR_FORTRAN)
set(DOXYGEN_OPTIMIZE_FOR_FORTRAN NO)
endif()
if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_VHDL)
set(DOXYGEN_OPTIMIZE_OUTPUT_VHDL NO)
endif()
if(NOT DEFINED DOXYGEN_MARKDOWN_SUPPORT)
set(DOXYGEN_MARKDOWN_SUPPORT YES)
endif()
if(NOT DEFINED DOXYGEN_TOC_INCLUDE_HEADINGS)
set(DOXYGEN_TOC_INCLUDE_HEADINGS 0)
endif()
if(NOT DEFINED DOXYGEN_AUTOLINK_SUPPORT)
set(DOXYGEN_AUTOLINK_SUPPORT YES)
endif()
if(NOT DEFINED DOXYGEN_BUILTIN_STL_SUPPORT)
set(DOXYGEN_BUILTIN_STL_SUPPORT NO)
endif()
if(NOT DEFINED DOXYGEN_CPP_CLI_SUPPORT)
set(DOXYGEN_CPP_CLI_SUPPORT NO)
endif()
if(NOT DEFINED DOXYGEN_SIP_SUPPORT)
set(DOXYGEN_SIP_SUPPORT NO)
endif()
if(NOT DEFINED DOXYGEN_IDL_PROPERTY_SUPPORT)
set(DOXYGEN_IDL_PROPERTY_SUPPORT YES)
endif()
if(NOT DEFINED DOXYGEN_DISTRIBUTE_GROUP_DOC)
set(DOXYGEN_DISTRIBUTE_GROUP_DOC NO)
endif()
if(NOT DEFINED DOXYGEN_GROUP_NESTED_COMPOUNDS)
set(DOXYGEN_GROUP_NESTED_COMPOUNDS NO)
endif()
if(NOT DEFINED DOXYGEN_SUBGROUPING)
set(DOXYGEN_SUBGROUPING YES)
endif()
if(NOT DEFINED DOXYGEN_INLINE_GROUPED_CLASSES)
set(DOXYGEN_INLINE_GROUPED_CLASSES NO)
endif()
if(NOT DEFINED DOXYGEN_INLINE_SIMPLE_STRUCTS)
set(DOXYGEN_INLINE_SIMPLE_STRUCTS NO)
endif()
if(NOT DEFINED DOXYGEN_TYPEDEF_HIDES_STRUCT)
set(DOXYGEN_TYPEDEF_HIDES_STRUCT NO)
endif()
if(NOT DEFINED DOXYGEN_LOOKUP_CACHE_SIZE)
set(DOXYGEN_LOOKUP_CACHE_SIZE 0)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_ALL)
set(DOXYGEN_EXTRACT_ALL NO)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_PRIVATE)
set(DOXYGEN_EXTRACT_PRIVATE NO)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_PACKAGE)
set(DOXYGEN_EXTRACT_PACKAGE NO)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_STATIC)
set(DOXYGEN_EXTRACT_STATIC NO)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_LOCAL_CLASSES)
set(DOXYGEN_EXTRACT_LOCAL_CLASSES YES)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_LOCAL_METHODS)
set(DOXYGEN_EXTRACT_LOCAL_METHODS NO)
endif()
if(NOT DEFINED DOXYGEN_EXTRACT_ANON_NSPACES)
set(DOXYGEN_EXTRACT_ANON_NSPACES NO)
endif()
if(NOT DEFINED DOXYGEN_HIDE_UNDOC_MEMBERS)
set(DOXYGEN_HIDE_UNDOC_MEMBERS NO)
endif()
if(NOT DEFINED DOXYGEN_HIDE_UNDOC_CLASSES)
set(DOXYGEN_HIDE_UNDOC_CLASSES NO)
endif()
if(NOT DEFINED DOXYGEN_HIDE_FRIEND_COMPOUNDS)
set(DOXYGEN_HIDE_FRIEND_COMPOUNDS NO)
endif()
if(NOT DEFINED DOXYGEN_HIDE_IN_BODY_DOCS)
set(DOXYGEN_HIDE_IN_BODY_DOCS NO)
endif()
if(NOT DEFINED DOXYGEN_INTERNAL_DOCS)
set(DOXYGEN_INTERNAL_DOCS NO)
endif()
if(NOT DEFINED DOXYGEN_CASE_SENSE_NAMES)
set(DOXYGEN_CASE_SENSE_NAMES YES)
endif()
if(NOT DEFINED DOXYGEN_HIDE_SCOPE_NAMES)
set(DOXYGEN_HIDE_SCOPE_NAMES NO)
endif()
if(NOT DEFINED DOXYGEN_HIDE_COMPOUND_REFERENCE)
set(DOXYGEN_HIDE_COMPOUND_REFERENCE NO)
endif()
if(NOT DEFINED DOXYGEN_SHOW_INCLUDE_FILES)
set(DOXYGEN_SHOW_INCLUDE_FILES YES)
endif()
if(NOT DEFINED DOXYGEN_SHOW_GROUPED_MEMB_INC)
set(DOXYGEN_SHOW_GROUPED_MEMB_INC NO)
endif()
if(NOT DEFINED DOXYGEN_FORCE_LOCAL_INCLUDES)
set(DOXYGEN_FORCE_LOCAL_INCLUDES NO)
endif()
if(NOT DEFINED DOXYGEN_INLINE_INFO)
set(DOXYGEN_INLINE_INFO YES)
endif()
if(NOT DEFINED DOXYGEN_SORT_MEMBER_DOCS)
set(DOXYGEN_SORT_MEMBER_DOCS YES)
endif()
if(NOT DEFINED DOXYGEN_SORT_BRIEF_DOCS)
set(DOXYGEN_SORT_BRIEF_DOCS NO)
endif()
if(NOT DEFINED DOXYGEN_SORT_MEMBERS_CTORS_1ST)
set(DOXYGEN_SORT_MEMBERS_CTORS_1ST NO)
endif()
if(NOT DEFINED DOXYGEN_SORT_GROUP_NAMES)
set(DOXYGEN_SORT_GROUP_NAMES NO)
endif()
if(NOT DEFINED DOXYGEN_SORT_BY_SCOPE_NAME)
set(DOXYGEN_SORT_BY_SCOPE_NAME NO)
endif()
if(NOT DEFINED DOXYGEN_STRICT_PROTO_MATCHING)
set(DOXYGEN_STRICT_PROTO_MATCHING NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_TODOLIST)
set(DOXYGEN_GENERATE_TODOLIST YES)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_TESTLIST)
set(DOXYGEN_GENERATE_TESTLIST YES)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_BUGLIST)
set(DOXYGEN_GENERATE_BUGLIST YES)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_DEPRECATEDLIST)
set(DOXYGEN_GENERATE_DEPRECATEDLIST YES)
endif()
if(NOT DEFINED DOXYGEN_MAX_INITIALIZER_LINES)
set(DOXYGEN_MAX_INITIALIZER_LINES 30)
endif()
if(NOT DEFINED DOXYGEN_SHOW_USED_FILES)
set(DOXYGEN_SHOW_USED_FILES YES)
endif()
if(NOT DEFINED DOXYGEN_SHOW_FILES)
set(DOXYGEN_SHOW_FILES YES)
endif()
if(NOT DEFINED DOXYGEN_SHOW_NAMESPACES)
set(DOXYGEN_SHOW_NAMESPACES YES)
endif()
if(NOT DEFINED DOXYGEN_QUIET)
set(DOXYGEN_QUIET NO)
endif()
if(NOT DEFINED DOXYGEN_WARNINGS)
set(DOXYGEN_WARNINGS YES)
endif()
if(NOT DEFINED DOXYGEN_WARN_IF_UNDOCUMENTED)
set(DOXYGEN_WARN_IF_UNDOCUMENTED YES)
endif()
if(NOT DEFINED DOXYGEN_WARN_IF_DOC_ERROR)
set(DOXYGEN_WARN_IF_DOC_ERROR YES)
endif()
if(NOT DEFINED DOXYGEN_WARN_NO_PARAMDOC)
set(DOXYGEN_WARN_NO_PARAMDOC NO)
endif()
if(NOT DEFINED DOXYGEN_WARN_AS_ERROR)
set(DOXYGEN_WARN_AS_ERROR NO)
endif()
if(NOT DEFINED DOXYGEN_WARN_FORMAT)
set(DOXYGEN_WARN_FORMAT "$file:$line: $text")
endif()
if(NOT DEFINED DOXYGEN_INPUT_ENCODING)
set(DOXYGEN_INPUT_ENCODING UTF-8)
endif()
if(NOT DEFINED DOXYGEN_FILE_PATTERNS)
set(DOXYGEN_FILE_PATTERNS *.c
*.cc
*.cxx
*.cpp
*.c++
*.java
*.ii
*.ixx
*.ipp
*.i++
*.inl
*.idl
*.ddl
*.odl
*.h
*.hh
*.hxx
*.hpp
*.h++
*.cs
*.d
*.php
*.php4
*.php5
*.phtml
*.inc
*.m
*.markdown
*.md
*.mm
*.dox
*.py
*.pyw
*.f90
*.f95
*.f03
*.f08
*.f
*.for
*.tcl
*.vhd
*.vhdl
*.ucf
*.qsf)
endif()
if(NOT DEFINED DOXYGEN_RECURSIVE)
set(DOXYGEN_RECURSIVE NO)
endif()
if(NOT DEFINED DOXYGEN_EXCLUDE_SYMLINKS)
set(DOXYGEN_EXCLUDE_SYMLINKS NO)
endif()
if(NOT DEFINED DOXYGEN_EXAMPLE_PATTERNS)
set(DOXYGEN_EXAMPLE_PATTERNS *)
endif()
if(NOT DEFINED DOXYGEN_EXAMPLE_RECURSIVE)
set(DOXYGEN_EXAMPLE_RECURSIVE NO)
endif()
if(NOT DEFINED DOXYGEN_FILTER_SOURCE_FILES)
set(DOXYGEN_FILTER_SOURCE_FILES NO)
endif()
if(NOT DEFINED DOXYGEN_SOURCE_BROWSER)
set(DOXYGEN_SOURCE_BROWSER NO)
endif()
if(NOT DEFINED DOXYGEN_INLINE_SOURCES)
set(DOXYGEN_INLINE_SOURCES NO)
endif()
if(NOT DEFINED DOXYGEN_STRIP_CODE_COMMENTS)
set(DOXYGEN_STRIP_CODE_COMMENTS YES)
endif()
if(NOT DEFINED DOXYGEN_REFERENCED_BY_RELATION)
set(DOXYGEN_REFERENCED_BY_RELATION NO)
endif()
if(NOT DEFINED DOXYGEN_REFERENCES_RELATION)
set(DOXYGEN_REFERENCES_RELATION NO)
endif()
if(NOT DEFINED DOXYGEN_REFERENCES_LINK_SOURCE)
set(DOXYGEN_REFERENCES_LINK_SOURCE YES)
endif()
if(NOT DEFINED DOXYGEN_SOURCE_TOOLTIPS)
set(DOXYGEN_SOURCE_TOOLTIPS YES)
endif()
if(NOT DEFINED DOXYGEN_USE_HTAGS)
set(DOXYGEN_USE_HTAGS NO)
endif()
if(NOT DEFINED DOXYGEN_VERBATIM_HEADERS)
set(DOXYGEN_VERBATIM_HEADERS YES)
endif()
if(NOT DEFINED DOXYGEN_CLANG_ASSISTED_PARSING)
set(DOXYGEN_CLANG_ASSISTED_PARSING NO)
endif()
if(NOT DEFINED DOXYGEN_ALPHABETICAL_INDEX)
set(DOXYGEN_ALPHABETICAL_INDEX YES)
endif()
if(NOT DEFINED DOXYGEN_COLS_IN_ALPHA_INDEX)
set(DOXYGEN_COLS_IN_ALPHA_INDEX 5)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_HTML)
set(DOXYGEN_GENERATE_HTML YES)
endif()
if(NOT DEFINED DOXYGEN_HTML_OUTPUT)
set(DOXYGEN_HTML_OUTPUT html)
endif()
if(NOT DEFINED DOXYGEN_HTML_FILE_EXTENSION)
set(DOXYGEN_HTML_FILE_EXTENSION .html)
endif()
if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE_HUE)
set(DOXYGEN_HTML_COLORSTYLE_HUE 220)
endif()
if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE_SAT)
set(DOXYGEN_HTML_COLORSTYLE_SAT 100)
endif()
if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE_GAMMA)
set(DOXYGEN_HTML_COLORSTYLE_GAMMA 80)
endif()
if(NOT DEFINED DOXYGEN_HTML_TIMESTAMP)
set(DOXYGEN_HTML_TIMESTAMP NO)
endif()
if(NOT DEFINED DOXYGEN_HTML_DYNAMIC_SECTIONS)
set(DOXYGEN_HTML_DYNAMIC_SECTIONS NO)
endif()
if(NOT DEFINED DOXYGEN_HTML_INDEX_NUM_ENTRIES)
set(DOXYGEN_HTML_INDEX_NUM_ENTRIES 100)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_DOCSET)
set(DOXYGEN_GENERATE_DOCSET NO)
endif()
if(NOT DEFINED DOXYGEN_DOCSET_FEEDNAME)
set(DOXYGEN_DOCSET_FEEDNAME "Doxygen generated docs")
endif()
if(NOT DEFINED DOXYGEN_DOCSET_BUNDLE_ID)
set(DOXYGEN_DOCSET_BUNDLE_ID org.doxygen.Project)
endif()
if(NOT DEFINED DOXYGEN_DOCSET_PUBLISHER_ID)
set(DOXYGEN_DOCSET_PUBLISHER_ID org.doxygen.Publisher)
endif()
if(NOT DEFINED DOXYGEN_DOCSET_PUBLISHER_NAME)
set(DOXYGEN_DOCSET_PUBLISHER_NAME Publisher)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_HTMLHELP)
set(DOXYGEN_GENERATE_HTMLHELP NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_CHI)
set(DOXYGEN_GENERATE_CHI NO)
endif()
if(NOT DEFINED DOXYGEN_BINARY_TOC)
set(DOXYGEN_BINARY_TOC NO)
endif()
if(NOT DEFINED DOXYGEN_TOC_EXPAND)
set(DOXYGEN_TOC_EXPAND NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_QHP)
set(DOXYGEN_GENERATE_QHP NO)
endif()
if(NOT DEFINED DOXYGEN_QHP_NAMESPACE)
set(DOXYGEN_QHP_NAMESPACE org.doxygen.Project)
endif()
if(NOT DEFINED DOXYGEN_QHP_VIRTUAL_FOLDER)
set(DOXYGEN_QHP_VIRTUAL_FOLDER doc)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_ECLIPSEHELP)
set(DOXYGEN_GENERATE_ECLIPSEHELP NO)
endif()
if(NOT DEFINED DOXYGEN_ECLIPSE_DOC_ID)
set(DOXYGEN_ECLIPSE_DOC_ID org.doxygen.Project)
endif()
if(NOT DEFINED DOXYGEN_DISABLE_INDEX)
set(DOXYGEN_DISABLE_INDEX NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_TREEVIEW)
set(DOXYGEN_GENERATE_TREEVIEW NO)
endif()
if(NOT DEFINED DOXYGEN_ENUM_VALUES_PER_LINE)
set(DOXYGEN_ENUM_VALUES_PER_LINE 4)
endif()
if(NOT DEFINED DOXYGEN_TREEVIEW_WIDTH)
set(DOXYGEN_TREEVIEW_WIDTH 250)
endif()
if(NOT DEFINED DOXYGEN_EXT_LINKS_IN_WINDOW)
set(DOXYGEN_EXT_LINKS_IN_WINDOW NO)
endif()
if(NOT DEFINED DOXYGEN_FORMULA_FONTSIZE)
set(DOXYGEN_FORMULA_FONTSIZE 10)
endif()
if(NOT DEFINED DOXYGEN_FORMULA_TRANSPARENT)
set(DOXYGEN_FORMULA_TRANSPARENT YES)
endif()
if(NOT DEFINED DOXYGEN_USE_MATHJAX)
set(DOXYGEN_USE_MATHJAX NO)
endif()
if(NOT DEFINED DOXYGEN_MATHJAX_FORMAT)
set(DOXYGEN_MATHJAX_FORMAT HTML-CSS)
endif()
if(NOT DEFINED DOXYGEN_MATHJAX_RELPATH)
set(DOXYGEN_MATHJAX_RELPATH http://cdn.mathjax.org/mathjax/latest)
endif()
if(NOT DEFINED DOXYGEN_SEARCHENGINE)
set(DOXYGEN_SEARCHENGINE YES)
endif()
if(NOT DEFINED DOXYGEN_SERVER_BASED_SEARCH)
set(DOXYGEN_SERVER_BASED_SEARCH NO)
endif()
if(NOT DEFINED DOXYGEN_EXTERNAL_SEARCH)
set(DOXYGEN_EXTERNAL_SEARCH NO)
endif()
if(NOT DEFINED DOXYGEN_SEARCHDATA_FILE)
set(DOXYGEN_SEARCHDATA_FILE searchdata.xml)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_LATEX)
set(DOXYGEN_GENERATE_LATEX YES)
endif()
if(NOT DEFINED DOXYGEN_LATEX_OUTPUT)
set(DOXYGEN_LATEX_OUTPUT latex)
endif()
if(NOT DEFINED DOXYGEN_LATEX_CMD_NAME)
set(DOXYGEN_LATEX_CMD_NAME latex)
endif()
if(NOT DEFINED DOXYGEN_MAKEINDEX_CMD_NAME)
set(DOXYGEN_MAKEINDEX_CMD_NAME makeindex)
endif()
if(NOT DEFINED DOXYGEN_COMPACT_LATEX)
set(DOXYGEN_COMPACT_LATEX NO)
endif()
if(NOT DEFINED DOXYGEN_PAPER_TYPE)
set(DOXYGEN_PAPER_TYPE a4)
endif()
if(NOT DEFINED DOXYGEN_PDF_HYPERLINKS)
set(DOXYGEN_PDF_HYPERLINKS YES)
endif()
if(NOT DEFINED DOXYGEN_USE_PDFLATEX)
set(DOXYGEN_USE_PDFLATEX YES)
endif()
if(NOT DEFINED DOXYGEN_LATEX_BATCHMODE)
set(DOXYGEN_LATEX_BATCHMODE NO)
endif()
if(NOT DEFINED DOXYGEN_LATEX_HIDE_INDICES)
set(DOXYGEN_LATEX_HIDE_INDICES NO)
endif()
if(NOT DEFINED DOXYGEN_LATEX_SOURCE_CODE)
set(DOXYGEN_LATEX_SOURCE_CODE NO)
endif()
if(NOT DEFINED DOXYGEN_LATEX_BIB_STYLE)
set(DOXYGEN_LATEX_BIB_STYLE plain)
endif()
if(NOT DEFINED DOXYGEN_LATEX_TIMESTAMP)
set(DOXYGEN_LATEX_TIMESTAMP NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_RTF)
set(DOXYGEN_GENERATE_RTF NO)
endif()
if(NOT DEFINED DOXYGEN_RTF_OUTPUT)
set(DOXYGEN_RTF_OUTPUT rtf)
endif()
if(NOT DEFINED DOXYGEN_COMPACT_RTF)
set(DOXYGEN_COMPACT_RTF NO)
endif()
if(NOT DEFINED DOXYGEN_RTF_HYPERLINKS)
set(DOXYGEN_RTF_HYPERLINKS NO)
endif()
if(NOT DEFINED DOXYGEN_RTF_SOURCE_CODE)
set(DOXYGEN_RTF_SOURCE_CODE NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_MAN)
set(DOXYGEN_GENERATE_MAN NO)
endif()
if(NOT DEFINED DOXYGEN_MAN_OUTPUT)
set(DOXYGEN_MAN_OUTPUT man)
endif()
if(NOT DEFINED DOXYGEN_MAN_EXTENSION)
set(DOXYGEN_MAN_EXTENSION .3)
endif()
if(NOT DEFINED DOXYGEN_MAN_LINKS)
set(DOXYGEN_MAN_LINKS NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_XML)
set(DOXYGEN_GENERATE_XML NO)
endif()
if(NOT DEFINED DOXYGEN_XML_OUTPUT)
set(DOXYGEN_XML_OUTPUT xml)
endif()
if(NOT DEFINED DOXYGEN_XML_PROGRAMLISTING)
set(DOXYGEN_XML_PROGRAMLISTING YES)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_DOCBOOK)
set(DOXYGEN_GENERATE_DOCBOOK NO)
endif()
if(NOT DEFINED DOXYGEN_DOCBOOK_OUTPUT)
set(DOXYGEN_DOCBOOK_OUTPUT docbook)
endif()
if(NOT DEFINED DOXYGEN_DOCBOOK_PROGRAMLISTING)
set(DOXYGEN_DOCBOOK_PROGRAMLISTING NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_AUTOGEN_DEF)
set(DOXYGEN_GENERATE_AUTOGEN_DEF NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_PERLMOD)
set(DOXYGEN_GENERATE_PERLMOD NO)
endif()
if(NOT DEFINED DOXYGEN_PERLMOD_LATEX)
set(DOXYGEN_PERLMOD_LATEX NO)
endif()
if(NOT DEFINED DOXYGEN_PERLMOD_PRETTY)
set(DOXYGEN_PERLMOD_PRETTY YES)
endif()
if(NOT DEFINED DOXYGEN_ENABLE_PREPROCESSING)
set(DOXYGEN_ENABLE_PREPROCESSING YES)
endif()
if(NOT DEFINED DOXYGEN_MACRO_EXPANSION)
set(DOXYGEN_MACRO_EXPANSION NO)
endif()
if(NOT DEFINED DOXYGEN_EXPAND_ONLY_PREDEF)
set(DOXYGEN_EXPAND_ONLY_PREDEF NO)
endif()
if(NOT DEFINED DOXYGEN_SEARCH_INCLUDES)
set(DOXYGEN_SEARCH_INCLUDES YES)
endif()
if(NOT DEFINED DOXYGEN_SKIP_FUNCTION_MACROS)
set(DOXYGEN_SKIP_FUNCTION_MACROS YES)
endif()
if(NOT DEFINED DOXYGEN_ALLEXTERNALS)
set(DOXYGEN_ALLEXTERNALS NO)
endif()
if(NOT DEFINED DOXYGEN_EXTERNAL_GROUPS)
set(DOXYGEN_EXTERNAL_GROUPS YES)
endif()
if(NOT DEFINED DOXYGEN_EXTERNAL_PAGES)
set(DOXYGEN_EXTERNAL_PAGES YES)
endif()
if(NOT DEFINED DOXYGEN_PERL_PATH)
set(DOXYGEN_PERL_PATH /usr/bin/perl)
endif()
if(NOT DEFINED DOXYGEN_CLASS_DIAGRAMS)
set(DOXYGEN_CLASS_DIAGRAMS YES)
endif()
if(NOT DEFINED DOXYGEN_HIDE_UNDOC_RELATIONS)
set(DOXYGEN_HIDE_UNDOC_RELATIONS YES)
endif()
if(NOT DEFINED DOXYGEN_HAVE_DOT)
set(DOXYGEN_HAVE_DOT YES)
endif()
if(NOT DEFINED DOXYGEN_DOT_NUM_THREADS)
set(DOXYGEN_DOT_NUM_THREADS 0)
endif()
if(NOT DEFINED DOXYGEN_DOT_FONTNAME)
set(DOXYGEN_DOT_FONTNAME Helvetica)
endif()
if(NOT DEFINED DOXYGEN_DOT_FONTSIZE)
set(DOXYGEN_DOT_FONTSIZE 10)
endif()
if(NOT DEFINED DOXYGEN_CLASS_GRAPH)
set(DOXYGEN_CLASS_GRAPH YES)
endif()
if(NOT DEFINED DOXYGEN_COLLABORATION_GRAPH)
set(DOXYGEN_COLLABORATION_GRAPH YES)
endif()
if(NOT DEFINED DOXYGEN_GROUP_GRAPHS)
set(DOXYGEN_GROUP_GRAPHS YES)
endif()
if(NOT DEFINED DOXYGEN_UML_LOOK)
set(DOXYGEN_UML_LOOK NO)
endif()
if(NOT DEFINED DOXYGEN_UML_LIMIT_NUM_FIELDS)
set(DOXYGEN_UML_LIMIT_NUM_FIELDS 10)
endif()
if(NOT DEFINED DOXYGEN_TEMPLATE_RELATIONS)
set(DOXYGEN_TEMPLATE_RELATIONS NO)
endif()
if(NOT DEFINED DOXYGEN_INCLUDE_GRAPH)
set(DOXYGEN_INCLUDE_GRAPH YES)
endif()
if(NOT DEFINED DOXYGEN_INCLUDED_BY_GRAPH)
set(DOXYGEN_INCLUDED_BY_GRAPH YES)
endif()
if(NOT DEFINED DOXYGEN_CALL_GRAPH)
set(DOXYGEN_CALL_GRAPH NO)
endif()
if(NOT DEFINED DOXYGEN_CALLER_GRAPH)
set(DOXYGEN_CALLER_GRAPH NO)
endif()
if(NOT DEFINED DOXYGEN_GRAPHICAL_HIERARCHY)
set(DOXYGEN_GRAPHICAL_HIERARCHY YES)
endif()
if(NOT DEFINED DOXYGEN_DIRECTORY_GRAPH)
set(DOXYGEN_DIRECTORY_GRAPH YES)
endif()
if(NOT DEFINED DOXYGEN_DOT_IMAGE_FORMAT)
set(DOXYGEN_DOT_IMAGE_FORMAT png)
endif()
if(NOT DEFINED DOXYGEN_INTERACTIVE_SVG)
set(DOXYGEN_INTERACTIVE_SVG NO)
endif()
if(NOT DEFINED DOXYGEN_DOT_GRAPH_MAX_NODES)
set(DOXYGEN_DOT_GRAPH_MAX_NODES 50)
endif()
if(NOT DEFINED DOXYGEN_MAX_DOT_GRAPH_DEPTH)
set(DOXYGEN_MAX_DOT_GRAPH_DEPTH 0)
endif()
if(NOT DEFINED DOXYGEN_DOT_TRANSPARENT)
set(DOXYGEN_DOT_TRANSPARENT NO)
endif()
if(NOT DEFINED DOXYGEN_DOT_MULTI_TARGETS)
set(DOXYGEN_DOT_MULTI_TARGETS NO)
endif()
if(NOT DEFINED DOXYGEN_GENERATE_LEGEND)
set(DOXYGEN_GENERATE_LEGEND YES)
endif()
if(NOT DEFINED DOXYGEN_DOT_CLEANUP)
set(DOXYGEN_DOT_CLEANUP YES)
endif()

View File

@ -56,4 +56,6 @@ endif()
#target_link_libraries(example gtest_main)
#add_test(NAME example_test COMMAND example)
add_subdirectory(src)
add_subdirectory(src)
set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "bin" "doc" "CMakeFiles" "C" "googletest-build" "googletest-download" "googletest-src" "lib")

View File

@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = C/C++
PROJECT_NUMBER =
OUTPUT_DIRECTORY = @CMAKE_CURRENT_SOURCE_DIR@/doc
OUTPUT_DIRECTORY = /home/joethei/workspaces/C_CPP/doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = Englisch
...
@ -17,7 +17,7 @@ EXTRACT_ALL = NO
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/
INPUT = /home/joethei/workspaces/C_CPP/src/
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =

View File

@ -0,0 +1,16 @@
# 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 "/home/joethei/workspaces/C_CPP")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/joethei/workspaces/C_CPP")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
8

View File

@ -0,0 +1,7 @@
# CMake generated Testfile for
# Source directory: /home/joethei/workspaces/C_CPP/googletest-src
# Build directory: /home/joethei/workspaces/C_CPP/googletest-build
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("googlemock")

View File

@ -0,0 +1,16 @@
# 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 "/home/joethei/workspaces/C_CPP")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/joethei/workspaces/C_CPP")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1,25 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock-all.cc" "/home/joethei/workspaces/C_CPP/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"googletest-src/googlemock/include"
"googletest-src/googlemock"
"googletest-src/googletest/include"
"googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,114 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP
# Include any dependencies generated for this target.
include googletest-build/googlemock/CMakeFiles/gmock.dir/depend.make
# Include the progress variables for this target.
include googletest-build/googlemock/CMakeFiles/gmock.dir/progress.make
# Include the compile flags for this target's objects.
include googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: googletest-src/googlemock/src/gmock-all.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock-all.cc
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/src/gmock-all.cc.i"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock-all.cc > CMakeFiles/gmock.dir/src/gmock-all.cc.i
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/src/gmock-all.cc.s"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock-all.cc -o CMakeFiles/gmock.dir/src/gmock-all.cc.s
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires:
.PHONY : googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides: googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires
$(MAKE) -f googletest-build/googlemock/CMakeFiles/gmock.dir/build.make googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides.build
.PHONY : googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides
googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides.build: googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
# Object files for target gmock
gmock_OBJECTS = \
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
# External object files for target gmock
gmock_EXTERNAL_OBJECTS =
lib/libgmockd.a: googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
lib/libgmockd.a: googletest-build/googlemock/CMakeFiles/gmock.dir/build.make
lib/libgmockd.a: googletest-build/googlemock/CMakeFiles/gmock.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../lib/libgmockd.a"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean_target.cmake
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
googletest-build/googlemock/CMakeFiles/gmock.dir/build: lib/libgmockd.a
.PHONY : googletest-build/googlemock/CMakeFiles/gmock.dir/build
googletest-build/googlemock/CMakeFiles/gmock.dir/requires: googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires
.PHONY : googletest-build/googlemock/CMakeFiles/gmock.dir/requires
googletest-build/googlemock/CMakeFiles/gmock.dir/clean:
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean.cmake
.PHONY : googletest-build/googlemock/CMakeFiles/gmock.dir/clean
googletest-build/googlemock/CMakeFiles/gmock.dir/depend:
cd /home/joethei/workspaces/C_CPP && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-src/googlemock /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-build/googlemock /home/joethei/workspaces/C_CPP/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : googletest-build/googlemock/CMakeFiles/gmock.dir/depend

View File

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
"../../bin/libgmockd.pdb"
"../../lib/libgmockd.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gmock.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"../../lib/libgmockd.a"
)

View File

@ -0,0 +1,2 @@
# Empty dependencies file for gmock.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile CXX with /usr/bin/c++
CXX_FLAGS = -std=c++14 -g -Wall -Wshadow -Werror -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++11
CXX_DEFINES =
CXX_INCLUDES = -I/home/joethei/workspaces/C_CPP/googletest-src/googlemock/include -I/home/joethei/workspaces/C_CPP/googletest-src/googlemock -isystem /home/joethei/workspaces/C_CPP/googletest-src/googletest/include -isystem /home/joethei/workspaces/C_CPP/googletest-src/googletest

View File

@ -0,0 +1,2 @@
/usr/bin/ar qc ../../lib/libgmockd.a CMakeFiles/gmock.dir/src/gmock-all.cc.o
/usr/bin/ranlib ../../lib/libgmockd.a

View File

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 67
CMAKE_PROGRESS_2 = 68

View File

@ -0,0 +1,26 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock_main.cc" "/home/joethei/workspaces/C_CPP/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"googletest-src/googlemock/include"
"googletest-src/googlemock"
"googletest-src/googletest/include"
"googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/joethei/workspaces/C_CPP/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
"/home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,114 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP
# Include any dependencies generated for this target.
include googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.make
# Include the progress variables for this target.
include googletest-build/googlemock/CMakeFiles/gmock_main.dir/progress.make
# Include the compile flags for this target's objects.
include googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: googletest-src/googlemock/src/gmock_main.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock_main.cc
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock_main.cc.i"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock_main.cc > CMakeFiles/gmock_main.dir/src/gmock_main.cc.i
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock_main.cc.s"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/joethei/workspaces/C_CPP/googletest-src/googlemock/src/gmock_main.cc -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.s
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires:
.PHONY : googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides: googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires
$(MAKE) -f googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides.build
.PHONY : googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides
googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides.build: googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
# Object files for target gmock_main
gmock_main_OBJECTS = \
"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
# External object files for target gmock_main
gmock_main_EXTERNAL_OBJECTS =
lib/libgmock_maind.a: googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
lib/libgmock_maind.a: googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make
lib/libgmock_maind.a: googletest-build/googlemock/CMakeFiles/gmock_main.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../lib/libgmock_maind.a"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean_target.cmake
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
googletest-build/googlemock/CMakeFiles/gmock_main.dir/build: lib/libgmock_maind.a
.PHONY : googletest-build/googlemock/CMakeFiles/gmock_main.dir/build
googletest-build/googlemock/CMakeFiles/gmock_main.dir/requires: googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires
.PHONY : googletest-build/googlemock/CMakeFiles/gmock_main.dir/requires
googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean:
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean.cmake
.PHONY : googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean
googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend:
cd /home/joethei/workspaces/C_CPP && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-src/googlemock /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-build/googlemock /home/joethei/workspaces/C_CPP/googletest-build/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend

View File

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
"../../bin/libgmock_maind.pdb"
"../../lib/libgmock_maind.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gmock_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"../../lib/libgmock_maind.a"
)

View File

@ -0,0 +1,2 @@
# Empty dependencies file for gmock_main.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile CXX with /usr/bin/c++
CXX_FLAGS = -std=c++14 -g -Wall -Wshadow -Werror -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++11
CXX_DEFINES =
CXX_INCLUDES = -isystem /home/joethei/workspaces/C_CPP/googletest-src/googlemock/include -isystem /home/joethei/workspaces/C_CPP/googletest-src/googlemock -isystem /home/joethei/workspaces/C_CPP/googletest-src/googletest/include -isystem /home/joethei/workspaces/C_CPP/googletest-src/googletest

View File

@ -0,0 +1,2 @@
/usr/bin/ar qc ../../lib/libgmock_maind.a CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
/usr/bin/ranlib ../../lib/libgmock_maind.a

View File

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 69
CMAKE_PROGRESS_2 = 70

View File

@ -0,0 +1 @@
8

View File

@ -0,0 +1,7 @@
# CMake generated Testfile for
# Source directory: /home/joethei/workspaces/C_CPP/googletest-src/googlemock
# Build directory: /home/joethei/workspaces/C_CPP/googletest-build/googlemock
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("gtest")

View File

@ -0,0 +1,16 @@
# 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 "/home/joethei/workspaces/C_CPP")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/joethei/workspaces/C_CPP")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1,53 @@
#----------------------------------------------------------------
# Generated CMake target import file for configuration "Debug".
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "GTest::gtest" for configuration "Debug"
set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
set_target_properties(GTest::gtest PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "Threads::Threads"
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgtestd.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest "${_IMPORT_PREFIX}/lib/libgtestd.a" )
# Import target "GTest::gtest_main" for configuration "Debug"
set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
set_target_properties(GTest::gtest_main PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "Threads::Threads;GTest::gtest"
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgtest_maind.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest_main )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest_main "${_IMPORT_PREFIX}/lib/libgtest_maind.a" )
# Import target "GTest::gmock" for configuration "Debug"
set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
set_target_properties(GTest::gmock PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "Threads::Threads;GTest::gtest"
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgmockd.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock "${_IMPORT_PREFIX}/lib/libgmockd.a" )
# Import target "GTest::gmock_main" for configuration "Debug"
set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
set_target_properties(GTest::gmock_main PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "Threads::Threads;GTest::gmock"
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgmock_maind.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock_main )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock_main "${_IMPORT_PREFIX}/lib/libgmock_maind.a" )
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)

View File

@ -0,0 +1,119 @@
# Generated by CMake
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
message(FATAL_ERROR "CMake >= 2.6.0 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.6)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
set(_targetsDefined)
set(_targetsNotDefined)
set(_expectedTargets)
foreach(_expectedTarget GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
list(APPEND _expectedTargets ${_expectedTarget})
if(NOT TARGET ${_expectedTarget})
list(APPEND _targetsNotDefined ${_expectedTarget})
endif()
if(TARGET ${_expectedTarget})
list(APPEND _targetsDefined ${_expectedTarget})
endif()
endforeach()
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
return()
endif()
if(NOT "${_targetsDefined}" STREQUAL "")
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
endif()
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)
# Compute the installation prefix relative to this file.
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
if(_IMPORT_PREFIX STREQUAL "/")
set(_IMPORT_PREFIX "")
endif()
# Create imported target GTest::gtest
add_library(GTest::gtest STATIC IMPORTED)
set_target_properties(GTest::gtest PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)
# Create imported target GTest::gtest_main
add_library(GTest::gtest_main STATIC IMPORTED)
set_target_properties(GTest::gtest_main PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)
# Create imported target GTest::gmock
add_library(GTest::gmock STATIC IMPORTED)
set_target_properties(GTest::gmock PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)
# Create imported target GTest::gmock_main
add_library(GTest::gmock_main STATIC IMPORTED)
set_target_properties(GTest::gmock_main PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)
# Load information for each installed configuration.
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
file(GLOB CONFIG_FILES "${_DIR}/GTestTargets-*.cmake")
foreach(f ${CONFIG_FILES})
include(${f})
endforeach()
# Cleanup temporary variables.
set(_IMPORT_PREFIX)
# Loop over all imported files and verify that they actually exist
foreach(target ${_IMPORT_CHECK_TARGETS} )
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
if(NOT EXISTS "${file}" )
message(FATAL_ERROR "The imported target \"${target}\" references the file
\"${file}\"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
\"${CMAKE_CURRENT_LIST_FILE}\"
but not all the files it references.
")
endif()
endforeach()
unset(_IMPORT_CHECK_FILES_FOR_${target})
endforeach()
unset(_IMPORT_CHECK_TARGETS)
# This file does not depend on other imported targets which have
# been exported from the same project but in a separate export set.
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)

View File

@ -0,0 +1,636 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc
gtest/gtest.h
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest/gtest.h
src/gtest.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest.cc
src/gtest-death-test.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-death-test.cc
src/gtest-filepath.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-filepath.cc
src/gtest-matchers.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-matchers.cc
src/gtest-port.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-port.cc
src/gtest-printers.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-printers.cc
src/gtest-test-part.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-test-part.cc
src/gtest-typed-test.cc
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/src/gtest-typed-test.cc
googletest-src/googletest/include/gtest/gtest-death-test.h
gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/gtest-matchers.h
memory
-
ostream
-
string
-
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-message.h
limits
-
memory
-
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-param-test.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
utility
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h
gtest/internal/gtest-param-util-generated.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util-generated.h
googletest-src/googletest/include/gtest/gtest-printers.h
functional
-
ostream
-
sstream
-
string
-
tuple
-
type_traits
-
utility
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
absl/strings/string_view.h
googletest-src/googletest/include/gtest/absl/strings/string_view.h
absl/types/optional.h
googletest-src/googletest/include/gtest/absl/types/optional.h
absl/types/variant.h
googletest-src/googletest/include/gtest/absl/types/variant.h
gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/gtest-spi.h
gtest/gtest.h
googletest-src/googletest/include/gtest/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest-test-part.h
iosfwd
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest-typed-test.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/gtest.h
limits
-
memory
-
ostream
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
gtest/gtest-death-test.h
googletest-src/googletest/include/gtest/gtest/gtest-death-test.h
gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/gtest/gtest-matchers.h
gtest/gtest-message.h
googletest-src/googletest/include/gtest/gtest/gtest-message.h
gtest/gtest-param-test.h
googletest-src/googletest/include/gtest/gtest/gtest-param-test.h
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/gtest_prod.h
googletest-src/googletest/include/gtest/gtest/gtest_prod.h
gtest/gtest-test-part.h
googletest-src/googletest/include/gtest/gtest/gtest-test-part.h
gtest/gtest-typed-test.h
googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h
gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest_pred_impl.h
gtest/gtest.h
googletest-src/googletest/include/gtest/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest_prod.h
googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/internal/custom/gtest.h
googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
stdio.h
-
memory
-
googletest-src/googletest/include/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
stdlib.h
-
sys/types.h
-
sys/wait.h
-
unistd.h
-
stdexcept
-
ctype.h
-
float.h
-
string.h
-
iomanip
-
limits
-
map
-
set
-
string
-
vector
-
gtest/gtest-message.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h
gtest/internal/gtest-filepath.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/internal/gtest-param-util-generated.h
cassert
-
memory
-
gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-param-util.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-param-util.h
ctype.h
-
iterator
-
memory
-
set
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
winapifamily.h
-
googletest-src/googletest/include/gtest/internal/gtest-port.h
ctype.h
-
stddef.h
-
stdio.h
-
stdlib.h
-
string.h
-
memory
-
sys/types.h
-
sys/stat.h
-
AvailabilityMacros.h
-
TargetConditionals.h
-
string
-
algorithm
-
iostream
-
sstream
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-port-arch.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
direct.h
-
io.h
-
unistd.h
-
strings.h
-
android/api-level.h
-
regex.h
-
typeinfo
-
pthread.h
-
time.h
-
googletest-src/googletest/include/gtest/internal/gtest-string.h
mem.h
-
string.h
-
string
-
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-type-util.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
cxxabi.h
-
acxx_demangle.h
-
googletest-src/googletest/src/gtest-death-test.cc
gtest/gtest-death-test.h
googletest-src/googletest/src/gtest/gtest-death-test.h
utility
-
gtest/internal/gtest-port.h
googletest-src/googletest/src/gtest/internal/gtest-port.h
gtest/internal/custom/gtest.h
googletest-src/googletest/src/gtest/internal/custom/gtest.h
crt_externs.h
-
errno.h
-
fcntl.h
-
limits.h
-
signal.h
-
stdarg.h
-
windows.h
-
sys/mman.h
-
sys/wait.h
-
spawn.h
-
lib/fdio/io.h
-
lib/fdio/spawn.h
-
lib/fdio/util.h
-
lib/zx/socket.h
-
lib/zx/port.h
-
lib/zx/process.h
-
zircon/processargs.h
-
zircon/syscalls.h
-
zircon/syscalls/policy.h
-
zircon/syscalls/port.h
-
gtest/gtest-message.h
googletest-src/googletest/src/gtest/gtest-message.h
gtest/internal/gtest-string.h
googletest-src/googletest/src/gtest/internal/gtest-string.h
src/gtest-internal-inl.h
googletest-src/googletest/src/src/gtest-internal-inl.h
googletest-src/googletest/src/gtest-filepath.cc
gtest/internal/gtest-filepath.h
googletest-src/googletest/src/gtest/internal/gtest-filepath.h
stdlib.h
-
gtest/internal/gtest-port.h
googletest-src/googletest/src/gtest/internal/gtest-port.h
gtest/gtest-message.h
googletest-src/googletest/src/gtest/gtest-message.h
windows.h
-
direct.h
-
io.h
-
sys/syslimits.h
-
limits.h
-
climits
-
gtest/internal/gtest-string.h
googletest-src/googletest/src/gtest/internal/gtest-string.h
googletest-src/googletest/src/gtest-internal-inl.h
errno.h
-
stddef.h
-
stdlib.h
-
string.h
-
algorithm
-
memory
-
string
-
vector
-
gtest/internal/gtest-port.h
googletest-src/googletest/src/gtest/internal/gtest-port.h
arpa/inet.h
-
netdb.h
-
windows.h
-
gtest/gtest.h
googletest-src/googletest/src/gtest/gtest.h
gtest/gtest-spi.h
googletest-src/googletest/src/gtest/gtest-spi.h
googletest-src/googletest/src/gtest-matchers.cc
gtest/internal/gtest-internal.h
googletest-src/googletest/src/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/src/gtest/internal/gtest-port.h
gtest/gtest-matchers.h
googletest-src/googletest/src/gtest/gtest-matchers.h
string
-
googletest-src/googletest/src/gtest-port.cc
gtest/internal/gtest-port.h
googletest-src/googletest/src/gtest/internal/gtest-port.h
limits.h
-
stdio.h
-
stdlib.h
-
string.h
-
fstream
-
memory
-
windows.h
-
io.h
-
sys/stat.h
-
map
-
crtdbg.h
-
unistd.h
-
mach/mach_init.h
-
mach/task.h
-
mach/vm_map.h
-
devctl.h
-
fcntl.h
-
sys/procfs.h
-
procinfo.h
-
sys/types.h
-
zircon/process.h
-
zircon/syscalls.h
-
gtest/gtest-spi.h
googletest-src/googletest/src/gtest/gtest-spi.h
gtest/gtest-message.h
googletest-src/googletest/src/gtest/gtest-message.h
gtest/internal/gtest-internal.h
googletest-src/googletest/src/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/src/gtest/internal/gtest-string.h
src/gtest-internal-inl.h
googletest-src/googletest/src/src/gtest-internal-inl.h
googletest-src/googletest/src/gtest-printers.cc
gtest/gtest-printers.h
googletest-src/googletest/src/gtest/gtest-printers.h
stdio.h
-
cctype
-
cwchar
-
ostream
-
string
-
gtest/internal/gtest-port.h
googletest-src/googletest/src/gtest/internal/gtest-port.h
src/gtest-internal-inl.h
googletest-src/googletest/src/src/gtest-internal-inl.h
googletest-src/googletest/src/gtest-test-part.cc
gtest/gtest-test-part.h
googletest-src/googletest/src/gtest/gtest-test-part.h
src/gtest-internal-inl.h
googletest-src/googletest/src/src/gtest-internal-inl.h
googletest-src/googletest/src/gtest-typed-test.cc
gtest/gtest-typed-test.h
googletest-src/googletest/src/gtest/gtest-typed-test.h
gtest/gtest.h
googletest-src/googletest/src/gtest/gtest.h
googletest-src/googletest/src/gtest.cc
gtest/gtest.h
googletest-src/googletest/src/gtest/gtest.h
gtest/internal/custom/gtest.h
googletest-src/googletest/src/gtest/internal/custom/gtest.h
gtest/gtest-spi.h
googletest-src/googletest/src/gtest/gtest-spi.h
ctype.h
-
math.h
-
stdarg.h
-
stdio.h
-
stdlib.h
-
time.h
-
wchar.h
-
wctype.h
-
algorithm
-
iomanip
-
limits
-
list
-
map
-
ostream
-
sstream
-
vector
-
fcntl.h
-
limits.h
-
sched.h
-
strings.h
-
sys/mman.h
-
sys/time.h
-
unistd.h
-
string
-
sys/time.h
-
sys/time.h
-
strings.h
-
windows.h
-
io.h
-
sys/timeb.h
-
sys/types.h
-
sys/stat.h
-
sys/time.h
-
windows.h
-
sys/time.h
-
unistd.h
-
stdexcept
-
arpa/inet.h
-
netdb.h
-
sys/socket.h
-
sys/types.h
-
src/gtest-internal-inl.h
googletest-src/googletest/src/src/gtest-internal-inl.h
crt_externs.h
-
absl/debugging/failure_signal_handler.h
googletest-src/googletest/src/absl/debugging/failure_signal_handler.h
absl/debugging/stacktrace.h
googletest-src/googletest/src/absl/debugging/stacktrace.h
absl/debugging/symbolize.h
googletest-src/googletest/src/absl/debugging/symbolize.h
absl/strings/str_cat.h
googletest-src/googletest/src/absl/strings/str_cat.h

View File

@ -0,0 +1,22 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc" "/home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"googletest-src/googletest/include"
"googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,114 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP
# Include any dependencies generated for this target.
include googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/depend.make
# Include the progress variables for this target.
include googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/progress.make
# Include the compile flags for this target's objects.
include googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-all.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires:
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
$(MAKE) -f googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build.make googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
# Object files for target gtest
gtest_OBJECTS = \
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
# External object files for target gtest
gtest_EXTERNAL_OBJECTS =
lib/libgtestd.a: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
lib/libgtestd.a: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build.make
lib/libgtestd.a: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtestd.a"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build: lib/libgtestd.a
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/requires: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/requires
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/clean:
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/clean
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/depend:
cd /home/joethei/workspaces/C_CPP && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-src/googletest /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/depend

View File

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
"../../../bin/libgtestd.pdb"
"../../../lib/libgtestd.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"../../../lib/libgtestd.a"
)

View File

@ -0,0 +1,37 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc
googletest-src/googletest/include/gtest/gtest-death-test.h
googletest-src/googletest/include/gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/gtest-message.h
googletest-src/googletest/include/gtest/gtest-param-test.h
googletest-src/googletest/include/gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest-spi.h
googletest-src/googletest/include/gtest/gtest-test-part.h
googletest-src/googletest/include/gtest/gtest-typed-test.h
googletest-src/googletest/include/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest_prod.h
googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/internal/custom/gtest.h
googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/internal/gtest-filepath.h
googletest-src/googletest/include/gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest-param-util-generated.h
googletest-src/googletest/include/gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
googletest-src/googletest/include/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest-type-util.h
googletest-src/googletest/src/gtest-death-test.cc
googletest-src/googletest/src/gtest-filepath.cc
googletest-src/googletest/src/gtest-internal-inl.h
googletest-src/googletest/src/gtest-matchers.cc
googletest-src/googletest/src/gtest-port.cc
googletest-src/googletest/src/gtest-printers.cc
googletest-src/googletest/src/gtest-test-part.cc
googletest-src/googletest/src/gtest-typed-test.cc
googletest-src/googletest/src/gtest.cc

View File

@ -0,0 +1,37 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-all.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-death-test.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-matchers.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-message.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-param-test.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-printers.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-spi.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-test-part.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-typed-test.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest_pred_impl.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest_prod.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/custom/gtest.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-filepath.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-internal.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-param-util-generated.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-param-util.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-port.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-string.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/internal/gtest-type-util.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-death-test.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-filepath.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-internal-inl.h
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-matchers.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-port.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-printers.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-test-part.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-typed-test.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest.cc

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile CXX with /usr/bin/c++
CXX_FLAGS = -std=c++14 -g -Wall -Wshadow -Werror -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++11
CXX_DEFINES =
CXX_INCLUDES = -I/home/joethei/workspaces/C_CPP/googletest-src/googletest/include -I/home/joethei/workspaces/C_CPP/googletest-src/googletest

View File

@ -0,0 +1,2 @@
/usr/bin/ar qc ../../../lib/libgtestd.a CMakeFiles/gtest.dir/src/gtest-all.cc.o
/usr/bin/ranlib ../../../lib/libgtestd.a

View File

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 71
CMAKE_PROGRESS_2 = 72

View File

@ -0,0 +1,306 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest_main.cc
stdio.h
-
gtest/gtest.h
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest-death-test.h
gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/gtest-matchers.h
memory
-
ostream
-
string
-
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-message.h
limits
-
memory
-
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-param-test.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
utility
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h
gtest/internal/gtest-param-util-generated.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util-generated.h
googletest-src/googletest/include/gtest/gtest-printers.h
functional
-
ostream
-
sstream
-
string
-
tuple
-
type_traits
-
utility
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
absl/strings/string_view.h
googletest-src/googletest/include/gtest/absl/strings/string_view.h
absl/types/optional.h
googletest-src/googletest/include/gtest/absl/types/optional.h
absl/types/variant.h
googletest-src/googletest/include/gtest/absl/types/variant.h
gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/gtest-test-part.h
iosfwd
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest-typed-test.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/gtest.h
limits
-
memory
-
ostream
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
gtest/gtest-death-test.h
googletest-src/googletest/include/gtest/gtest/gtest-death-test.h
gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/gtest/gtest-matchers.h
gtest/gtest-message.h
googletest-src/googletest/include/gtest/gtest/gtest-message.h
gtest/gtest-param-test.h
googletest-src/googletest/include/gtest/gtest/gtest-param-test.h
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/gtest_prod.h
googletest-src/googletest/include/gtest/gtest/gtest_prod.h
gtest/gtest-test-part.h
googletest-src/googletest/include/gtest/gtest/gtest-test-part.h
gtest/gtest-typed-test.h
googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h
gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest_pred_impl.h
gtest/gtest.h
googletest-src/googletest/include/gtest/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest_prod.h
googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
stdio.h
-
memory
-
googletest-src/googletest/include/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
stdlib.h
-
sys/types.h
-
sys/wait.h
-
unistd.h
-
stdexcept
-
ctype.h
-
float.h
-
string.h
-
iomanip
-
limits
-
map
-
set
-
string
-
vector
-
gtest/gtest-message.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h
gtest/internal/gtest-filepath.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/internal/gtest-param-util-generated.h
cassert
-
memory
-
gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-param-util.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-param-util.h
ctype.h
-
iterator
-
memory
-
set
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
winapifamily.h
-
googletest-src/googletest/include/gtest/internal/gtest-port.h
ctype.h
-
stddef.h
-
stdio.h
-
stdlib.h
-
string.h
-
memory
-
sys/types.h
-
sys/stat.h
-
AvailabilityMacros.h
-
TargetConditionals.h
-
string
-
algorithm
-
iostream
-
sstream
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-port-arch.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
direct.h
-
io.h
-
unistd.h
-
strings.h
-
android/api-level.h
-
regex.h
-
typeinfo
-
pthread.h
-
time.h
-
googletest-src/googletest/include/gtest/internal/gtest-string.h
mem.h
-
string.h
-
string
-
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-type-util.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
cxxabi.h
-
acxx_demangle.h
-

View File

@ -0,0 +1,23 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest_main.cc" "/home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"googletest-src/googletest/include"
"googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,114 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP
# Include any dependencies generated for this target.
include googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make
# Include the progress variables for this target.
include googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make
# Include the compile flags for this target's objects.
include googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/src/gtest_main.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest_main.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires:
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
$(MAKE) -f googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
# Object files for target gtest_main
gtest_main_OBJECTS = \
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
# External object files for target gtest_main
gtest_main_EXTERNAL_OBJECTS =
lib/libgtest_maind.a: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
lib/libgtest_maind.a: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make
lib/libgtest_maind.a: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtest_maind.a"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/build: lib/libgtest_maind.a
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/build
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/requires: googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/requires
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/clean:
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/clean
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend:
cd /home/joethei/workspaces/C_CPP && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-src/googletest /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend

View File

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
"../../../bin/libgtest_maind.pdb"
"../../../lib/libgtest_maind.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"../../../lib/libgtest_maind.a"
)

View File

@ -0,0 +1,26 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest_main.cc
googletest-src/googletest/include/gtest/gtest-death-test.h
googletest-src/googletest/include/gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/gtest-message.h
googletest-src/googletest/include/gtest/gtest-param-test.h
googletest-src/googletest/include/gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest-test-part.h
googletest-src/googletest/include/gtest/gtest-typed-test.h
googletest-src/googletest/include/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest_prod.h
googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/internal/gtest-filepath.h
googletest-src/googletest/include/gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest-param-util-generated.h
googletest-src/googletest/include/gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
googletest-src/googletest/include/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest-type-util.h

View File

@ -0,0 +1,26 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/src/gtest_main.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-death-test.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-matchers.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-message.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-param-test.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-printers.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-test-part.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-typed-test.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest_pred_impl.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest_prod.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-filepath.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-internal.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-param-util-generated.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-param-util.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-port.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-string.h
googletest-build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/internal/gtest-type-util.h

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile CXX with /usr/bin/c++
CXX_FLAGS = -std=c++14 -g -Wall -Wshadow -Werror -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++11
CXX_DEFINES =
CXX_INCLUDES = -isystem /home/joethei/workspaces/C_CPP/googletest-src/googletest/include -isystem /home/joethei/workspaces/C_CPP/googletest-src/googletest

View File

@ -0,0 +1,2 @@
/usr/bin/ar qc ../../../lib/libgtest_maind.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/usr/bin/ranlib ../../../lib/libgtest_maind.a

View File

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 73
CMAKE_PROGRESS_2 = 74

View File

@ -0,0 +1 @@
4

View File

@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /home/joethei/workspaces/C_CPP/googletest-src/googletest
# Build directory: /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.

View File

@ -0,0 +1,33 @@
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
####### Any changes to this file will be overwritten by the next CMake run ####
####### The input file was Config.cmake.in ########
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
macro(set_and_check _var _file)
set(${_var} "${_file}")
if(NOT EXISTS "${_file}")
message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
endif()
endmacro()
macro(check_required_components _NAME)
foreach(comp ${${_NAME}_FIND_COMPONENTS})
if(NOT ${_NAME}_${comp}_FOUND)
if(${_NAME}_FIND_REQUIRED_${comp})
set(${_NAME}_FOUND FALSE)
endif()
endif()
endforeach()
endmacro()
####################################################################################
include(CMakeFindDependencyMacro)
if (ON)
set(THREADS_PREFER_PTHREAD_FLAG )
find_dependency(Threads)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/GTestTargets.cmake")
check_required_components("")

View File

@ -0,0 +1,31 @@
# This is a basic version file for the Config-mode of find_package().
# It is used by write_basic_package_version_file() as input file for configure_file()
# to create a version-file which can be installed along a config.cmake file.
#
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
# the requested version string are exactly the same and it sets
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
# The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "1.9.0")
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
set(PACKAGE_VERSION_COMPATIBLE TRUE)
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
return()
endif()
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
math(EXPR installedBits "8 * 8")
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
set(PACKAGE_VERSION_UNSUITABLE TRUE)
endif()

View File

@ -0,0 +1,11 @@
prefix=${pcfiledir}/../..
libdir=${prefix}/lib
includedir=${prefix}/include
Name: gmock
Description: GoogleMock (without main() function)
Version: 1.9.0
URL: https://github.com/abseil/googletest
Requires: gtest
Libs: -L${libdir} -lgmock -lpthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread

View File

@ -0,0 +1,11 @@
prefix=${pcfiledir}/../..
libdir=${prefix}/lib
includedir=${prefix}/include
Name: gmock_main
Description: GoogleMock (with main() function)
Version: 1.9.0
URL: https://github.com/abseil/googletest
Requires: gmock
Libs: -L${libdir} -lgmock_main -lpthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread

View File

@ -0,0 +1,10 @@
prefix=${pcfiledir}/../..
libdir=${prefix}/lib
includedir=${prefix}/include
Name: gtest
Description: GoogleTest (without main() function)
Version: 1.9.0
URL: https://github.com/abseil/googletest
Libs: -L${libdir} -lgtest -lpthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread

View File

@ -0,0 +1,11 @@
prefix=${pcfiledir}/../..
libdir=${prefix}/lib
includedir=${prefix}/include
Name: gtest_main
Description: GoogleTest (with main() function)
Version: 1.9.0
URL: https://github.com/abseil/googletest
Requires: gtest
Libs: -L${libdir} -lgtest_main -lpthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread

View File

@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Linux-4.13.0-46-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "4.13.0-46-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-4.13.0-46-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "4.13.0-46-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/joethei/workspaces/C_CPP/googletest-download")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/joethei/workspaces/C_CPP/googletest-download")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
The system is: Linux - 4.13.0-46-generic - x86_64

View File

@ -0,0 +1,11 @@
# Hashes of file build rules.
0e25fe87ad64cb8b5cf6933a13eb7509 CMakeFiles/googletest
ced499b5d6f3b33359a72eb9df21f0d6 CMakeFiles/googletest-complete
94073796d9b40fab43ec951f1f5da2ed googletest-prefix/src/googletest-stamp/googletest-build
d80efa18c8a194b63110ce0738eb4cf8 googletest-prefix/src/googletest-stamp/googletest-configure
b9803d39753687dd445804541f436727 googletest-prefix/src/googletest-stamp/googletest-download
1cd1eddf1d54f01721cad10e04f07096 googletest-prefix/src/googletest-stamp/googletest-install
497c598e3085837ccca695f5aa9e350d googletest-prefix/src/googletest-stamp/googletest-mkdir
93905f8c6583bc8bedf016267497f8bb googletest-prefix/src/googletest-stamp/googletest-patch
2d96490f13f419439ace6dd1efe33a42 googletest-prefix/src/googletest-stamp/googletest-test
4d2cc21fc74ae1af7e57fd906535afaf googletest-prefix/src/googletest-stamp/googletest-update

View File

@ -0,0 +1,45 @@
# 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.1/CMakeSystem.cmake"
"CMakeLists.txt"
"googletest-prefix/tmp/googletest-cfgcmd.txt.in"
"/usr/share/cmake-3.9/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.9/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.9/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.9/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.9/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.9/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-3.9/Modules/ExternalProject.cmake"
"/usr/share/cmake-3.9/Modules/FindGit.cmake"
"/usr/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake-3.9/Modules/FindPackageMessage.cmake"
"/usr/share/cmake-3.9/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.9/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake-3.9/Modules/RepositoryInfo.txt.in"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.9.1/CMakeSystem.cmake"
"googletest-prefix/src/googletest-stamp/googletest-gitinfo.txt"
"googletest-prefix/tmp/googletest-cfgcmd.txt"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/googletest.dir/DependInfo.cmake"
)

View File

@ -0,0 +1,108 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP/googletest-download
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP/googletest-download
#=============================================================================
# Target rules for target CMakeFiles/googletest.dir
# All Build rule for target.
CMakeFiles/googletest.dir/all:
$(MAKE) -f CMakeFiles/googletest.dir/build.make CMakeFiles/googletest.dir/depend
$(MAKE) -f CMakeFiles/googletest.dir/build.make CMakeFiles/googletest.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target googletest"
.PHONY : CMakeFiles/googletest.dir/all
# Include target in all.
all: CMakeFiles/googletest.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/googletest.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles 9
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/googletest.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles 0
.PHONY : CMakeFiles/googletest.dir/rule
# Convenience name for target.
googletest: CMakeFiles/googletest.dir/rule
.PHONY : googletest
# clean rule for target.
CMakeFiles/googletest.dir/clean:
$(MAKE) -f CMakeFiles/googletest.dir/build.make CMakeFiles/googletest.dir/clean
.PHONY : CMakeFiles/googletest.dir/clean
# clean rule for target.
clean: CMakeFiles/googletest.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,3 @@
/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/rebuild_cache.dir
/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest.dir
/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/edit_cache.dir

View File

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

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest-complete.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-install.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-mkdir.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-download.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-update.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-patch.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-configure.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-build.rule"
},
{
"file" : "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-test.rule"
}
],
"target" :
{
"labels" :
[
"googletest"
],
"name" : "googletest"
}
}

View File

@ -0,0 +1,14 @@
# Target labels
googletest
# Source files and their labels
/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest
/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest.rule
/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest-complete.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-install.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-mkdir.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-download.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-update.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-patch.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-configure.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-build.rule
/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-test.rule

View File

@ -0,0 +1,146 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP/googletest-download
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP/googletest-download
# Utility rule file for googletest.
# Include the progress variables for this target.
include CMakeFiles/googletest.dir/progress.make
CMakeFiles/googletest: CMakeFiles/googletest-complete
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-install
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-mkdir
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-download
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-update
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-patch
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-configure
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-build
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-install
CMakeFiles/googletest-complete: googletest-prefix/src/googletest-stamp/googletest-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'googletest'"
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles
/usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest-complete
/usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-done
googletest-prefix/src/googletest-stamp/googletest-install: googletest-prefix/src/googletest-stamp/googletest-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No install step for 'googletest'"
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E echo_append
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-install
googletest-prefix/src/googletest-stamp/googletest-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Creating directories for 'googletest'"
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-src
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-build
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/tmp
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp
/usr/bin/cmake -E make_directory /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src
/usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-mkdir
googletest-prefix/src/googletest-stamp/googletest-download: googletest-prefix/src/googletest-stamp/googletest-gitinfo.txt
googletest-prefix/src/googletest-stamp/googletest-download: googletest-prefix/src/googletest-stamp/googletest-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'googletest'"
cd /home/joethei/workspaces/C_CPP && /usr/bin/cmake -P /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/tmp/googletest-gitclone.cmake
cd /home/joethei/workspaces/C_CPP && /usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-download
googletest-prefix/src/googletest-stamp/googletest-update: googletest-prefix/src/googletest-stamp/googletest-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Performing update step for 'googletest'"
cd /home/joethei/workspaces/C_CPP/googletest-src && /usr/bin/cmake -P /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/tmp/googletest-gitupdate.cmake
googletest-prefix/src/googletest-stamp/googletest-patch: googletest-prefix/src/googletest-stamp/googletest-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "No patch step for 'googletest'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-patch
googletest-prefix/src/googletest-stamp/googletest-configure: googletest-prefix/tmp/googletest-cfgcmd.txt
googletest-prefix/src/googletest-stamp/googletest-configure: googletest-prefix/src/googletest-stamp/googletest-update
googletest-prefix/src/googletest-stamp/googletest-configure: googletest-prefix/src/googletest-stamp/googletest-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No configure step for 'googletest'"
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E echo_append
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-configure
googletest-prefix/src/googletest-stamp/googletest-build: googletest-prefix/src/googletest-stamp/googletest-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No build step for 'googletest'"
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E echo_append
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-build
googletest-prefix/src/googletest-stamp/googletest-test: googletest-prefix/src/googletest-stamp/googletest-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No test step for 'googletest'"
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E echo_append
cd /home/joethei/workspaces/C_CPP/googletest-build && /usr/bin/cmake -E touch /home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-test
googletest: CMakeFiles/googletest
googletest: CMakeFiles/googletest-complete
googletest: googletest-prefix/src/googletest-stamp/googletest-install
googletest: googletest-prefix/src/googletest-stamp/googletest-mkdir
googletest: googletest-prefix/src/googletest-stamp/googletest-download
googletest: googletest-prefix/src/googletest-stamp/googletest-update
googletest: googletest-prefix/src/googletest-stamp/googletest-patch
googletest: googletest-prefix/src/googletest-stamp/googletest-configure
googletest: googletest-prefix/src/googletest-stamp/googletest-build
googletest: googletest-prefix/src/googletest-stamp/googletest-test
googletest: CMakeFiles/googletest.dir/build.make
.PHONY : googletest
# Rule to build all files generated by this target.
CMakeFiles/googletest.dir/build: googletest
.PHONY : CMakeFiles/googletest.dir/build
CMakeFiles/googletest.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/googletest.dir/cmake_clean.cmake
.PHONY : CMakeFiles/googletest.dir/clean
CMakeFiles/googletest.dir/depend:
cd /home/joethei/workspaces/C_CPP/googletest-download && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP/googletest-download /home/joethei/workspaces/C_CPP/googletest-download /home/joethei/workspaces/C_CPP/googletest-download /home/joethei/workspaces/C_CPP/googletest-download /home/joethei/workspaces/C_CPP/googletest-download/CMakeFiles/googletest.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/googletest.dir/depend

View File

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

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9

View File

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

View File

@ -0,0 +1 @@
9

View File

@ -0,0 +1,15 @@
cmake_minimum_required(VERSION 2.8.2)
project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
SOURCE_DIR "/home/joethei/workspaces/C_CPP/googletest-src"
BINARY_DIR "/home/joethei/workspaces/C_CPP/googletest-build"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
)

View File

@ -0,0 +1,3 @@
repository='https://github.com/google/googletest.git'
module=''
tag=''

View File

@ -0,0 +1,3 @@
repository='https://github.com/google/googletest.git'
module=''
tag=''

View File

@ -0,0 +1 @@
cmd=''

View File

@ -0,0 +1 @@
cmd='@cmd@'

View File

@ -0,0 +1,108 @@
if("master" STREQUAL "")
message(FATAL_ERROR "Tag for git checkout should not be empty.")
endif()
set(run 0)
if("/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-gitinfo.txt" IS_NEWER_THAN "/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-gitclone-lastrun.txt")
set(run 1)
endif()
if(NOT run)
message(STATUS "Avoiding repeated git clone, stamp file is up to date: '/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-gitclone-lastrun.txt'")
return()
endif()
execute_process(
COMMAND ${CMAKE_COMMAND} -E remove_directory "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to remove directory: '/home/joethei/workspaces/C_CPP/googletest-src'")
endif()
set(git_options)
# disable cert checking if explicitly told not to do it
set(tls_verify "")
if(NOT "x" STREQUAL "x" AND NOT tls_verify)
list(APPEND git_options
-c http.sslVerify=false)
endif()
set(git_clone_options)
set(git_shallow "")
if(git_shallow)
list(APPEND git_clone_options --depth 1 --no-single-branch)
endif()
set(git_progress "")
if(git_progress)
list(APPEND git_clone_options --progress)
endif()
set(git_config "")
foreach(config IN LISTS git_config)
list(APPEND git_clone_options --config ${config})
endforeach()
# try the clone 3 times incase there is an odd git clone issue
set(error_code 1)
set(number_of_tries 0)
while(error_code AND number_of_tries LESS 3)
execute_process(
COMMAND "/usr/bin/git" ${git_options} clone ${git_clone_options} --origin "origin" "https://github.com/google/googletest.git" "googletest-src"
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP"
RESULT_VARIABLE error_code
)
math(EXPR number_of_tries "${number_of_tries} + 1")
endwhile()
if(number_of_tries GREATER 1)
message(STATUS "Had to git clone more than once:
${number_of_tries} times.")
endif()
if(error_code)
message(FATAL_ERROR "Failed to clone repository: 'https://github.com/google/googletest.git'")
endif()
execute_process(
COMMAND "/usr/bin/git" ${git_options} checkout master --
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to checkout tag: 'master'")
endif()
execute_process(
COMMAND "/usr/bin/git" ${git_options} submodule init
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to init submodules in: '/home/joethei/workspaces/C_CPP/googletest-src'")
endif()
execute_process(
COMMAND "/usr/bin/git" ${git_options} submodule update --recursive --init
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to update submodules in: '/home/joethei/workspaces/C_CPP/googletest-src'")
endif()
# Complete success, update the script-last-run stamp file:
#
execute_process(
COMMAND ${CMAKE_COMMAND} -E copy
"/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-gitinfo.txt"
"/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-gitclone-lastrun.txt"
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/home/joethei/workspaces/C_CPP/googletest-download/googletest-prefix/src/googletest-stamp/googletest-gitclone-lastrun.txt'")
endif()

View File

@ -0,0 +1,160 @@
if("master" STREQUAL "")
message(FATAL_ERROR "Tag for git checkout should not be empty.")
endif()
execute_process(
COMMAND "/usr/bin/git" rev-list --max-count=1 HEAD
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE head_sha
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(error_code)
message(FATAL_ERROR "Failed to get the hash for HEAD")
endif()
execute_process(
COMMAND "/usr/bin/git" show-ref master
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
OUTPUT_VARIABLE show_ref_output
)
# If a remote ref is asked for, which can possibly move around,
# we must always do a fetch and checkout.
if("${show_ref_output}" MATCHES "remotes")
set(is_remote_ref 1)
else()
set(is_remote_ref 0)
endif()
# Tag is in the form <remote>/<tag> (i.e. origin/master) we must strip
# the remote from the tag.
if("${show_ref_output}" MATCHES "refs/remotes/master")
string(REGEX MATCH "^([^/]+)/(.+)$" _unused "master")
set(git_remote "${CMAKE_MATCH_1}")
set(git_tag "${CMAKE_MATCH_2}")
else()
set(git_remote "origin")
set(git_tag "master")
endif()
# This will fail if the tag does not exist (it probably has not been fetched
# yet).
execute_process(
COMMAND "/usr/bin/git" rev-list --max-count=1 master
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE tag_sha
OUTPUT_STRIP_TRAILING_WHITESPACE
)
# Is the hash checkout out that we want?
if(error_code OR is_remote_ref OR NOT ("${tag_sha}" STREQUAL "${head_sha}"))
execute_process(
COMMAND "/usr/bin/git" fetch
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to fetch repository 'https://github.com/google/googletest.git'")
endif()
if(is_remote_ref)
# Check if stash is needed
execute_process(
COMMAND "/usr/bin/git" status --porcelain
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE repo_status
)
if(error_code)
message(FATAL_ERROR "Failed to get the status")
endif()
string(LENGTH "${repo_status}" need_stash)
# If not in clean state, stash changes in order to be able to be able to
# perform git pull --rebase
if(need_stash)
execute_process(
COMMAND "/usr/bin/git" stash save --all;--quiet
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to stash changes")
endif()
endif()
# Pull changes from the remote branch
execute_process(
COMMAND "/usr/bin/git" rebase ${git_remote}/${git_tag}
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
# Rebase failed: Restore previous state.
execute_process(
COMMAND "/usr/bin/git" rebase --abort
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
)
if(need_stash)
execute_process(
COMMAND "/usr/bin/git" stash pop --index --quiet
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
)
endif()
message(FATAL_ERROR "\nFailed to rebase in: '/home/joethei/workspaces/C_CPP/googletest-src/'.\nYou will have to resolve the conflicts manually")
endif()
if(need_stash)
execute_process(
COMMAND "/usr/bin/git" stash pop --index --quiet
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
# Stash pop --index failed: Try again dropping the index
execute_process(
COMMAND "/usr/bin/git" reset --hard --quiet
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
execute_process(
COMMAND "/usr/bin/git" stash pop --quiet
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
# Stash pop failed: Restore previous state.
execute_process(
COMMAND "/usr/bin/git" reset --hard --quiet ${head_sha}
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
)
execute_process(
COMMAND "/usr/bin/git" stash pop --index --quiet
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
)
message(FATAL_ERROR "\nFailed to unstash changes in: '/home/joethei/workspaces/C_CPP/googletest-src/'.\nYou will have to resolve the conflicts manually")
endif()
endif()
endif()
else()
execute_process(
COMMAND "/usr/bin/git" checkout master
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to checkout tag: 'master'")
endif()
endif()
execute_process(
COMMAND "/usr/bin/git" submodule update --recursive --init
WORKING_DIRECTORY "/home/joethei/workspaces/C_CPP/googletest-src/"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to update submodules in: '/home/joethei/workspaces/C_CPP/googletest-src/'")
endif()
endif()

View File

@ -0,0 +1,22 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.c
stdio.h
-
math.h
-
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.h
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/main.c
stdio.h
-
func1.h
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.h

View File

@ -0,0 +1,21 @@
# 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
"/home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.c" "/home/joethei/workspaces/C_CPP/src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o"
"/home/joethei/workspaces/C_CPP/src/01_ENV/MP/main.c" "/home/joethei/workspaces/C_CPP/src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,140 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/joethei/workspaces/C_CPP
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP
# Include any dependencies generated for this target.
include src/01_ENV/CMakeFiles/01_ENV_MP.dir/depend.make
# Include the progress variables for this target.
include src/01_ENV/CMakeFiles/01_ENV_MP.dir/progress.make
# Include the compile flags for this target's objects.
include src/01_ENV/CMakeFiles/01_ENV_MP.dir/flags.make
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o: src/01_ENV/CMakeFiles/01_ENV_MP.dir/flags.make
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o: src/01_ENV/MP/main.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/01_ENV_MP.dir/MP/main.c.o -c /home/joethei/workspaces/C_CPP/src/01_ENV/MP/main.c
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/01_ENV_MP.dir/MP/main.c.i"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/joethei/workspaces/C_CPP/src/01_ENV/MP/main.c > CMakeFiles/01_ENV_MP.dir/MP/main.c.i
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/01_ENV_MP.dir/MP/main.c.s"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/joethei/workspaces/C_CPP/src/01_ENV/MP/main.c -o CMakeFiles/01_ENV_MP.dir/MP/main.c.s
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.requires:
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.requires
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.provides: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.requires
$(MAKE) -f src/01_ENV/CMakeFiles/01_ENV_MP.dir/build.make src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.provides.build
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.provides
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.provides.build: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o: src/01_ENV/CMakeFiles/01_ENV_MP.dir/flags.make
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o: src/01_ENV/MP/func1.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/01_ENV_MP.dir/MP/func1.c.o -c /home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.c
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/01_ENV_MP.dir/MP/func1.c.i"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.c > CMakeFiles/01_ENV_MP.dir/MP/func1.c.i
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/01_ENV_MP.dir/MP/func1.c.s"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.c -o CMakeFiles/01_ENV_MP.dir/MP/func1.c.s
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.requires:
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.requires
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.provides: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.requires
$(MAKE) -f src/01_ENV/CMakeFiles/01_ENV_MP.dir/build.make src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.provides.build
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.provides
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.provides.build: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o
# Object files for target 01_ENV_MP
01_ENV_MP_OBJECTS = \
"CMakeFiles/01_ENV_MP.dir/MP/main.c.o" \
"CMakeFiles/01_ENV_MP.dir/MP/func1.c.o"
# External object files for target 01_ENV_MP
01_ENV_MP_EXTERNAL_OBJECTS =
bin/01_ENV_MP: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o
bin/01_ENV_MP: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o
bin/01_ENV_MP: src/01_ENV/CMakeFiles/01_ENV_MP.dir/build.make
bin/01_ENV_MP: src/01_ENV/CMakeFiles/01_ENV_MP.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable ../../bin/01_ENV_MP"
cd /home/joethei/workspaces/C_CPP/src/01_ENV && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/01_ENV_MP.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
src/01_ENV/CMakeFiles/01_ENV_MP.dir/build: bin/01_ENV_MP
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/build
src/01_ENV/CMakeFiles/01_ENV_MP.dir/requires: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o.requires
src/01_ENV/CMakeFiles/01_ENV_MP.dir/requires: src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o.requires
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/requires
src/01_ENV/CMakeFiles/01_ENV_MP.dir/clean:
cd /home/joethei/workspaces/C_CPP/src/01_ENV && $(CMAKE_COMMAND) -P CMakeFiles/01_ENV_MP.dir/cmake_clean.cmake
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/clean
src/01_ENV/CMakeFiles/01_ENV_MP.dir/depend:
cd /home/joethei/workspaces/C_CPP && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/src/01_ENV /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/src/01_ENV /home/joethei/workspaces/C_CPP/src/01_ENV/CMakeFiles/01_ENV_MP.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : src/01_ENV/CMakeFiles/01_ENV_MP.dir/depend

View File

@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/01_ENV_MP.dir/MP/main.c.o"
"CMakeFiles/01_ENV_MP.dir/MP/func1.c.o"
"../../bin/01_ENV_MP.pdb"
"../../bin/01_ENV_MP"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/01_ENV_MP.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,8 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.c
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/func1.h
/home/joethei/workspaces/C_CPP/src/01_ENV/MP/main.c

View File

@ -0,0 +1,8 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/func1.c.o: src/01_ENV/MP/func1.c
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o: src/01_ENV/MP/func1.h
src/01_ENV/CMakeFiles/01_ENV_MP.dir/MP/main.c.o: src/01_ENV/MP/main.c

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile C with /usr/bin/cc
C_FLAGS = -g
C_DEFINES =
C_INCLUDES =

View File

@ -0,0 +1 @@
/usr/bin/cc -g -rdynamic CMakeFiles/01_ENV_MP.dir/MP/main.c.o CMakeFiles/01_ENV_MP.dir/MP/func1.c.o -o ../../bin/01_ENV_MP -lm

View File

@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3

View File

@ -0,0 +1,20 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/joethei/workspaces/C_CPP/src/01_ENV/Testat/func1.c
stdio.h
-
/home/joethei/workspaces/C_CPP/src/01_ENV/Testat/func1.h
/home/joethei/workspaces/C_CPP/src/01_ENV/Testat/main.c
stdio.h
-
func1.h
/home/joethei/workspaces/C_CPP/src/01_ENV/Testat/func1.h

Some files were not shown because too many files have changed in this diff Show More