diff --git a/.gitignore b/.gitignore index da71e17a..4f679e18 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ grive.kdev4 .project .cproject build/ +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +Makefile diff --git a/CMakeCache.txt b/CMakeCache.txt new file mode 100644 index 00000000..d8bd753b --- /dev/null +++ b/CMakeCache.txt @@ -0,0 +1,1462 @@ +# This is the CMakeCache file. +# For build in directory: /home/jpuchky/Projects/grive +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a library. +BFD_LIBRARY:FILEPATH=/usr/lib64/libbfd.so + +//The Boost FILESYSTEM library +Boost_FILESYSTEM_LIBRARY:FILEPATH=/usr/lib64/libboost_filesystem-mt.so + +//Boost filesystem library (debug) +Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libboost_filesystem-mt.so + +//Boost filesystem library (release) +Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libboost_filesystem-mt.so + +//Path to a file. +Boost_INCLUDE_DIR:PATH=/usr/include + +//Boost library directory +Boost_LIBRARY_DIRS:FILEPATH=/usr/lib64 + +//Workaround BOOST libraries issue +Boost_NO_BOOST_CMAKE:BOOL=ON + +//The Boost PROGRAM_OPTIONS library +Boost_PROGRAM_OPTIONS_LIBRARY:FILEPATH=/usr/lib64/libboost_program_options-mt.so + +//Boost program_options library (debug) +Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libboost_program_options-mt.so + +//Boost program_options library (release) +Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libboost_program_options-mt.so + +//The Boost SYSTEM library +Boost_SYSTEM_LIBRARY:FILEPATH=/usr/lib64/libboost_system-mt.so + +//Boost system library (debug) +Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libboost_system-mt.so + +//Boost system library (release) +Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libboost_system-mt.so + +//The Boost UNIT_TEST_FRAMEWORK library +Boost_UNIT_TEST_FRAMEWORK_LIBRARY:FILEPATH=/usr/lib64/libboost_unit_test_framework-mt.so + +//Boost unit_test_framework library (debug) +Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libboost_unit_test_framework-mt.so + +//Boost unit_test_framework library (release) +Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libboost_unit_test_framework-mt.so + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or +// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler. +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//Flags used by the compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=Project + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If true, cmake will use relative paths in makefiles and projects. +CMAKE_USE_RELATIVE_PATHS:BOOL=OFF + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a file. +CPPUNIT_INCLUDE_DIR:PATH=CPPUNIT_INCLUDE_DIR-NOTFOUND + +//Path to a library. +CPPUNIT_LIBRARY:FILEPATH=CPPUNIT_LIBRARY-NOTFOUND + +//Path to a file. +CURL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +CURL_LIBRARY:FILEPATH=/usr/lib64/libcurl.so + +//Path to a library. +DL_LIBRARY:FILEPATH=/usr/lib64/libdl.so + +//Path to a file. +EXPAT_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +EXPAT_LIBRARY:FILEPATH=/usr/lib64/libexpat.so + +//Path to a library. +IBERTY_LIBRARY:FILEPATH=/usr/lib64/libiberty.a + +//Path to a file. +JSONC_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +JSONC_LIBRARY:FILEPATH=/usr/lib64/libjson.so + +//Path to a program. +LIBGCRYPTCONFIG_EXECUTABLE:FILEPATH=/usr/bin/libgcrypt-config + +//Value Computed by CMake +Project_BINARY_DIR:STATIC=/home/jpuchky/Projects/grive + +//Value Computed by CMake +Project_SOURCE_DIR:STATIC=/home/jpuchky/Projects/grive + +//Path to a library. +QT_ARTHURPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_ARTHURPLUGIN_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_ARTHURPLUGIN_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libarthurplugin.so + +//Path to a library. +QT_CONTAINEREXTENSION_PLUGIN_DEBUG:FILEPATH=QT_CONTAINEREXTENSION_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_CONTAINEREXTENSION_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libcontainerextension.so + +//Path to a library. +QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libcustomwidgetplugin.so + +//Path to a program. +QT_DBUSCPP2XML_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/qdbuscpp2xml + +//Path to a program. +QT_DBUSXML2CPP_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/qdbusxml2cpp + +//Path to a program. +QT_DESIGNER_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/designer-qt4 + +//The location of the Qt docs +QT_DOC_DIR:PATH=/usr/share/doc/qt4 + +//Path to a program. +QT_LINGUIST_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/linguist-qt4 + +//Path to a program. +QT_LRELEASE_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/lrelease-qt4 + +//Path to a program. +QT_LUPDATE_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/lupdate-qt4 + +//The location of the Qt mkspecs containing qconfig.pri +QT_MKSPECS_DIR:PATH=/usr/lib64/qt4/mkspecs + +//Path to a program. +QT_MOC_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/moc-qt4 + +//Path to a library. +QT_PHONONWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_PHONONWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_PHONONWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libphononwidgets.so + +//Path to a file. +QT_PHONON_INCLUDE_DIR:PATH=/usr/include/phonon + +//The Qt PHONON library +QT_PHONON_LIBRARY:STRING=/usr/lib64/libphonon.so + +//Path to a library. +QT_PHONON_LIBRARY_DEBUG:FILEPATH=QT_PHONON_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_PHONON_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libphonon.so + +//The location of the Qt plugins +QT_PLUGINS_DIR:PATH=/usr/lib64/qt4/plugins + +//Path to a library. +QT_QCNCODECS_PLUGIN_DEBUG:FILEPATH=QT_QCNCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QCNCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqcncodecs.so + +//Path to a program. +QT_QCOLLECTIONGENERATOR_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/qcollectiongenerator + +//Path to a library. +QT_QCOREWLANBEARER_PLUGIN_DEBUG:FILEPATH=QT_QCOREWLANBEARER_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QCOREWLANBEARER_PLUGIN_RELEASE:FILEPATH=QT_QCOREWLANBEARER_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QDECLARATIVEVIEW_PLUGIN_DEBUG:FILEPATH=QT_QDECLARATIVEVIEW_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QDECLARATIVEVIEW_PLUGIN_RELEASE:FILEPATH=QT_QDECLARATIVEVIEW_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QDECORATIONDEFAULT_PLUGIN_DEBUG:FILEPATH=QT_QDECORATIONDEFAULT_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QDECORATIONDEFAULT_PLUGIN_RELEASE:FILEPATH=QT_QDECORATIONDEFAULT_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QDECORATIONWINDOWS_PLUGIN_DEBUG:FILEPATH=QT_QDECORATIONWINDOWS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QDECORATIONWINDOWS_PLUGIN_RELEASE:FILEPATH=QT_QDECORATIONWINDOWS_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QGENERICBEARER_PLUGIN_DEBUG:FILEPATH=QT_QGENERICBEARER_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QGENERICBEARER_PLUGIN_RELEASE:FILEPATH=QT_QGENERICBEARER_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QGIF_PLUGIN_DEBUG:FILEPATH=QT_QGIF_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QGIF_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqgif.so + +//Path to a library. +QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG:FILEPATH=QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/graphicssystems/libqglgraphicssystem.so + +//Path to a library. +QT_QICO_PLUGIN_DEBUG:FILEPATH=QT_QICO_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QICO_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqico.so + +//Path to a library. +QT_QIMSW_MULTI_PLUGIN_DEBUG:FILEPATH=QT_QIMSW_MULTI_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QIMSW_MULTI_PLUGIN_RELEASE:FILEPATH=QT_QIMSW_MULTI_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QJPCODECS_PLUGIN_DEBUG:FILEPATH=QT_QJPCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QJPCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqjpcodecs.so + +//Path to a library. +QT_QJPEG_PLUGIN_DEBUG:FILEPATH=QT_QJPEG_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QJPEG_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqjpeg.so + +//Path to a library. +QT_QKRCODECS_PLUGIN_DEBUG:FILEPATH=QT_QKRCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QKRCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqkrcodecs.so + +//Where can one of the qmake4 or qmake-qt4 libraries be found +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake-qt4 + +//Path to a library. +QT_QMNG_PLUGIN_DEBUG:FILEPATH=QT_QMNG_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QMNG_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqmng.so + +//Path to a library. +QT_QSQLDB2_PLUGIN_DEBUG:FILEPATH=QT_QSQLDB2_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLDB2_PLUGIN_RELEASE:FILEPATH=QT_QSQLDB2_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLIBASE_PLUGIN_DEBUG:FILEPATH=QT_QSQLIBASE_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLIBASE_PLUGIN_RELEASE:FILEPATH=QT_QSQLIBASE_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLITE2_PLUGIN_DEBUG:FILEPATH=QT_QSQLITE2_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLITE2_PLUGIN_RELEASE:FILEPATH=QT_QSQLITE2_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLITE_PLUGIN_DEBUG:FILEPATH=QT_QSQLITE_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLITE_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so + +//Path to a library. +QT_QSQLMYSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLMYSQL_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLMYSQL_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so + +//Path to a library. +QT_QSQLOCI_PLUGIN_DEBUG:FILEPATH=QT_QSQLOCI_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLOCI_PLUGIN_RELEASE:FILEPATH=QT_QSQLOCI_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLODBC_PLUGIN_DEBUG:FILEPATH=QT_QSQLODBC_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLODBC_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlodbc.so + +//Path to a library. +QT_QSQLPSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLPSQL_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLPSQL_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlpsql.so + +//Path to a library. +QT_QSQLTDS_PLUGIN_DEBUG:FILEPATH=QT_QSQLTDS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLTDS_PLUGIN_RELEASE:FILEPATH=QT_QSQLTDS_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSVGICON_PLUGIN_DEBUG:FILEPATH=QT_QSVGICON_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSVGICON_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/iconengines/libqsvgicon.so + +//Path to a library. +QT_QSVG_PLUGIN_DEBUG:FILEPATH=QT_QSVG_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSVG_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqsvg.so + +//Path to a library. +QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libqt3supportwidgets.so + +//Path to a file. +QT_QT3SUPPORT_INCLUDE_DIR:PATH=/usr/include/Qt3Support + +//The Qt QT3SUPPORT library +QT_QT3SUPPORT_LIBRARY:STRING=/usr/lib64/libQt3Support.so + +//Path to a library. +QT_QT3SUPPORT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQt3Support_debug.so + +//Path to a library. +QT_QT3SUPPORT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQt3Support.so + +//Path to a library. +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so + +//Path to a library. +QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/accessible/libqtaccessiblewidgets.so + +//Path to a file. +QT_QTASSISTANTCLIENT_INCLUDE_DIR:PATH=/usr/include/QtAssistant + +//The Qt QTASSISTANTCLIENT library +QT_QTASSISTANTCLIENT_LIBRARY:STRING=/usr/lib64/libQtAssistantClient.so + +//Path to a library. +QT_QTASSISTANTCLIENT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtAssistantClient_debug.so + +//Path to a library. +QT_QTASSISTANTCLIENT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtAssistantClient.so + +//Path to a file. +QT_QTASSISTANT_INCLUDE_DIR:PATH=/usr/include/QtAssistant + +//The Qt QTASSISTANT library +QT_QTASSISTANT_LIBRARY:STRING=/usr/lib64/libQtAssistantClient.so + +//Path to a library. +QT_QTASSISTANT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtAssistantClient_debug.so + +//Path to a library. +QT_QTASSISTANT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtAssistantClient.so + +//The Qt QTCLUCENE library +QT_QTCLUCENE_LIBRARY:STRING=/usr/lib64/libQtCLucene.so + +//Path to a library. +QT_QTCLUCENE_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtCLucene_debug.so + +//Path to a library. +QT_QTCLUCENE_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtCLucene.so + +//Path to a file. +QT_QTCORE_INCLUDE_DIR:PATH=/usr/include/QtCore + +//The Qt QTCORE library +QT_QTCORE_LIBRARY:STRING=/usr/lib64/libQtCore.so + +//Path to a library. +QT_QTCORE_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtCore_debug.so + +//Path to a library. +QT_QTCORE_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtCore.so + +//Path to a file. +QT_QTDBUS_INCLUDE_DIR:PATH=/usr/include/QtDBus + +//The Qt QTDBUS library +QT_QTDBUS_LIBRARY:STRING=/usr/lib64/libQtDBus.so + +//Path to a library. +QT_QTDBUS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtDBus_debug.so + +//Path to a library. +QT_QTDBUS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtDBus.so + +//Path to a file. +QT_QTDECLARATIVE_INCLUDE_DIR:PATH=QT_QTDECLARATIVE_INCLUDE_DIR-NOTFOUND + +//The Qt QTDECLARATIVE library +QT_QTDECLARATIVE_LIBRARY:STRING= + +//Path to a library. +QT_QTDECLARATIVE_LIBRARY_DEBUG:FILEPATH=QT_QTDECLARATIVE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTDECLARATIVE_LIBRARY_RELEASE:FILEPATH=QT_QTDECLARATIVE_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR:PATH=/usr/include/QtDesigner + +//The Qt QTDESIGNERCOMPONENTS library +QT_QTDESIGNERCOMPONENTS_LIBRARY:STRING=/usr/lib64/libQtDesignerComponents.so + +//Path to a library. +QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtDesignerComponents_debug.so + +//Path to a library. +QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtDesignerComponents.so + +//Path to a file. +QT_QTDESIGNER_INCLUDE_DIR:PATH=/usr/include/QtDesigner + +//The Qt QTDESIGNER library +QT_QTDESIGNER_LIBRARY:STRING=/usr/lib64/libQtDesigner.so + +//Path to a library. +QT_QTDESIGNER_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtDesigner_debug.so + +//Path to a library. +QT_QTDESIGNER_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtDesigner.so + +//Path to a file. +QT_QTGUI_INCLUDE_DIR:PATH=/usr/include/QtGui + +//The Qt QTGUI library +QT_QTGUI_LIBRARY:STRING=/usr/lib64/libQtGui.so + +//Path to a library. +QT_QTGUI_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtGui_debug.so + +//Path to a library. +QT_QTGUI_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtGui.so + +//Path to a file. +QT_QTHELP_INCLUDE_DIR:PATH=/usr/include/QtHelp + +//The Qt QTHELP library +QT_QTHELP_LIBRARY:STRING=/usr/lib64/libQtHelp.so + +//Path to a library. +QT_QTHELP_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtHelp_debug.so + +//Path to a library. +QT_QTHELP_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtHelp.so + +//Path to a library. +QT_QTIFF_PLUGIN_DEBUG:FILEPATH=QT_QTIFF_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTIFF_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqtiff.so + +//Path to a file. +QT_QTMOTIF_INCLUDE_DIR:PATH=QT_QTMOTIF_INCLUDE_DIR-NOTFOUND + +//The Qt QTMOTIF library +QT_QTMOTIF_LIBRARY:STRING= + +//Path to a library. +QT_QTMOTIF_LIBRARY_DEBUG:FILEPATH=QT_QTMOTIF_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTMOTIF_LIBRARY_RELEASE:FILEPATH=QT_QTMOTIF_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTMULTIMEDIA_INCLUDE_DIR:PATH=/usr/include/QtMultimedia + +//The Qt QTMULTIMEDIA library +QT_QTMULTIMEDIA_LIBRARY:STRING=/usr/lib64/libQtMultimedia.so + +//Path to a library. +QT_QTMULTIMEDIA_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtMultimedia_debug.so + +//Path to a library. +QT_QTMULTIMEDIA_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtMultimedia.so + +//Path to a file. +QT_QTNETWORK_INCLUDE_DIR:PATH=/usr/include/QtNetwork + +//The Qt QTNETWORK library +QT_QTNETWORK_LIBRARY:STRING=/usr/lib64/libQtNetwork.so + +//Path to a library. +QT_QTNETWORK_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtNetwork_debug.so + +//Path to a library. +QT_QTNETWORK_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtNetwork.so + +//Path to a file. +QT_QTNSPLUGIN_INCLUDE_DIR:PATH=QT_QTNSPLUGIN_INCLUDE_DIR-NOTFOUND + +//The Qt QTNSPLUGIN library +QT_QTNSPLUGIN_LIBRARY:STRING= + +//Path to a library. +QT_QTNSPLUGIN_LIBRARY_DEBUG:FILEPATH=QT_QTNSPLUGIN_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTNSPLUGIN_LIBRARY_RELEASE:FILEPATH=QT_QTNSPLUGIN_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTOPENGL_INCLUDE_DIR:PATH=/usr/include/QtOpenGL + +//The Qt QTOPENGL library +QT_QTOPENGL_LIBRARY:STRING=/usr/lib64/libQtOpenGL.so + +//Path to a library. +QT_QTOPENGL_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtOpenGL_debug.so + +//Path to a library. +QT_QTOPENGL_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtOpenGL.so + +//Path to a library. +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG:FILEPATH=QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/graphicssystems/libqtracegraphicssystem.so + +//Path to a library. +QT_QTSCRIPTDBUS_PLUGIN_DEBUG:FILEPATH=QT_QTSCRIPTDBUS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTSCRIPTDBUS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/script/libqtscriptdbus.so + +//Path to a file. +QT_QTSCRIPTTOOLS_INCLUDE_DIR:PATH=/usr/include/QtScriptTools + +//The Qt QTSCRIPTTOOLS library +QT_QTSCRIPTTOOLS_LIBRARY:STRING=/usr/lib64/libQtScriptTools.so + +//Path to a library. +QT_QTSCRIPTTOOLS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtScriptTools_debug.so + +//Path to a library. +QT_QTSCRIPTTOOLS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtScriptTools.so + +//Path to a file. +QT_QTSCRIPT_INCLUDE_DIR:PATH=/usr/include/QtScript + +//The Qt QTSCRIPT library +QT_QTSCRIPT_LIBRARY:STRING=/usr/lib64/libQtScript.so + +//Path to a library. +QT_QTSCRIPT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtScript_debug.so + +//Path to a library. +QT_QTSCRIPT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtScript.so + +//Path to a file. +QT_QTSQL_INCLUDE_DIR:PATH=/usr/include/QtSql + +//The Qt QTSQL library +QT_QTSQL_LIBRARY:STRING=/usr/lib64/libQtSql.so + +//Path to a library. +QT_QTSQL_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtSql_debug.so + +//Path to a library. +QT_QTSQL_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtSql.so + +//Path to a file. +QT_QTSVG_INCLUDE_DIR:PATH=/usr/include/QtSvg + +//The Qt QTSVG library +QT_QTSVG_LIBRARY:STRING=/usr/lib64/libQtSvg.so + +//Path to a library. +QT_QTSVG_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtSvg_debug.so + +//Path to a library. +QT_QTSVG_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtSvg.so + +//Path to a file. +QT_QTTEST_INCLUDE_DIR:PATH=/usr/include/QtTest + +//The Qt QTTEST library +QT_QTTEST_LIBRARY:STRING=/usr/lib64/libQtTest.so + +//Path to a library. +QT_QTTEST_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtTest_debug.so + +//Path to a library. +QT_QTTEST_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtTest.so + +//Path to a file. +QT_QTUITOOLS_INCLUDE_DIR:PATH=/usr/include/QtUiTools + +//The Qt QTUITOOLS library +QT_QTUITOOLS_LIBRARY:STRING=/usr/lib64/libQtUiTools.a + +//Path to a library. +QT_QTUITOOLS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtUiTools_debug.a + +//Path to a library. +QT_QTUITOOLS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtUiTools.a + +//Path to a library. +QT_QTWCODECS_PLUGIN_DEBUG:FILEPATH=QT_QTWCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTWCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqtwcodecs.so + +//Path to a file. +QT_QTWEBKIT_INCLUDE_DIR:PATH=QT_QTWEBKIT_INCLUDE_DIR-NOTFOUND + +//The Qt QTWEBKIT library +QT_QTWEBKIT_LIBRARY:STRING= + +//Path to a library. +QT_QTWEBKIT_LIBRARY_DEBUG:FILEPATH=QT_QTWEBKIT_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTWEBKIT_LIBRARY_RELEASE:FILEPATH=QT_QTWEBKIT_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTXMLPATTERNS_INCLUDE_DIR:PATH=/usr/include/QtXmlPatterns + +//The Qt QTXMLPATTERNS library +QT_QTXMLPATTERNS_LIBRARY:STRING=/usr/lib64/libQtXmlPatterns.so + +//Path to a library. +QT_QTXMLPATTERNS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtXmlPatterns_debug.so + +//Path to a library. +QT_QTXMLPATTERNS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtXmlPatterns.so + +//Path to a file. +QT_QTXML_INCLUDE_DIR:PATH=/usr/include/QtXml + +//The Qt QTXML library +QT_QTXML_LIBRARY:STRING=/usr/lib64/libQtXml.so + +//Path to a library. +QT_QTXML_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtXml_debug.so + +//Path to a library. +QT_QTXML_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtXml.so + +//Path to a library. +QT_QWEBVIEW_PLUGIN_DEBUG:FILEPATH=QT_QWEBVIEW_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QWEBVIEW_PLUGIN_RELEASE:FILEPATH=QT_QWEBVIEW_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG:FILEPATH=QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE:FILEPATH=QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE-NOTFOUND + +//Path to a program. +QT_RCC_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/rcc + +//Path to a library. +QT_TASKMENUEXTENSION_PLUGIN_DEBUG:FILEPATH=QT_TASKMENUEXTENSION_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_TASKMENUEXTENSION_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libtaskmenuextension.so + +//The location of the Qt translations +QT_TRANSLATIONS_DIR:PATH=/usr/share/qt4/translations + +//Path to a program. +QT_UIC3_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/uic3 + +//Path to a program. +QT_UIC_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/uic-qt4 + +//Path to a library. +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libworldtimeclockplugin.so + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY:FILEPATH=/usr/lib64/libz.so + +//Value Computed by CMake +bgrive_BINARY_DIR:STATIC=/home/jpuchky/Projects/grive/bgrive + +//Value Computed by CMake +bgrive_SOURCE_DIR:STATIC=/home/jpuchky/Projects/grive/bgrive + +//Value Computed by CMake +grive_BINARY_DIR:STATIC=/home/jpuchky/Projects/grive/grive + +//Dependencies for the target +grive_LIB_DEPENDS:STATIC=general;yajl;general;/usr/lib64/libcurl.so;general;/usr/lib64/libjson.so;general;-lgcrypt -ldl -lgpg-error;general;/usr/lib64/libboost_program_options-mt.so;general;/usr/lib64/libboost_filesystem-mt.so;general;/usr/lib64/libboost_unit_test_framework-mt.so;general;/usr/lib64/libboost_system-mt.so;general;/usr/lib64/libiberty.a;general;/usr/lib64/libexpat.so;general;/usr/lib64/libdl.so;general;/usr/lib64/libbfd.so;general;/usr/lib64/libiberty.a;general;/usr/lib64/libz.so; + +//Value Computed by CMake +grive_SOURCE_DIR:STATIC=/home/jpuchky/Projects/grive/grive + +//Value Computed by CMake +libgrive_BINARY_DIR:STATIC=/home/jpuchky/Projects/grive/libgrive + +//Value Computed by CMake +libgrive_SOURCE_DIR:STATIC=/home/jpuchky/Projects/grive/libgrive + + +######################## +# INTERNAL cache entries +######################## + +//Whether the Boost FILESYSTEM library found +Boost_FILESYSTEM_FOUND:INTERNAL=ON +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY +Boost_FILESYSTEM_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG +Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE +Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_INCLUDE_DIR +Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_LIBRARY_DIRS +Boost_LIBRARY_DIRS-ADVANCED:INTERNAL=1 +//The library version string for boost libraries +Boost_LIB_VERSION:INTERNAL=1_41 +//Whether the Boost PROGRAM_OPTIONS library found +Boost_PROGRAM_OPTIONS_FOUND:INTERNAL=ON +//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY +Boost_PROGRAM_OPTIONS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG +Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE +Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//Whether the Boost SYSTEM library found +Boost_SYSTEM_FOUND:INTERNAL=ON +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY +Boost_SYSTEM_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG +Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE +Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//Whether the Boost UNIT_TEST_FRAMEWORK library found +Boost_UNIT_TEST_FRAMEWORK_FOUND:INTERNAL=ON +//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY +Boost_UNIT_TEST_FRAMEWORK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG +Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE +Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//The version number for boost libraries +Boost_VERSION:INTERNAL=104100 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_BUILD_TOOL +CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 +//What is the target build tool cmake is generating for. +CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/jpuchky/Projects/grive +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=10 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Start directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/safer/home/jpuchky/Projects/grive +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=4 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS +CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_INCLUDE_DIR +CURL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_LIBRARY +CURL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: EXPAT_INCLUDE_DIR +EXPAT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: EXPAT_LIBRARY +EXPAT_LIBRARY-ADVANCED:INTERNAL=1 +//Details about finding CURL +FIND_PACKAGE_MESSAGE_DETAILS_CURL:INTERNAL=[/usr/lib64/libcurl.so][/usr/include][v7.19.7()] +//Details about finding EXPAT +FIND_PACKAGE_MESSAGE_DETAILS_EXPAT:INTERNAL=[/usr/lib64/libexpat.so][/usr/include][v2.0.1()] +//Details about finding Qt4 +FIND_PACKAGE_MESSAGE_DETAILS_Qt4:INTERNAL=[/usr/bin/qmake-qt4][/usr/lib64/qt4/bin/moc-qt4][/usr/lib64/qt4/bin/rcc][/usr/lib64/qt4/bin/uic-qt4][/usr/include][/usr/lib64][/usr/lib64/libQtCore.so][v4.6.2()] +//Details about finding ZLIB +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib64/libz.so][/usr/include][v1.2.3()] +//ADVANCED property for variable: QT_ARTHURPLUGIN_PLUGIN_DEBUG +QT_ARTHURPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_ARTHURPLUGIN_PLUGIN_RELEASE +QT_ARTHURPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +QT_BINARY_DIR:INTERNAL=/usr/lib64/qt4/bin +//ADVANCED property for variable: QT_CONTAINEREXTENSION_PLUGIN_DEBUG +QT_CONTAINEREXTENSION_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_CONTAINEREXTENSION_PLUGIN_RELEASE +QT_CONTAINEREXTENSION_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG +QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE +QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DBUSCPP2XML_EXECUTABLE +QT_DBUSCPP2XML_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DBUSXML2CPP_EXECUTABLE +QT_DBUSXML2CPP_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DESIGNER_EXECUTABLE +QT_DESIGNER_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DOC_DIR +QT_DOC_DIR-ADVANCED:INTERNAL=1 +QT_HEADERS_DIR:INTERNAL=/usr/include +//ADVANCED property for variable: QT_LIBRARY_DIR +QT_LIBRARY_DIR-ADVANCED:INTERNAL=1 +//Qt library dir +QT_LIBRARY_DIR:INTERNAL=/usr/lib64 +//ADVANCED property for variable: QT_LINGUIST_EXECUTABLE +QT_LINGUIST_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_LRELEASE_EXECUTABLE +QT_LRELEASE_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_LUPDATE_EXECUTABLE +QT_LUPDATE_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_MKSPECS_DIR +QT_MKSPECS_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_MOC_EXECUTABLE +QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONONWIDGETS_PLUGIN_DEBUG +QT_PHONONWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONONWIDGETS_PLUGIN_RELEASE +QT_PHONONWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_INCLUDE_DIR +QT_PHONON_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_LIBRARY +QT_PHONON_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_LIBRARY_DEBUG +QT_PHONON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_LIBRARY_RELEASE +QT_PHONON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PLUGINS_DIR +QT_PLUGINS_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCNCODECS_PLUGIN_DEBUG +QT_QCNCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCNCODECS_PLUGIN_RELEASE +QT_QCNCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCOLLECTIONGENERATOR_EXECUTABLE +QT_QCOLLECTIONGENERATOR_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCOREWLANBEARER_PLUGIN_DEBUG +QT_QCOREWLANBEARER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCOREWLANBEARER_PLUGIN_RELEASE +QT_QCOREWLANBEARER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECLARATIVEVIEW_PLUGIN_DEBUG +QT_QDECLARATIVEVIEW_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECLARATIVEVIEW_PLUGIN_RELEASE +QT_QDECLARATIVEVIEW_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONDEFAULT_PLUGIN_DEBUG +QT_QDECORATIONDEFAULT_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONDEFAULT_PLUGIN_RELEASE +QT_QDECORATIONDEFAULT_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONWINDOWS_PLUGIN_DEBUG +QT_QDECORATIONWINDOWS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONWINDOWS_PLUGIN_RELEASE +QT_QDECORATIONWINDOWS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGENERICBEARER_PLUGIN_DEBUG +QT_QGENERICBEARER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGENERICBEARER_PLUGIN_RELEASE +QT_QGENERICBEARER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGIF_PLUGIN_DEBUG +QT_QGIF_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGIF_PLUGIN_RELEASE +QT_QGIF_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG +QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE +QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QICO_PLUGIN_DEBUG +QT_QICO_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QICO_PLUGIN_RELEASE +QT_QICO_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QIMSW_MULTI_PLUGIN_DEBUG +QT_QIMSW_MULTI_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QIMSW_MULTI_PLUGIN_RELEASE +QT_QIMSW_MULTI_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPCODECS_PLUGIN_DEBUG +QT_QJPCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPCODECS_PLUGIN_RELEASE +QT_QJPCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPEG_PLUGIN_DEBUG +QT_QJPEG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPEG_PLUGIN_RELEASE +QT_QJPEG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QKRCODECS_PLUGIN_DEBUG +QT_QKRCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QKRCODECS_PLUGIN_RELEASE +QT_QKRCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +QT_QMAKE_EXECUTABLE_LAST:INTERNAL=/usr/bin/qmake-qt4 +//ADVANCED property for variable: QT_QMNG_PLUGIN_DEBUG +QT_QMNG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QMNG_PLUGIN_RELEASE +QT_QMNG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLDB2_PLUGIN_DEBUG +QT_QSQLDB2_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLDB2_PLUGIN_RELEASE +QT_QSQLDB2_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLIBASE_PLUGIN_DEBUG +QT_QSQLIBASE_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLIBASE_PLUGIN_RELEASE +QT_QSQLIBASE_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE2_PLUGIN_DEBUG +QT_QSQLITE2_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE2_PLUGIN_RELEASE +QT_QSQLITE2_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE_PLUGIN_DEBUG +QT_QSQLITE_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE_PLUGIN_RELEASE +QT_QSQLITE_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLMYSQL_PLUGIN_DEBUG +QT_QSQLMYSQL_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLMYSQL_PLUGIN_RELEASE +QT_QSQLMYSQL_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLOCI_PLUGIN_DEBUG +QT_QSQLOCI_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLOCI_PLUGIN_RELEASE +QT_QSQLOCI_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLODBC_PLUGIN_DEBUG +QT_QSQLODBC_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLODBC_PLUGIN_RELEASE +QT_QSQLODBC_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLPSQL_PLUGIN_DEBUG +QT_QSQLPSQL_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLPSQL_PLUGIN_RELEASE +QT_QSQLPSQL_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLTDS_PLUGIN_DEBUG +QT_QSQLTDS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLTDS_PLUGIN_RELEASE +QT_QSQLTDS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVGICON_PLUGIN_DEBUG +QT_QSVGICON_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVGICON_PLUGIN_RELEASE +QT_QSVGICON_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVG_PLUGIN_DEBUG +QT_QSVG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVG_PLUGIN_RELEASE +QT_QSVG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG +QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE +QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_INCLUDE_DIR +QT_QT3SUPPORT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY +QT_QT3SUPPORT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_DEBUG +QT_QT3SUPPORT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_RELEASE +QT_QT3SUPPORT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG +QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE +QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_INCLUDE_DIR +QT_QTASSISTANTCLIENT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY +QT_QTASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_DEBUG +QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_RELEASE +QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_INCLUDE_DIR +QT_QTASSISTANT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY +QT_QTASSISTANT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_DEBUG +QT_QTASSISTANT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_RELEASE +QT_QTASSISTANT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY +QT_QTCLUCENE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_DEBUG +QT_QTCLUCENE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_RELEASE +QT_QTCLUCENE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_INCLUDE_DIR +QT_QTCORE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_LIBRARY +QT_QTCORE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_LIBRARY_DEBUG +QT_QTCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_LIBRARY_RELEASE +QT_QTCORE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_INCLUDE_DIR +QT_QTDBUS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_LIBRARY +QT_QTDBUS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_LIBRARY_DEBUG +QT_QTDBUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_LIBRARY_RELEASE +QT_QTDBUS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_INCLUDE_DIR +QT_QTDECLARATIVE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY +QT_QTDECLARATIVE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_DEBUG +QT_QTDECLARATIVE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_RELEASE +QT_QTDECLARATIVE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR +QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY +QT_QTDESIGNERCOMPONENTS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG +QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE +QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_INCLUDE_DIR +QT_QTDESIGNER_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY +QT_QTDESIGNER_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_DEBUG +QT_QTDESIGNER_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_RELEASE +QT_QTDESIGNER_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_INCLUDE_DIR +QT_QTGUI_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_LIBRARY +QT_QTGUI_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_LIBRARY_DEBUG +QT_QTGUI_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_LIBRARY_RELEASE +QT_QTGUI_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_INCLUDE_DIR +QT_QTHELP_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_LIBRARY +QT_QTHELP_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_LIBRARY_DEBUG +QT_QTHELP_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_LIBRARY_RELEASE +QT_QTHELP_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTIFF_PLUGIN_DEBUG +QT_QTIFF_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTIFF_PLUGIN_RELEASE +QT_QTIFF_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_INCLUDE_DIR +QT_QTMOTIF_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_LIBRARY +QT_QTMOTIF_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_LIBRARY_DEBUG +QT_QTMOTIF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_LIBRARY_RELEASE +QT_QTMOTIF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_INCLUDE_DIR +QT_QTMULTIMEDIA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY +QT_QTMULTIMEDIA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_DEBUG +QT_QTMULTIMEDIA_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_RELEASE +QT_QTMULTIMEDIA_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_INCLUDE_DIR +QT_QTNETWORK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_LIBRARY +QT_QTNETWORK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_DEBUG +QT_QTNETWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_RELEASE +QT_QTNETWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_INCLUDE_DIR +QT_QTNSPLUGIN_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY +QT_QTNSPLUGIN_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_DEBUG +QT_QTNSPLUGIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_RELEASE +QT_QTNSPLUGIN_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_INCLUDE_DIR +QT_QTOPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_LIBRARY +QT_QTOPENGL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_DEBUG +QT_QTOPENGL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_RELEASE +QT_QTOPENGL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTDBUS_PLUGIN_DEBUG +QT_QTSCRIPTDBUS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTDBUS_PLUGIN_RELEASE +QT_QTSCRIPTDBUS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_INCLUDE_DIR +QT_QTSCRIPTTOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY +QT_QTSCRIPTTOOLS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_DEBUG +QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_RELEASE +QT_QTSCRIPTTOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_INCLUDE_DIR +QT_QTSCRIPT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY +QT_QTSCRIPT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_DEBUG +QT_QTSCRIPT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_RELEASE +QT_QTSCRIPT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_INCLUDE_DIR +QT_QTSQL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_LIBRARY +QT_QTSQL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_LIBRARY_DEBUG +QT_QTSQL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_LIBRARY_RELEASE +QT_QTSQL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_INCLUDE_DIR +QT_QTSVG_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_LIBRARY +QT_QTSVG_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_LIBRARY_DEBUG +QT_QTSVG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_LIBRARY_RELEASE +QT_QTSVG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_INCLUDE_DIR +QT_QTTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_LIBRARY +QT_QTTEST_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_LIBRARY_DEBUG +QT_QTTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_LIBRARY_RELEASE +QT_QTTEST_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_INCLUDE_DIR +QT_QTUITOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY +QT_QTUITOOLS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_DEBUG +QT_QTUITOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_RELEASE +QT_QTUITOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWCODECS_PLUGIN_DEBUG +QT_QTWCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWCODECS_PLUGIN_RELEASE +QT_QTWCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_INCLUDE_DIR +QT_QTWEBKIT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY +QT_QTWEBKIT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_DEBUG +QT_QTWEBKIT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_RELEASE +QT_QTWEBKIT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_INCLUDE_DIR +QT_QTXMLPATTERNS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY +QT_QTXMLPATTERNS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_DEBUG +QT_QTXMLPATTERNS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_RELEASE +QT_QTXMLPATTERNS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_INCLUDE_DIR +QT_QTXML_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_LIBRARY +QT_QTXML_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_LIBRARY_DEBUG +QT_QTXML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_LIBRARY_RELEASE +QT_QTXML_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWEBVIEW_PLUGIN_DEBUG +QT_QWEBVIEW_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWEBVIEW_PLUGIN_RELEASE +QT_QWEBVIEW_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_RCC_EXECUTABLE +QT_RCC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_TASKMENUEXTENSION_PLUGIN_DEBUG +QT_TASKMENUEXTENSION_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_TASKMENUEXTENSION_PLUGIN_RELEASE +QT_TASKMENUEXTENSION_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_TRANSLATIONS_DIR +QT_TRANSLATIONS_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_UIC3_EXECUTABLE +QT_UIC3_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_UIC_EXECUTABLE +QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//Have symbol Q_WS_MAC +Q_WS_MAC:INTERNAL= +//Have symbol Q_WS_QWS +Q_WS_QWS:INTERNAL= +//Have symbol Q_WS_WIN +Q_WS_WIN:INTERNAL= +//Have symbol Q_WS_X11 +Q_WS_X11:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY +ZLIB_LIBRARY-ADVANCED:INTERNAL=1 + diff --git a/CMakeLists.txt b/CMakeLists.txt index 48f1460b..41d3db83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,10 @@ cmake_minimum_required(VERSION 2.8) # Grive version. remember to update it for every new release! -set( GRIVE_VERSION "0.3.0-pre" ) +set( GRIVE_VERSION "0.3.1-pre" ) # common compile options +option(Boost_NO_BOOST_CMAKE "Workaround BOOST libraries issue" ON) add_definitions( -DVERSION="${GRIVE_VERSION}" ) add_definitions( -D_FILE_OFFSET_BITS=64 ) diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..b59ead62 --- /dev/null +++ b/Makefile @@ -0,0 +1,226 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles /home/jpuchky/Projects/grive/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named btest + +# Build rule for target. +btest: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 btest +.PHONY : btest + +# fast build rule for target. +btest/fast: + $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/build +.PHONY : btest/fast + +#============================================================================= +# Target rules for targets named grive + +# Build rule for target. +grive: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 grive +.PHONY : grive + +# fast build rule for target. +grive/fast: + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/build +.PHONY : grive/fast + +#============================================================================= +# Target rules for targets named grive_executable + +# Build rule for target. +grive_executable: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 grive_executable +.PHONY : grive_executable + +# fast build rule for target. +grive_executable/fast: + $(MAKE) -f grive/CMakeFiles/grive_executable.dir/build.make grive/CMakeFiles/grive_executable.dir/build +.PHONY : grive_executable/fast + +#============================================================================= +# Target rules for targets named bgrive_executable + +# Build rule for target. +bgrive_executable: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 bgrive_executable +.PHONY : bgrive_executable + +# fast build rule for target. +bgrive_executable/fast: + $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/build +.PHONY : bgrive_executable/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... btest" + @echo "... grive" + @echo "... grive_executable" + @echo "... bgrive_executable" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/README b/README index a713a75c..982a433c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Grive 0.3.0 +Grive 0.3.1 25 July 2012 http://www.lbreda.com/grive/ @@ -50,13 +50,13 @@ Enjoy! Version History: -Grive v0.3: Bug fix & minor feature release +Grive v0.3.1: Bug fix & minor feature release Fixed bugs: #93: missing reference count increment in one of the Json constructors #82: retry for HTTP error 500 & 503 #77: Fixed a bug where grive crashed on the first run. New features: + #87: support for revisions #86: partial sync (contributed by justin at tierramedia.com) - \ No newline at end of file diff --git a/bgrive/.gitignore b/bgrive/.gitignore new file mode 100644 index 00000000..4f88cfc8 --- /dev/null +++ b/bgrive/.gitignore @@ -0,0 +1,6 @@ +CMakeFiles/ +bgrive +ui_*.h +Makefile +cmake_install.cmake +CMakeCache.txt diff --git a/bgrive/CMakeCache.txt b/bgrive/CMakeCache.txt new file mode 100644 index 00000000..0804ace5 --- /dev/null +++ b/bgrive/CMakeCache.txt @@ -0,0 +1,1312 @@ +# This is the CMakeCache file. +# For build in directory: /mnt/safer/home/jpuchky/Projects/grive/bgrive +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//The directory containing a CMake configuration file for Boost. +Boost_DIR:PATH=/usr/lib64/boost + +//Boost include directory +Boost_INCLUDE_DIR:FILEPATH=/usr/include + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//For backwards compatibility, what version of CMake commands and +// syntax should this version of CMake try to support. +CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 + +//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or +// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler. +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//Flags used by the compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=bgrive + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If true, cmake will use relative paths in makefiles and projects. +CMAKE_USE_RELATIVE_PATHS:BOOL=OFF + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Single output directory for building all executables. +EXECUTABLE_OUTPUT_PATH:PATH= + +//Single output directory for building all libraries. +LIBRARY_OUTPUT_PATH:PATH= + +//Path to a library. +QT_ARTHURPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_ARTHURPLUGIN_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_ARTHURPLUGIN_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libarthurplugin.so + +//Path to a library. +QT_CONTAINEREXTENSION_PLUGIN_DEBUG:FILEPATH=QT_CONTAINEREXTENSION_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_CONTAINEREXTENSION_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libcontainerextension.so + +//Path to a library. +QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libcustomwidgetplugin.so + +//Path to a program. +QT_DBUSCPP2XML_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/qdbuscpp2xml + +//Path to a program. +QT_DBUSXML2CPP_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/qdbusxml2cpp + +//Path to a program. +QT_DESIGNER_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/designer-qt4 + +//The location of the Qt docs +QT_DOC_DIR:PATH=/usr/share/doc/qt4 + +//Path to a program. +QT_LINGUIST_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/linguist-qt4 + +//Path to a program. +QT_LRELEASE_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/lrelease-qt4 + +//Path to a program. +QT_LUPDATE_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/lupdate-qt4 + +//The location of the Qt mkspecs containing qconfig.pri +QT_MKSPECS_DIR:PATH=/usr/lib64/qt4/mkspecs + +//Path to a program. +QT_MOC_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/moc-qt4 + +//Path to a library. +QT_PHONONWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_PHONONWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_PHONONWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libphononwidgets.so + +//Path to a file. +QT_PHONON_INCLUDE_DIR:PATH=/usr/include/phonon + +//The Qt PHONON library +QT_PHONON_LIBRARY:STRING=/usr/lib64/libphonon.so + +//Path to a library. +QT_PHONON_LIBRARY_DEBUG:FILEPATH=QT_PHONON_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_PHONON_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libphonon.so + +//The location of the Qt plugins +QT_PLUGINS_DIR:PATH=/usr/lib64/qt4/plugins + +//Path to a library. +QT_QCNCODECS_PLUGIN_DEBUG:FILEPATH=QT_QCNCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QCNCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqcncodecs.so + +//Path to a program. +QT_QCOLLECTIONGENERATOR_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/qcollectiongenerator + +//Path to a library. +QT_QCOREWLANBEARER_PLUGIN_DEBUG:FILEPATH=QT_QCOREWLANBEARER_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QCOREWLANBEARER_PLUGIN_RELEASE:FILEPATH=QT_QCOREWLANBEARER_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QDECLARATIVEVIEW_PLUGIN_DEBUG:FILEPATH=QT_QDECLARATIVEVIEW_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QDECLARATIVEVIEW_PLUGIN_RELEASE:FILEPATH=QT_QDECLARATIVEVIEW_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QDECORATIONDEFAULT_PLUGIN_DEBUG:FILEPATH=QT_QDECORATIONDEFAULT_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QDECORATIONDEFAULT_PLUGIN_RELEASE:FILEPATH=QT_QDECORATIONDEFAULT_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QDECORATIONWINDOWS_PLUGIN_DEBUG:FILEPATH=QT_QDECORATIONWINDOWS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QDECORATIONWINDOWS_PLUGIN_RELEASE:FILEPATH=QT_QDECORATIONWINDOWS_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QGENERICBEARER_PLUGIN_DEBUG:FILEPATH=QT_QGENERICBEARER_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QGENERICBEARER_PLUGIN_RELEASE:FILEPATH=QT_QGENERICBEARER_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QGIF_PLUGIN_DEBUG:FILEPATH=QT_QGIF_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QGIF_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqgif.so + +//Path to a library. +QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG:FILEPATH=QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/graphicssystems/libqglgraphicssystem.so + +//Path to a library. +QT_QICO_PLUGIN_DEBUG:FILEPATH=QT_QICO_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QICO_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqico.so + +//Path to a library. +QT_QIMSW_MULTI_PLUGIN_DEBUG:FILEPATH=QT_QIMSW_MULTI_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QIMSW_MULTI_PLUGIN_RELEASE:FILEPATH=QT_QIMSW_MULTI_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QJPCODECS_PLUGIN_DEBUG:FILEPATH=QT_QJPCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QJPCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqjpcodecs.so + +//Path to a library. +QT_QJPEG_PLUGIN_DEBUG:FILEPATH=QT_QJPEG_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QJPEG_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqjpeg.so + +//Path to a library. +QT_QKRCODECS_PLUGIN_DEBUG:FILEPATH=QT_QKRCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QKRCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqkrcodecs.so + +//Where can one of the qmake4 or qmake-qt4 libraries be found +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake-qt4 + +//Path to a library. +QT_QMNG_PLUGIN_DEBUG:FILEPATH=QT_QMNG_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QMNG_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqmng.so + +//Path to a library. +QT_QSQLDB2_PLUGIN_DEBUG:FILEPATH=QT_QSQLDB2_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLDB2_PLUGIN_RELEASE:FILEPATH=QT_QSQLDB2_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLIBASE_PLUGIN_DEBUG:FILEPATH=QT_QSQLIBASE_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLIBASE_PLUGIN_RELEASE:FILEPATH=QT_QSQLIBASE_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLITE2_PLUGIN_DEBUG:FILEPATH=QT_QSQLITE2_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLITE2_PLUGIN_RELEASE:FILEPATH=QT_QSQLITE2_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLITE_PLUGIN_DEBUG:FILEPATH=QT_QSQLITE_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLITE_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so + +//Path to a library. +QT_QSQLMYSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLMYSQL_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLMYSQL_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so + +//Path to a library. +QT_QSQLOCI_PLUGIN_DEBUG:FILEPATH=QT_QSQLOCI_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLOCI_PLUGIN_RELEASE:FILEPATH=QT_QSQLOCI_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSQLODBC_PLUGIN_DEBUG:FILEPATH=QT_QSQLODBC_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLODBC_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlodbc.so + +//Path to a library. +QT_QSQLPSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLPSQL_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLPSQL_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/sqldrivers/libqsqlpsql.so + +//Path to a library. +QT_QSQLTDS_PLUGIN_DEBUG:FILEPATH=QT_QSQLTDS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSQLTDS_PLUGIN_RELEASE:FILEPATH=QT_QSQLTDS_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QSVGICON_PLUGIN_DEBUG:FILEPATH=QT_QSVGICON_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSVGICON_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/iconengines/libqsvgicon.so + +//Path to a library. +QT_QSVG_PLUGIN_DEBUG:FILEPATH=QT_QSVG_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QSVG_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqsvg.so + +//Path to a library. +QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libqt3supportwidgets.so + +//Path to a file. +QT_QT3SUPPORT_INCLUDE_DIR:PATH=/usr/include/Qt3Support + +//The Qt QT3SUPPORT library +QT_QT3SUPPORT_LIBRARY:STRING=/usr/lib64/libQt3Support.so + +//Path to a library. +QT_QT3SUPPORT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQt3Support_debug.so + +//Path to a library. +QT_QT3SUPPORT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQt3Support.so + +//Path to a library. +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so + +//Path to a library. +QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/accessible/libqtaccessiblewidgets.so + +//Path to a file. +QT_QTASSISTANTCLIENT_INCLUDE_DIR:PATH=/usr/include/QtAssistant + +//The Qt QTASSISTANTCLIENT library +QT_QTASSISTANTCLIENT_LIBRARY:STRING=/usr/lib64/libQtAssistantClient.so + +//Path to a library. +QT_QTASSISTANTCLIENT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtAssistantClient_debug.so + +//Path to a library. +QT_QTASSISTANTCLIENT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtAssistantClient.so + +//Path to a file. +QT_QTASSISTANT_INCLUDE_DIR:PATH=/usr/include/QtAssistant + +//The Qt QTASSISTANT library +QT_QTASSISTANT_LIBRARY:STRING=/usr/lib64/libQtAssistantClient.so + +//Path to a library. +QT_QTASSISTANT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtAssistantClient_debug.so + +//Path to a library. +QT_QTASSISTANT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtAssistantClient.so + +//The Qt QTCLUCENE library +QT_QTCLUCENE_LIBRARY:STRING=/usr/lib64/libQtCLucene.so + +//Path to a library. +QT_QTCLUCENE_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtCLucene_debug.so + +//Path to a library. +QT_QTCLUCENE_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtCLucene.so + +//Path to a file. +QT_QTCORE_INCLUDE_DIR:PATH=/usr/include/QtCore + +//The Qt QTCORE library +QT_QTCORE_LIBRARY:STRING=/usr/lib64/libQtCore.so + +//Path to a library. +QT_QTCORE_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtCore_debug.so + +//Path to a library. +QT_QTCORE_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtCore.so + +//Path to a file. +QT_QTDBUS_INCLUDE_DIR:PATH=/usr/include/QtDBus + +//The Qt QTDBUS library +QT_QTDBUS_LIBRARY:STRING=/usr/lib64/libQtDBus.so + +//Path to a library. +QT_QTDBUS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtDBus_debug.so + +//Path to a library. +QT_QTDBUS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtDBus.so + +//Path to a file. +QT_QTDECLARATIVE_INCLUDE_DIR:PATH=QT_QTDECLARATIVE_INCLUDE_DIR-NOTFOUND + +//The Qt QTDECLARATIVE library +QT_QTDECLARATIVE_LIBRARY:STRING= + +//Path to a library. +QT_QTDECLARATIVE_LIBRARY_DEBUG:FILEPATH=QT_QTDECLARATIVE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTDECLARATIVE_LIBRARY_RELEASE:FILEPATH=QT_QTDECLARATIVE_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR:PATH=/usr/include/QtDesigner + +//The Qt QTDESIGNERCOMPONENTS library +QT_QTDESIGNERCOMPONENTS_LIBRARY:STRING=/usr/lib64/libQtDesignerComponents.so + +//Path to a library. +QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtDesignerComponents_debug.so + +//Path to a library. +QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtDesignerComponents.so + +//Path to a file. +QT_QTDESIGNER_INCLUDE_DIR:PATH=/usr/include/QtDesigner + +//The Qt QTDESIGNER library +QT_QTDESIGNER_LIBRARY:STRING=/usr/lib64/libQtDesigner.so + +//Path to a library. +QT_QTDESIGNER_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtDesigner_debug.so + +//Path to a library. +QT_QTDESIGNER_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtDesigner.so + +//Path to a file. +QT_QTGUI_INCLUDE_DIR:PATH=/usr/include/QtGui + +//The Qt QTGUI library +QT_QTGUI_LIBRARY:STRING=/usr/lib64/libQtGui.so + +//Path to a library. +QT_QTGUI_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtGui_debug.so + +//Path to a library. +QT_QTGUI_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtGui.so + +//Path to a file. +QT_QTHELP_INCLUDE_DIR:PATH=/usr/include/QtHelp + +//The Qt QTHELP library +QT_QTHELP_LIBRARY:STRING=/usr/lib64/libQtHelp.so + +//Path to a library. +QT_QTHELP_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtHelp_debug.so + +//Path to a library. +QT_QTHELP_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtHelp.so + +//Path to a library. +QT_QTIFF_PLUGIN_DEBUG:FILEPATH=QT_QTIFF_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTIFF_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/imageformats/libqtiff.so + +//Path to a file. +QT_QTMOTIF_INCLUDE_DIR:PATH=QT_QTMOTIF_INCLUDE_DIR-NOTFOUND + +//The Qt QTMOTIF library +QT_QTMOTIF_LIBRARY:STRING= + +//Path to a library. +QT_QTMOTIF_LIBRARY_DEBUG:FILEPATH=QT_QTMOTIF_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTMOTIF_LIBRARY_RELEASE:FILEPATH=QT_QTMOTIF_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTMULTIMEDIA_INCLUDE_DIR:PATH=/usr/include/QtMultimedia + +//The Qt QTMULTIMEDIA library +QT_QTMULTIMEDIA_LIBRARY:STRING=/usr/lib64/libQtMultimedia.so + +//Path to a library. +QT_QTMULTIMEDIA_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtMultimedia_debug.so + +//Path to a library. +QT_QTMULTIMEDIA_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtMultimedia.so + +//Path to a file. +QT_QTNETWORK_INCLUDE_DIR:PATH=/usr/include/QtNetwork + +//The Qt QTNETWORK library +QT_QTNETWORK_LIBRARY:STRING=/usr/lib64/libQtNetwork.so + +//Path to a library. +QT_QTNETWORK_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtNetwork_debug.so + +//Path to a library. +QT_QTNETWORK_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtNetwork.so + +//Path to a file. +QT_QTNSPLUGIN_INCLUDE_DIR:PATH=QT_QTNSPLUGIN_INCLUDE_DIR-NOTFOUND + +//The Qt QTNSPLUGIN library +QT_QTNSPLUGIN_LIBRARY:STRING= + +//Path to a library. +QT_QTNSPLUGIN_LIBRARY_DEBUG:FILEPATH=QT_QTNSPLUGIN_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTNSPLUGIN_LIBRARY_RELEASE:FILEPATH=QT_QTNSPLUGIN_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTOPENGL_INCLUDE_DIR:PATH=/usr/include/QtOpenGL + +//The Qt QTOPENGL library +QT_QTOPENGL_LIBRARY:STRING=/usr/lib64/libQtOpenGL.so + +//Path to a library. +QT_QTOPENGL_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtOpenGL_debug.so + +//Path to a library. +QT_QTOPENGL_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtOpenGL.so + +//Path to a library. +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG:FILEPATH=QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/graphicssystems/libqtracegraphicssystem.so + +//Path to a library. +QT_QTSCRIPTDBUS_PLUGIN_DEBUG:FILEPATH=QT_QTSCRIPTDBUS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTSCRIPTDBUS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/script/libqtscriptdbus.so + +//Path to a file. +QT_QTSCRIPTTOOLS_INCLUDE_DIR:PATH=/usr/include/QtScriptTools + +//The Qt QTSCRIPTTOOLS library +QT_QTSCRIPTTOOLS_LIBRARY:STRING=/usr/lib64/libQtScriptTools.so + +//Path to a library. +QT_QTSCRIPTTOOLS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtScriptTools_debug.so + +//Path to a library. +QT_QTSCRIPTTOOLS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtScriptTools.so + +//Path to a file. +QT_QTSCRIPT_INCLUDE_DIR:PATH=/usr/include/QtScript + +//The Qt QTSCRIPT library +QT_QTSCRIPT_LIBRARY:STRING=/usr/lib64/libQtScript.so + +//Path to a library. +QT_QTSCRIPT_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtScript_debug.so + +//Path to a library. +QT_QTSCRIPT_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtScript.so + +//Path to a file. +QT_QTSQL_INCLUDE_DIR:PATH=/usr/include/QtSql + +//The Qt QTSQL library +QT_QTSQL_LIBRARY:STRING=/usr/lib64/libQtSql.so + +//Path to a library. +QT_QTSQL_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtSql_debug.so + +//Path to a library. +QT_QTSQL_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtSql.so + +//Path to a file. +QT_QTSVG_INCLUDE_DIR:PATH=/usr/include/QtSvg + +//The Qt QTSVG library +QT_QTSVG_LIBRARY:STRING=/usr/lib64/libQtSvg.so + +//Path to a library. +QT_QTSVG_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtSvg_debug.so + +//Path to a library. +QT_QTSVG_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtSvg.so + +//Path to a file. +QT_QTTEST_INCLUDE_DIR:PATH=/usr/include/QtTest + +//The Qt QTTEST library +QT_QTTEST_LIBRARY:STRING=/usr/lib64/libQtTest.so + +//Path to a library. +QT_QTTEST_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtTest_debug.so + +//Path to a library. +QT_QTTEST_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtTest.so + +//Path to a file. +QT_QTUITOOLS_INCLUDE_DIR:PATH=/usr/include/QtUiTools + +//The Qt QTUITOOLS library +QT_QTUITOOLS_LIBRARY:STRING=/usr/lib64/libQtUiTools.a + +//Path to a library. +QT_QTUITOOLS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtUiTools_debug.a + +//Path to a library. +QT_QTUITOOLS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtUiTools.a + +//Path to a library. +QT_QTWCODECS_PLUGIN_DEBUG:FILEPATH=QT_QTWCODECS_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QTWCODECS_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/codecs/libqtwcodecs.so + +//Path to a file. +QT_QTWEBKIT_INCLUDE_DIR:PATH=QT_QTWEBKIT_INCLUDE_DIR-NOTFOUND + +//The Qt QTWEBKIT library +QT_QTWEBKIT_LIBRARY:STRING= + +//Path to a library. +QT_QTWEBKIT_LIBRARY_DEBUG:FILEPATH=QT_QTWEBKIT_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +QT_QTWEBKIT_LIBRARY_RELEASE:FILEPATH=QT_QTWEBKIT_LIBRARY_RELEASE-NOTFOUND + +//Path to a file. +QT_QTXMLPATTERNS_INCLUDE_DIR:PATH=/usr/include/QtXmlPatterns + +//The Qt QTXMLPATTERNS library +QT_QTXMLPATTERNS_LIBRARY:STRING=/usr/lib64/libQtXmlPatterns.so + +//Path to a library. +QT_QTXMLPATTERNS_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtXmlPatterns_debug.so + +//Path to a library. +QT_QTXMLPATTERNS_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtXmlPatterns.so + +//Path to a file. +QT_QTXML_INCLUDE_DIR:PATH=/usr/include/QtXml + +//The Qt QTXML library +QT_QTXML_LIBRARY:STRING=/usr/lib64/libQtXml.so + +//Path to a library. +QT_QTXML_LIBRARY_DEBUG:FILEPATH=/usr/lib64/libQtXml_debug.so + +//Path to a library. +QT_QTXML_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libQtXml.so + +//Path to a library. +QT_QWEBVIEW_PLUGIN_DEBUG:FILEPATH=QT_QWEBVIEW_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QWEBVIEW_PLUGIN_RELEASE:FILEPATH=QT_QWEBVIEW_PLUGIN_RELEASE-NOTFOUND + +//Path to a library. +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG:FILEPATH=QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE:FILEPATH=QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE-NOTFOUND + +//Path to a program. +QT_RCC_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/rcc + +//Path to a library. +QT_TASKMENUEXTENSION_PLUGIN_DEBUG:FILEPATH=QT_TASKMENUEXTENSION_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_TASKMENUEXTENSION_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libtaskmenuextension.so + +//The location of the Qt translations +QT_TRANSLATIONS_DIR:PATH=/usr/share/qt4/translations + +//Path to a program. +QT_UIC3_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/uic3 + +//Path to a program. +QT_UIC_EXECUTABLE:FILEPATH=/usr/lib64/qt4/bin/uic-qt4 + +//Path to a library. +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-NOTFOUND + +//Path to a library. +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE:FILEPATH=/usr/lib64/qt4/plugins/designer/libworldtimeclockplugin.so + +//Value Computed by CMake +bgrive_BINARY_DIR:STATIC=/mnt/safer/home/jpuchky/Projects/grive/bgrive + +//Value Computed by CMake +bgrive_SOURCE_DIR:STATIC=/mnt/safer/home/jpuchky/Projects/grive/bgrive + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_BUILD_TOOL +CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 +//What is the target build tool cmake is generating for. +CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/mnt/safer/home/jpuchky/Projects/grive/bgrive +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=10 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Start directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/safer/home/jpuchky/Projects/grive/bgrive +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS +CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Qt4 +FIND_PACKAGE_MESSAGE_DETAILS_Qt4:INTERNAL=[/usr/bin/qmake-qt4][/usr/lib64/qt4/bin/moc-qt4][/usr/lib64/qt4/bin/rcc][/usr/lib64/qt4/bin/uic-qt4][/usr/include][/usr/lib64][/usr/lib64/libQtCore.so][v4.6.2()] +//ADVANCED property for variable: QT_ARTHURPLUGIN_PLUGIN_DEBUG +QT_ARTHURPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_ARTHURPLUGIN_PLUGIN_RELEASE +QT_ARTHURPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +QT_BINARY_DIR:INTERNAL=/usr/lib64/qt4/bin +//ADVANCED property for variable: QT_CONTAINEREXTENSION_PLUGIN_DEBUG +QT_CONTAINEREXTENSION_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_CONTAINEREXTENSION_PLUGIN_RELEASE +QT_CONTAINEREXTENSION_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG +QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE +QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DBUSCPP2XML_EXECUTABLE +QT_DBUSCPP2XML_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DBUSXML2CPP_EXECUTABLE +QT_DBUSXML2CPP_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DESIGNER_EXECUTABLE +QT_DESIGNER_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_DOC_DIR +QT_DOC_DIR-ADVANCED:INTERNAL=1 +QT_HEADERS_DIR:INTERNAL=/usr/include +//ADVANCED property for variable: QT_LIBRARY_DIR +QT_LIBRARY_DIR-ADVANCED:INTERNAL=1 +//Qt library dir +QT_LIBRARY_DIR:INTERNAL=/usr/lib64 +//ADVANCED property for variable: QT_LINGUIST_EXECUTABLE +QT_LINGUIST_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_LRELEASE_EXECUTABLE +QT_LRELEASE_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_LUPDATE_EXECUTABLE +QT_LUPDATE_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_MKSPECS_DIR +QT_MKSPECS_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_MOC_EXECUTABLE +QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONONWIDGETS_PLUGIN_DEBUG +QT_PHONONWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONONWIDGETS_PLUGIN_RELEASE +QT_PHONONWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_INCLUDE_DIR +QT_PHONON_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_LIBRARY +QT_PHONON_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_LIBRARY_DEBUG +QT_PHONON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PHONON_LIBRARY_RELEASE +QT_PHONON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_PLUGINS_DIR +QT_PLUGINS_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCNCODECS_PLUGIN_DEBUG +QT_QCNCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCNCODECS_PLUGIN_RELEASE +QT_QCNCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCOLLECTIONGENERATOR_EXECUTABLE +QT_QCOLLECTIONGENERATOR_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCOREWLANBEARER_PLUGIN_DEBUG +QT_QCOREWLANBEARER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QCOREWLANBEARER_PLUGIN_RELEASE +QT_QCOREWLANBEARER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECLARATIVEVIEW_PLUGIN_DEBUG +QT_QDECLARATIVEVIEW_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECLARATIVEVIEW_PLUGIN_RELEASE +QT_QDECLARATIVEVIEW_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONDEFAULT_PLUGIN_DEBUG +QT_QDECORATIONDEFAULT_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONDEFAULT_PLUGIN_RELEASE +QT_QDECORATIONDEFAULT_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONWINDOWS_PLUGIN_DEBUG +QT_QDECORATIONWINDOWS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QDECORATIONWINDOWS_PLUGIN_RELEASE +QT_QDECORATIONWINDOWS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGENERICBEARER_PLUGIN_DEBUG +QT_QGENERICBEARER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGENERICBEARER_PLUGIN_RELEASE +QT_QGENERICBEARER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGIF_PLUGIN_DEBUG +QT_QGIF_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGIF_PLUGIN_RELEASE +QT_QGIF_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG +QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE +QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QICO_PLUGIN_DEBUG +QT_QICO_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QICO_PLUGIN_RELEASE +QT_QICO_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QIMSW_MULTI_PLUGIN_DEBUG +QT_QIMSW_MULTI_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QIMSW_MULTI_PLUGIN_RELEASE +QT_QIMSW_MULTI_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPCODECS_PLUGIN_DEBUG +QT_QJPCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPCODECS_PLUGIN_RELEASE +QT_QJPCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPEG_PLUGIN_DEBUG +QT_QJPEG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QJPEG_PLUGIN_RELEASE +QT_QJPEG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QKRCODECS_PLUGIN_DEBUG +QT_QKRCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QKRCODECS_PLUGIN_RELEASE +QT_QKRCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +QT_QMAKE_EXECUTABLE_LAST:INTERNAL=/usr/lib64/qt-3.3/bin/qmake +//ADVANCED property for variable: QT_QMNG_PLUGIN_DEBUG +QT_QMNG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QMNG_PLUGIN_RELEASE +QT_QMNG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLDB2_PLUGIN_DEBUG +QT_QSQLDB2_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLDB2_PLUGIN_RELEASE +QT_QSQLDB2_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLIBASE_PLUGIN_DEBUG +QT_QSQLIBASE_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLIBASE_PLUGIN_RELEASE +QT_QSQLIBASE_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE2_PLUGIN_DEBUG +QT_QSQLITE2_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE2_PLUGIN_RELEASE +QT_QSQLITE2_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE_PLUGIN_DEBUG +QT_QSQLITE_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLITE_PLUGIN_RELEASE +QT_QSQLITE_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLMYSQL_PLUGIN_DEBUG +QT_QSQLMYSQL_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLMYSQL_PLUGIN_RELEASE +QT_QSQLMYSQL_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLOCI_PLUGIN_DEBUG +QT_QSQLOCI_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLOCI_PLUGIN_RELEASE +QT_QSQLOCI_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLODBC_PLUGIN_DEBUG +QT_QSQLODBC_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLODBC_PLUGIN_RELEASE +QT_QSQLODBC_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLPSQL_PLUGIN_DEBUG +QT_QSQLPSQL_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLPSQL_PLUGIN_RELEASE +QT_QSQLPSQL_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLTDS_PLUGIN_DEBUG +QT_QSQLTDS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSQLTDS_PLUGIN_RELEASE +QT_QSQLTDS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVGICON_PLUGIN_DEBUG +QT_QSVGICON_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVGICON_PLUGIN_RELEASE +QT_QSVGICON_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVG_PLUGIN_DEBUG +QT_QSVG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QSVG_PLUGIN_RELEASE +QT_QSVG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG +QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE +QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_INCLUDE_DIR +QT_QT3SUPPORT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY +QT_QT3SUPPORT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_DEBUG +QT_QT3SUPPORT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_RELEASE +QT_QT3SUPPORT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE +QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG +QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE +QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_INCLUDE_DIR +QT_QTASSISTANTCLIENT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY +QT_QTASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_DEBUG +QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_RELEASE +QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_INCLUDE_DIR +QT_QTASSISTANT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY +QT_QTASSISTANT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_DEBUG +QT_QTASSISTANT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_RELEASE +QT_QTASSISTANT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY +QT_QTCLUCENE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_DEBUG +QT_QTCLUCENE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_RELEASE +QT_QTCLUCENE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_INCLUDE_DIR +QT_QTCORE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_LIBRARY +QT_QTCORE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_LIBRARY_DEBUG +QT_QTCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTCORE_LIBRARY_RELEASE +QT_QTCORE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_INCLUDE_DIR +QT_QTDBUS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_LIBRARY +QT_QTDBUS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_LIBRARY_DEBUG +QT_QTDBUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDBUS_LIBRARY_RELEASE +QT_QTDBUS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_INCLUDE_DIR +QT_QTDECLARATIVE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY +QT_QTDECLARATIVE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_DEBUG +QT_QTDECLARATIVE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_RELEASE +QT_QTDECLARATIVE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR +QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY +QT_QTDESIGNERCOMPONENTS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG +QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE +QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_INCLUDE_DIR +QT_QTDESIGNER_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY +QT_QTDESIGNER_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_DEBUG +QT_QTDESIGNER_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_RELEASE +QT_QTDESIGNER_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_INCLUDE_DIR +QT_QTGUI_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_LIBRARY +QT_QTGUI_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_LIBRARY_DEBUG +QT_QTGUI_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTGUI_LIBRARY_RELEASE +QT_QTGUI_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_INCLUDE_DIR +QT_QTHELP_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_LIBRARY +QT_QTHELP_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_LIBRARY_DEBUG +QT_QTHELP_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTHELP_LIBRARY_RELEASE +QT_QTHELP_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTIFF_PLUGIN_DEBUG +QT_QTIFF_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTIFF_PLUGIN_RELEASE +QT_QTIFF_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_INCLUDE_DIR +QT_QTMOTIF_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_LIBRARY +QT_QTMOTIF_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_LIBRARY_DEBUG +QT_QTMOTIF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMOTIF_LIBRARY_RELEASE +QT_QTMOTIF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_INCLUDE_DIR +QT_QTMULTIMEDIA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY +QT_QTMULTIMEDIA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_DEBUG +QT_QTMULTIMEDIA_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_RELEASE +QT_QTMULTIMEDIA_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_INCLUDE_DIR +QT_QTNETWORK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_LIBRARY +QT_QTNETWORK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_DEBUG +QT_QTNETWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_RELEASE +QT_QTNETWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_INCLUDE_DIR +QT_QTNSPLUGIN_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY +QT_QTNSPLUGIN_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_DEBUG +QT_QTNSPLUGIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_RELEASE +QT_QTNSPLUGIN_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_INCLUDE_DIR +QT_QTOPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_LIBRARY +QT_QTOPENGL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_DEBUG +QT_QTOPENGL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_RELEASE +QT_QTOPENGL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE +QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTDBUS_PLUGIN_DEBUG +QT_QTSCRIPTDBUS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTDBUS_PLUGIN_RELEASE +QT_QTSCRIPTDBUS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_INCLUDE_DIR +QT_QTSCRIPTTOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY +QT_QTSCRIPTTOOLS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_DEBUG +QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_RELEASE +QT_QTSCRIPTTOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_INCLUDE_DIR +QT_QTSCRIPT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY +QT_QTSCRIPT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_DEBUG +QT_QTSCRIPT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_RELEASE +QT_QTSCRIPT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_INCLUDE_DIR +QT_QTSQL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_LIBRARY +QT_QTSQL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_LIBRARY_DEBUG +QT_QTSQL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSQL_LIBRARY_RELEASE +QT_QTSQL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_INCLUDE_DIR +QT_QTSVG_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_LIBRARY +QT_QTSVG_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_LIBRARY_DEBUG +QT_QTSVG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTSVG_LIBRARY_RELEASE +QT_QTSVG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_INCLUDE_DIR +QT_QTTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_LIBRARY +QT_QTTEST_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_LIBRARY_DEBUG +QT_QTTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTTEST_LIBRARY_RELEASE +QT_QTTEST_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_INCLUDE_DIR +QT_QTUITOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY +QT_QTUITOOLS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_DEBUG +QT_QTUITOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_RELEASE +QT_QTUITOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWCODECS_PLUGIN_DEBUG +QT_QTWCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWCODECS_PLUGIN_RELEASE +QT_QTWCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_INCLUDE_DIR +QT_QTWEBKIT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY +QT_QTWEBKIT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_DEBUG +QT_QTWEBKIT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_RELEASE +QT_QTWEBKIT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_INCLUDE_DIR +QT_QTXMLPATTERNS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY +QT_QTXMLPATTERNS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_DEBUG +QT_QTXMLPATTERNS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_RELEASE +QT_QTXMLPATTERNS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_INCLUDE_DIR +QT_QTXML_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_LIBRARY +QT_QTXML_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_LIBRARY_DEBUG +QT_QTXML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QTXML_LIBRARY_RELEASE +QT_QTXML_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWEBVIEW_PLUGIN_DEBUG +QT_QWEBVIEW_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWEBVIEW_PLUGIN_RELEASE +QT_QWEBVIEW_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE +QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_RCC_EXECUTABLE +QT_RCC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_TASKMENUEXTENSION_PLUGIN_DEBUG +QT_TASKMENUEXTENSION_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_TASKMENUEXTENSION_PLUGIN_RELEASE +QT_TASKMENUEXTENSION_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_TRANSLATIONS_DIR +QT_TRANSLATIONS_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_UIC3_EXECUTABLE +QT_UIC3_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_UIC_EXECUTABLE +QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE +QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1 +//Have symbol Q_WS_MAC +Q_WS_MAC:INTERNAL= +//Have symbol Q_WS_QWS +Q_WS_QWS:INTERNAL= +//Have symbol Q_WS_WIN +Q_WS_WIN:INTERNAL= +//Have symbol Q_WS_X11 +Q_WS_X11:INTERNAL=1 + diff --git a/bgrive/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake b/bgrive/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake new file mode 100644 index 00000000..a9725160 --- /dev/null +++ b/bgrive/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake @@ -0,0 +1,55 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "4.4.7") +set(CMAKE_C_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.4.7;/usr/lib64;/lib64;/usr/lib") + + + diff --git a/bgrive/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake b/bgrive/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake new file mode 100644 index 00000000..09a4653b --- /dev/null +++ b/bgrive/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake @@ -0,0 +1,56 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "4.4.7") +set(CMAKE_CXX_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + + + + +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.4.7;/usr/lib64;/lib64;/usr/lib") + + + diff --git a/bgrive/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_C.bin b/bgrive/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 00000000..6806d964 Binary files /dev/null and b/bgrive/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_C.bin differ diff --git a/bgrive/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_CXX.bin b/bgrive/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 00000000..0fa688ca Binary files /dev/null and b/bgrive/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/bgrive/CMakeFiles/2.8.10.2/CMakeSystem.cmake b/bgrive/CMakeFiles/2.8.10.2/CMakeSystem.cmake new file mode 100644 index 00000000..f89d40f0 --- /dev/null +++ b/bgrive/CMakeFiles/2.8.10.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ + + +set(CMAKE_SYSTEM "Linux-2.6.32-358.el6.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "2.6.32-358.el6.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_HOST_SYSTEM "Linux-2.6.32-358.el6.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "2.6.32-358.el6.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/CMakeCCompilerId.c b/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 00000000..699d25dc --- /dev/null +++ b/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,393 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_C = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMC__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI_DSP" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com + Not supported yet by CMake +#elif defined(__IAR_SYSTEMS_ICC__) +# define COMPILER_ID "IAR" */ + +/* sdcc, the small devices C compiler for embedded systems, + http://sdcc.sourceforge.net */ +#elif defined(SDCC) +# define COMPILER_ID "SDCC" + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + +/* This compiler is either not known or is too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" + +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) +# define PLATFORM_ID "Haiku" +/* Haiku also defines __BEOS__ so we must + put it prior to the check for __BEOS__ +*/ + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} +#endif diff --git a/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/a.out b/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/a.out new file mode 100755 index 00000000..8d1a9c33 Binary files /dev/null and b/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/a.out differ diff --git a/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 00000000..0d13d64b --- /dev/null +++ b/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,375 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMCPP__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI_DSP" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + +/* This compiler is either not known or is too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" + +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) +# define PLATFORM_ID "Haiku" +/* Haiku also defines __BEOS__ so we must + put it prior to the check for __BEOS__ +*/ + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} diff --git a/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/a.out b/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/a.out new file mode 100755 index 00000000..8f2e0781 Binary files /dev/null and b/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/a.out differ diff --git a/bgrive/CMakeFiles/CMakeDirectoryInformation.cmake b/bgrive/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..b587f513 --- /dev/null +++ b/bgrive/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jpuchky/Projects/grive") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jpuchky/Projects/grive") + +# 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}) diff --git a/bgrive/CMakeFiles/CMakeError.log b/bgrive/CMakeFiles/CMakeError.log new file mode 100644 index 00000000..504d74e8 --- /dev/null +++ b/bgrive/CMakeFiles/CMakeError.log @@ -0,0 +1,90 @@ +Determining if the Q_WS_WIN exist failed with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec2007490672/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec2007490672.dir/build.make CMakeFiles/cmTryCompileExec2007490672.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec2007490672.dir/CheckSymbolExists.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2007490672.dir/CheckSymbolExists.cxx.o -c /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8: error: ‘Q_WS_WIN’ was not declared in this scope +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +gmake[1]: *** [CMakeFiles/cmTryCompileExec2007490672.dir/CheckSymbolExists.cxx.o] Error 1 +gmake: *** [cmTryCompileExec2007490672/fast] Error 2 + +File /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef Q_WS_WIN + return ((int*)(&Q_WS_WIN))[argc]; +#else + (void)argc; + return 0; +#endif +} + +Determining if the Q_WS_QWS exist failed with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec1224752420/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec1224752420.dir/build.make CMakeFiles/cmTryCompileExec1224752420.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec1224752420.dir/CheckSymbolExists.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1224752420.dir/CheckSymbolExists.cxx.o -c /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8: error: ‘Q_WS_QWS’ was not declared in this scope +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +gmake[1]: *** [CMakeFiles/cmTryCompileExec1224752420.dir/CheckSymbolExists.cxx.o] Error 1 +gmake: *** [cmTryCompileExec1224752420/fast] Error 2 + +File /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef Q_WS_QWS + return ((int*)(&Q_WS_QWS))[argc]; +#else + (void)argc; + return 0; +#endif +} + +Determining if the Q_WS_MAC exist failed with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec983073199/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec983073199.dir/build.make CMakeFiles/cmTryCompileExec983073199.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec983073199.dir/CheckSymbolExists.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec983073199.dir/CheckSymbolExists.cxx.o -c /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8: error: ‘Q_WS_MAC’ was not declared in this scope +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +gmake[1]: *** [CMakeFiles/cmTryCompileExec983073199.dir/CheckSymbolExists.cxx.o] Error 1 +gmake: *** [cmTryCompileExec983073199/fast] Error 2 + +File /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef Q_WS_MAC + return ((int*)(&Q_WS_MAC))[argc]; +#else + (void)argc; + return 0; +#endif +} + diff --git a/bgrive/CMakeFiles/CMakeOutput.log b/bgrive/CMakeFiles/CMakeOutput.log new file mode 100644 index 00000000..93a85396 --- /dev/null +++ b/bgrive/CMakeFiles/CMakeOutput.log @@ -0,0 +1,268 @@ +The system is: Linux - 2.6.32-358.el6.x86_64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/2.8.10.2/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/2.8.10.2/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec735017144/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec735017144.dir/build.make CMakeFiles/cmTryCompileExec735017144.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec735017144.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec735017144.dir/testCCompiler.c.o -c /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTryCompileExec735017144 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec735017144.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTryCompileExec735017144.dir/testCCompiler.c.o -o cmTryCompileExec735017144 -rdynamic +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec45477541/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec45477541.dir/build.make CMakeFiles/cmTryCompileExec45477541.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c +Linking C executable cmTryCompileExec45477541 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec45477541.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec45477541 -rdynamic +Using built-in specs. +Target: x86_64-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux +Thread model: posix +gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) +COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec45477541' '-rdynamic' '-mtune=generic' + /usr/libexec/gcc/x86_64-redhat-linux/4.4.7/collect2 --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec45477541 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crtn.o +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/gmake "cmTryCompileExec45477541/fast"] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec45477541.dir/build.make CMakeFiles/cmTryCompileExec45477541.dir/build] + ignore line: [gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building C object CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTryCompileExec45477541] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec45477541.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec45477541 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux] + ignore line: [Thread model: posix] + ignore line: [gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec45477541' '-rdynamic' '-mtune=generic'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.4.7/collect2 --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec45477541 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/collect2] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--build-id] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec45477541] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../..] + arg [CMakeFiles/cmTryCompileExec45477541.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crtn.o] ==> ignore + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64] ==> [/usr/lib64] + collapse dir [/lib/../lib64] ==> [/lib64] + collapse dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../..] ==> [/usr/lib] + implicit libs: [c] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.4.7;/usr/lib64;/lib64;/usr/lib] + + +Determining if the CXX compiler works passed with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec1955242039/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec1955242039.dir/build.make CMakeFiles/cmTryCompileExec1955242039.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec1955242039.dir/testCXXCompiler.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1955242039.dir/testCXXCompiler.cxx.o -c /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTryCompileExec1955242039 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1955242039.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTryCompileExec1955242039.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1955242039 -rdynamic +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec2646834160/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec2646834160.dir/build.make CMakeFiles/cmTryCompileExec2646834160.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp +Linking CXX executable cmTryCompileExec2646834160 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2646834160.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2646834160 -rdynamic +Using built-in specs. +Target: x86_64-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux +Thread model: posix +gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) +COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2646834160' '-rdynamic' '-shared-libgcc' '-mtune=generic' + /usr/libexec/gcc/x86_64-redhat-linux/4.4.7/collect2 --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec2646834160 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crtn.o +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/gmake "cmTryCompileExec2646834160/fast"] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec2646834160.dir/build.make CMakeFiles/cmTryCompileExec2646834160.dir/build] + ignore line: [gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building CXX object CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Linking CXX executable cmTryCompileExec2646834160] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2646834160.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2646834160 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux] + ignore line: [Thread model: posix] + ignore line: [gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2646834160' '-rdynamic' '-shared-libgcc' '-mtune=generic'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.4.7/collect2 --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec2646834160 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/collect2] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--build-id] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec2646834160] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../..] + arg [CMakeFiles/cmTryCompileExec2646834160.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crtn.o] ==> ignore + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.7] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64] ==> [/usr/lib64] + collapse dir [/lib/../lib64] ==> [/lib64] + collapse dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;c] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.4.7;/usr/lib64;/lib64;/usr/lib] + + +Determining if the Q_WS_X11 exist passed with the following output: +Change Dir: /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/gmake "cmTryCompileExec3659991698/fast" +/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3659991698.dir/build.make CMakeFiles/cmTryCompileExec3659991698.dir/build +gmake[1]: Entering directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec3659991698.dir/CheckSymbolExists.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3659991698.dir/CheckSymbolExists.cxx.o -c /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx +Linking CXX executable cmTryCompileExec3659991698 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3659991698.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTryCompileExec3659991698.dir/CheckSymbolExists.cxx.o -o cmTryCompileExec3659991698 -rdynamic +gmake[1]: Leaving directory `/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp' + +File /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef Q_WS_X11 + return ((int*)(&Q_WS_X11))[argc]; +#else + (void)argc; + return 0; +#endif +} + diff --git a/bgrive/CMakeFiles/CMakeRuleHashes.txt b/bgrive/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 00000000..985d92fa --- /dev/null +++ b/bgrive/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,6 @@ +# Hashes of file build rules. +b95a0377e43e7b9b1607da3d71c30451 src/moc_MainWnd.cxx +47ac8503162eca266dbdcaf05fb14314 ui_About.h +1f3e213480a73f2fa5ad9e32eab98a5e ui_Console.h +46abb4ed651a830859e75191f93a5b3c ui_MainWindow.h +2db398e7f973662830cdadb21862bb1f ui_Settings.h diff --git a/bgrive/CMakeFiles/Makefile.cmake b/bgrive/CMakeFiles/Makefile.cmake new file mode 100644 index 00000000..7a79645a --- /dev/null +++ b/bgrive/CMakeFiles/Makefile.cmake @@ -0,0 +1,79 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# 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/2.8.10.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake" + "CMakeFiles/2.8.10.2/CMakeSystem.cmake" + "CMakeLists.txt" + "/usr/lib64/boost/Boost-relwithdebinfo.cmake" + "/usr/lib64/boost/Boost.cmake" + "/usr/lib64/boost/BoostConfig.cmake" + "/usr/lib64/boost/BoostConfigVersion.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-2.8/Modules/CMakeConfigurableFile.in" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake" + "/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-2.8/Modules/CheckCXXSymbolExists.cmake" + "/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-2.8/Modules/FindBoost.cmake" + "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-2.8/Modules/FindQt4.cmake" + "/usr/share/cmake-2.8/Modules/MacroAddFileDependencies.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake" + "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake-2.8/Modules/Qt4ConfigDependentSettings.cmake" + "/usr/share/cmake-2.8/Modules/Qt4Macros.cmake" + "/usr/share/cmake-2.8/Modules/UseQt4.cmake" + ) + +# The corresponding makefile is: +SET(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +SET(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +SET(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/bgrive_executable.dir/DependInfo.cmake" + ) diff --git a/bgrive/CMakeFiles/Makefile2 b/bgrive/CMakeFiles/Makefile2 new file mode 100644 index 00000000..826e5fb3 --- /dev/null +++ b/bgrive/CMakeFiles/Makefile2 @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /mnt/safer/home/jpuchky/Projects/grive/bgrive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /mnt/safer/home/jpuchky/Projects/grive/bgrive + +#============================================================================= +# Target rules for target CMakeFiles/bgrive_executable.dir + +# All Build rule for target. +CMakeFiles/bgrive_executable.dir/all: + $(MAKE) -f CMakeFiles/bgrive_executable.dir/build.make CMakeFiles/bgrive_executable.dir/depend + $(MAKE) -f CMakeFiles/bgrive_executable.dir/build.make CMakeFiles/bgrive_executable.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles 1 2 3 4 5 6 7 8 9 + @echo "Built target bgrive_executable" +.PHONY : CMakeFiles/bgrive_executable.dir/all + +# Include target in all. +all: CMakeFiles/bgrive_executable.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/bgrive_executable.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles 9 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/bgrive_executable.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles 0 +.PHONY : CMakeFiles/bgrive_executable.dir/rule + +# Convenience name for target. +bgrive_executable: CMakeFiles/bgrive_executable.dir/rule +.PHONY : bgrive_executable + +# clean rule for target. +CMakeFiles/bgrive_executable.dir/clean: + $(MAKE) -f CMakeFiles/bgrive_executable.dir/build.make CMakeFiles/bgrive_executable.dir/clean +.PHONY : CMakeFiles/bgrive_executable.dir/clean + +# clean rule for target. +clean: CMakeFiles/bgrive_executable.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 + diff --git a/bgrive/CMakeFiles/Progress/5 b/bgrive/CMakeFiles/Progress/5 new file mode 100644 index 00000000..7b4d68d7 --- /dev/null +++ b/bgrive/CMakeFiles/Progress/5 @@ -0,0 +1 @@ +empty \ No newline at end of file diff --git a/bgrive/CMakeFiles/Progress/7 b/bgrive/CMakeFiles/Progress/7 new file mode 100644 index 00000000..7b4d68d7 --- /dev/null +++ b/bgrive/CMakeFiles/Progress/7 @@ -0,0 +1 @@ +empty \ No newline at end of file diff --git a/bgrive/CMakeFiles/Progress/count.txt b/bgrive/CMakeFiles/Progress/count.txt new file mode 100644 index 00000000..ec635144 --- /dev/null +++ b/bgrive/CMakeFiles/Progress/count.txt @@ -0,0 +1 @@ +9 diff --git a/bgrive/CMakeFiles/TargetDirectories.txt b/bgrive/CMakeFiles/TargetDirectories.txt new file mode 100644 index 00000000..e9718de6 --- /dev/null +++ b/bgrive/CMakeFiles/TargetDirectories.txt @@ -0,0 +1 @@ +/mnt/safer/home/jpuchky/Projects/grive/bgrive/CMakeFiles/bgrive_executable.dir diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/CXX.includecache b/bgrive/CMakeFiles/bgrive_executable.dir/CXX.includecache new file mode 100644 index 00000000..49e13636 --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/CXX.includecache @@ -0,0 +1,310 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/jpuchky/Projects/grive/bgrive/src/DriveModel.hh +QtCore/QAbstractItemModel +- +drive2/Drive.hh +/home/jpuchky/Projects/grive/bgrive/src/drive2/Drive.hh +util/Exception.hh +/home/jpuchky/Projects/grive/bgrive/src/util/Exception.hh + +/home/jpuchky/Projects/grive/bgrive/src/MainWnd.cc +MainWnd.hh +/home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh +drive2/Resource.hh +/home/jpuchky/Projects/grive/bgrive/src/drive2/Resource.hh +QtCore/QDebug +- +cassert +- + +/home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh +QtGui/QMainWindow +- +QSystemTrayIcon +- +QDialog +- +ui_MainWindow.h +/home/jpuchky/Projects/grive/bgrive/src/ui_MainWindow.h +ui_Console.h +/home/jpuchky/Projects/grive/bgrive/src/ui_Console.h +ui_Settings.h +/home/jpuchky/Projects/grive/bgrive/src/ui_Settings.h +ui_About.h +/home/jpuchky/Projects/grive/bgrive/src/ui_About.h +DriveModel.hh +/home/jpuchky/Projects/grive/bgrive/src/DriveModel.hh + +/home/jpuchky/Projects/grive/bgrive/src/main.cc +MainWnd.hh +/home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh +QtGui/QApplication +- +QtCore/QDebug +- +drive2/Drive.hh +/home/jpuchky/Projects/grive/bgrive/src/drive2/Drive.hh +http/CurlAgent.hh +/home/jpuchky/Projects/grive/bgrive/src/http/CurlAgent.hh +http/Header.hh +/home/jpuchky/Projects/grive/bgrive/src/http/Header.hh +protocol/JsonResponse.hh +/home/jpuchky/Projects/grive/bgrive/src/protocol/JsonResponse.hh +protocol/Json.hh +/home/jpuchky/Projects/grive/bgrive/src/protocol/Json.hh +protocol/OAuth2.hh +/home/jpuchky/Projects/grive/bgrive/src/protocol/OAuth2.hh +protocol/AuthAgent.hh +/home/jpuchky/Projects/grive/bgrive/src/protocol/AuthAgent.hh +util/File.hh +/home/jpuchky/Projects/grive/bgrive/src/util/File.hh +string +- +iostream +- + +/home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx +MainWnd.hh +/home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh + +/usr/include/QtGui/QDialog +qdialog.h +/usr/include/QtGui/qdialog.h + +/usr/include/QtGui/QSystemTrayIcon +qsystemtrayicon.h +/usr/include/QtGui/qsystemtrayicon.h + +/usr/include/QtGui/qdialog.h +QtGui/qwidget.h +- + +/usr/include/QtGui/qsystemtrayicon.h +QtCore/qobject.h +- +QtGui/qicon.h +- + +bgrive/../libgrive/src/drive2/Drive.hh +Resource.hh +bgrive/../libgrive/src/drive2/Resource.hh +boost/multi_index_container.hpp +- +boost/multi_index/hashed_index.hpp +- +boost/multi_index/identity.hpp +- +boost/multi_index/mem_fun.hpp +- + +bgrive/../libgrive/src/drive2/Resource.hh +string +- +vector +- + +bgrive/../libgrive/src/http/Agent.hh +string +- + +bgrive/../libgrive/src/http/CurlAgent.hh +Agent.hh +bgrive/../libgrive/src/http/Agent.hh +memory +- +string +- + +bgrive/../libgrive/src/http/Header.hh +iosfwd +- +string +- +vector +- + +bgrive/../libgrive/src/http/StringResponse.hh +util/DataStream.hh +bgrive/../libgrive/src/http/util/DataStream.hh +string +- + +bgrive/../libgrive/src/protocol/AuthAgent.hh +http/Agent.hh +bgrive/../libgrive/src/protocol/http/Agent.hh +OAuth2.hh +bgrive/../libgrive/src/protocol/OAuth2.hh +memory +- + +bgrive/../libgrive/src/protocol/Json.hh +util/Exception.hh +bgrive/../libgrive/src/protocol/util/Exception.hh +string +- +map +- +vector +- + +bgrive/../libgrive/src/protocol/JsonResponse.hh +util/DataStream.hh +bgrive/../libgrive/src/protocol/util/DataStream.hh +http/StringResponse.hh +bgrive/../libgrive/src/protocol/http/StringResponse.hh + +bgrive/../libgrive/src/protocol/OAuth2.hh +string +- + +bgrive/../libgrive/src/util/DataStream.hh +cstddef +- + +bgrive/../libgrive/src/util/Exception.hh +boost/exception/exception.hpp +- +boost/exception/info.hpp +- +exception +- +string +- + +bgrive/../libgrive/src/util/File.hh +DataStream.hh +bgrive/../libgrive/src/util/DataStream.hh +Exception.hh +bgrive/../libgrive/src/util/Exception.hh +FileSystem.hh +bgrive/../libgrive/src/util/FileSystem.hh +Types.hh +bgrive/../libgrive/src/util/Types.hh +string +- + +bgrive/../libgrive/src/util/FileSystem.hh +boost/filesystem.hpp +- + +bgrive/../libgrive/src/util/Types.hh +sys/types.h +- + +bgrive/ui_About.h +QtCore/QVariant +- +QtGui/QAction +- +QtGui/QApplication +- +QtGui/QButtonGroup +- +QtGui/QDialog +- +QtGui/QDialogButtonBox +- +QtGui/QHeaderView +- +QtGui/QLabel +- +QtGui/QListWidget +- + +bgrive/ui_Console.h +QtCore/QVariant +- +QtGui/QAction +- +QtGui/QApplication +- +QtGui/QButtonGroup +- +QtGui/QDialog +- +QtGui/QDialogButtonBox +- +QtGui/QHeaderView +- +QtGui/QListView +- + +bgrive/ui_MainWindow.h +QtCore/QVariant +- +QtGui/QAction +- +QtGui/QApplication +- +QtGui/QButtonGroup +- +QtGui/QCalendarWidget +- +QtGui/QGraphicsView +- +QtGui/QHBoxLayout +- +QtGui/QHeaderView +- +QtGui/QLabel +- +QtGui/QLineEdit +- +QtGui/QMainWindow +- +QtGui/QProgressBar +- +QtGui/QSplitter +- +QtGui/QStatusBar +- +QtGui/QTabWidget +- +QtGui/QTreeView +- +QtGui/QVBoxLayout +- +QtGui/QWidget +- + +bgrive/ui_Settings.h +QtCore/QVariant +- +QtGui/QAction +- +QtGui/QApplication +- +QtGui/QButtonGroup +- +QtGui/QCheckBox +- +QtGui/QCommandLinkButton +- +QtGui/QDialog +- +QtGui/QDialogButtonBox +- +QtGui/QHeaderView +- +QtGui/QLabel +- +QtGui/QLineEdit +- +QtGui/QRadioButton +- +QtGui/QTimeEdit +- +QtGui/QToolButton +- +QtGui/QVBoxLayout +- +QtGui/QWidget +- + diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/DependInfo.cmake b/bgrive/CMakeFiles/bgrive_executable.dir/DependInfo.cmake new file mode 100644 index 00000000..f2d9034d --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/DependInfo.cmake @@ -0,0 +1,42 @@ +# 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/jpuchky/Projects/grive/bgrive/src/DriveModel.cc" "/home/jpuchky/Projects/grive/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o" + "/home/jpuchky/Projects/grive/bgrive/src/MainWnd.cc" "/home/jpuchky/Projects/grive/bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o" + "/home/jpuchky/Projects/grive/bgrive/src/main.cc" "/home/jpuchky/Projects/grive/bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o" + "/home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx" "/home/jpuchky/Projects/grive/bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "QT_NO_DEBUG" + "QT_GUI_LIB" + "QT_CORE_LIB" + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "QT_NO_DEBUG" + "QT_GUI_LIB" + "QT_CORE_LIB" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/DependInfo.cmake" + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/QtGui" + "/usr/include/QtCore" + "bgrive/../libgrive/src" + "bgrive" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/build.make b/bgrive/CMakeFiles/bgrive_executable.dir/build.make new file mode 100644 index 00000000..006039fe --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/build.make @@ -0,0 +1,230 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +# Include any dependencies generated for this target. +include bgrive/CMakeFiles/bgrive_executable.dir/depend.make + +# Include the progress variables for this target. +include bgrive/CMakeFiles/bgrive_executable.dir/progress.make + +# Include the compile flags for this target's objects. +include bgrive/CMakeFiles/bgrive_executable.dir/flags.make + +bgrive/ui_MainWindow.h: bgrive/ui/MainWindow.ui + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating ui_MainWindow.h" + cd /home/jpuchky/Projects/grive/bgrive && /usr/lib64/qt4/bin/uic-qt4 -o /home/jpuchky/Projects/grive/bgrive/ui_MainWindow.h /home/jpuchky/Projects/grive/bgrive/ui/MainWindow.ui + +bgrive/ui_About.h: bgrive/ui/About.ui + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_2) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating ui_About.h" + cd /home/jpuchky/Projects/grive/bgrive && /usr/lib64/qt4/bin/uic-qt4 -o /home/jpuchky/Projects/grive/bgrive/ui_About.h /home/jpuchky/Projects/grive/bgrive/ui/About.ui + +bgrive/ui_Settings.h: bgrive/ui/Settings.ui + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_3) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating ui_Settings.h" + cd /home/jpuchky/Projects/grive/bgrive && /usr/lib64/qt4/bin/uic-qt4 -o /home/jpuchky/Projects/grive/bgrive/ui_Settings.h /home/jpuchky/Projects/grive/bgrive/ui/Settings.ui + +bgrive/ui_Console.h: bgrive/ui/Console.ui + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_4) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating ui_Console.h" + cd /home/jpuchky/Projects/grive/bgrive && /usr/lib64/qt4/bin/uic-qt4 -o /home/jpuchky/Projects/grive/bgrive/ui_Console.h /home/jpuchky/Projects/grive/bgrive/ui/Console.ui + +bgrive/src/moc_MainWnd.cxx: bgrive/src/MainWnd.hh + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_5) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating src/moc_MainWnd.cxx" + cd /home/jpuchky/Projects/grive/bgrive && /usr/lib64/qt4/bin/moc-qt4 -I/usr/include -I/usr/include/QtGui -I/usr/include/QtCore -I/home/jpuchky/Projects/grive/bgrive/../libgrive/src -I/home/jpuchky/Projects/grive/bgrive -I/home/jpuchky/Projects/grive/bgrive -DVERSION=\"0.3.1-pre\" -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -o /home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx /home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/CMakeFiles/bgrive_executable.dir/flags.make +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/src/DriveModel.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_6) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o -c /home/jpuchky/Projects/grive/bgrive/src/DriveModel.cc + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.i" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/bgrive/src/DriveModel.cc > CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.i + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.s" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/bgrive/src/DriveModel.cc -o CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.s + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.requires: +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.requires + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.provides: bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.requires + $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.provides.build +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.provides + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.provides.build: bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/CMakeFiles/bgrive_executable.dir/flags.make +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/src/MainWnd.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_7) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o -c /home/jpuchky/Projects/grive/bgrive/src/MainWnd.cc + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.i" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/bgrive/src/MainWnd.cc > CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.i + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.s" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/bgrive/src/MainWnd.cc -o CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.s + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.requires: +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.requires + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.provides: bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.requires + $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.provides.build +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.provides + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.provides.build: bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/CMakeFiles/bgrive_executable.dir/flags.make +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/src/main.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_8) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/bgrive_executable.dir/src/main.cc.o -c /home/jpuchky/Projects/grive/bgrive/src/main.cc + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/bgrive_executable.dir/src/main.cc.i" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/bgrive/src/main.cc > CMakeFiles/bgrive_executable.dir/src/main.cc.i + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/bgrive_executable.dir/src/main.cc.s" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/bgrive/src/main.cc -o CMakeFiles/bgrive_executable.dir/src/main.cc.s + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.requires: +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.requires + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.provides: bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.requires + $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.provides.build +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.provides + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.provides.build: bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/CMakeFiles/bgrive_executable.dir/flags.make +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/src/moc_MainWnd.cxx + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_9) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o -c /home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.i" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx > CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.i + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.s" + cd /home/jpuchky/Projects/grive/bgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx -o CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.s + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.requires: +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.requires + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.provides: bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.requires + $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.provides.build +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.provides + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.provides.build: bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o + +# Object files for target bgrive_executable +bgrive_executable_OBJECTS = \ +"CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o" \ +"CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o" \ +"CMakeFiles/bgrive_executable.dir/src/main.cc.o" \ +"CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o" + +# External object files for target bgrive_executable +bgrive_executable_EXTERNAL_OBJECTS = + +bgrive/bgrive: bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o +bgrive/bgrive: bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o +bgrive/bgrive: bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o +bgrive/bgrive: bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o +bgrive/bgrive: bgrive/CMakeFiles/bgrive_executable.dir/build.make +bgrive/bgrive: /usr/lib64/libQtGui.so +bgrive/bgrive: /usr/lib64/libQtCore.so +bgrive/bgrive: libgrive/libgrive.a +bgrive/bgrive: /usr/lib64/libcurl.so +bgrive/bgrive: /usr/lib64/libjson.so +bgrive/bgrive: /usr/lib64/libboost_program_options-mt.so +bgrive/bgrive: /usr/lib64/libboost_filesystem-mt.so +bgrive/bgrive: /usr/lib64/libboost_unit_test_framework-mt.so +bgrive/bgrive: /usr/lib64/libboost_system-mt.so +bgrive/bgrive: /usr/lib64/libiberty.a +bgrive/bgrive: /usr/lib64/libexpat.so +bgrive/bgrive: /usr/lib64/libdl.so +bgrive/bgrive: /usr/lib64/libbfd.so +bgrive/bgrive: /usr/lib64/libiberty.a +bgrive/bgrive: /usr/lib64/libexpat.so +bgrive/bgrive: /usr/lib64/libdl.so +bgrive/bgrive: /usr/lib64/libbfd.so +bgrive/bgrive: /usr/lib64/libz.so +bgrive/bgrive: bgrive/CMakeFiles/bgrive_executable.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable bgrive" + cd /home/jpuchky/Projects/grive/bgrive && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bgrive_executable.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +bgrive/CMakeFiles/bgrive_executable.dir/build: bgrive/bgrive +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/build + +bgrive/CMakeFiles/bgrive_executable.dir/requires: bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o.requires +bgrive/CMakeFiles/bgrive_executable.dir/requires: bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o.requires +bgrive/CMakeFiles/bgrive_executable.dir/requires: bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o.requires +bgrive/CMakeFiles/bgrive_executable.dir/requires: bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o.requires +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/requires + +bgrive/CMakeFiles/bgrive_executable.dir/clean: + cd /home/jpuchky/Projects/grive/bgrive && $(CMAKE_COMMAND) -P CMakeFiles/bgrive_executable.dir/cmake_clean.cmake +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/clean + +bgrive/CMakeFiles/bgrive_executable.dir/depend: bgrive/ui_MainWindow.h +bgrive/CMakeFiles/bgrive_executable.dir/depend: bgrive/ui_About.h +bgrive/CMakeFiles/bgrive_executable.dir/depend: bgrive/ui_Settings.h +bgrive/CMakeFiles/bgrive_executable.dir/depend: bgrive/ui_Console.h +bgrive/CMakeFiles/bgrive_executable.dir/depend: bgrive/src/moc_MainWnd.cxx + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/bgrive /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/bgrive /home/jpuchky/Projects/grive/bgrive/CMakeFiles/bgrive_executable.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/depend + diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/cmake_clean.cmake b/bgrive/CMakeFiles/bgrive_executable.dir/cmake_clean.cmake new file mode 100644 index 00000000..897ae491 --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +FILE(REMOVE_RECURSE + "ui_MainWindow.h" + "ui_About.h" + "ui_Settings.h" + "ui_Console.h" + "src/moc_MainWnd.cxx" + "CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o" + "CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o" + "CMakeFiles/bgrive_executable.dir/src/main.cc.o" + "CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o" + "bgrive.pdb" + "bgrive" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/bgrive_executable.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/depend.internal b/bgrive/CMakeFiles/bgrive_executable.dir/depend.internal new file mode 100644 index 00000000..1da5ff1c --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/depend.internal @@ -0,0 +1,66 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o + /home/jpuchky/Projects/grive/bgrive/src/DriveModel.cc + /home/jpuchky/Projects/grive/bgrive/src/DriveModel.hh + bgrive/../libgrive/src/drive2/Drive.hh + bgrive/../libgrive/src/drive2/Resource.hh + bgrive/../libgrive/src/util/Exception.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o + /home/jpuchky/Projects/grive/bgrive/src/DriveModel.hh + /home/jpuchky/Projects/grive/bgrive/src/MainWnd.cc + /home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh + /usr/include/QtGui/QDialog + /usr/include/QtGui/QSystemTrayIcon + /usr/include/QtGui/qdialog.h + /usr/include/QtGui/qsystemtrayicon.h + bgrive/../libgrive/src/drive2/Drive.hh + bgrive/../libgrive/src/drive2/Resource.hh + bgrive/../libgrive/src/util/Exception.hh + bgrive/ui_About.h + bgrive/ui_Console.h + bgrive/ui_MainWindow.h + bgrive/ui_Settings.h +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o + /home/jpuchky/Projects/grive/bgrive/src/DriveModel.hh + /home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh + /home/jpuchky/Projects/grive/bgrive/src/main.cc + /usr/include/QtGui/QDialog + /usr/include/QtGui/QSystemTrayIcon + /usr/include/QtGui/qdialog.h + /usr/include/QtGui/qsystemtrayicon.h + bgrive/../libgrive/src/drive2/Drive.hh + bgrive/../libgrive/src/drive2/Resource.hh + bgrive/../libgrive/src/http/Agent.hh + bgrive/../libgrive/src/http/CurlAgent.hh + bgrive/../libgrive/src/http/Header.hh + bgrive/../libgrive/src/http/StringResponse.hh + bgrive/../libgrive/src/protocol/AuthAgent.hh + bgrive/../libgrive/src/protocol/Json.hh + bgrive/../libgrive/src/protocol/JsonResponse.hh + bgrive/../libgrive/src/protocol/OAuth2.hh + bgrive/../libgrive/src/util/DataStream.hh + bgrive/../libgrive/src/util/Exception.hh + bgrive/../libgrive/src/util/File.hh + bgrive/../libgrive/src/util/FileSystem.hh + bgrive/../libgrive/src/util/Types.hh + bgrive/ui_About.h + bgrive/ui_Console.h + bgrive/ui_MainWindow.h + bgrive/ui_Settings.h +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o + /home/jpuchky/Projects/grive/bgrive/src/DriveModel.hh + /home/jpuchky/Projects/grive/bgrive/src/MainWnd.hh + /home/jpuchky/Projects/grive/bgrive/src/moc_MainWnd.cxx + /usr/include/QtGui/QDialog + /usr/include/QtGui/QSystemTrayIcon + /usr/include/QtGui/qdialog.h + /usr/include/QtGui/qsystemtrayicon.h + bgrive/../libgrive/src/drive2/Drive.hh + bgrive/../libgrive/src/drive2/Resource.hh + bgrive/../libgrive/src/util/Exception.hh + bgrive/ui_About.h + bgrive/ui_Console.h + bgrive/ui_MainWindow.h + bgrive/ui_Settings.h diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/depend.make b/bgrive/CMakeFiles/bgrive_executable.dir/depend.make new file mode 100644 index 00000000..ce9c8fbb --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/depend.make @@ -0,0 +1,66 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/src/DriveModel.cc +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/src/DriveModel.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/../libgrive/src/drive2/Drive.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/../libgrive/src/drive2/Resource.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o: bgrive/../libgrive/src/util/Exception.hh + +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/src/DriveModel.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/src/MainWnd.cc +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/src/MainWnd.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: /usr/include/QtGui/QDialog +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: /usr/include/QtGui/QSystemTrayIcon +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: /usr/include/QtGui/qdialog.h +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: /usr/include/QtGui/qsystemtrayicon.h +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/../libgrive/src/drive2/Drive.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/../libgrive/src/drive2/Resource.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/../libgrive/src/util/Exception.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/ui_About.h +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/ui_Console.h +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/ui_MainWindow.h +bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o: bgrive/ui_Settings.h + +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/src/DriveModel.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/src/MainWnd.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/src/main.cc +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: /usr/include/QtGui/QDialog +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: /usr/include/QtGui/QSystemTrayIcon +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: /usr/include/QtGui/qdialog.h +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: /usr/include/QtGui/qsystemtrayicon.h +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/drive2/Drive.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/drive2/Resource.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/http/Agent.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/http/CurlAgent.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/http/Header.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/http/StringResponse.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/protocol/AuthAgent.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/protocol/Json.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/protocol/JsonResponse.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/protocol/OAuth2.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/util/DataStream.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/util/Exception.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/util/File.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/util/FileSystem.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/../libgrive/src/util/Types.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/ui_About.h +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/ui_Console.h +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/ui_MainWindow.h +bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o: bgrive/ui_Settings.h + +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/src/DriveModel.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/src/MainWnd.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/src/moc_MainWnd.cxx +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: /usr/include/QtGui/QDialog +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: /usr/include/QtGui/QSystemTrayIcon +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: /usr/include/QtGui/qdialog.h +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: /usr/include/QtGui/qsystemtrayicon.h +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/../libgrive/src/drive2/Drive.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/../libgrive/src/drive2/Resource.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/../libgrive/src/util/Exception.hh +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/ui_About.h +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/ui_Console.h +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/ui_MainWindow.h +bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o: bgrive/ui_Settings.h + diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/flags.make b/bgrive/CMakeFiles/bgrive_executable.dir/flags.make new file mode 100644 index 00000000..16878591 --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -I/usr/include/QtGui -I/usr/include/QtCore -I/home/jpuchky/Projects/grive/bgrive/../libgrive/src -I/home/jpuchky/Projects/grive/bgrive + +CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DVERSION=\"0.3.1-pre\" -D_FILE_OFFSET_BITS=64 + diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/link.txt b/bgrive/CMakeFiles/bgrive_executable.dir/link.txt new file mode 100644 index 00000000..6ca3db91 --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o CMakeFiles/bgrive_executable.dir/src/main.cc.o CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o -o bgrive -rdynamic -lQtGui -lQtCore ../libgrive/libgrive.a -lyajl -lcurl -ljson -lgcrypt -ldl -lgpg-error -lboost_program_options-mt -lboost_filesystem-mt -lboost_unit_test_framework-mt -lboost_system-mt -Wl,-Bstatic -liberty -Wl,-Bdynamic -lexpat -ldl -lbfd -Wl,-Bstatic -liberty -Wl,-Bdynamic -lexpat -ldl -lbfd -lz diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/progress.make b/bgrive/CMakeFiles/bgrive_executable.dir/progress.make new file mode 100644 index 00000000..d4f6ce35 --- /dev/null +++ b/bgrive/CMakeFiles/bgrive_executable.dir/progress.make @@ -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 + diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o b/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o new file mode 100644 index 00000000..6f4c3194 Binary files /dev/null and b/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o differ diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.o b/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.o new file mode 100644 index 00000000..de4145da Binary files /dev/null and b/bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.o differ diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o b/bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o new file mode 100644 index 00000000..209c77a2 Binary files /dev/null and b/bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o differ diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o b/bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o new file mode 100644 index 00000000..e9848372 Binary files /dev/null and b/bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o differ diff --git a/bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o b/bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o new file mode 100644 index 00000000..0241ec77 Binary files /dev/null and b/bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o differ diff --git a/bgrive/CMakeFiles/cmake.check_cache b/bgrive/CMakeFiles/cmake.check_cache new file mode 100644 index 00000000..3dccd731 --- /dev/null +++ b/bgrive/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/bgrive/CMakeFiles/progress.marks b/bgrive/CMakeFiles/progress.marks new file mode 100644 index 00000000..f6b91e0e --- /dev/null +++ b/bgrive/CMakeFiles/progress.marks @@ -0,0 +1 @@ +56 diff --git a/bgrive/CMakeLists.txt b/bgrive/CMakeLists.txt index 074ab383..8dbd3d46 100644 --- a/bgrive/CMakeLists.txt +++ b/bgrive/CMakeLists.txt @@ -41,3 +41,4 @@ set_target_properties( bgrive_executable install(TARGETS bgrive_executable RUNTIME DESTINATION bin) install(FILES doc/grive.1 DESTINATION share/man/man1 ) + diff --git a/bgrive/Makefile b/bgrive/Makefile new file mode 100644 index 00000000..28f07216 --- /dev/null +++ b/bgrive/Makefile @@ -0,0 +1,293 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles /home/jpuchky/Projects/grive/bgrive/CMakeFiles/progress.marks + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 bgrive/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 bgrive/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 bgrive/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 bgrive/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +bgrive/CMakeFiles/bgrive_executable.dir/rule: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 bgrive/CMakeFiles/bgrive_executable.dir/rule +.PHONY : bgrive/CMakeFiles/bgrive_executable.dir/rule + +# Convenience name for target. +bgrive_executable: bgrive/CMakeFiles/bgrive_executable.dir/rule +.PHONY : bgrive_executable + +# fast build rule for target. +bgrive_executable/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/build +.PHONY : bgrive_executable/fast + +src/DriveModel.o: src/DriveModel.cc.o +.PHONY : src/DriveModel.o + +# target to build an object file +src/DriveModel.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.o +.PHONY : src/DriveModel.cc.o + +src/DriveModel.i: src/DriveModel.cc.i +.PHONY : src/DriveModel.i + +# target to preprocess a source file +src/DriveModel.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.i +.PHONY : src/DriveModel.cc.i + +src/DriveModel.s: src/DriveModel.cc.s +.PHONY : src/DriveModel.s + +# target to generate assembly for a file +src/DriveModel.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/DriveModel.cc.s +.PHONY : src/DriveModel.cc.s + +src/MainWnd.o: src/MainWnd.cc.o +.PHONY : src/MainWnd.o + +# target to build an object file +src/MainWnd.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.o +.PHONY : src/MainWnd.cc.o + +src/MainWnd.i: src/MainWnd.cc.i +.PHONY : src/MainWnd.i + +# target to preprocess a source file +src/MainWnd.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.i +.PHONY : src/MainWnd.cc.i + +src/MainWnd.s: src/MainWnd.cc.s +.PHONY : src/MainWnd.s + +# target to generate assembly for a file +src/MainWnd.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/MainWnd.cc.s +.PHONY : src/MainWnd.cc.s + +src/main.o: src/main.cc.o +.PHONY : src/main.o + +# target to build an object file +src/main.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.o +.PHONY : src/main.cc.o + +src/main.i: src/main.cc.i +.PHONY : src/main.i + +# target to preprocess a source file +src/main.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.i +.PHONY : src/main.cc.i + +src/main.s: src/main.cc.s +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/main.cc.s +.PHONY : src/main.cc.s + +src/moc_MainWnd.o: src/moc_MainWnd.cxx.o +.PHONY : src/moc_MainWnd.o + +# target to build an object file +src/moc_MainWnd.cxx.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.o +.PHONY : src/moc_MainWnd.cxx.o + +src/moc_MainWnd.i: src/moc_MainWnd.cxx.i +.PHONY : src/moc_MainWnd.i + +# target to preprocess a source file +src/moc_MainWnd.cxx.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.i +.PHONY : src/moc_MainWnd.cxx.i + +src/moc_MainWnd.s: src/moc_MainWnd.cxx.s +.PHONY : src/moc_MainWnd.s + +# target to generate assembly for a file +src/moc_MainWnd.cxx.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f bgrive/CMakeFiles/bgrive_executable.dir/build.make bgrive/CMakeFiles/bgrive_executable.dir/src/moc_MainWnd.cxx.s +.PHONY : src/moc_MainWnd.cxx.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... bgrive_executable" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... src/DriveModel.o" + @echo "... src/DriveModel.i" + @echo "... src/DriveModel.s" + @echo "... src/MainWnd.o" + @echo "... src/MainWnd.i" + @echo "... src/MainWnd.s" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" + @echo "... src/moc_MainWnd.o" + @echo "... src/moc_MainWnd.i" + @echo "... src/moc_MainWnd.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/bgrive/bgrive b/bgrive/bgrive new file mode 100755 index 00000000..fc207808 Binary files /dev/null and b/bgrive/bgrive differ diff --git a/bgrive/cmake_install.cmake b/bgrive/cmake_install.cmake new file mode 100644 index 00000000..b5100bfc --- /dev/null +++ b/bgrive/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/jpuchky/Projects/grive/bgrive + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "0") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/bgrive" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/bgrive") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/bgrive" + RPATH "") + ENDIF() + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/jpuchky/Projects/grive/bgrive/bgrive") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/bgrive" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/bgrive") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/bgrive") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF() +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/home/jpuchky/Projects/grive/bgrive/doc/grive.1") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + diff --git a/bgrive/doc/grive.1 b/bgrive/doc/grive.1 new file mode 100644 index 00000000..e69de29b diff --git a/bgrive/src/MainWnd.cc b/bgrive/src/MainWnd.cc index 28d4e088..4fc03e1b 100644 --- a/bgrive/src/MainWnd.cc +++ b/bgrive/src/MainWnd.cc @@ -1,22 +1,22 @@ /* - grive: an GPL program to sync a local directory with Google Drive - Copyright (C) 2013 Wan Wai Ho + grive: an GPL program to sync a local directory with Google Drive + Copyright (C) 2013 Wan Wai Ho - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation version 2 - of the License. + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation version 2 + of the License. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. -*/ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + */ #include "MainWnd.hh" @@ -28,31 +28,72 @@ namespace gr { -using namespace v2 ; +using namespace v2; -MainWnd::MainWnd( http::Agent *agent ) : - m_drive( agent ) +MainWnd::MainWnd(http::Agent *agent) : m_drive(agent) { - m_ui.setupUi(this) ; - m_ui.m_dir->setModel( &m_drive ) ; - + m_mainwindow.setupUi(this); + m_mainwindow.m_dir->setModel(&m_drive); + connect( - m_ui.m_dir, SIGNAL(activated(const QModelIndex&)), - this, SLOT(OnClick(const QModelIndex&)) - ) ; + m_mainwindow.m_dir, SIGNAL(activated(const QModelIndex&)), + this, SLOT(OnClick(const QModelIndex&)) + ); +} + +void MainWnd::OnClickItem(const QModelIndex& index) + { + const Resource *res = m_drive.Res(index); + if (res != 0) + ShowResource(res); +} + +void MainWnd::ShowResource(const v2::Resource *res) + { + m_mainwindow.m_title->setText(QString::fromUtf8(res->Title().c_str())); + m_mainwindow.m_mime_type->setText(QString::fromUtf8(res->Mime().c_str())); +} + +void MainWnd::createTrayIcon() { + } -void MainWnd::OnClick( const QModelIndex& index ) +void MainWnd::setIcon(int index) { - const Resource *res = m_drive.Res(index) ; - if ( res != 0 ) - ShowResource( res ) ; + // TODO: Fix icon + // trayIcon->setIcon(m_mainwindow.get); + // setWindowIcon(icon); } -void MainWnd::ShowResource( const v2::Resource *res ) +void MainWnd::iconActivated(QSystemTrayIcon::ActivationReason reason) { - m_ui.m_title->setText( QString::fromUtf8(res->Title().c_str()) ) ; - m_ui.m_mime_type->setText( QString::fromUtf8(res->Mime().c_str()) ) ; + /* + switch (reason) { + case QSystemTrayIcon::Trigger: + case QSystemTrayIcon::DoubleClick: + case QSystemTrayIcon::MiddleClick: + default: + } + */ } +void MainWnd::setVisible(bool visible) + { + minimizeAction->setEnabled(visible); + maximizeAction->setEnabled(!isMaximized()); + restoreAction->setEnabled(isMaximized() || !visible); +// m_mainwindow::setVisible(visible); + } + +void MainWnd::OnClose(QCloseEvent *event) + { + + } + +void MainWnd::OnClickDetailTab() { + +} +void MainWnd::OnClickPreviewTab() { + +} } // end of namespace diff --git a/bgrive/src/MainWnd.hh b/bgrive/src/MainWnd.hh index fe9401b6..2b4c4430 100644 --- a/bgrive/src/MainWnd.hh +++ b/bgrive/src/MainWnd.hh @@ -21,7 +21,13 @@ #pragma once #include +#include +#include + #include "ui_MainWindow.h" +#include "ui_Console.h" +#include "ui_Settings.h" +#include "ui_About.h" #include "DriveModel.hh" @@ -41,15 +47,41 @@ class MainWnd : public QMainWindow public : MainWnd( http::Agent *agent ) ; + private : void ShowResource( const v2::Resource *res ) ; + void createTrayIcon(); + void setIcon(int index); + void setVisible(bool visible); + public slots : - void OnClick( const QModelIndex& index ) ; + void OnClickItem( const QModelIndex& index ) ; + void OnClickDetailTab() ; + void OnClickPreviewTab() ; + void OnClose(QCloseEvent *event); + void iconActivated(QSystemTrayIcon::ActivationReason reason); private : - Ui::MainWindow m_ui ; + // Ui components + Ui::MainWindow m_mainwindow; + Ui::Settings m_settings; + Ui::Console m_console; + Ui::About m_about; + + // Items + QModelIndex currentItem; DriveModel m_drive ; + + // Actions + QAction *minimizeAction; + QAction *maximizeAction; + QAction *restoreAction; + QAction *quitAction; + + QSystemTrayIcon *trayIcon; + QMenu *trayIconMenu; + } ; } // end of namespace diff --git a/bgrive/src/moc_MainWnd.cxx b/bgrive/src/moc_MainWnd.cxx new file mode 100644 index 00000000..5e4dc59b --- /dev/null +++ b/bgrive/src/moc_MainWnd.cxx @@ -0,0 +1,90 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'MainWnd.hh' +** +** Created: Mon Mar 17 00:17:21 2014 +** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "MainWnd.hh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'MainWnd.hh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 62 +#error "This file was generated using the moc from 4.6.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_gr__MainWnd[] = { + + // content: + 4, // revision + 0, // classname + 0, 0, // classinfo + 5, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: signature, parameters, type, tag, flags + 19, 13, 12, 12, 0x0a, + 44, 12, 12, 12, 0x0a, + 63, 12, 12, 12, 0x0a, + 89, 83, 12, 12, 0x0a, + 118, 111, 12, 12, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_gr__MainWnd[] = { + "gr::MainWnd\0\0index\0OnClickItem(QModelIndex)\0" + "OnClickDetailTab()\0OnClickPreviewTab()\0" + "event\0OnClose(QCloseEvent*)\0reason\0" + "iconActivated(QSystemTrayIcon::ActivationReason)\0" +}; + +const QMetaObject gr::MainWnd::staticMetaObject = { + { &QMainWindow::staticMetaObject, qt_meta_stringdata_gr__MainWnd, + qt_meta_data_gr__MainWnd, 0 } +}; + +#ifdef Q_NO_DATA_RELOCATION +const QMetaObject &gr::MainWnd::getStaticMetaObject() { return staticMetaObject; } +#endif //Q_NO_DATA_RELOCATION + +const QMetaObject *gr::MainWnd::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; +} + +void *gr::MainWnd::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_gr__MainWnd)) + return static_cast(const_cast< MainWnd*>(this)); + return QMainWindow::qt_metacast(_clname); +} + +int gr::MainWnd::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: OnClickItem((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break; + case 1: OnClickDetailTab(); break; + case 2: OnClickPreviewTab(); break; + case 3: OnClose((*reinterpret_cast< QCloseEvent*(*)>(_a[1]))); break; + case 4: iconActivated((*reinterpret_cast< QSystemTrayIcon::ActivationReason(*)>(_a[1]))); break; + default: ; + } + _id -= 5; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/bgrive/ui/About.ui b/bgrive/ui/About.ui new file mode 100644 index 00000000..b5947a17 --- /dev/null +++ b/bgrive/ui/About.ui @@ -0,0 +1,143 @@ + + + About + + + + 0 + 0 + 448 + 308 + + + + Dialog + + + + ../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png + + + + + 360 + 10 + 81 + 221 + + + + Qt::Vertical + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + 10 + 80 + 431 + 201 + + + + + + + 10 + 285 + 56 + 15 + + + + Version: + + + + + + 60 + 285 + 56 + 15 + + + + 0.3.1 + + + + + + 130 + 60 + 91 + 16 + + + + + 75 + true + + + + Contributors + + + + + + 0 + 10 + 121 + 121 + + + + + + + ../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/128x128/128x128.png + + + + + + + buttonBox + accepted() + About + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + About + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/bgrive/ui/Console.ui b/bgrive/ui/Console.ui new file mode 100644 index 00000000..fc8b944c --- /dev/null +++ b/bgrive/ui/Console.ui @@ -0,0 +1,85 @@ + + + Console + + + + 0 + 0 + 640 + 480 + + + + Console + + + + ../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png + + + Console window + + + + + 10 + 440 + 621 + 32 + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + 10 + 10 + 621 + 421 + + + + + + + + buttonBox + accepted() + Console + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + Console + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/bgrive/ui/MainWindow.ui b/bgrive/ui/MainWindow.ui index 61c99206..44350362 100644 --- a/bgrive/ui/MainWindow.ui +++ b/bgrive/ui/MainWindow.ui @@ -7,12 +7,16 @@ 0 0 800 - 600 + 601 Grive + + + ../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png + @@ -28,87 +32,141 @@ - - - - - - Title: + + + + + + + + 0 + + + + Preview + + + + + 0 + 0 + 381 + 481 + - - - - - - - - + + + + Details + + + + + 0 + 294 + 381 + 181 + - - - - - Filename: + + + + 82 + 10 + 291 + 25 + + + + true - - - - - - + + + + 10 + 12 + 56 + 21 + + - Mime type: + Title + + + + + + 82 + 40 + 291 + 25 + - - - - - - + + + + 10 + 45 + 71 + 16 + + - Last Updated: + Mime-type - - - - - - - - - - + + + + + + + 24 + + + + - - - - 0 - 0 - 800 - 23 - - - - - &File - - - - - E&xit + + + + ../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/16x16/16x16.png../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/16x16/16x16.png + + + About + + + About grive + + + true + + + + + Topic + + + + + Console + + + Open console window + + diff --git a/bgrive/ui/Settings.ui b/bgrive/ui/Settings.ui new file mode 100644 index 00000000..3996f9be --- /dev/null +++ b/bgrive/ui/Settings.ui @@ -0,0 +1,262 @@ + + + Settings + + + + 0 + 0 + 520 + 309 + + + + Dialog + + + + + 210 + 270 + 301 + 32 + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + 80 + 10 + 401 + 25 + + + + ~/ + + + + + + 5 + 12 + 71 + 20 + + + + + 75 + true + + + + Grive root + + + + + + 480 + 11 + 26 + 23 + + + + ... + + + + + + 350 + 39 + 166 + 221 + + + + + 2 + + + + + Force + + + + + + + Enable Drag and Drop + + + + + + + Sync local each period + + + + + + + use iNotify + + + + + + + Dry mode + + + + + + + Enable debuging + + + + + + + Enable logging + + + + + + + + + 130 + 270 + 170 + 32 + + + + Request disk space + + + + + + 190 + 237 + 149 + 25 + + + + + + + + + + 110 + 240 + 81 + 20 + + + + Sync period + + + + + + 80 + 40 + 241 + 25 + + + + + + + 320 + 41 + 26 + 23 + + + + ... + + + + + + 5 + 42 + 71 + 20 + + + + + 75 + true + + + + Token + + + + + + + buttonBox + accepted() + Settings + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + Settings + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/bgrive/ui_About.h b/bgrive/ui_About.h new file mode 100644 index 00000000..e78b88be --- /dev/null +++ b/bgrive/ui_About.h @@ -0,0 +1,93 @@ +/******************************************************************************** +** Form generated from reading UI file 'About.ui' +** +** Created: Mon Mar 17 00:17:21 2014 +** by: Qt User Interface Compiler version 4.6.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_ABOUT_H +#define UI_ABOUT_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_About +{ +public: + QDialogButtonBox *buttonBox; + QListWidget *listWidget; + QLabel *label; + QLabel *version; + QLabel *label_2; + QLabel *label_3; + + void setupUi(QDialog *About) + { + if (About->objectName().isEmpty()) + About->setObjectName(QString::fromUtf8("About")); + About->resize(448, 308); + QIcon icon; + icon.addFile(QString::fromUtf8("../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png"), QSize(), QIcon::Normal, QIcon::Off); + About->setWindowIcon(icon); + buttonBox = new QDialogButtonBox(About); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setGeometry(QRect(360, 10, 81, 221)); + buttonBox->setOrientation(Qt::Vertical); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + listWidget = new QListWidget(About); + listWidget->setObjectName(QString::fromUtf8("listWidget")); + listWidget->setGeometry(QRect(10, 80, 431, 201)); + label = new QLabel(About); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(10, 285, 56, 15)); + version = new QLabel(About); + version->setObjectName(QString::fromUtf8("version")); + version->setGeometry(QRect(60, 285, 56, 15)); + label_2 = new QLabel(About); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(130, 60, 91, 16)); + QFont font; + font.setBold(true); + font.setWeight(75); + label_2->setFont(font); + label_3 = new QLabel(About); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(0, 10, 121, 121)); + label_3->setPixmap(QPixmap(QString::fromUtf8("../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/128x128/128x128.png"))); + + retranslateUi(About); + QObject::connect(buttonBox, SIGNAL(accepted()), About, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), About, SLOT(reject())); + + QMetaObject::connectSlotsByName(About); + } // setupUi + + void retranslateUi(QDialog *About) + { + About->setWindowTitle(QApplication::translate("About", "Dialog", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("About", "Version:", 0, QApplication::UnicodeUTF8)); + version->setText(QApplication::translate("About", "0.3.1", 0, QApplication::UnicodeUTF8)); + label_2->setText(QApplication::translate("About", "Contributors", 0, QApplication::UnicodeUTF8)); + label_3->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class About: public Ui_About {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_ABOUT_H diff --git a/bgrive/ui_Console.h b/bgrive/ui_Console.h new file mode 100644 index 00000000..27ff325d --- /dev/null +++ b/bgrive/ui_Console.h @@ -0,0 +1,70 @@ +/******************************************************************************** +** Form generated from reading UI file 'Console.ui' +** +** Created: Mon Mar 17 00:17:21 2014 +** by: Qt User Interface Compiler version 4.6.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_CONSOLE_H +#define UI_CONSOLE_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Console +{ +public: + QDialogButtonBox *buttonBox; + QListView *listView; + + void setupUi(QDialog *Console) + { + if (Console->objectName().isEmpty()) + Console->setObjectName(QString::fromUtf8("Console")); + Console->resize(640, 480); + QIcon icon; + icon.addFile(QString::fromUtf8("../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png"), QSize(), QIcon::Normal, QIcon::Off); + Console->setWindowIcon(icon); + buttonBox = new QDialogButtonBox(Console); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setGeometry(QRect(10, 440, 621, 32)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + listView = new QListView(Console); + listView->setObjectName(QString::fromUtf8("listView")); + listView->setGeometry(QRect(10, 10, 621, 421)); + + retranslateUi(Console); + QObject::connect(buttonBox, SIGNAL(accepted()), Console, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), Console, SLOT(reject())); + + QMetaObject::connectSlotsByName(Console); + } // setupUi + + void retranslateUi(QDialog *Console) + { + Console->setWindowTitle(QApplication::translate("Console", "Console", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + Console->setToolTip(QApplication::translate("Console", "Console window", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP + } // retranslateUi + +}; + +namespace Ui { + class Console: public Ui_Console {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_CONSOLE_H diff --git a/bgrive/ui_MainWindow.h b/bgrive/ui_MainWindow.h new file mode 100644 index 00000000..0b54bd94 --- /dev/null +++ b/bgrive/ui_MainWindow.h @@ -0,0 +1,178 @@ +/******************************************************************************** +** Form generated from reading UI file 'MainWindow.ui' +** +** Created: Mon Mar 17 00:17:21 2014 +** by: Qt User Interface Compiler version 4.6.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QAction *m_action_exit; + QAction *actionAbout; + QAction *actionTopic; + QAction *actionConsole; + QWidget *centralwidget; + QHBoxLayout *horizontalLayout; + QSplitter *splitter; + QTreeView *m_dir; + QVBoxLayout *verticalLayout; + QTabWidget *tabWidget; + QWidget *tab; + QGraphicsView *preview; + QWidget *tab_2; + QCalendarWidget *calendarWidget; + QLineEdit *m_title; + QLabel *lbl_m_title; + QLineEdit *m_mime_type; + QLabel *lbl_m_mime_type; + QProgressBar *usageBar; + QStatusBar *m_statusbar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); + MainWindow->resize(800, 601); + QIcon icon; + icon.addFile(QString::fromUtf8("../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/32x32/32x32.png"), QSize(), QIcon::Normal, QIcon::Off); + MainWindow->setWindowIcon(icon); + m_action_exit = new QAction(MainWindow); + m_action_exit->setObjectName(QString::fromUtf8("m_action_exit")); + actionAbout = new QAction(MainWindow); + actionAbout->setObjectName(QString::fromUtf8("actionAbout")); + QIcon icon1; + icon1.addFile(QString::fromUtf8("../../../../../../mnt/safer/home/jpuchky/Projects/grive/icon/16x16/16x16.png"), QSize(), QIcon::Normal, QIcon::Off); + actionAbout->setIcon(icon1); + actionAbout->setIconVisibleInMenu(true); + actionTopic = new QAction(MainWindow); + actionTopic->setObjectName(QString::fromUtf8("actionTopic")); + actionConsole = new QAction(MainWindow); + actionConsole->setObjectName(QString::fromUtf8("actionConsole")); + centralwidget = new QWidget(MainWindow); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + horizontalLayout = new QHBoxLayout(centralwidget); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + splitter = new QSplitter(centralwidget); + splitter->setObjectName(QString::fromUtf8("splitter")); + splitter->setOrientation(Qt::Horizontal); + m_dir = new QTreeView(splitter); + m_dir->setObjectName(QString::fromUtf8("m_dir")); + QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(m_dir->sizePolicy().hasHeightForWidth()); + m_dir->setSizePolicy(sizePolicy); + splitter->addWidget(m_dir); + + horizontalLayout->addWidget(splitter); + + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + tabWidget = new QTabWidget(centralwidget); + tabWidget->setObjectName(QString::fromUtf8("tabWidget")); + tab = new QWidget(); + tab->setObjectName(QString::fromUtf8("tab")); + preview = new QGraphicsView(tab); + preview->setObjectName(QString::fromUtf8("preview")); + preview->setGeometry(QRect(0, 0, 381, 481)); + tabWidget->addTab(tab, QString()); + tab_2 = new QWidget(); + tab_2->setObjectName(QString::fromUtf8("tab_2")); + calendarWidget = new QCalendarWidget(tab_2); + calendarWidget->setObjectName(QString::fromUtf8("calendarWidget")); + calendarWidget->setGeometry(QRect(0, 294, 381, 181)); + m_title = new QLineEdit(tab_2); + m_title->setObjectName(QString::fromUtf8("m_title")); + m_title->setGeometry(QRect(82, 10, 291, 25)); + m_title->setReadOnly(true); + lbl_m_title = new QLabel(tab_2); + lbl_m_title->setObjectName(QString::fromUtf8("lbl_m_title")); + lbl_m_title->setGeometry(QRect(10, 12, 56, 21)); + m_mime_type = new QLineEdit(tab_2); + m_mime_type->setObjectName(QString::fromUtf8("m_mime_type")); + m_mime_type->setGeometry(QRect(82, 40, 291, 25)); + lbl_m_mime_type = new QLabel(tab_2); + lbl_m_mime_type->setObjectName(QString::fromUtf8("lbl_m_mime_type")); + lbl_m_mime_type->setGeometry(QRect(10, 45, 71, 16)); + tabWidget->addTab(tab_2, QString()); + + verticalLayout->addWidget(tabWidget); + + usageBar = new QProgressBar(centralwidget); + usageBar->setObjectName(QString::fromUtf8("usageBar")); + usageBar->setValue(24); + + verticalLayout->addWidget(usageBar); + + + horizontalLayout->addLayout(verticalLayout); + + MainWindow->setCentralWidget(centralwidget); + m_statusbar = new QStatusBar(MainWindow); + m_statusbar->setObjectName(QString::fromUtf8("m_statusbar")); + MainWindow->setStatusBar(m_statusbar); + + retranslateUi(MainWindow); + QObject::connect(m_action_exit, SIGNAL(activated()), MainWindow, SLOT(close())); + + tabWidget->setCurrentIndex(0); + + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QApplication::translate("MainWindow", "Grive", 0, QApplication::UnicodeUTF8)); + m_action_exit->setText(QApplication::translate("MainWindow", "E&xit", 0, QApplication::UnicodeUTF8)); + actionAbout->setText(QApplication::translate("MainWindow", "About", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + actionAbout->setToolTip(QApplication::translate("MainWindow", "About grive", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP + actionTopic->setText(QApplication::translate("MainWindow", "Topic", 0, QApplication::UnicodeUTF8)); + actionConsole->setText(QApplication::translate("MainWindow", "Console", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + actionConsole->setToolTip(QApplication::translate("MainWindow", "Open console window", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP + tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MainWindow", "Preview", 0, QApplication::UnicodeUTF8)); + lbl_m_title->setText(QApplication::translate("MainWindow", "Title", 0, QApplication::UnicodeUTF8)); + lbl_m_mime_type->setText(QApplication::translate("MainWindow", "Mime-type", 0, QApplication::UnicodeUTF8)); + tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MainWindow", "Details", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/bgrive/ui_Settings.h b/bgrive/ui_Settings.h new file mode 100644 index 00000000..aaedeee6 --- /dev/null +++ b/bgrive/ui_Settings.h @@ -0,0 +1,175 @@ +/******************************************************************************** +** Form generated from reading UI file 'Settings.ui' +** +** Created: Mon Mar 17 00:17:21 2014 +** by: Qt User Interface Compiler version 4.6.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_SETTINGS_H +#define UI_SETTINGS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Settings +{ +public: + QDialogButtonBox *buttonBox; + QLineEdit *lineEdit; + QLabel *label; + QToolButton *toolButton; + QWidget *verticalLayoutWidget; + QVBoxLayout *verticalLayout; + QCheckBox *checkBox_2; + QCheckBox *checkBox_6; + QRadioButton *radioButton; + QRadioButton *radioButton_2; + QCheckBox *checkBox_5; + QCheckBox *checkBox_3; + QCheckBox *checkBox_4; + QCommandLinkButton *commandLinkButton_2; + QTimeEdit *timeEdit; + QLabel *label_2; + QLineEdit *lineEdit_2; + QToolButton *toolButton_2; + QLabel *label_3; + + void setupUi(QDialog *Settings) + { + if (Settings->objectName().isEmpty()) + Settings->setObjectName(QString::fromUtf8("Settings")); + Settings->resize(520, 309); + buttonBox = new QDialogButtonBox(Settings); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setGeometry(QRect(210, 270, 301, 32)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + lineEdit = new QLineEdit(Settings); + lineEdit->setObjectName(QString::fromUtf8("lineEdit")); + lineEdit->setGeometry(QRect(80, 10, 401, 25)); + label = new QLabel(Settings); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(5, 12, 71, 20)); + QFont font; + font.setBold(true); + font.setWeight(75); + label->setFont(font); + toolButton = new QToolButton(Settings); + toolButton->setObjectName(QString::fromUtf8("toolButton")); + toolButton->setGeometry(QRect(480, 11, 26, 23)); + verticalLayoutWidget = new QWidget(Settings); + verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget")); + verticalLayoutWidget->setGeometry(QRect(350, 39, 166, 221)); + verticalLayout = new QVBoxLayout(verticalLayoutWidget); + verticalLayout->setSpacing(2); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + verticalLayout->setContentsMargins(0, 0, 0, 0); + checkBox_2 = new QCheckBox(verticalLayoutWidget); + checkBox_2->setObjectName(QString::fromUtf8("checkBox_2")); + + verticalLayout->addWidget(checkBox_2); + + checkBox_6 = new QCheckBox(verticalLayoutWidget); + checkBox_6->setObjectName(QString::fromUtf8("checkBox_6")); + + verticalLayout->addWidget(checkBox_6); + + radioButton = new QRadioButton(verticalLayoutWidget); + radioButton->setObjectName(QString::fromUtf8("radioButton")); + + verticalLayout->addWidget(radioButton); + + radioButton_2 = new QRadioButton(verticalLayoutWidget); + radioButton_2->setObjectName(QString::fromUtf8("radioButton_2")); + + verticalLayout->addWidget(radioButton_2); + + checkBox_5 = new QCheckBox(verticalLayoutWidget); + checkBox_5->setObjectName(QString::fromUtf8("checkBox_5")); + + verticalLayout->addWidget(checkBox_5); + + checkBox_3 = new QCheckBox(verticalLayoutWidget); + checkBox_3->setObjectName(QString::fromUtf8("checkBox_3")); + + verticalLayout->addWidget(checkBox_3); + + checkBox_4 = new QCheckBox(verticalLayoutWidget); + checkBox_4->setObjectName(QString::fromUtf8("checkBox_4")); + + verticalLayout->addWidget(checkBox_4); + + commandLinkButton_2 = new QCommandLinkButton(Settings); + commandLinkButton_2->setObjectName(QString::fromUtf8("commandLinkButton_2")); + commandLinkButton_2->setGeometry(QRect(130, 270, 170, 32)); + timeEdit = new QTimeEdit(Settings); + timeEdit->setObjectName(QString::fromUtf8("timeEdit")); + timeEdit->setGeometry(QRect(190, 237, 149, 25)); + timeEdit->setTime(QTime(0, 5, 0)); + label_2 = new QLabel(Settings); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(110, 240, 81, 20)); + lineEdit_2 = new QLineEdit(Settings); + lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2")); + lineEdit_2->setGeometry(QRect(80, 40, 241, 25)); + toolButton_2 = new QToolButton(Settings); + toolButton_2->setObjectName(QString::fromUtf8("toolButton_2")); + toolButton_2->setGeometry(QRect(320, 41, 26, 23)); + label_3 = new QLabel(Settings); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(5, 42, 71, 20)); + label_3->setFont(font); + + retranslateUi(Settings); + QObject::connect(buttonBox, SIGNAL(accepted()), Settings, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), Settings, SLOT(reject())); + + QMetaObject::connectSlotsByName(Settings); + } // setupUi + + void retranslateUi(QDialog *Settings) + { + Settings->setWindowTitle(QApplication::translate("Settings", "Dialog", 0, QApplication::UnicodeUTF8)); + lineEdit->setText(QApplication::translate("Settings", "~/", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("Settings", "Grive root", 0, QApplication::UnicodeUTF8)); + toolButton->setText(QApplication::translate("Settings", "...", 0, QApplication::UnicodeUTF8)); + checkBox_2->setText(QApplication::translate("Settings", "Force", 0, QApplication::UnicodeUTF8)); + checkBox_6->setText(QApplication::translate("Settings", "Enable Drag and Drop", 0, QApplication::UnicodeUTF8)); + radioButton->setText(QApplication::translate("Settings", "Sync local each period", 0, QApplication::UnicodeUTF8)); + radioButton_2->setText(QApplication::translate("Settings", "use iNotify", 0, QApplication::UnicodeUTF8)); + checkBox_5->setText(QApplication::translate("Settings", "Dry mode", 0, QApplication::UnicodeUTF8)); + checkBox_3->setText(QApplication::translate("Settings", "Enable debuging", 0, QApplication::UnicodeUTF8)); + checkBox_4->setText(QApplication::translate("Settings", "Enable logging", 0, QApplication::UnicodeUTF8)); + commandLinkButton_2->setText(QApplication::translate("Settings", "Request disk space", 0, QApplication::UnicodeUTF8)); + label_2->setText(QApplication::translate("Settings", "Sync period", 0, QApplication::UnicodeUTF8)); + toolButton_2->setText(QApplication::translate("Settings", "...", 0, QApplication::UnicodeUTF8)); + label_3->setText(QApplication::translate("Settings", "Token", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class Settings: public Ui_Settings {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_SETTINGS_H diff --git a/cmake_install.cmake b/cmake_install.cmake new file mode 100644 index 00000000..3f282bff --- /dev/null +++ b/cmake_install.cmake @@ -0,0 +1,52 @@ +# Install script for directory: /home/jpuchky/Projects/grive + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "0") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + INCLUDE("/home/jpuchky/Projects/grive/libgrive/cmake_install.cmake") + INCLUDE("/home/jpuchky/Projects/grive/grive/cmake_install.cmake") + INCLUDE("/home/jpuchky/Projects/grive/bgrive/cmake_install.cmake") + +ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) + +IF(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +ELSE(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +ENDIF(CMAKE_INSTALL_COMPONENT) + +FILE(WRITE "/home/jpuchky/Projects/grive/${CMAKE_INSTALL_MANIFEST}" "") +FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES}) + FILE(APPEND "/home/jpuchky/Projects/grive/${CMAKE_INSTALL_MANIFEST}" "${file}\n") +ENDFOREACH(file) diff --git a/grive/.gitignore b/grive/.gitignore new file mode 100644 index 00000000..eef3b88b --- /dev/null +++ b/grive/.gitignore @@ -0,0 +1,5 @@ +CMakeFiles/ +grive +Makefile +cmake_install.cmake +CMakeCache.txt diff --git a/grive/CMakeFiles/CMakeDirectoryInformation.cmake b/grive/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..b587f513 --- /dev/null +++ b/grive/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jpuchky/Projects/grive") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jpuchky/Projects/grive") + +# 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}) diff --git a/grive/CMakeFiles/grive_executable.dir/CXX.includecache b/grive/CMakeFiles/grive_executable.dir/CXX.includecache new file mode 100644 index 00000000..36edbfba --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/CXX.includecache @@ -0,0 +1,210 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/jpuchky/Projects/grive/grive/src/main.cc +util/Config.hh +/home/jpuchky/Projects/grive/grive/src/util/Config.hh +drive/Drive.hh +/home/jpuchky/Projects/grive/grive/src/drive/Drive.hh +http/CurlAgent.hh +/home/jpuchky/Projects/grive/grive/src/http/CurlAgent.hh +protocol/AuthAgent.hh +/home/jpuchky/Projects/grive/grive/src/protocol/AuthAgent.hh +protocol/OAuth2.hh +/home/jpuchky/Projects/grive/grive/src/protocol/OAuth2.hh +protocol/Json.hh +/home/jpuchky/Projects/grive/grive/src/protocol/Json.hh +bfd/Backtrace.hh +/home/jpuchky/Projects/grive/grive/src/bfd/Backtrace.hh +util/Exception.hh +/home/jpuchky/Projects/grive/grive/src/util/Exception.hh +util/log/Log.hh +/home/jpuchky/Projects/grive/grive/src/util/log/Log.hh +util/log/CompositeLog.hh +/home/jpuchky/Projects/grive/grive/src/util/log/CompositeLog.hh +util/log/DefaultLog.hh +/home/jpuchky/Projects/grive/grive/src/util/log/DefaultLog.hh +boost/exception/all.hpp +- +boost/program_options.hpp +- +gcrypt.h +- +cassert +- +cstdlib +- +iostream +- +unistd.h +- + +grive/../libgrive/src/bfd/Addr.hh + +grive/../libgrive/src/bfd/Backtrace.hh +Addr.hh +grive/../libgrive/src/bfd/Addr.hh +iosfwd +- +string +- + +grive/../libgrive/src/drive/Drive.hh +State.hh +grive/../libgrive/src/drive/State.hh +http/Header.hh +grive/../libgrive/src/drive/http/Header.hh +protocol/Json.hh +grive/../libgrive/src/drive/protocol/Json.hh +util/Exception.hh +grive/../libgrive/src/drive/util/Exception.hh +string +- +vector +- + +grive/../libgrive/src/drive/Resource.hh +util/DateTime.hh +grive/../libgrive/src/drive/util/DateTime.hh +util/Exception.hh +grive/../libgrive/src/drive/util/Exception.hh +util/FileSystem.hh +grive/../libgrive/src/drive/util/FileSystem.hh +string +- +vector +- +iosfwd +- + +grive/../libgrive/src/drive/ResourceTree.hh +Resource.hh +grive/../libgrive/src/drive/Resource.hh +util/FileSystem.hh +grive/../libgrive/src/drive/util/FileSystem.hh +boost/multi_index_container.hpp +- +boost/multi_index/hashed_index.hpp +- +boost/multi_index/identity.hpp +- +boost/multi_index/mem_fun.hpp +- + +grive/../libgrive/src/drive/State.hh +ResourceTree.hh +grive/../libgrive/src/drive/ResourceTree.hh +util/DateTime.hh +grive/../libgrive/src/drive/util/DateTime.hh +util/FileSystem.hh +grive/../libgrive/src/drive/util/FileSystem.hh +memory +- + +grive/../libgrive/src/http/Agent.hh +string +- + +grive/../libgrive/src/http/CurlAgent.hh +Agent.hh +grive/../libgrive/src/http/Agent.hh +memory +- +string +- + +grive/../libgrive/src/http/Header.hh +iosfwd +- +string +- +vector +- + +grive/../libgrive/src/protocol/AuthAgent.hh +http/Agent.hh +grive/../libgrive/src/protocol/http/Agent.hh +OAuth2.hh +grive/../libgrive/src/protocol/OAuth2.hh +memory +- + +grive/../libgrive/src/protocol/Json.hh +util/Exception.hh +grive/../libgrive/src/protocol/util/Exception.hh +string +- +map +- +vector +- + +grive/../libgrive/src/protocol/OAuth2.hh +string +- + +grive/../libgrive/src/util/Config.hh +Exception.hh +grive/../libgrive/src/util/Exception.hh +FileSystem.hh +grive/../libgrive/src/util/FileSystem.hh +protocol/Json.hh +grive/../libgrive/src/util/protocol/Json.hh + +grive/../libgrive/src/util/DateTime.hh +ctime +- +string +- +iosfwd +- +sys/time.h +- + +grive/../libgrive/src/util/Exception.hh +boost/exception/exception.hpp +- +boost/exception/info.hpp +- +exception +- +string +- + +grive/../libgrive/src/util/FileSystem.hh +boost/filesystem.hpp +- + +grive/../libgrive/src/util/log/CommonLog.hh +Log.hh +grive/../libgrive/src/util/log/Log.hh +bitset +- + +grive/../libgrive/src/util/log/CompositeLog.hh +CommonLog.hh +grive/../libgrive/src/util/log/CommonLog.hh +memory +- +vector +- + +grive/../libgrive/src/util/log/DefaultLog.hh +CommonLog.hh +grive/../libgrive/src/util/log/CommonLog.hh +fstream +- +string +- + +grive/../libgrive/src/util/log/Log.hh +boost/format.hpp +- +memory +- + diff --git a/grive/CMakeFiles/grive_executable.dir/DependInfo.cmake b/grive/CMakeFiles/grive_executable.dir/DependInfo.cmake new file mode 100644 index 00000000..ff1fe77c --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/DependInfo.cmake @@ -0,0 +1,30 @@ +# 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/jpuchky/Projects/grive/grive/src/main.cc" "/home/jpuchky/Projects/grive/grive/CMakeFiles/grive_executable.dir/src/main.cc.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/DependInfo.cmake" + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "grive/../libgrive/src" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/grive/CMakeFiles/grive_executable.dir/build.make b/grive/CMakeFiles/grive_executable.dir/build.make new file mode 100644 index 00000000..25e820ef --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/build.make @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +# Include any dependencies generated for this target. +include grive/CMakeFiles/grive_executable.dir/depend.make + +# Include the progress variables for this target. +include grive/CMakeFiles/grive_executable.dir/progress.make + +# Include the compile flags for this target's objects. +include grive/CMakeFiles/grive_executable.dir/flags.make + +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/CMakeFiles/grive_executable.dir/flags.make +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/src/main.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o" + cd /home/jpuchky/Projects/grive/grive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive_executable.dir/src/main.cc.o -c /home/jpuchky/Projects/grive/grive/src/main.cc + +grive/CMakeFiles/grive_executable.dir/src/main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive_executable.dir/src/main.cc.i" + cd /home/jpuchky/Projects/grive/grive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/grive/src/main.cc > CMakeFiles/grive_executable.dir/src/main.cc.i + +grive/CMakeFiles/grive_executable.dir/src/main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive_executable.dir/src/main.cc.s" + cd /home/jpuchky/Projects/grive/grive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/grive/src/main.cc -o CMakeFiles/grive_executable.dir/src/main.cc.s + +grive/CMakeFiles/grive_executable.dir/src/main.cc.o.requires: +.PHONY : grive/CMakeFiles/grive_executable.dir/src/main.cc.o.requires + +grive/CMakeFiles/grive_executable.dir/src/main.cc.o.provides: grive/CMakeFiles/grive_executable.dir/src/main.cc.o.requires + $(MAKE) -f grive/CMakeFiles/grive_executable.dir/build.make grive/CMakeFiles/grive_executable.dir/src/main.cc.o.provides.build +.PHONY : grive/CMakeFiles/grive_executable.dir/src/main.cc.o.provides + +grive/CMakeFiles/grive_executable.dir/src/main.cc.o.provides.build: grive/CMakeFiles/grive_executable.dir/src/main.cc.o + +# Object files for target grive_executable +grive_executable_OBJECTS = \ +"CMakeFiles/grive_executable.dir/src/main.cc.o" + +# External object files for target grive_executable +grive_executable_EXTERNAL_OBJECTS = + +grive/grive: grive/CMakeFiles/grive_executable.dir/src/main.cc.o +grive/grive: grive/CMakeFiles/grive_executable.dir/build.make +grive/grive: /usr/lib64/libboost_program_options-mt.so +grive/grive: libgrive/libgrive.a +grive/grive: /usr/lib64/libcurl.so +grive/grive: /usr/lib64/libjson.so +grive/grive: /usr/lib64/libboost_program_options-mt.so +grive/grive: /usr/lib64/libboost_filesystem-mt.so +grive/grive: /usr/lib64/libboost_unit_test_framework-mt.so +grive/grive: /usr/lib64/libboost_system-mt.so +grive/grive: /usr/lib64/libiberty.a +grive/grive: /usr/lib64/libexpat.so +grive/grive: /usr/lib64/libdl.so +grive/grive: /usr/lib64/libbfd.so +grive/grive: /usr/lib64/libiberty.a +grive/grive: /usr/lib64/libexpat.so +grive/grive: /usr/lib64/libdl.so +grive/grive: /usr/lib64/libbfd.so +grive/grive: /usr/lib64/libz.so +grive/grive: grive/CMakeFiles/grive_executable.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable grive" + cd /home/jpuchky/Projects/grive/grive && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/grive_executable.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +grive/CMakeFiles/grive_executable.dir/build: grive/grive +.PHONY : grive/CMakeFiles/grive_executable.dir/build + +grive/CMakeFiles/grive_executable.dir/requires: grive/CMakeFiles/grive_executable.dir/src/main.cc.o.requires +.PHONY : grive/CMakeFiles/grive_executable.dir/requires + +grive/CMakeFiles/grive_executable.dir/clean: + cd /home/jpuchky/Projects/grive/grive && $(CMAKE_COMMAND) -P CMakeFiles/grive_executable.dir/cmake_clean.cmake +.PHONY : grive/CMakeFiles/grive_executable.dir/clean + +grive/CMakeFiles/grive_executable.dir/depend: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/grive /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/grive /home/jpuchky/Projects/grive/grive/CMakeFiles/grive_executable.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : grive/CMakeFiles/grive_executable.dir/depend + diff --git a/grive/CMakeFiles/grive_executable.dir/cmake_clean.cmake b/grive/CMakeFiles/grive_executable.dir/cmake_clean.cmake new file mode 100644 index 00000000..a9d8be54 --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/grive_executable.dir/src/main.cc.o" + "grive.pdb" + "grive" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/grive_executable.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/grive/CMakeFiles/grive_executable.dir/depend.internal b/grive/CMakeFiles/grive_executable.dir/depend.internal new file mode 100644 index 00000000..692dfe50 --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/depend.internal @@ -0,0 +1,25 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +grive/CMakeFiles/grive_executable.dir/src/main.cc.o + /home/jpuchky/Projects/grive/grive/src/main.cc + grive/../libgrive/src/bfd/Addr.hh + grive/../libgrive/src/bfd/Backtrace.hh + grive/../libgrive/src/drive/Drive.hh + grive/../libgrive/src/drive/Resource.hh + grive/../libgrive/src/drive/ResourceTree.hh + grive/../libgrive/src/drive/State.hh + grive/../libgrive/src/http/Agent.hh + grive/../libgrive/src/http/CurlAgent.hh + grive/../libgrive/src/http/Header.hh + grive/../libgrive/src/protocol/AuthAgent.hh + grive/../libgrive/src/protocol/Json.hh + grive/../libgrive/src/protocol/OAuth2.hh + grive/../libgrive/src/util/Config.hh + grive/../libgrive/src/util/DateTime.hh + grive/../libgrive/src/util/Exception.hh + grive/../libgrive/src/util/FileSystem.hh + grive/../libgrive/src/util/log/CommonLog.hh + grive/../libgrive/src/util/log/CompositeLog.hh + grive/../libgrive/src/util/log/DefaultLog.hh + grive/../libgrive/src/util/log/Log.hh diff --git a/grive/CMakeFiles/grive_executable.dir/depend.make b/grive/CMakeFiles/grive_executable.dir/depend.make new file mode 100644 index 00000000..48d8b64a --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/depend.make @@ -0,0 +1,25 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/src/main.cc +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/bfd/Addr.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/bfd/Backtrace.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/drive/Drive.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/drive/Resource.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/drive/ResourceTree.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/drive/State.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/http/Agent.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/http/CurlAgent.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/http/Header.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/protocol/AuthAgent.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/protocol/Json.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/protocol/OAuth2.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/Config.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/DateTime.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/Exception.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/FileSystem.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/log/CommonLog.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/log/CompositeLog.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/log/DefaultLog.hh +grive/CMakeFiles/grive_executable.dir/src/main.cc.o: grive/../libgrive/src/util/log/Log.hh + diff --git a/grive/CMakeFiles/grive_executable.dir/flags.make b/grive/CMakeFiles/grive_executable.dir/flags.make new file mode 100644 index 00000000..f8d94ae4 --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -I/home/jpuchky/Projects/grive/grive/../libgrive/src + +CXX_DEFINES = -DVERSION=\"0.3.1-pre\" -D_FILE_OFFSET_BITS=64 + diff --git a/grive/CMakeFiles/grive_executable.dir/link.txt b/grive/CMakeFiles/grive_executable.dir/link.txt new file mode 100644 index 00000000..75a51a9e --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/grive_executable.dir/src/main.cc.o -o grive -rdynamic -lboost_program_options-mt ../libgrive/libgrive.a -lyajl -lcurl -ljson -lgcrypt -ldl -lgpg-error -lboost_program_options-mt -lboost_filesystem-mt -lboost_unit_test_framework-mt -lboost_system-mt -Wl,-Bstatic -liberty -Wl,-Bdynamic -lexpat -ldl -lbfd -Wl,-Bstatic -liberty -Wl,-Bdynamic -lexpat -ldl -lbfd -lz diff --git a/grive/CMakeFiles/grive_executable.dir/progress.make b/grive/CMakeFiles/grive_executable.dir/progress.make new file mode 100644 index 00000000..5c60b843 --- /dev/null +++ b/grive/CMakeFiles/grive_executable.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 60 + diff --git a/grive/CMakeFiles/grive_executable.dir/src/main.cc.o b/grive/CMakeFiles/grive_executable.dir/src/main.cc.o new file mode 100644 index 00000000..5fea8bf8 Binary files /dev/null and b/grive/CMakeFiles/grive_executable.dir/src/main.cc.o differ diff --git a/grive/CMakeFiles/progress.marks b/grive/CMakeFiles/progress.marks new file mode 100644 index 00000000..21e72e8a --- /dev/null +++ b/grive/CMakeFiles/progress.marks @@ -0,0 +1 @@ +48 diff --git a/grive/Makefile b/grive/Makefile new file mode 100644 index 00000000..0d4d6a73 --- /dev/null +++ b/grive/Makefile @@ -0,0 +1,212 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles /home/jpuchky/Projects/grive/grive/CMakeFiles/progress.marks + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 grive/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 grive/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 grive/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 grive/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +grive/CMakeFiles/grive_executable.dir/rule: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 grive/CMakeFiles/grive_executable.dir/rule +.PHONY : grive/CMakeFiles/grive_executable.dir/rule + +# Convenience name for target. +grive_executable: grive/CMakeFiles/grive_executable.dir/rule +.PHONY : grive_executable + +# fast build rule for target. +grive_executable/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f grive/CMakeFiles/grive_executable.dir/build.make grive/CMakeFiles/grive_executable.dir/build +.PHONY : grive_executable/fast + +src/main.o: src/main.cc.o +.PHONY : src/main.o + +# target to build an object file +src/main.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f grive/CMakeFiles/grive_executable.dir/build.make grive/CMakeFiles/grive_executable.dir/src/main.cc.o +.PHONY : src/main.cc.o + +src/main.i: src/main.cc.i +.PHONY : src/main.i + +# target to preprocess a source file +src/main.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f grive/CMakeFiles/grive_executable.dir/build.make grive/CMakeFiles/grive_executable.dir/src/main.cc.i +.PHONY : src/main.cc.i + +src/main.s: src/main.cc.s +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f grive/CMakeFiles/grive_executable.dir/build.make grive/CMakeFiles/grive_executable.dir/src/main.cc.s +.PHONY : src/main.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... grive_executable" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/grive/cmake_install.cmake b/grive/cmake_install.cmake new file mode 100644 index 00000000..19d8962e --- /dev/null +++ b/grive/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/jpuchky/Projects/grive/grive + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "0") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/grive" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/grive") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/grive" + RPATH "") + ENDIF() + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/jpuchky/Projects/grive/grive/grive") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/grive" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/grive") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/grive") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF() +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/home/jpuchky/Projects/grive/grive/doc/grive.1") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + diff --git a/grive/grive b/grive/grive new file mode 100755 index 00000000..1f57da02 Binary files /dev/null and b/grive/grive differ diff --git a/grive/src/main.cc b/grive/src/main.cc index 5209c941..d51014d4 100644 --- a/grive/src/main.cc +++ b/grive/src/main.cc @@ -66,6 +66,7 @@ void InitGCrypt() void InitLog( const po::variables_map& vm ) { +<<<<<<< HEAD std::auto_ptr comp_log(new log::CompositeLog) ; LogBase* console_log = comp_log->Add( std::auto_ptr( new log::DefaultLog ) ) ; @@ -85,6 +86,14 @@ void InitLog( const po::variables_map& vm ) comp_log->Add( file_log ) ; } +======= + InitGCrypt() ; + + Config config ; + + std::auto_ptr comp_log(new gr::log::CompositeLog) ; + LogBase* console_log = comp_log->Add( std::auto_ptr( new gr::log::DefaultLog ) ) ; +>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 if ( vm.count( "verbose" ) ) { @@ -107,8 +116,16 @@ int Main( int argc, char **argv ) po::options_description desc( "Grive options" ); desc.add_options() ( "help,h", "Produce help message" ) + ( "sbout,b", "Produce about message" ) + ( "info,i", "Produce info message with details of storage" ) ( "version,v", "Display Grive version" ) ( "auth,a", "Request authorization token" ) + ( "kdrive,k", "Enable kDrive integration" ) + ( "daemon,e", "Run application in background as daemonin" ) + ( "inotify,n", "Enable iNotify" ) + ( "plocal,l", "Sync local each period" ) +// TODO: Add processing of period parameter +// ( "period,t", po::value(), "Seconds of period") ( "path,p", po::value(), "Path to sync") ( "verbose,V", "Verbose mode. Enable more messages than normal.") ( "log-xml", "Log more HTTP responses as XML for debugging.") @@ -166,6 +183,46 @@ int Main( int argc, char **argv ) config.Set( "refresh_token", Json( token.RefreshToken() ) ) ; config.Save() ; } +<<<<<<< HEAD +======= + if ( vm.count( "log" ) ) + { + std::auto_ptr file_log(new gr::log::DefaultLog( vm["log"].as() )) ; + file_log->Enable( gr::log::debug ) ; + file_log->Enable( gr::log::verbose ) ; + file_log->Enable( gr::log::info ) ; + file_log->Enable( gr::log::warning ) ; + file_log->Enable( gr::log::error ) ; + file_log->Enable( gr::log::critical ) ; + + // log grive version to log file + file_log->Log( gr::log::Fmt("grive version " VERSION " " __DATE__ " " __TIME__), gr::log::verbose ) ; + file_log->Log( gr::log::Fmt("current time: %1%") % DateTime::Now(), gr::log::verbose ) ; + + comp_log->Add( file_log ) ; + } + if ( vm.count( "version" ) ) + { + std::cout + << "grive version " << VERSION << ' ' << __DATE__ << ' ' << __TIME__ << std::endl ; + return 0 ; + } + if ( vm.count( "verbose" ) ) + { + console_log->Enable( gr::log::verbose ) ; + } + if ( vm.count( "debug" ) ) + { + console_log->Enable( gr::log::verbose ) ; + console_log->Enable( gr::log::debug ) ; + } + if ( vm.count( "force" ) ) + { + options.Add( "force", Json(true) ) ; + } + + LogBase::Inst( std::auto_ptr(comp_log.release()) ) ; +>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 std::string refresh_token ; try @@ -177,7 +234,7 @@ int Main( int argc, char **argv ) Log( "Please run grive with the \"-a\" option if this is the " "first time you're accessing your Google Drive!", - log::critical ) ; + gr::log::critical ) ; return -1; } @@ -190,14 +247,14 @@ int Main( int argc, char **argv ) if ( vm.count( "dry-run" ) == 0 ) { - drive.Update() ; + drive.Update( token ) ; drive.SaveState() ; } else - drive.DryRun() ; + drive.DryRun( token ) ; config.Save() ; - Log( "Finished!", log::info ) ; + Log( "Finished!", gr::log::info ) ; return 0 ; } @@ -209,15 +266,15 @@ int main( int argc, char **argv ) } catch ( Exception& e ) { - Log( "exception: %1%", boost::diagnostic_information(e), log::critical ) ; + Log( "exception: %1%", boost::diagnostic_information(e), gr::log::critical ) ; } catch ( std::exception& e ) { - Log( "exception: %1%", e.what(), log::critical ) ; + Log( "exception: %1%", e.what(), gr::log::critical ) ; } catch ( ... ) { - Log( "unexpected exception", log::critical ) ; + Log( "unexpected exception", gr::log::critical ) ; } return -1 ; } diff --git a/icon/mimetype/ac-3.png b/icon/mimetype/ac-3.png new file mode 100644 index 00000000..d2b84ba4 Binary files /dev/null and b/icon/mimetype/ac-3.png differ diff --git a/icon/mimetype/ai.png b/icon/mimetype/ai.png new file mode 100644 index 00000000..c758a9b3 Binary files /dev/null and b/icon/mimetype/ai.png differ diff --git a/icon/mimetype/aiff.png b/icon/mimetype/aiff.png new file mode 100644 index 00000000..4f6c7ea8 Binary files /dev/null and b/icon/mimetype/aiff.png differ diff --git a/icon/mimetype/application-7zip.png b/icon/mimetype/application-7zip.png new file mode 100644 index 00000000..05b1d13f Binary files /dev/null and b/icon/mimetype/application-7zip.png differ diff --git a/icon/mimetype/application-epub-plus-zip.png b/icon/mimetype/application-epub-plus-zip.png new file mode 100644 index 00000000..3fcc1a73 Binary files /dev/null and b/icon/mimetype/application-epub-plus-zip.png differ diff --git a/icon/mimetype/application-illustrator.png b/icon/mimetype/application-illustrator.png new file mode 100644 index 00000000..26f371ee Binary files /dev/null and b/icon/mimetype/application-illustrator.png differ diff --git a/icon/mimetype/application-javascript.png b/icon/mimetype/application-javascript.png new file mode 100644 index 00000000..643e2b82 Binary files /dev/null and b/icon/mimetype/application-javascript.png differ diff --git a/icon/mimetype/application-msword-template.png b/icon/mimetype/application-msword-template.png new file mode 100644 index 00000000..2d999b02 Binary files /dev/null and b/icon/mimetype/application-msword-template.png differ diff --git a/icon/mimetype/application-msword.png b/icon/mimetype/application-msword.png new file mode 100644 index 00000000..92ad5cbe Binary files /dev/null and b/icon/mimetype/application-msword.png differ diff --git a/icon/mimetype/application-octet-stream.png b/icon/mimetype/application-octet-stream.png new file mode 100644 index 00000000..c070a408 Binary files /dev/null and b/icon/mimetype/application-octet-stream.png differ diff --git a/icon/mimetype/application-pdf.png b/icon/mimetype/application-pdf.png new file mode 100644 index 00000000..7a13e993 Binary files /dev/null and b/icon/mimetype/application-pdf.png differ diff --git a/icon/mimetype/application-pgp-encrypted.png b/icon/mimetype/application-pgp-encrypted.png new file mode 100644 index 00000000..f88bcdb6 Binary files /dev/null and b/icon/mimetype/application-pgp-encrypted.png differ diff --git a/icon/mimetype/application-pgp-keys.png b/icon/mimetype/application-pgp-keys.png new file mode 100644 index 00000000..4756805c Binary files /dev/null and b/icon/mimetype/application-pgp-keys.png differ diff --git a/icon/mimetype/application-pgp-signature.png b/icon/mimetype/application-pgp-signature.png new file mode 100644 index 00000000..a7705528 Binary files /dev/null and b/icon/mimetype/application-pgp-signature.png differ diff --git a/icon/mimetype/application-pkcs7-mime.png b/icon/mimetype/application-pkcs7-mime.png new file mode 100644 index 00000000..06a52a49 Binary files /dev/null and b/icon/mimetype/application-pkcs7-mime.png differ diff --git a/icon/mimetype/application-pkcs7-signature.png b/icon/mimetype/application-pkcs7-signature.png new file mode 100644 index 00000000..a7705528 Binary files /dev/null and b/icon/mimetype/application-pkcs7-signature.png differ diff --git a/icon/mimetype/application-postscript.png b/icon/mimetype/application-postscript.png new file mode 100644 index 00000000..d2bafea5 Binary files /dev/null and b/icon/mimetype/application-postscript.png differ diff --git a/icon/mimetype/application-relaxng.png b/icon/mimetype/application-relaxng.png new file mode 100644 index 00000000..f5d1a6aa Binary files /dev/null and b/icon/mimetype/application-relaxng.png differ diff --git a/icon/mimetype/application-rss-plus-xml.png b/icon/mimetype/application-rss-plus-xml.png new file mode 100644 index 00000000..a5235d44 Binary files /dev/null and b/icon/mimetype/application-rss-plus-xml.png differ diff --git a/icon/mimetype/application-rtf.png b/icon/mimetype/application-rtf.png new file mode 100644 index 00000000..3ad718fc Binary files /dev/null and b/icon/mimetype/application-rtf.png differ diff --git a/icon/mimetype/application-sxw.png b/icon/mimetype/application-sxw.png new file mode 100644 index 00000000..ebb99697 Binary files /dev/null and b/icon/mimetype/application-sxw.png differ diff --git a/icon/mimetype/application-vnd-iccprofile.png b/icon/mimetype/application-vnd-iccprofile.png new file mode 100644 index 00000000..6dd584a5 Binary files /dev/null and b/icon/mimetype/application-vnd-iccprofile.png differ diff --git a/icon/mimetype/application-vnd-ms-access.png b/icon/mimetype/application-vnd-ms-access.png new file mode 100644 index 00000000..4028897a Binary files /dev/null and b/icon/mimetype/application-vnd-ms-access.png differ diff --git a/icon/mimetype/application-vnd-ms-excel.png b/icon/mimetype/application-vnd-ms-excel.png new file mode 100644 index 00000000..4fd7fa78 Binary files /dev/null and b/icon/mimetype/application-vnd-ms-excel.png differ diff --git a/icon/mimetype/application-vnd-ms-powerpoint.png b/icon/mimetype/application-vnd-ms-powerpoint.png new file mode 100644 index 00000000..a1f00055 Binary files /dev/null and b/icon/mimetype/application-vnd-ms-powerpoint.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-chart.png b/icon/mimetype/application-vnd-oasis-opendocument-chart.png new file mode 100644 index 00000000..74716b0d Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-chart.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-database.png b/icon/mimetype/application-vnd-oasis-opendocument-database.png new file mode 100644 index 00000000..c2e1bf09 Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-database.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-formula-template.png b/icon/mimetype/application-vnd-oasis-opendocument-formula-template.png new file mode 100644 index 00000000..27cf600c Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-formula-template.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-formula.png b/icon/mimetype/application-vnd-oasis-opendocument-formula.png new file mode 100644 index 00000000..b9ea3092 Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-formula.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-graphics.png b/icon/mimetype/application-vnd-oasis-opendocument-graphics.png new file mode 100644 index 00000000..a835a10e Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-graphics.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-image.png b/icon/mimetype/application-vnd-oasis-opendocument-image.png new file mode 100644 index 00000000..bbf80b57 Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-image.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-presentation-template.png b/icon/mimetype/application-vnd-oasis-opendocument-presentation-template.png new file mode 100644 index 00000000..bdf8b5ec Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-presentation-template.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-presentation.png b/icon/mimetype/application-vnd-oasis-opendocument-presentation.png new file mode 100644 index 00000000..904ae6f3 Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-presentation.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-spreadsheet-template.png b/icon/mimetype/application-vnd-oasis-opendocument-spreadsheet-template.png new file mode 100644 index 00000000..9899976f Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-spreadsheet-template.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-spreadsheet.png b/icon/mimetype/application-vnd-oasis-opendocument-spreadsheet.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-spreadsheet.png differ diff --git a/icon/mimetype/application-vnd-oasis-opendocument-text.png b/icon/mimetype/application-vnd-oasis-opendocument-text.png new file mode 100644 index 00000000..a47e60c1 Binary files /dev/null and b/icon/mimetype/application-vnd-oasis-opendocument-text.png differ diff --git a/icon/mimetype/application-vnd-rn-realmedia.png b/icon/mimetype/application-vnd-rn-realmedia.png new file mode 100644 index 00000000..531b39f2 Binary files /dev/null and b/icon/mimetype/application-vnd-rn-realmedia.png differ diff --git a/icon/mimetype/application-vnd-scribus.png b/icon/mimetype/application-vnd-scribus.png new file mode 100644 index 00000000..dbc37f0b Binary files /dev/null and b/icon/mimetype/application-vnd-scribus.png differ diff --git a/icon/mimetype/application-vnd-stardivision-calc.png b/icon/mimetype/application-vnd-stardivision-calc.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-vnd-stardivision-calc.png differ diff --git a/icon/mimetype/application-vnd-stardivision-draw.png b/icon/mimetype/application-vnd-stardivision-draw.png new file mode 100644 index 00000000..bbf80b57 Binary files /dev/null and b/icon/mimetype/application-vnd-stardivision-draw.png differ diff --git a/icon/mimetype/application-vnd-stardivision-mail.png b/icon/mimetype/application-vnd-stardivision-mail.png new file mode 100644 index 00000000..b06182eb Binary files /dev/null and b/icon/mimetype/application-vnd-stardivision-mail.png differ diff --git a/icon/mimetype/application-vnd-stardivision-math.png b/icon/mimetype/application-vnd-stardivision-math.png new file mode 100644 index 00000000..b9ea3092 Binary files /dev/null and b/icon/mimetype/application-vnd-stardivision-math.png differ diff --git a/icon/mimetype/application-vnd-sun-xml-calc-template.png b/icon/mimetype/application-vnd-sun-xml-calc-template.png new file mode 100644 index 00000000..9899976f Binary files /dev/null and b/icon/mimetype/application-vnd-sun-xml-calc-template.png differ diff --git a/icon/mimetype/application-vnd-sun-xml-calc.png b/icon/mimetype/application-vnd-sun-xml-calc.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-vnd-sun-xml-calc.png differ diff --git a/icon/mimetype/application-vnd-sun-xml-draw-template.png b/icon/mimetype/application-vnd-sun-xml-draw-template.png new file mode 100644 index 00000000..7982a26a Binary files /dev/null and b/icon/mimetype/application-vnd-sun-xml-draw-template.png differ diff --git a/icon/mimetype/application-vnd-sun-xml-draw.png b/icon/mimetype/application-vnd-sun-xml-draw.png new file mode 100644 index 00000000..bbf80b57 Binary files /dev/null and b/icon/mimetype/application-vnd-sun-xml-draw.png differ diff --git a/icon/mimetype/application-vnd-sun-xml-math.png b/icon/mimetype/application-vnd-sun-xml-math.png new file mode 100644 index 00000000..b9ea3092 Binary files /dev/null and b/icon/mimetype/application-vnd-sun-xml-math.png differ diff --git a/icon/mimetype/application-vnd-wordperfect.png b/icon/mimetype/application-vnd-wordperfect.png new file mode 100644 index 00000000..6f75cf00 Binary files /dev/null and b/icon/mimetype/application-vnd-wordperfect.png differ diff --git a/icon/mimetype/application-vnd.ms-cab-compressed.png b/icon/mimetype/application-vnd.ms-cab-compressed.png new file mode 100644 index 00000000..d68ef87e Binary files /dev/null and b/icon/mimetype/application-vnd.ms-cab-compressed.png differ diff --git a/icon/mimetype/application-vnd.ms-excel.png b/icon/mimetype/application-vnd.ms-excel.png new file mode 100644 index 00000000..d6654222 Binary files /dev/null and b/icon/mimetype/application-vnd.ms-excel.png differ diff --git a/icon/mimetype/application-vnd.ms-powerpoint.png b/icon/mimetype/application-vnd.ms-powerpoint.png new file mode 100644 index 00000000..3aa00d96 Binary files /dev/null and b/icon/mimetype/application-vnd.ms-powerpoint.png differ diff --git a/icon/mimetype/application-x-abiword.png b/icon/mimetype/application-x-abiword.png new file mode 100644 index 00000000..a47e60c1 Binary files /dev/null and b/icon/mimetype/application-x-abiword.png differ diff --git a/icon/mimetype/application-x-ace.png b/icon/mimetype/application-x-ace.png new file mode 100644 index 00000000..58f2950c Binary files /dev/null and b/icon/mimetype/application-x-ace.png differ diff --git a/icon/mimetype/application-x-applix-spreadsheet.png b/icon/mimetype/application-x-applix-spreadsheet.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-x-applix-spreadsheet.png differ diff --git a/icon/mimetype/application-x-applix-word.png b/icon/mimetype/application-x-applix-word.png new file mode 100644 index 00000000..ff583ed3 Binary files /dev/null and b/icon/mimetype/application-x-applix-word.png differ diff --git a/icon/mimetype/application-x-archive.png b/icon/mimetype/application-x-archive.png new file mode 100644 index 00000000..ca4f5a15 Binary files /dev/null and b/icon/mimetype/application-x-archive.png differ diff --git a/icon/mimetype/application-x-awk.png b/icon/mimetype/application-x-awk.png new file mode 100644 index 00000000..481ecce9 Binary files /dev/null and b/icon/mimetype/application-x-awk.png differ diff --git a/icon/mimetype/application-x-bittorrent.png b/icon/mimetype/application-x-bittorrent.png new file mode 100644 index 00000000..02c83544 Binary files /dev/null and b/icon/mimetype/application-x-bittorrent.png differ diff --git a/icon/mimetype/application-x-blender.png b/icon/mimetype/application-x-blender.png new file mode 100644 index 00000000..03f74911 Binary files /dev/null and b/icon/mimetype/application-x-blender.png differ diff --git a/icon/mimetype/application-x-bzip-compressed-tar.png b/icon/mimetype/application-x-bzip-compressed-tar.png new file mode 100644 index 00000000..8e8caaaa Binary files /dev/null and b/icon/mimetype/application-x-bzip-compressed-tar.png differ diff --git a/icon/mimetype/application-x-bzip.png b/icon/mimetype/application-x-bzip.png new file mode 100644 index 00000000..bb6afd7e Binary files /dev/null and b/icon/mimetype/application-x-bzip.png differ diff --git a/icon/mimetype/application-x-cd-image.png b/icon/mimetype/application-x-cd-image.png new file mode 100644 index 00000000..5b543401 Binary files /dev/null and b/icon/mimetype/application-x-cd-image.png differ diff --git a/icon/mimetype/application-x-cda.png b/icon/mimetype/application-x-cda.png new file mode 100644 index 00000000..93b3bce3 Binary files /dev/null and b/icon/mimetype/application-x-cda.png differ diff --git a/icon/mimetype/application-x-chm.png b/icon/mimetype/application-x-chm.png new file mode 100644 index 00000000..7e327dee Binary files /dev/null and b/icon/mimetype/application-x-chm.png differ diff --git a/icon/mimetype/application-x-compressed-tar.png b/icon/mimetype/application-x-compressed-tar.png new file mode 100644 index 00000000..1c4be921 Binary files /dev/null and b/icon/mimetype/application-x-compressed-tar.png differ diff --git a/icon/mimetype/application-x-cpio.png b/icon/mimetype/application-x-cpio.png new file mode 100644 index 00000000..ca4f5a15 Binary files /dev/null and b/icon/mimetype/application-x-cpio.png differ diff --git a/icon/mimetype/application-x-cue.png b/icon/mimetype/application-x-cue.png new file mode 100644 index 00000000..64693293 Binary files /dev/null and b/icon/mimetype/application-x-cue.png differ diff --git a/icon/mimetype/application-x-deb.png b/icon/mimetype/application-x-deb.png new file mode 100644 index 00000000..49f0cfa7 Binary files /dev/null and b/icon/mimetype/application-x-deb.png differ diff --git a/icon/mimetype/application-x-designer.png b/icon/mimetype/application-x-designer.png new file mode 100644 index 00000000..997c6cc5 Binary files /dev/null and b/icon/mimetype/application-x-designer.png differ diff --git a/icon/mimetype/application-x-desktop.png b/icon/mimetype/application-x-desktop.png new file mode 100644 index 00000000..12503caf Binary files /dev/null and b/icon/mimetype/application-x-desktop.png differ diff --git a/icon/mimetype/application-x-egon.png b/icon/mimetype/application-x-egon.png new file mode 100644 index 00000000..833d532d Binary files /dev/null and b/icon/mimetype/application-x-egon.png differ diff --git a/icon/mimetype/application-x-executable-script.png b/icon/mimetype/application-x-executable-script.png new file mode 100644 index 00000000..a5755829 Binary files /dev/null and b/icon/mimetype/application-x-executable-script.png differ diff --git a/icon/mimetype/application-x-executable.png b/icon/mimetype/application-x-executable.png new file mode 100644 index 00000000..12503caf Binary files /dev/null and b/icon/mimetype/application-x-executable.png differ diff --git a/icon/mimetype/application-x-font-otf.png b/icon/mimetype/application-x-font-otf.png new file mode 100644 index 00000000..e3ea7727 Binary files /dev/null and b/icon/mimetype/application-x-font-otf.png differ diff --git a/icon/mimetype/application-x-font-pcf.png b/icon/mimetype/application-x-font-pcf.png new file mode 100644 index 00000000..db0707ce Binary files /dev/null and b/icon/mimetype/application-x-font-pcf.png differ diff --git a/icon/mimetype/application-x-font-ttf.png b/icon/mimetype/application-x-font-ttf.png new file mode 100644 index 00000000..d0020272 Binary files /dev/null and b/icon/mimetype/application-x-font-ttf.png differ diff --git a/icon/mimetype/application-x-font-type-1.png b/icon/mimetype/application-x-font-type-1.png new file mode 100644 index 00000000..4fea278b Binary files /dev/null and b/icon/mimetype/application-x-font-type-1.png differ diff --git a/icon/mimetype/application-x-gnumeric.png b/icon/mimetype/application-x-gnumeric.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-x-gnumeric.png differ diff --git a/icon/mimetype/application-x-gzip.png b/icon/mimetype/application-x-gzip.png new file mode 100644 index 00000000..162817f2 Binary files /dev/null and b/icon/mimetype/application-x-gzip.png differ diff --git a/icon/mimetype/application-x-gzpostscript.png b/icon/mimetype/application-x-gzpostscript.png new file mode 100644 index 00000000..bd850e39 Binary files /dev/null and b/icon/mimetype/application-x-gzpostscript.png differ diff --git a/icon/mimetype/application-x-it-87.png b/icon/mimetype/application-x-it-87.png new file mode 100644 index 00000000..6dd584a5 Binary files /dev/null and b/icon/mimetype/application-x-it-87.png differ diff --git a/icon/mimetype/application-x-jar.png b/icon/mimetype/application-x-jar.png new file mode 100644 index 00000000..5cdf5e4a Binary files /dev/null and b/icon/mimetype/application-x-jar.png differ diff --git a/icon/mimetype/application-x-java-archive.png b/icon/mimetype/application-x-java-archive.png new file mode 100644 index 00000000..3ffd36e6 Binary files /dev/null and b/icon/mimetype/application-x-java-archive.png differ diff --git a/icon/mimetype/application-x-java.png b/icon/mimetype/application-x-java.png new file mode 100644 index 00000000..eafd07bf Binary files /dev/null and b/icon/mimetype/application-x-java.png differ diff --git a/icon/mimetype/application-x-javascript.png b/icon/mimetype/application-x-javascript.png new file mode 100644 index 00000000..643e2b82 Binary files /dev/null and b/icon/mimetype/application-x-javascript.png differ diff --git a/icon/mimetype/application-x-k3b.png b/icon/mimetype/application-x-k3b.png new file mode 100644 index 00000000..1dfcab1f Binary files /dev/null and b/icon/mimetype/application-x-k3b.png differ diff --git a/icon/mimetype/application-x-kcsrc.png b/icon/mimetype/application-x-kcsrc.png new file mode 100644 index 00000000..04802c84 Binary files /dev/null and b/icon/mimetype/application-x-kcsrc.png differ diff --git a/icon/mimetype/application-x-kformula.png b/icon/mimetype/application-x-kformula.png new file mode 100644 index 00000000..b9ea3092 Binary files /dev/null and b/icon/mimetype/application-x-kformula.png differ diff --git a/icon/mimetype/application-x-kgetlist.png b/icon/mimetype/application-x-kgetlist.png new file mode 100644 index 00000000..7abe838f Binary files /dev/null and b/icon/mimetype/application-x-kgetlist.png differ diff --git a/icon/mimetype/application-x-kontour.png b/icon/mimetype/application-x-kontour.png new file mode 100644 index 00000000..a7155680 Binary files /dev/null and b/icon/mimetype/application-x-kontour.png differ diff --git a/icon/mimetype/application-x-kplato.png b/icon/mimetype/application-x-kplato.png new file mode 100644 index 00000000..28b1caa0 Binary files /dev/null and b/icon/mimetype/application-x-kplato.png differ diff --git a/icon/mimetype/application-x-krita.png b/icon/mimetype/application-x-krita.png new file mode 100644 index 00000000..13858d17 Binary files /dev/null and b/icon/mimetype/application-x-krita.png differ diff --git a/icon/mimetype/application-x-kvtml.png b/icon/mimetype/application-x-kvtml.png new file mode 100644 index 00000000..2ca0851e Binary files /dev/null and b/icon/mimetype/application-x-kvtml.png differ diff --git a/icon/mimetype/application-x-kword.png b/icon/mimetype/application-x-kword.png new file mode 100644 index 00000000..a47e60c1 Binary files /dev/null and b/icon/mimetype/application-x-kword.png differ diff --git a/icon/mimetype/application-x-lyx.png b/icon/mimetype/application-x-lyx.png new file mode 100644 index 00000000..4839a65b Binary files /dev/null and b/icon/mimetype/application-x-lyx.png differ diff --git a/icon/mimetype/application-x-lzma-compressed-tar.png b/icon/mimetype/application-x-lzma-compressed-tar.png new file mode 100644 index 00000000..ca4f5a15 Binary files /dev/null and b/icon/mimetype/application-x-lzma-compressed-tar.png differ diff --git a/icon/mimetype/application-x-m4.png b/icon/mimetype/application-x-m4.png new file mode 100644 index 00000000..aaf71e5f Binary files /dev/null and b/icon/mimetype/application-x-m4.png differ diff --git a/icon/mimetype/application-x-marble.png b/icon/mimetype/application-x-marble.png new file mode 100644 index 00000000..1e7fe7f4 Binary files /dev/null and b/icon/mimetype/application-x-marble.png differ diff --git a/icon/mimetype/application-x-mimearchive.png b/icon/mimetype/application-x-mimearchive.png new file mode 100644 index 00000000..b06182eb Binary files /dev/null and b/icon/mimetype/application-x-mimearchive.png differ diff --git a/icon/mimetype/application-x-ms-dos-executable.png b/icon/mimetype/application-x-ms-dos-executable.png new file mode 100644 index 00000000..a93705cf Binary files /dev/null and b/icon/mimetype/application-x-ms-dos-executable.png differ diff --git a/icon/mimetype/application-x-msdownload.png b/icon/mimetype/application-x-msdownload.png new file mode 100644 index 00000000..28a34d4c Binary files /dev/null and b/icon/mimetype/application-x-msdownload.png differ diff --git a/icon/mimetype/application-x-mswinurl.png b/icon/mimetype/application-x-mswinurl.png new file mode 100644 index 00000000..02f8eecd Binary files /dev/null and b/icon/mimetype/application-x-mswinurl.png differ diff --git a/icon/mimetype/application-x-mswrite.png b/icon/mimetype/application-x-mswrite.png new file mode 100644 index 00000000..4906e5e9 Binary files /dev/null and b/icon/mimetype/application-x-mswrite.png differ diff --git a/icon/mimetype/application-x-nzb.png b/icon/mimetype/application-x-nzb.png new file mode 100644 index 00000000..d23a4bbc Binary files /dev/null and b/icon/mimetype/application-x-nzb.png differ diff --git a/icon/mimetype/application-x-object.png b/icon/mimetype/application-x-object.png new file mode 100644 index 00000000..c070a408 Binary files /dev/null and b/icon/mimetype/application-x-object.png differ diff --git a/icon/mimetype/application-x-pem-key.png b/icon/mimetype/application-x-pem-key.png new file mode 100644 index 00000000..4756805c Binary files /dev/null and b/icon/mimetype/application-x-pem-key.png differ diff --git a/icon/mimetype/application-x-perl.png b/icon/mimetype/application-x-perl.png new file mode 100644 index 00000000..cf1401c3 Binary files /dev/null and b/icon/mimetype/application-x-perl.png differ diff --git a/icon/mimetype/application-x-php.png b/icon/mimetype/application-x-php.png new file mode 100644 index 00000000..99af5423 Binary files /dev/null and b/icon/mimetype/application-x-php.png differ diff --git a/icon/mimetype/application-x-plasma.png b/icon/mimetype/application-x-plasma.png new file mode 100644 index 00000000..76996849 Binary files /dev/null and b/icon/mimetype/application-x-plasma.png differ diff --git a/icon/mimetype/application-x-python-bytecode.png b/icon/mimetype/application-x-python-bytecode.png new file mode 100644 index 00000000..c070a408 Binary files /dev/null and b/icon/mimetype/application-x-python-bytecode.png differ diff --git a/icon/mimetype/application-x-qet-element.png b/icon/mimetype/application-x-qet-element.png new file mode 100644 index 00000000..f776e1af Binary files /dev/null and b/icon/mimetype/application-x-qet-element.png differ diff --git a/icon/mimetype/application-x-qet-project.png b/icon/mimetype/application-x-qet-project.png new file mode 100644 index 00000000..c8198b21 Binary files /dev/null and b/icon/mimetype/application-x-qet-project.png differ diff --git a/icon/mimetype/application-x-quattropro.png b/icon/mimetype/application-x-quattropro.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-x-quattropro.png differ diff --git a/icon/mimetype/application-x-rpm.png b/icon/mimetype/application-x-rpm.png new file mode 100644 index 00000000..3dd0c0a4 Binary files /dev/null and b/icon/mimetype/application-x-rpm.png differ diff --git a/icon/mimetype/application-x-ruby.png b/icon/mimetype/application-x-ruby.png new file mode 100644 index 00000000..a6468cc0 Binary files /dev/null and b/icon/mimetype/application-x-ruby.png differ diff --git a/icon/mimetype/application-x-sharedlib.png b/icon/mimetype/application-x-sharedlib.png new file mode 100644 index 00000000..c070a408 Binary files /dev/null and b/icon/mimetype/application-x-sharedlib.png differ diff --git a/icon/mimetype/application-x-shellscript.png b/icon/mimetype/application-x-shellscript.png new file mode 100644 index 00000000..d4e2c5f8 Binary files /dev/null and b/icon/mimetype/application-x-shellscript.png differ diff --git a/icon/mimetype/application-x-shockwave-flash.png b/icon/mimetype/application-x-shockwave-flash.png new file mode 100644 index 00000000..0aac3686 Binary files /dev/null and b/icon/mimetype/application-x-shockwave-flash.png differ diff --git a/icon/mimetype/application-x-siag.png b/icon/mimetype/application-x-siag.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/application-x-siag.png differ diff --git a/icon/mimetype/application-x-smb-server.png b/icon/mimetype/application-x-smb-server.png new file mode 100644 index 00000000..f0a38a2f Binary files /dev/null and b/icon/mimetype/application-x-smb-server.png differ diff --git a/icon/mimetype/application-x-smb-workgroup.png b/icon/mimetype/application-x-smb-workgroup.png new file mode 100644 index 00000000..782a4fb0 Binary files /dev/null and b/icon/mimetype/application-x-smb-workgroup.png differ diff --git a/icon/mimetype/application-x-srt.png b/icon/mimetype/application-x-srt.png new file mode 100644 index 00000000..ca6d8d2a Binary files /dev/null and b/icon/mimetype/application-x-srt.png differ diff --git a/icon/mimetype/application-x-srtrip.png b/icon/mimetype/application-x-srtrip.png new file mode 100644 index 00000000..ca6d8d2a Binary files /dev/null and b/icon/mimetype/application-x-srtrip.png differ diff --git a/icon/mimetype/application-x-subrip.png b/icon/mimetype/application-x-subrip.png new file mode 100644 index 00000000..1b8d9d40 Binary files /dev/null and b/icon/mimetype/application-x-subrip.png differ diff --git a/icon/mimetype/application-x-tar.png b/icon/mimetype/application-x-tar.png new file mode 100644 index 00000000..ca4f5a15 Binary files /dev/null and b/icon/mimetype/application-x-tar.png differ diff --git a/icon/mimetype/application-x-tgif.png b/icon/mimetype/application-x-tgif.png new file mode 100644 index 00000000..a7155680 Binary files /dev/null and b/icon/mimetype/application-x-tgif.png differ diff --git a/icon/mimetype/application-x-trash.png b/icon/mimetype/application-x-trash.png new file mode 100644 index 00000000..d9b83e40 Binary files /dev/null and b/icon/mimetype/application-x-trash.png differ diff --git a/icon/mimetype/application-x-troff-man.png b/icon/mimetype/application-x-troff-man.png new file mode 100644 index 00000000..e5e3ba1e Binary files /dev/null and b/icon/mimetype/application-x-troff-man.png differ diff --git a/icon/mimetype/application-x-wmf.png b/icon/mimetype/application-x-wmf.png new file mode 100644 index 00000000..a7155680 Binary files /dev/null and b/icon/mimetype/application-x-wmf.png differ diff --git a/icon/mimetype/application-x-zerosize.png b/icon/mimetype/application-x-zerosize.png new file mode 100644 index 00000000..c37042af Binary files /dev/null and b/icon/mimetype/application-x-zerosize.png differ diff --git a/icon/mimetype/application-xhtml-plus-xml.png b/icon/mimetype/application-xhtml-plus-xml.png new file mode 100644 index 00000000..e2e10a3e Binary files /dev/null and b/icon/mimetype/application-xhtml-plus-xml.png differ diff --git a/icon/mimetype/application-xml.png b/icon/mimetype/application-xml.png new file mode 100644 index 00000000..e0b41815 Binary files /dev/null and b/icon/mimetype/application-xml.png differ diff --git a/icon/mimetype/application-xsd.png b/icon/mimetype/application-xsd.png new file mode 100644 index 00000000..74302aa4 Binary files /dev/null and b/icon/mimetype/application-xsd.png differ diff --git a/icon/mimetype/application-xslt-plus-xml.png b/icon/mimetype/application-xslt-plus-xml.png new file mode 100644 index 00000000..c340f018 Binary files /dev/null and b/icon/mimetype/application-xslt-plus-xml.png differ diff --git a/icon/mimetype/application-zip.png b/icon/mimetype/application-zip.png new file mode 100644 index 00000000..bcb7b25e Binary files /dev/null and b/icon/mimetype/application-zip.png differ diff --git a/icon/mimetype/applix.png b/icon/mimetype/applix.png new file mode 100644 index 00000000..7f9e68ac Binary files /dev/null and b/icon/mimetype/applix.png differ diff --git a/icon/mimetype/archive.png b/icon/mimetype/archive.png new file mode 100644 index 00000000..5436e6d0 Binary files /dev/null and b/icon/mimetype/archive.png differ diff --git a/icon/mimetype/arj.png b/icon/mimetype/arj.png new file mode 100644 index 00000000..628c4e56 Binary files /dev/null and b/icon/mimetype/arj.png differ diff --git a/icon/mimetype/ascii.png b/icon/mimetype/ascii.png new file mode 100644 index 00000000..6e814063 Binary files /dev/null and b/icon/mimetype/ascii.png differ diff --git a/icon/mimetype/asp.png b/icon/mimetype/asp.png new file mode 100644 index 00000000..d54febf1 Binary files /dev/null and b/icon/mimetype/asp.png differ diff --git a/icon/mimetype/audio-midi.png b/icon/mimetype/audio-midi.png new file mode 100644 index 00000000..0326ba39 Binary files /dev/null and b/icon/mimetype/audio-midi.png differ diff --git a/icon/mimetype/audio-x-generic.png b/icon/mimetype/audio-x-generic.png new file mode 100644 index 00000000..d8ab691c Binary files /dev/null and b/icon/mimetype/audio-x-generic.png differ diff --git a/icon/mimetype/audio-x-speex-plus-ogg.png b/icon/mimetype/audio-x-speex-plus-ogg.png new file mode 100644 index 00000000..ba241e00 Binary files /dev/null and b/icon/mimetype/audio-x-speex-plus-ogg.png differ diff --git a/icon/mimetype/audio-x-wav.png b/icon/mimetype/audio-x-wav.png new file mode 100644 index 00000000..7316c9b0 Binary files /dev/null and b/icon/mimetype/audio-x-wav.png differ diff --git a/icon/mimetype/audio.png b/icon/mimetype/audio.png new file mode 100644 index 00000000..52a63765 Binary files /dev/null and b/icon/mimetype/audio.png differ diff --git a/icon/mimetype/avi.png b/icon/mimetype/avi.png new file mode 100644 index 00000000..bc0ac2f1 Binary files /dev/null and b/icon/mimetype/avi.png differ diff --git a/icon/mimetype/bat.png b/icon/mimetype/bat.png new file mode 100644 index 00000000..1b7cab07 Binary files /dev/null and b/icon/mimetype/bat.png differ diff --git a/icon/mimetype/bin.png b/icon/mimetype/bin.png new file mode 100644 index 00000000..d6ac9b03 Binary files /dev/null and b/icon/mimetype/bin.png differ diff --git a/icon/mimetype/binary.png b/icon/mimetype/binary.png new file mode 100644 index 00000000..0f1c9ed8 Binary files /dev/null and b/icon/mimetype/binary.png differ diff --git a/icon/mimetype/blank-cd.png b/icon/mimetype/blank-cd.png new file mode 100644 index 00000000..ac22350d Binary files /dev/null and b/icon/mimetype/blank-cd.png differ diff --git a/icon/mimetype/bmp.png b/icon/mimetype/bmp.png new file mode 100644 index 00000000..8066bc97 Binary files /dev/null and b/icon/mimetype/bmp.png differ diff --git a/icon/mimetype/bz-2.png b/icon/mimetype/bz-2.png new file mode 100644 index 00000000..1b6ef7e6 Binary files /dev/null and b/icon/mimetype/bz-2.png differ diff --git a/icon/mimetype/cbz.png b/icon/mimetype/cbz.png new file mode 100644 index 00000000..71313656 Binary files /dev/null and b/icon/mimetype/cbz.png differ diff --git a/icon/mimetype/ccd.png b/icon/mimetype/ccd.png new file mode 100644 index 00000000..40adb120 Binary files /dev/null and b/icon/mimetype/ccd.png differ diff --git a/icon/mimetype/cd-track.png b/icon/mimetype/cd-track.png new file mode 100644 index 00000000..9529f63b Binary files /dev/null and b/icon/mimetype/cd-track.png differ diff --git a/icon/mimetype/cdimage.png b/icon/mimetype/cdimage.png new file mode 100644 index 00000000..c4387ad0 Binary files /dev/null and b/icon/mimetype/cdimage.png differ diff --git a/icon/mimetype/cdr.png b/icon/mimetype/cdr.png new file mode 100644 index 00000000..214f4edf Binary files /dev/null and b/icon/mimetype/cdr.png differ diff --git a/icon/mimetype/cdtrack.png b/icon/mimetype/cdtrack.png new file mode 100644 index 00000000..2a7ca81a Binary files /dev/null and b/icon/mimetype/cdtrack.png differ diff --git a/icon/mimetype/cmd.png b/icon/mimetype/cmd.png new file mode 100644 index 00000000..a4768bec Binary files /dev/null and b/icon/mimetype/cmd.png differ diff --git a/icon/mimetype/color-scm.png b/icon/mimetype/color-scm.png new file mode 100644 index 00000000..40f9059d Binary files /dev/null and b/icon/mimetype/color-scm.png differ diff --git a/icon/mimetype/com.png b/icon/mimetype/com.png new file mode 100644 index 00000000..df231582 Binary files /dev/null and b/icon/mimetype/com.png differ diff --git a/icon/mimetype/core.png b/icon/mimetype/core.png new file mode 100644 index 00000000..a52d4edc Binary files /dev/null and b/icon/mimetype/core.png differ diff --git a/icon/mimetype/css.png b/icon/mimetype/css.png new file mode 100644 index 00000000..9923a231 Binary files /dev/null and b/icon/mimetype/css.png differ diff --git a/icon/mimetype/deb.png b/icon/mimetype/deb.png new file mode 100644 index 00000000..6d2685bb Binary files /dev/null and b/icon/mimetype/deb.png differ diff --git a/icon/mimetype/desktop.png b/icon/mimetype/desktop.png new file mode 100644 index 00000000..6841a05a Binary files /dev/null and b/icon/mimetype/desktop.png differ diff --git a/icon/mimetype/dia.png b/icon/mimetype/dia.png new file mode 100644 index 00000000..63349cf8 Binary files /dev/null and b/icon/mimetype/dia.png differ diff --git a/icon/mimetype/divx.png b/icon/mimetype/divx.png new file mode 100644 index 00000000..4e6168ed Binary files /dev/null and b/icon/mimetype/divx.png differ diff --git a/icon/mimetype/dll.png b/icon/mimetype/dll.png new file mode 100644 index 00000000..13649515 Binary files /dev/null and b/icon/mimetype/dll.png differ diff --git a/icon/mimetype/doc.png b/icon/mimetype/doc.png new file mode 100644 index 00000000..63da42f1 Binary files /dev/null and b/icon/mimetype/doc.png differ diff --git a/icon/mimetype/document-2.png b/icon/mimetype/document-2.png new file mode 100644 index 00000000..545a92b0 Binary files /dev/null and b/icon/mimetype/document-2.png differ diff --git a/icon/mimetype/document-seal.png b/icon/mimetype/document-seal.png new file mode 100644 index 00000000..020fc3f3 Binary files /dev/null and b/icon/mimetype/document-seal.png differ diff --git a/icon/mimetype/document.png b/icon/mimetype/document.png new file mode 100644 index 00000000..132e2e08 Binary files /dev/null and b/icon/mimetype/document.png differ diff --git a/icon/mimetype/documents-2.png b/icon/mimetype/documents-2.png new file mode 100644 index 00000000..e8ba9633 Binary files /dev/null and b/icon/mimetype/documents-2.png differ diff --git a/icon/mimetype/dvi-lion.png b/icon/mimetype/dvi-lion.png new file mode 100644 index 00000000..eabd0392 Binary files /dev/null and b/icon/mimetype/dvi-lion.png differ diff --git a/icon/mimetype/empty.png b/icon/mimetype/empty.png new file mode 100644 index 00000000..73747602 Binary files /dev/null and b/icon/mimetype/empty.png differ diff --git a/icon/mimetype/encrypted.png b/icon/mimetype/encrypted.png new file mode 100644 index 00000000..2c936355 Binary files /dev/null and b/icon/mimetype/encrypted.png differ diff --git a/icon/mimetype/eps.png b/icon/mimetype/eps.png new file mode 100644 index 00000000..2dc96dc7 Binary files /dev/null and b/icon/mimetype/eps.png differ diff --git a/icon/mimetype/exec.png b/icon/mimetype/exec.png new file mode 100644 index 00000000..b972096d Binary files /dev/null and b/icon/mimetype/exec.png differ diff --git a/icon/mimetype/executable.png b/icon/mimetype/executable.png new file mode 100644 index 00000000..ec3800c2 Binary files /dev/null and b/icon/mimetype/executable.png differ diff --git a/icon/mimetype/extension.png b/icon/mimetype/extension.png new file mode 100644 index 00000000..ea07bf5d Binary files /dev/null and b/icon/mimetype/extension.png differ diff --git a/icon/mimetype/file-locked.png b/icon/mimetype/file-locked.png new file mode 100644 index 00000000..15b1f819 Binary files /dev/null and b/icon/mimetype/file-locked.png differ diff --git a/icon/mimetype/file-temporary.png b/icon/mimetype/file-temporary.png new file mode 100644 index 00000000..c235aec6 Binary files /dev/null and b/icon/mimetype/file-temporary.png differ diff --git a/icon/mimetype/font-bitmap.png b/icon/mimetype/font-bitmap.png new file mode 100644 index 00000000..cede1fd5 Binary files /dev/null and b/icon/mimetype/font-bitmap.png differ diff --git a/icon/mimetype/font-type-1.png b/icon/mimetype/font-type-1.png new file mode 100644 index 00000000..f54f6f22 Binary files /dev/null and b/icon/mimetype/font-type-1.png differ diff --git a/icon/mimetype/font.png b/icon/mimetype/font.png new file mode 100644 index 00000000..61287fe0 Binary files /dev/null and b/icon/mimetype/font.png differ diff --git a/icon/mimetype/gif.png b/icon/mimetype/gif.png new file mode 100644 index 00000000..b5a9848b Binary files /dev/null and b/icon/mimetype/gif.png differ diff --git a/icon/mimetype/gnome-library.png b/icon/mimetype/gnome-library.png new file mode 100644 index 00000000..718d7116 Binary files /dev/null and b/icon/mimetype/gnome-library.png differ diff --git a/icon/mimetype/gnome-mime-application-pdf.png b/icon/mimetype/gnome-mime-application-pdf.png new file mode 100644 index 00000000..327fdac4 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-pdf.png differ diff --git a/icon/mimetype/gnome-mime-application-pgp-encrypted.png b/icon/mimetype/gnome-mime-application-pgp-encrypted.png new file mode 100644 index 00000000..b16dcf18 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-pgp-encrypted.png differ diff --git a/icon/mimetype/gnome-mime-application-pgp-keys.png b/icon/mimetype/gnome-mime-application-pgp-keys.png new file mode 100644 index 00000000..20e234c9 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-pgp-keys.png differ diff --git a/icon/mimetype/gnome-mime-application-qif.png b/icon/mimetype/gnome-mime-application-qif.png new file mode 100644 index 00000000..6c882a62 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-qif.png differ diff --git a/icon/mimetype/gnome-mime-application-rhythmbox-playlist.png b/icon/mimetype/gnome-mime-application-rhythmbox-playlist.png new file mode 100644 index 00000000..46fc89f2 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-rhythmbox-playlist.png differ diff --git a/icon/mimetype/gnome-mime-application-vnd-lotus-1-2-3.png b/icon/mimetype/gnome-mime-application-vnd-lotus-1-2-3.png new file mode 100644 index 00000000..23ad6f76 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-vnd-lotus-1-2-3.png differ diff --git a/icon/mimetype/gnome-mime-application-vnd-ms-powerpoint.png b/icon/mimetype/gnome-mime-application-vnd-ms-powerpoint.png new file mode 100644 index 00000000..13766286 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-vnd-ms-powerpoint.png differ diff --git a/icon/mimetype/gnome-mime-application-x-bittorrent.png b/icon/mimetype/gnome-mime-application-x-bittorrent.png new file mode 100644 index 00000000..06270b52 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-x-bittorrent.png differ diff --git a/icon/mimetype/gnome-mime-application-x-php.png b/icon/mimetype/gnome-mime-application-x-php.png new file mode 100644 index 00000000..4294f3a1 Binary files /dev/null and b/icon/mimetype/gnome-mime-application-x-php.png differ diff --git a/icon/mimetype/gnome-mime-application.png b/icon/mimetype/gnome-mime-application.png new file mode 100644 index 00000000..ea98a272 Binary files /dev/null and b/icon/mimetype/gnome-mime-application.png differ diff --git a/icon/mimetype/gnome-mime-text-css.png b/icon/mimetype/gnome-mime-text-css.png new file mode 100644 index 00000000..e8c1ed96 Binary files /dev/null and b/icon/mimetype/gnome-mime-text-css.png differ diff --git a/icon/mimetype/gnome-mime-text-x-scheme.png b/icon/mimetype/gnome-mime-text-x-scheme.png new file mode 100644 index 00000000..16b7aa64 Binary files /dev/null and b/icon/mimetype/gnome-mime-text-x-scheme.png differ diff --git a/icon/mimetype/gnome-mime-text-xml.png b/icon/mimetype/gnome-mime-text-xml.png new file mode 100644 index 00000000..6dc7b350 Binary files /dev/null and b/icon/mimetype/gnome-mime-text-xml.png differ diff --git a/icon/mimetype/gnome-mime-video-x-ms-asf.png b/icon/mimetype/gnome-mime-video-x-ms-asf.png new file mode 100644 index 00000000..ba2eaea1 Binary files /dev/null and b/icon/mimetype/gnome-mime-video-x-ms-asf.png differ diff --git a/icon/mimetype/gtk-file.png b/icon/mimetype/gtk-file.png new file mode 100644 index 00000000..9d669995 Binary files /dev/null and b/icon/mimetype/gtk-file.png differ diff --git a/icon/mimetype/gz.png b/icon/mimetype/gz.png new file mode 100644 index 00000000..184d0acc Binary files /dev/null and b/icon/mimetype/gz.png differ diff --git a/icon/mimetype/htm.png b/icon/mimetype/htm.png new file mode 100644 index 00000000..01ee2664 Binary files /dev/null and b/icon/mimetype/htm.png differ diff --git a/icon/mimetype/html.png b/icon/mimetype/html.png new file mode 100644 index 00000000..cedb8932 Binary files /dev/null and b/icon/mimetype/html.png differ diff --git a/icon/mimetype/ief.png b/icon/mimetype/ief.png new file mode 100644 index 00000000..0cf8913d Binary files /dev/null and b/icon/mimetype/ief.png differ diff --git a/icon/mimetype/image-2.png b/icon/mimetype/image-2.png new file mode 100644 index 00000000..7eb1dc55 Binary files /dev/null and b/icon/mimetype/image-2.png differ diff --git a/icon/mimetype/image-svg-plus-xml-compressed.png b/icon/mimetype/image-svg-plus-xml-compressed.png new file mode 100644 index 00000000..c5220e97 Binary files /dev/null and b/icon/mimetype/image-svg-plus-xml-compressed.png differ diff --git a/icon/mimetype/image-svg-plus-xml.png b/icon/mimetype/image-svg-plus-xml.png new file mode 100644 index 00000000..a7155680 Binary files /dev/null and b/icon/mimetype/image-svg-plus-xml.png differ diff --git a/icon/mimetype/image-vnd-dgn.png b/icon/mimetype/image-vnd-dgn.png new file mode 100644 index 00000000..d16c2826 Binary files /dev/null and b/icon/mimetype/image-vnd-dgn.png differ diff --git a/icon/mimetype/image-vnd-dwg.png b/icon/mimetype/image-vnd-dwg.png new file mode 100644 index 00000000..40b48738 Binary files /dev/null and b/icon/mimetype/image-vnd-dwg.png differ diff --git a/icon/mimetype/image-x-adobe-dng.png b/icon/mimetype/image-x-adobe-dng.png new file mode 100644 index 00000000..0cdb23e8 Binary files /dev/null and b/icon/mimetype/image-x-adobe-dng.png differ diff --git a/icon/mimetype/image-x-eps.png b/icon/mimetype/image-x-eps.png new file mode 100644 index 00000000..9360641e Binary files /dev/null and b/icon/mimetype/image-x-eps.png differ diff --git a/icon/mimetype/image-x-generic.png b/icon/mimetype/image-x-generic.png new file mode 100644 index 00000000..833d532d Binary files /dev/null and b/icon/mimetype/image-x-generic.png differ diff --git a/icon/mimetype/image-x-psd.png b/icon/mimetype/image-x-psd.png new file mode 100644 index 00000000..0982b3ab Binary files /dev/null and b/icon/mimetype/image-x-psd.png differ diff --git a/icon/mimetype/image-x-vnd-trolltech-qpicture.png b/icon/mimetype/image-x-vnd-trolltech-qpicture.png new file mode 100644 index 00000000..c9cba169 Binary files /dev/null and b/icon/mimetype/image-x-vnd-trolltech-qpicture.png differ diff --git a/icon/mimetype/image-x-xfig.png b/icon/mimetype/image-x-xfig.png new file mode 100644 index 00000000..a7155680 Binary files /dev/null and b/icon/mimetype/image-x-xfig.png differ diff --git a/icon/mimetype/image.png b/icon/mimetype/image.png new file mode 100644 index 00000000..5b765ded Binary files /dev/null and b/icon/mimetype/image.png differ diff --git a/icon/mimetype/img.png b/icon/mimetype/img.png new file mode 100644 index 00000000..a29433be Binary files /dev/null and b/icon/mimetype/img.png differ diff --git a/icon/mimetype/inf.png b/icon/mimetype/inf.png new file mode 100644 index 00000000..f5f8d2a9 Binary files /dev/null and b/icon/mimetype/inf.png differ diff --git a/icon/mimetype/info.png b/icon/mimetype/info.png new file mode 100644 index 00000000..5b046e84 Binary files /dev/null and b/icon/mimetype/info.png differ diff --git a/icon/mimetype/ini.png b/icon/mimetype/ini.png new file mode 100644 index 00000000..356809df Binary files /dev/null and b/icon/mimetype/ini.png differ diff --git a/icon/mimetype/inode-directory.png b/icon/mimetype/inode-directory.png new file mode 100644 index 00000000..6dc67a4a Binary files /dev/null and b/icon/mimetype/inode-directory.png differ diff --git a/icon/mimetype/iso.png b/icon/mimetype/iso.png new file mode 100644 index 00000000..43fdd7b4 Binary files /dev/null and b/icon/mimetype/iso.png differ diff --git a/icon/mimetype/javascript.png b/icon/mimetype/javascript.png new file mode 100644 index 00000000..66699999 Binary files /dev/null and b/icon/mimetype/javascript.png differ diff --git a/icon/mimetype/jpeg.png b/icon/mimetype/jpeg.png new file mode 100644 index 00000000..7ad52871 Binary files /dev/null and b/icon/mimetype/jpeg.png differ diff --git a/icon/mimetype/jpg.png b/icon/mimetype/jpg.png new file mode 100644 index 00000000..e87dbc61 Binary files /dev/null and b/icon/mimetype/jpg.png differ diff --git a/icon/mimetype/karbon.png b/icon/mimetype/karbon.png new file mode 100644 index 00000000..a90ee13d Binary files /dev/null and b/icon/mimetype/karbon.png differ diff --git a/icon/mimetype/kexi.png b/icon/mimetype/kexi.png new file mode 100644 index 00000000..944168a1 Binary files /dev/null and b/icon/mimetype/kexi.png differ diff --git a/icon/mimetype/kmultiple-copy.png b/icon/mimetype/kmultiple-copy.png new file mode 100644 index 00000000..20b1ace9 Binary files /dev/null and b/icon/mimetype/kmultiple-copy.png differ diff --git a/icon/mimetype/koffice.png b/icon/mimetype/koffice.png new file mode 100644 index 00000000..ec3da13d Binary files /dev/null and b/icon/mimetype/koffice.png differ diff --git a/icon/mimetype/kpresenter-kpr.png b/icon/mimetype/kpresenter-kpr.png new file mode 100644 index 00000000..d11c4bd6 Binary files /dev/null and b/icon/mimetype/kpresenter-kpr.png differ diff --git a/icon/mimetype/krita-paint.png b/icon/mimetype/krita-paint.png new file mode 100644 index 00000000..1f0bb08c Binary files /dev/null and b/icon/mimetype/krita-paint.png differ diff --git a/icon/mimetype/kugardata.png b/icon/mimetype/kugardata.png new file mode 100644 index 00000000..0feadf84 Binary files /dev/null and b/icon/mimetype/kugardata.png differ diff --git a/icon/mimetype/lha.png b/icon/mimetype/lha.png new file mode 100644 index 00000000..050cfa19 Binary files /dev/null and b/icon/mimetype/lha.png differ diff --git a/icon/mimetype/lhz.png b/icon/mimetype/lhz.png new file mode 100644 index 00000000..b04c78e7 Binary files /dev/null and b/icon/mimetype/lhz.png differ diff --git a/icon/mimetype/log.png b/icon/mimetype/log.png new file mode 100644 index 00000000..baa6e032 Binary files /dev/null and b/icon/mimetype/log.png differ diff --git a/icon/mimetype/make.png b/icon/mimetype/make.png new file mode 100644 index 00000000..50c2b529 Binary files /dev/null and b/icon/mimetype/make.png differ diff --git a/icon/mimetype/man.png b/icon/mimetype/man.png new file mode 100644 index 00000000..fbff2e8f Binary files /dev/null and b/icon/mimetype/man.png differ diff --git a/icon/mimetype/mdf.png b/icon/mimetype/mdf.png new file mode 100644 index 00000000..0d78297e Binary files /dev/null and b/icon/mimetype/mdf.png differ diff --git a/icon/mimetype/mds.png b/icon/mimetype/mds.png new file mode 100644 index 00000000..c9ef6f8a Binary files /dev/null and b/icon/mimetype/mds.png differ diff --git a/icon/mimetype/message-news.png b/icon/mimetype/message-news.png new file mode 100644 index 00000000..bd4fe19a Binary files /dev/null and b/icon/mimetype/message-news.png differ diff --git a/icon/mimetype/message-partial.png b/icon/mimetype/message-partial.png new file mode 100644 index 00000000..b64d8403 Binary files /dev/null and b/icon/mimetype/message-partial.png differ diff --git a/icon/mimetype/message-rfc-822.png b/icon/mimetype/message-rfc-822.png new file mode 100644 index 00000000..b06182eb Binary files /dev/null and b/icon/mimetype/message-rfc-822.png differ diff --git a/icon/mimetype/message-x-gnu-rmail.png b/icon/mimetype/message-x-gnu-rmail.png new file mode 100644 index 00000000..b06182eb Binary files /dev/null and b/icon/mimetype/message-x-gnu-rmail.png differ diff --git a/icon/mimetype/message.png b/icon/mimetype/message.png new file mode 100644 index 00000000..b06182eb Binary files /dev/null and b/icon/mimetype/message.png differ diff --git a/icon/mimetype/metafont-cat.png b/icon/mimetype/metafont-cat.png new file mode 100644 index 00000000..4a042458 Binary files /dev/null and b/icon/mimetype/metafont-cat.png differ diff --git a/icon/mimetype/midi.png b/icon/mimetype/midi.png new file mode 100644 index 00000000..da140702 Binary files /dev/null and b/icon/mimetype/midi.png differ diff --git a/icon/mimetype/mime-2.png b/icon/mimetype/mime-2.png new file mode 100644 index 00000000..4cf575da Binary files /dev/null and b/icon/mimetype/mime-2.png differ diff --git a/icon/mimetype/mime-colorset.png b/icon/mimetype/mime-colorset.png new file mode 100644 index 00000000..9132d5c6 Binary files /dev/null and b/icon/mimetype/mime-colorset.png differ diff --git a/icon/mimetype/mime-help.png b/icon/mimetype/mime-help.png new file mode 100644 index 00000000..886bfc36 Binary files /dev/null and b/icon/mimetype/mime-help.png differ diff --git a/icon/mimetype/mime-koffice.png b/icon/mimetype/mime-koffice.png new file mode 100644 index 00000000..7b2e1f24 Binary files /dev/null and b/icon/mimetype/mime-koffice.png differ diff --git a/icon/mimetype/mime-postscript.png b/icon/mimetype/mime-postscript.png new file mode 100644 index 00000000..21773668 Binary files /dev/null and b/icon/mimetype/mime-postscript.png differ diff --git a/icon/mimetype/mime-template-source.png b/icon/mimetype/mime-template-source.png new file mode 100644 index 00000000..6630e6d0 Binary files /dev/null and b/icon/mimetype/mime-template-source.png differ diff --git a/icon/mimetype/misc.png b/icon/mimetype/misc.png new file mode 100644 index 00000000..ea74bee1 Binary files /dev/null and b/icon/mimetype/misc.png differ diff --git a/icon/mimetype/mod.png b/icon/mimetype/mod.png new file mode 100644 index 00000000..da8cf802 Binary files /dev/null and b/icon/mimetype/mod.png differ diff --git a/icon/mimetype/mov.png b/icon/mimetype/mov.png new file mode 100644 index 00000000..6b088ef0 Binary files /dev/null and b/icon/mimetype/mov.png differ diff --git a/icon/mimetype/mozilla-doc.png b/icon/mimetype/mozilla-doc.png new file mode 100644 index 00000000..c6265847 Binary files /dev/null and b/icon/mimetype/mozilla-doc.png differ diff --git a/icon/mimetype/mp-3.png b/icon/mimetype/mp-3.png new file mode 100644 index 00000000..37fe2cab Binary files /dev/null and b/icon/mimetype/mp-3.png differ diff --git a/icon/mimetype/mp-4.png b/icon/mimetype/mp-4.png new file mode 100644 index 00000000..7c3631d6 Binary files /dev/null and b/icon/mimetype/mp-4.png differ diff --git a/icon/mimetype/mpc.png b/icon/mimetype/mpc.png new file mode 100644 index 00000000..92c394ea Binary files /dev/null and b/icon/mimetype/mpc.png differ diff --git a/icon/mimetype/mpg.png b/icon/mimetype/mpg.png new file mode 100644 index 00000000..55dd9c4b Binary files /dev/null and b/icon/mimetype/mpg.png differ diff --git a/icon/mimetype/ogg.png b/icon/mimetype/ogg.png new file mode 100644 index 00000000..b478af7c Binary files /dev/null and b/icon/mimetype/ogg.png differ diff --git a/icon/mimetype/package-x-generic.png b/icon/mimetype/package-x-generic.png new file mode 100644 index 00000000..ca4f5a15 Binary files /dev/null and b/icon/mimetype/package-x-generic.png differ diff --git a/icon/mimetype/par.png b/icon/mimetype/par.png new file mode 100644 index 00000000..76763c44 Binary files /dev/null and b/icon/mimetype/par.png differ diff --git a/icon/mimetype/pdf.png b/icon/mimetype/pdf.png new file mode 100644 index 00000000..ebb4f8ef Binary files /dev/null and b/icon/mimetype/pdf.png differ diff --git a/icon/mimetype/php.png b/icon/mimetype/php.png new file mode 100644 index 00000000..694391b0 Binary files /dev/null and b/icon/mimetype/php.png differ diff --git a/icon/mimetype/pix.png b/icon/mimetype/pix.png new file mode 100644 index 00000000..9b32324a Binary files /dev/null and b/icon/mimetype/pix.png differ diff --git a/icon/mimetype/pk.png b/icon/mimetype/pk.png new file mode 100644 index 00000000..d958361c Binary files /dev/null and b/icon/mimetype/pk.png differ diff --git a/icon/mimetype/playlist.png b/icon/mimetype/playlist.png new file mode 100644 index 00000000..af5dc79b Binary files /dev/null and b/icon/mimetype/playlist.png differ diff --git a/icon/mimetype/png.png b/icon/mimetype/png.png new file mode 100644 index 00000000..c9c88717 Binary files /dev/null and b/icon/mimetype/png.png differ diff --git a/icon/mimetype/postscript.png b/icon/mimetype/postscript.png new file mode 100644 index 00000000..97eab6b2 Binary files /dev/null and b/icon/mimetype/postscript.png differ diff --git a/icon/mimetype/psd.png b/icon/mimetype/psd.png new file mode 100644 index 00000000..7a7f6518 Binary files /dev/null and b/icon/mimetype/psd.png differ diff --git a/icon/mimetype/quicktime.png b/icon/mimetype/quicktime.png new file mode 100644 index 00000000..e5fb5228 Binary files /dev/null and b/icon/mimetype/quicktime.png differ diff --git a/icon/mimetype/rar.png b/icon/mimetype/rar.png new file mode 100644 index 00000000..75ef43c1 Binary files /dev/null and b/icon/mimetype/rar.png differ diff --git a/icon/mimetype/readme.png b/icon/mimetype/readme.png new file mode 100644 index 00000000..31a57c37 Binary files /dev/null and b/icon/mimetype/readme.png differ diff --git a/icon/mimetype/recycled.png b/icon/mimetype/recycled.png new file mode 100644 index 00000000..100a7767 Binary files /dev/null and b/icon/mimetype/recycled.png differ diff --git a/icon/mimetype/resource.png b/icon/mimetype/resource.png new file mode 100644 index 00000000..f124633e Binary files /dev/null and b/icon/mimetype/resource.png differ diff --git a/icon/mimetype/rgb.png b/icon/mimetype/rgb.png new file mode 100644 index 00000000..cce89440 Binary files /dev/null and b/icon/mimetype/rgb.png differ diff --git a/icon/mimetype/rpm.png b/icon/mimetype/rpm.png new file mode 100644 index 00000000..6243563a Binary files /dev/null and b/icon/mimetype/rpm.png differ diff --git a/icon/mimetype/s3m.png b/icon/mimetype/s3m.png new file mode 100644 index 00000000..8f03311c Binary files /dev/null and b/icon/mimetype/s3m.png differ diff --git a/icon/mimetype/schedule.png b/icon/mimetype/schedule.png new file mode 100644 index 00000000..63ef078d Binary files /dev/null and b/icon/mimetype/schedule.png differ diff --git a/icon/mimetype/shell-script.png b/icon/mimetype/shell-script.png new file mode 100644 index 00000000..2f23fd24 Binary files /dev/null and b/icon/mimetype/shell-script.png differ diff --git a/icon/mimetype/shellscript.png b/icon/mimetype/shellscript.png new file mode 100644 index 00000000..07bcbf68 Binary files /dev/null and b/icon/mimetype/shellscript.png differ diff --git a/icon/mimetype/soffice.png b/icon/mimetype/soffice.png new file mode 100644 index 00000000..0ed466e7 Binary files /dev/null and b/icon/mimetype/soffice.png differ diff --git a/icon/mimetype/sound.png b/icon/mimetype/sound.png new file mode 100644 index 00000000..3dbc69f8 Binary files /dev/null and b/icon/mimetype/sound.png differ diff --git a/icon/mimetype/source-c.png b/icon/mimetype/source-c.png new file mode 100644 index 00000000..9f0d0084 Binary files /dev/null and b/icon/mimetype/source-c.png differ diff --git a/icon/mimetype/source-cpp.png b/icon/mimetype/source-cpp.png new file mode 100644 index 00000000..4697a434 Binary files /dev/null and b/icon/mimetype/source-cpp.png differ diff --git a/icon/mimetype/source-f.png b/icon/mimetype/source-f.png new file mode 100644 index 00000000..43036d29 Binary files /dev/null and b/icon/mimetype/source-f.png differ diff --git a/icon/mimetype/source-h.png b/icon/mimetype/source-h.png new file mode 100644 index 00000000..2543c2e8 Binary files /dev/null and b/icon/mimetype/source-h.png differ diff --git a/icon/mimetype/source-j.png b/icon/mimetype/source-j.png new file mode 100644 index 00000000..2a991184 Binary files /dev/null and b/icon/mimetype/source-j.png differ diff --git a/icon/mimetype/source-java.png b/icon/mimetype/source-java.png new file mode 100644 index 00000000..2bcda02e Binary files /dev/null and b/icon/mimetype/source-java.png differ diff --git a/icon/mimetype/source-l.png b/icon/mimetype/source-l.png new file mode 100644 index 00000000..50b57e4f Binary files /dev/null and b/icon/mimetype/source-l.png differ diff --git a/icon/mimetype/source-moc.png b/icon/mimetype/source-moc.png new file mode 100644 index 00000000..b16e10f0 Binary files /dev/null and b/icon/mimetype/source-moc.png differ diff --git a/icon/mimetype/source-o.png b/icon/mimetype/source-o.png new file mode 100644 index 00000000..971c8e04 Binary files /dev/null and b/icon/mimetype/source-o.png differ diff --git a/icon/mimetype/source-p.png b/icon/mimetype/source-p.png new file mode 100644 index 00000000..1292bfe0 Binary files /dev/null and b/icon/mimetype/source-p.png differ diff --git a/icon/mimetype/source-php.png b/icon/mimetype/source-php.png new file mode 100644 index 00000000..5ee99302 Binary files /dev/null and b/icon/mimetype/source-php.png differ diff --git a/icon/mimetype/source-pl.png b/icon/mimetype/source-pl.png new file mode 100644 index 00000000..f546f9ab Binary files /dev/null and b/icon/mimetype/source-pl.png differ diff --git a/icon/mimetype/source-py-snake.png b/icon/mimetype/source-py-snake.png new file mode 100644 index 00000000..37bc6fa5 Binary files /dev/null and b/icon/mimetype/source-py-snake.png differ diff --git a/icon/mimetype/source-py.png b/icon/mimetype/source-py.png new file mode 100644 index 00000000..ca3e25ff Binary files /dev/null and b/icon/mimetype/source-py.png differ diff --git a/icon/mimetype/source-pyc.png b/icon/mimetype/source-pyc.png new file mode 100644 index 00000000..48e8acb7 Binary files /dev/null and b/icon/mimetype/source-pyc.png differ diff --git a/icon/mimetype/source-s.png b/icon/mimetype/source-s.png new file mode 100644 index 00000000..61e6595b Binary files /dev/null and b/icon/mimetype/source-s.png differ diff --git a/icon/mimetype/source-y.png b/icon/mimetype/source-y.png new file mode 100644 index 00000000..fafcb6ae Binary files /dev/null and b/icon/mimetype/source-y.png differ diff --git a/icon/mimetype/source.png b/icon/mimetype/source.png new file mode 100644 index 00000000..22a6db54 Binary files /dev/null and b/icon/mimetype/source.png differ diff --git a/icon/mimetype/spreadsheet.png b/icon/mimetype/spreadsheet.png new file mode 100644 index 00000000..99cdd366 Binary files /dev/null and b/icon/mimetype/spreadsheet.png differ diff --git a/icon/mimetype/stm.png b/icon/mimetype/stm.png new file mode 100644 index 00000000..725982b2 Binary files /dev/null and b/icon/mimetype/stm.png differ diff --git a/icon/mimetype/svg.png b/icon/mimetype/svg.png new file mode 100644 index 00000000..50431aed Binary files /dev/null and b/icon/mimetype/svg.png differ diff --git a/icon/mimetype/sys.png b/icon/mimetype/sys.png new file mode 100644 index 00000000..4461ea70 Binary files /dev/null and b/icon/mimetype/sys.png differ diff --git a/icon/mimetype/tar.png b/icon/mimetype/tar.png new file mode 100644 index 00000000..904c8718 Binary files /dev/null and b/icon/mimetype/tar.png differ diff --git a/icon/mimetype/template-source.png b/icon/mimetype/template-source.png new file mode 100644 index 00000000..fda33b59 Binary files /dev/null and b/icon/mimetype/template-source.png differ diff --git a/icon/mimetype/templates.png b/icon/mimetype/templates.png new file mode 100644 index 00000000..62b5ad03 Binary files /dev/null and b/icon/mimetype/templates.png differ diff --git a/icon/mimetype/tex.png b/icon/mimetype/tex.png new file mode 100644 index 00000000..cfad1c3b Binary files /dev/null and b/icon/mimetype/tex.png differ diff --git a/icon/mimetype/text-2.png b/icon/mimetype/text-2.png new file mode 100644 index 00000000..1016a0b4 Binary files /dev/null and b/icon/mimetype/text-2.png differ diff --git a/icon/mimetype/text-calendar.png b/icon/mimetype/text-calendar.png new file mode 100644 index 00000000..323c70cf Binary files /dev/null and b/icon/mimetype/text-calendar.png differ diff --git a/icon/mimetype/text-changelog.png b/icon/mimetype/text-changelog.png new file mode 100644 index 00000000..856762db Binary files /dev/null and b/icon/mimetype/text-changelog.png differ diff --git a/icon/mimetype/text-credits.png b/icon/mimetype/text-credits.png new file mode 100644 index 00000000..7625d6ff Binary files /dev/null and b/icon/mimetype/text-credits.png differ diff --git a/icon/mimetype/text-css.png b/icon/mimetype/text-css.png new file mode 100644 index 00000000..8aca63f3 Binary files /dev/null and b/icon/mimetype/text-css.png differ diff --git a/icon/mimetype/text-csv.png b/icon/mimetype/text-csv.png new file mode 100644 index 00000000..3917560c Binary files /dev/null and b/icon/mimetype/text-csv.png differ diff --git a/icon/mimetype/text-directory.png b/icon/mimetype/text-directory.png new file mode 100644 index 00000000..f6026df0 Binary files /dev/null and b/icon/mimetype/text-directory.png differ diff --git a/icon/mimetype/text-enriched.png b/icon/mimetype/text-enriched.png new file mode 100644 index 00000000..3ad718fc Binary files /dev/null and b/icon/mimetype/text-enriched.png differ diff --git a/icon/mimetype/text-html.png b/icon/mimetype/text-html.png new file mode 100644 index 00000000..02f8eecd Binary files /dev/null and b/icon/mimetype/text-html.png differ diff --git a/icon/mimetype/text-install.png b/icon/mimetype/text-install.png new file mode 100644 index 00000000..324b852d Binary files /dev/null and b/icon/mimetype/text-install.png differ diff --git a/icon/mimetype/text-mathml.png b/icon/mimetype/text-mathml.png new file mode 100644 index 00000000..d11e1803 Binary files /dev/null and b/icon/mimetype/text-mathml.png differ diff --git a/icon/mimetype/text-plain.png b/icon/mimetype/text-plain.png new file mode 100644 index 00000000..5e3a8698 Binary files /dev/null and b/icon/mimetype/text-plain.png differ diff --git a/icon/mimetype/text-rdf-plus-xml.png b/icon/mimetype/text-rdf-plus-xml.png new file mode 100644 index 00000000..0cca1a91 Binary files /dev/null and b/icon/mimetype/text-rdf-plus-xml.png differ diff --git a/icon/mimetype/text-rdf.png b/icon/mimetype/text-rdf.png new file mode 100644 index 00000000..0cca1a91 Binary files /dev/null and b/icon/mimetype/text-rdf.png differ diff --git a/icon/mimetype/text-rtf.png b/icon/mimetype/text-rtf.png new file mode 100644 index 00000000..ff583ed3 Binary files /dev/null and b/icon/mimetype/text-rtf.png differ diff --git a/icon/mimetype/text-sgml.png b/icon/mimetype/text-sgml.png new file mode 100644 index 00000000..7804dce2 Binary files /dev/null and b/icon/mimetype/text-sgml.png differ diff --git a/icon/mimetype/text-troff.png b/icon/mimetype/text-troff.png new file mode 100644 index 00000000..b1c58f58 Binary files /dev/null and b/icon/mimetype/text-troff.png differ diff --git a/icon/mimetype/text-vnd-abc.png b/icon/mimetype/text-vnd-abc.png new file mode 100644 index 00000000..d8ab691c Binary files /dev/null and b/icon/mimetype/text-vnd-abc.png differ diff --git a/icon/mimetype/text-vnd-wap-wml.png b/icon/mimetype/text-vnd-wap-wml.png new file mode 100644 index 00000000..f5d1a6aa Binary files /dev/null and b/icon/mimetype/text-vnd-wap-wml.png differ diff --git a/icon/mimetype/text-x-adasrc.png b/icon/mimetype/text-x-adasrc.png new file mode 100644 index 00000000..36c25bab Binary files /dev/null and b/icon/mimetype/text-x-adasrc.png differ diff --git a/icon/mimetype/text-x-authors.png b/icon/mimetype/text-x-authors.png new file mode 100644 index 00000000..6c576679 Binary files /dev/null and b/icon/mimetype/text-x-authors.png differ diff --git a/icon/mimetype/text-x-bibtex.png b/icon/mimetype/text-x-bibtex.png new file mode 100644 index 00000000..8917472e Binary files /dev/null and b/icon/mimetype/text-x-bibtex.png differ diff --git a/icon/mimetype/text-x-c-plus-plus-hdr.png b/icon/mimetype/text-x-c-plus-plus-hdr.png new file mode 100644 index 00000000..60da68e3 Binary files /dev/null and b/icon/mimetype/text-x-c-plus-plus-hdr.png differ diff --git a/icon/mimetype/text-x-c-plus-plus-src.png b/icon/mimetype/text-x-c-plus-plus-src.png new file mode 100644 index 00000000..9e911d95 Binary files /dev/null and b/icon/mimetype/text-x-c-plus-plus-src.png differ diff --git a/icon/mimetype/text-x-changelog.png b/icon/mimetype/text-x-changelog.png new file mode 100644 index 00000000..5e3a8698 Binary files /dev/null and b/icon/mimetype/text-x-changelog.png differ diff --git a/icon/mimetype/text-x-chdr.png b/icon/mimetype/text-x-chdr.png new file mode 100644 index 00000000..e36adf21 Binary files /dev/null and b/icon/mimetype/text-x-chdr.png differ diff --git a/icon/mimetype/text-x-cmake.png b/icon/mimetype/text-x-cmake.png new file mode 100644 index 00000000..fd1c19c0 Binary files /dev/null and b/icon/mimetype/text-x-cmake.png differ diff --git a/icon/mimetype/text-x-copying.png b/icon/mimetype/text-x-copying.png new file mode 100644 index 00000000..d3fae3a5 Binary files /dev/null and b/icon/mimetype/text-x-copying.png differ diff --git a/icon/mimetype/text-x-csharp.png b/icon/mimetype/text-x-csharp.png new file mode 100644 index 00000000..c1b87ce5 Binary files /dev/null and b/icon/mimetype/text-x-csharp.png differ diff --git a/icon/mimetype/text-x-csrc.png b/icon/mimetype/text-x-csrc.png new file mode 100644 index 00000000..af39b9e8 Binary files /dev/null and b/icon/mimetype/text-x-csrc.png differ diff --git a/icon/mimetype/text-x-dtd.png b/icon/mimetype/text-x-dtd.png new file mode 100644 index 00000000..f5d1a6aa Binary files /dev/null and b/icon/mimetype/text-x-dtd.png differ diff --git a/icon/mimetype/text-x-generic.png b/icon/mimetype/text-x-generic.png new file mode 100644 index 00000000..7804dce2 Binary files /dev/null and b/icon/mimetype/text-x-generic.png differ diff --git a/icon/mimetype/text-x-haskell.png b/icon/mimetype/text-x-haskell.png new file mode 100644 index 00000000..47b3560e Binary files /dev/null and b/icon/mimetype/text-x-haskell.png differ diff --git a/icon/mimetype/text-x-hex.png b/icon/mimetype/text-x-hex.png new file mode 100644 index 00000000..bd3df692 Binary files /dev/null and b/icon/mimetype/text-x-hex.png differ diff --git a/icon/mimetype/text-x-install.png b/icon/mimetype/text-x-install.png new file mode 100644 index 00000000..3384ec44 Binary files /dev/null and b/icon/mimetype/text-x-install.png differ diff --git a/icon/mimetype/text-x-java.png b/icon/mimetype/text-x-java.png new file mode 100644 index 00000000..0921d221 Binary files /dev/null and b/icon/mimetype/text-x-java.png differ diff --git a/icon/mimetype/text-x-katefilelist.png b/icon/mimetype/text-x-katefilelist.png new file mode 100644 index 00000000..61746c43 Binary files /dev/null and b/icon/mimetype/text-x-katefilelist.png differ diff --git a/icon/mimetype/text-x-ldif.png b/icon/mimetype/text-x-ldif.png new file mode 100644 index 00000000..614423f4 Binary files /dev/null and b/icon/mimetype/text-x-ldif.png differ diff --git a/icon/mimetype/text-x-lilypond.png b/icon/mimetype/text-x-lilypond.png new file mode 100644 index 00000000..67f63fce Binary files /dev/null and b/icon/mimetype/text-x-lilypond.png differ diff --git a/icon/mimetype/text-x-log.png b/icon/mimetype/text-x-log.png new file mode 100644 index 00000000..77a35015 Binary files /dev/null and b/icon/mimetype/text-x-log.png differ diff --git a/icon/mimetype/text-x-makefile.png b/icon/mimetype/text-x-makefile.png new file mode 100644 index 00000000..9ac957ae Binary files /dev/null and b/icon/mimetype/text-x-makefile.png differ diff --git a/icon/mimetype/text-x-nfo.png b/icon/mimetype/text-x-nfo.png new file mode 100644 index 00000000..7804dce2 Binary files /dev/null and b/icon/mimetype/text-x-nfo.png differ diff --git a/icon/mimetype/text-x-objchdr.png b/icon/mimetype/text-x-objchdr.png new file mode 100644 index 00000000..e36adf21 Binary files /dev/null and b/icon/mimetype/text-x-objchdr.png differ diff --git a/icon/mimetype/text-x-objcsrc.png b/icon/mimetype/text-x-objcsrc.png new file mode 100644 index 00000000..af39b9e8 Binary files /dev/null and b/icon/mimetype/text-x-objcsrc.png differ diff --git a/icon/mimetype/text-x-pascal.png b/icon/mimetype/text-x-pascal.png new file mode 100644 index 00000000..7f01e417 Binary files /dev/null and b/icon/mimetype/text-x-pascal.png differ diff --git a/icon/mimetype/text-x-patch.png b/icon/mimetype/text-x-patch.png new file mode 100644 index 00000000..30f28460 Binary files /dev/null and b/icon/mimetype/text-x-patch.png differ diff --git a/icon/mimetype/text-x-perl.png b/icon/mimetype/text-x-perl.png new file mode 100644 index 00000000..14b1b65a Binary files /dev/null and b/icon/mimetype/text-x-perl.png differ diff --git a/icon/mimetype/text-x-po.png b/icon/mimetype/text-x-po.png new file mode 100644 index 00000000..69ee5872 Binary files /dev/null and b/icon/mimetype/text-x-po.png differ diff --git a/icon/mimetype/text-x-python.png b/icon/mimetype/text-x-python.png new file mode 100644 index 00000000..118f4e4a Binary files /dev/null and b/icon/mimetype/text-x-python.png differ diff --git a/icon/mimetype/text-x-qml.png b/icon/mimetype/text-x-qml.png new file mode 100644 index 00000000..4c7fee7d Binary files /dev/null and b/icon/mimetype/text-x-qml.png differ diff --git a/icon/mimetype/text-x-readme.png b/icon/mimetype/text-x-readme.png new file mode 100644 index 00000000..9f963f67 Binary files /dev/null and b/icon/mimetype/text-x-readme.png differ diff --git a/icon/mimetype/text-x-rpm-spec.png b/icon/mimetype/text-x-rpm-spec.png new file mode 100644 index 00000000..b5997fd7 Binary files /dev/null and b/icon/mimetype/text-x-rpm-spec.png differ diff --git a/icon/mimetype/text-x-ruby.png b/icon/mimetype/text-x-ruby.png new file mode 100644 index 00000000..eb4cf418 Binary files /dev/null and b/icon/mimetype/text-x-ruby.png differ diff --git a/icon/mimetype/text-x-script.png b/icon/mimetype/text-x-script.png new file mode 100644 index 00000000..76e35717 Binary files /dev/null and b/icon/mimetype/text-x-script.png differ diff --git a/icon/mimetype/text-x-sql.png b/icon/mimetype/text-x-sql.png new file mode 100644 index 00000000..12876619 Binary files /dev/null and b/icon/mimetype/text-x-sql.png differ diff --git a/icon/mimetype/text-x-tcl.png b/icon/mimetype/text-x-tcl.png new file mode 100644 index 00000000..4811f780 Binary files /dev/null and b/icon/mimetype/text-x-tcl.png differ diff --git a/icon/mimetype/text-x-tex.png b/icon/mimetype/text-x-tex.png new file mode 100644 index 00000000..8917472e Binary files /dev/null and b/icon/mimetype/text-x-tex.png differ diff --git a/icon/mimetype/text-x-texinfo.png b/icon/mimetype/text-x-texinfo.png new file mode 100644 index 00000000..e0eddc8c Binary files /dev/null and b/icon/mimetype/text-x-texinfo.png differ diff --git a/icon/mimetype/text-x-vcard.png b/icon/mimetype/text-x-vcard.png new file mode 100644 index 00000000..bf36ac5b Binary files /dev/null and b/icon/mimetype/text-x-vcard.png differ diff --git a/icon/mimetype/text-x-xslfo.png b/icon/mimetype/text-x-xslfo.png new file mode 100644 index 00000000..f5d1a6aa Binary files /dev/null and b/icon/mimetype/text-x-xslfo.png differ diff --git a/icon/mimetype/text-xmcd.png b/icon/mimetype/text-xmcd.png new file mode 100644 index 00000000..93b3bce3 Binary files /dev/null and b/icon/mimetype/text-xmcd.png differ diff --git a/icon/mimetype/text-xml.png b/icon/mimetype/text-xml.png new file mode 100644 index 00000000..aad38781 Binary files /dev/null and b/icon/mimetype/text-xml.png differ diff --git a/icon/mimetype/text.png b/icon/mimetype/text.png new file mode 100644 index 00000000..c59c26f7 Binary files /dev/null and b/icon/mimetype/text.png differ diff --git a/icon/mimetype/tga.png b/icon/mimetype/tga.png new file mode 100644 index 00000000..07a239fd Binary files /dev/null and b/icon/mimetype/tga.png differ diff --git a/icon/mimetype/tgz.png b/icon/mimetype/tgz.png new file mode 100644 index 00000000..4e52a158 Binary files /dev/null and b/icon/mimetype/tgz.png differ diff --git a/icon/mimetype/tiff.png b/icon/mimetype/tiff.png new file mode 100644 index 00000000..321c3c06 Binary files /dev/null and b/icon/mimetype/tiff.png differ diff --git a/icon/mimetype/tux.png b/icon/mimetype/tux.png new file mode 100644 index 00000000..e3c0fc04 Binary files /dev/null and b/icon/mimetype/tux.png differ diff --git a/icon/mimetype/txt.png b/icon/mimetype/txt.png new file mode 100644 index 00000000..17a0197e Binary files /dev/null and b/icon/mimetype/txt.png differ diff --git a/icon/mimetype/ulaw.png b/icon/mimetype/ulaw.png new file mode 100644 index 00000000..bc83c367 Binary files /dev/null and b/icon/mimetype/ulaw.png differ diff --git a/icon/mimetype/unknown.png b/icon/mimetype/unknown.png new file mode 100644 index 00000000..108308c4 Binary files /dev/null and b/icon/mimetype/unknown.png differ diff --git a/icon/mimetype/vcalendar.png b/icon/mimetype/vcalendar.png new file mode 100644 index 00000000..15fc483e Binary files /dev/null and b/icon/mimetype/vcalendar.png differ diff --git a/icon/mimetype/vcard.png b/icon/mimetype/vcard.png new file mode 100644 index 00000000..c766a8c3 Binary files /dev/null and b/icon/mimetype/vcard.png differ diff --git a/icon/mimetype/vector-gfx.png b/icon/mimetype/vector-gfx.png new file mode 100644 index 00000000..7405218a Binary files /dev/null and b/icon/mimetype/vector-gfx.png differ diff --git a/icon/mimetype/video-x-generic.png b/icon/mimetype/video-x-generic.png new file mode 100644 index 00000000..531b39f2 Binary files /dev/null and b/icon/mimetype/video-x-generic.png differ diff --git a/icon/mimetype/video-x-mng.png b/icon/mimetype/video-x-mng.png new file mode 100644 index 00000000..833d532d Binary files /dev/null and b/icon/mimetype/video-x-mng.png differ diff --git a/icon/mimetype/video.png b/icon/mimetype/video.png new file mode 100644 index 00000000..d1ae2e95 Binary files /dev/null and b/icon/mimetype/video.png differ diff --git a/icon/mimetype/voc.png b/icon/mimetype/voc.png new file mode 100644 index 00000000..ef04ee6a Binary files /dev/null and b/icon/mimetype/voc.png differ diff --git a/icon/mimetype/wav.png b/icon/mimetype/wav.png new file mode 100644 index 00000000..dc3b3c9a Binary files /dev/null and b/icon/mimetype/wav.png differ diff --git a/icon/mimetype/widget-doc.png b/icon/mimetype/widget-doc.png new file mode 100644 index 00000000..418517b5 Binary files /dev/null and b/icon/mimetype/widget-doc.png differ diff --git a/icon/mimetype/wma.png b/icon/mimetype/wma.png new file mode 100644 index 00000000..a2085385 Binary files /dev/null and b/icon/mimetype/wma.png differ diff --git a/icon/mimetype/wmv.png b/icon/mimetype/wmv.png new file mode 100644 index 00000000..98ab729f Binary files /dev/null and b/icon/mimetype/wmv.png differ diff --git a/icon/mimetype/wordprocessing.png b/icon/mimetype/wordprocessing.png new file mode 100644 index 00000000..b35dac90 Binary files /dev/null and b/icon/mimetype/wordprocessing.png differ diff --git a/icon/mimetype/writer.png b/icon/mimetype/writer.png new file mode 100644 index 00000000..d933db98 Binary files /dev/null and b/icon/mimetype/writer.png differ diff --git a/icon/mimetype/www.png b/icon/mimetype/www.png new file mode 100644 index 00000000..4e41e39a Binary files /dev/null and b/icon/mimetype/www.png differ diff --git a/icon/mimetype/x-kde-nsplugin-generated.png b/icon/mimetype/x-kde-nsplugin-generated.png new file mode 100644 index 00000000..1a99f0b9 Binary files /dev/null and b/icon/mimetype/x-kde-nsplugin-generated.png differ diff --git a/icon/mimetype/x-media-podcast.png b/icon/mimetype/x-media-podcast.png new file mode 100644 index 00000000..2c2e57c6 Binary files /dev/null and b/icon/mimetype/x-media-podcast.png differ diff --git a/icon/mimetype/x-office-address-book.png b/icon/mimetype/x-office-address-book.png new file mode 100644 index 00000000..0c237034 Binary files /dev/null and b/icon/mimetype/x-office-address-book.png differ diff --git a/icon/mimetype/x-office-calendar.png b/icon/mimetype/x-office-calendar.png new file mode 100644 index 00000000..b99e4f97 Binary files /dev/null and b/icon/mimetype/x-office-calendar.png differ diff --git a/icon/mimetype/x-office-contact.png b/icon/mimetype/x-office-contact.png new file mode 100644 index 00000000..2ff5113b Binary files /dev/null and b/icon/mimetype/x-office-contact.png differ diff --git a/icon/mimetype/x-office-document.png b/icon/mimetype/x-office-document.png new file mode 100644 index 00000000..7025031b Binary files /dev/null and b/icon/mimetype/x-office-document.png differ diff --git a/icon/mimetype/x-office-drawing.png b/icon/mimetype/x-office-drawing.png new file mode 100644 index 00000000..5c882beb Binary files /dev/null and b/icon/mimetype/x-office-drawing.png differ diff --git a/icon/mimetype/x-office-spreadsheet.png b/icon/mimetype/x-office-spreadsheet.png new file mode 100644 index 00000000..27a76f15 Binary files /dev/null and b/icon/mimetype/x-office-spreadsheet.png differ diff --git a/icon/mimetype/x-win-lnk.png b/icon/mimetype/x-win-lnk.png new file mode 100644 index 00000000..1c5a9572 Binary files /dev/null and b/icon/mimetype/x-win-lnk.png differ diff --git a/icon/mimetype/xcf.png b/icon/mimetype/xcf.png new file mode 100644 index 00000000..57d88a2c Binary files /dev/null and b/icon/mimetype/xcf.png differ diff --git a/icon/mimetype/xfig.png b/icon/mimetype/xfig.png new file mode 100644 index 00000000..fec05db2 Binary files /dev/null and b/icon/mimetype/xfig.png differ diff --git a/icon/mimetype/xi.png b/icon/mimetype/xi.png new file mode 100644 index 00000000..6264539b Binary files /dev/null and b/icon/mimetype/xi.png differ diff --git a/icon/mimetype/xm.png b/icon/mimetype/xm.png new file mode 100644 index 00000000..adf84c4e Binary files /dev/null and b/icon/mimetype/xm.png differ diff --git a/icon/mimetype/zip.png b/icon/mimetype/zip.png new file mode 100644 index 00000000..c6747b91 Binary files /dev/null and b/icon/mimetype/zip.png differ diff --git a/install_manifest.txt b/install_manifest.txt new file mode 100644 index 00000000..439d9c1e --- /dev/null +++ b/install_manifest.txt @@ -0,0 +1,4 @@ +/usr/local/bin/grive +/usr/local/share/man/man1/grive.1 +/usr/local/bin/bgrive +/usr/local/share/man/man1/grive.1 diff --git a/libgrive/.gitignore b/libgrive/.gitignore new file mode 100644 index 00000000..16114e66 --- /dev/null +++ b/libgrive/.gitignore @@ -0,0 +1,6 @@ +CMakeFiles/ +btest +libgrive.a +Makefile +cmake_install.cmake +CMakeCache.txt diff --git a/libgrive/CMakeFiles/CMakeDirectoryInformation.cmake b/libgrive/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..b587f513 --- /dev/null +++ b/libgrive/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jpuchky/Projects/grive") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jpuchky/Projects/grive") + +# 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}) diff --git a/libgrive/CMakeFiles/btest.dir/CXX.includecache b/libgrive/CMakeFiles/btest.dir/CXX.includecache new file mode 100644 index 00000000..eea2f14d --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/CXX.includecache @@ -0,0 +1,94 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/jpuchky/Projects/grive/libgrive/test/btest/JsonValTest.cc +json/JsonParser.hh +/home/jpuchky/Projects/grive/libgrive/test/btest/json/JsonParser.hh +json/Val.hh +/home/jpuchky/Projects/grive/libgrive/test/btest/json/Val.hh +json/ValBuilder.hh +/home/jpuchky/Projects/grive/libgrive/test/btest/json/ValBuilder.hh +json/JsonWriter.hh +/home/jpuchky/Projects/grive/libgrive/test/btest/json/JsonWriter.hh +util/StringStream.hh +/home/jpuchky/Projects/grive/libgrive/test/btest/util/StringStream.hh +boost/test/unit_test.hpp +- + +/home/jpuchky/Projects/grive/libgrive/test/btest/ValTest.cc +json/Val.hh +/home/jpuchky/Projects/grive/libgrive/test/btest/json/Val.hh +boost/test/unit_test.hpp +- + +libgrive/src/json/JsonParser.hh +util/Exception.hh +libgrive/src/json/util/Exception.hh +string +- +memory +- + +libgrive/src/json/JsonWriter.hh +ValVisitor.hh +libgrive/src/json/ValVisitor.hh +memory +- + +libgrive/src/json/Val.hh +util/Exception.hh +libgrive/src/json/util/Exception.hh +cstddef +- +iosfwd +- +map +- +memory +- +string +- +vector +- + +libgrive/src/json/ValBuilder.hh +ValVisitor.hh +libgrive/src/json/ValVisitor.hh +Val.hh +libgrive/src/json/Val.hh +util/Exception.hh +libgrive/src/json/util/Exception.hh +stack +- +memory +- + +libgrive/src/json/ValVisitor.hh +string +- + +libgrive/src/util/DataStream.hh +cstddef +- + +libgrive/src/util/Exception.hh +boost/exception/exception.hpp +- +boost/exception/info.hpp +- +exception +- +string +- + +libgrive/src/util/StringStream.hh +DataStream.hh +libgrive/src/util/DataStream.hh +string +- + diff --git a/libgrive/CMakeFiles/btest.dir/DependInfo.cmake b/libgrive/CMakeFiles/btest.dir/DependInfo.cmake new file mode 100644 index 00000000..b37c3e2e --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/DependInfo.cmake @@ -0,0 +1,43 @@ +# 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/jpuchky/Projects/grive/libgrive/test/btest/JsonValTest.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o" + "/home/jpuchky/Projects/grive/libgrive/test/btest/UnitTest.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o" + "/home/jpuchky/Projects/grive/libgrive/test/btest/ValTest.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + "_LARGE_FILES" + "HAVE_BFD" + "TEST_DATA=\"/home/jpuchky/Projects/grive/libgrive/test/data/\"" + "SRC_DIR=\"/home/jpuchky/Projects/grive/libgrive/src\"" + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + "_LARGE_FILES" + "HAVE_BFD" + "TEST_DATA=\"/home/jpuchky/Projects/grive/libgrive/test/data/\"" + "SRC_DIR=\"/home/jpuchky/Projects/grive/libgrive/src\"" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/DependInfo.cmake" + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "libgrive/src" + "libgrive/test" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/libgrive/CMakeFiles/btest.dir/build.make b/libgrive/CMakeFiles/btest.dir/build.make new file mode 100644 index 00000000..855c7025 --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/build.make @@ -0,0 +1,177 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +# Include any dependencies generated for this target. +include libgrive/CMakeFiles/btest.dir/depend.make + +# Include the progress variables for this target. +include libgrive/CMakeFiles/btest.dir/progress.make + +# Include the compile flags for this target's objects. +include libgrive/CMakeFiles/btest.dir/flags.make + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/CMakeFiles/btest.dir/flags.make +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/test/btest/JsonValTest.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -o CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o -c /home/jpuchky/Projects/grive/libgrive/test/btest/JsonValTest.cc + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/btest.dir/test/btest/JsonValTest.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -E /home/jpuchky/Projects/grive/libgrive/test/btest/JsonValTest.cc > CMakeFiles/btest.dir/test/btest/JsonValTest.cc.i + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/btest.dir/test/btest/JsonValTest.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -S /home/jpuchky/Projects/grive/libgrive/test/btest/JsonValTest.cc -o CMakeFiles/btest.dir/test/btest/JsonValTest.cc.s + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.requires: +.PHONY : libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.requires + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.provides: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.provides + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.provides.build: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o: libgrive/CMakeFiles/btest.dir/flags.make +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o: libgrive/test/btest/UnitTest.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_2) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -o CMakeFiles/btest.dir/test/btest/UnitTest.cc.o -c /home/jpuchky/Projects/grive/libgrive/test/btest/UnitTest.cc + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/btest.dir/test/btest/UnitTest.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -E /home/jpuchky/Projects/grive/libgrive/test/btest/UnitTest.cc > CMakeFiles/btest.dir/test/btest/UnitTest.cc.i + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/btest.dir/test/btest/UnitTest.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -S /home/jpuchky/Projects/grive/libgrive/test/btest/UnitTest.cc -o CMakeFiles/btest.dir/test/btest/UnitTest.cc.s + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.requires: +.PHONY : libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.requires + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.provides: libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.provides + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.provides.build: libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: libgrive/CMakeFiles/btest.dir/flags.make +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: libgrive/test/btest/ValTest.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_3) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -o CMakeFiles/btest.dir/test/btest/ValTest.cc.o -c /home/jpuchky/Projects/grive/libgrive/test/btest/ValTest.cc + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/btest.dir/test/btest/ValTest.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -E /home/jpuchky/Projects/grive/libgrive/test/btest/ValTest.cc > CMakeFiles/btest.dir/test/btest/ValTest.cc.i + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/btest.dir/test/btest/ValTest.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -DBOOST_TEST_DYN_LINK -S /home/jpuchky/Projects/grive/libgrive/test/btest/ValTest.cc -o CMakeFiles/btest.dir/test/btest/ValTest.cc.s + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.requires: +.PHONY : libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.requires + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.provides: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.provides + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.provides.build: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o + +# Object files for target btest +btest_OBJECTS = \ +"CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o" \ +"CMakeFiles/btest.dir/test/btest/UnitTest.cc.o" \ +"CMakeFiles/btest.dir/test/btest/ValTest.cc.o" + +# External object files for target btest +btest_EXTERNAL_OBJECTS = + +libgrive/btest: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o +libgrive/btest: libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o +libgrive/btest: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o +libgrive/btest: libgrive/CMakeFiles/btest.dir/build.make +libgrive/btest: libgrive/libgrive.a +libgrive/btest: /usr/lib64/libboost_program_options-mt.so +libgrive/btest: /usr/lib64/libboost_filesystem-mt.so +libgrive/btest: /usr/lib64/libboost_unit_test_framework-mt.so +libgrive/btest: /usr/lib64/libboost_system-mt.so +libgrive/btest: /usr/lib64/libcurl.so +libgrive/btest: /usr/lib64/libjson.so +libgrive/btest: /usr/lib64/libboost_program_options-mt.so +libgrive/btest: /usr/lib64/libboost_filesystem-mt.so +libgrive/btest: /usr/lib64/libboost_unit_test_framework-mt.so +libgrive/btest: /usr/lib64/libboost_system-mt.so +libgrive/btest: /usr/lib64/libiberty.a +libgrive/btest: /usr/lib64/libexpat.so +libgrive/btest: /usr/lib64/libdl.so +libgrive/btest: /usr/lib64/libbfd.so +libgrive/btest: /usr/lib64/libiberty.a +libgrive/btest: /usr/lib64/libexpat.so +libgrive/btest: /usr/lib64/libdl.so +libgrive/btest: /usr/lib64/libbfd.so +libgrive/btest: /usr/lib64/libz.so +libgrive/btest: libgrive/CMakeFiles/btest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable btest" + cd /home/jpuchky/Projects/grive/libgrive && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/btest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libgrive/CMakeFiles/btest.dir/build: libgrive/btest +.PHONY : libgrive/CMakeFiles/btest.dir/build + +libgrive/CMakeFiles/btest.dir/requires: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o.requires +libgrive/CMakeFiles/btest.dir/requires: libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o.requires +libgrive/CMakeFiles/btest.dir/requires: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o.requires +.PHONY : libgrive/CMakeFiles/btest.dir/requires + +libgrive/CMakeFiles/btest.dir/clean: + cd /home/jpuchky/Projects/grive/libgrive && $(CMAKE_COMMAND) -P CMakeFiles/btest.dir/cmake_clean.cmake +.PHONY : libgrive/CMakeFiles/btest.dir/clean + +libgrive/CMakeFiles/btest.dir/depend: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/libgrive /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/libgrive /home/jpuchky/Projects/grive/libgrive/CMakeFiles/btest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : libgrive/CMakeFiles/btest.dir/depend + diff --git a/libgrive/CMakeFiles/btest.dir/cmake_clean.cmake b/libgrive/CMakeFiles/btest.dir/cmake_clean.cmake new file mode 100644 index 00000000..98ee79fe --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o" + "CMakeFiles/btest.dir/test/btest/UnitTest.cc.o" + "CMakeFiles/btest.dir/test/btest/ValTest.cc.o" + "btest.pdb" + "btest" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/btest.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/libgrive/CMakeFiles/btest.dir/depend.internal b/libgrive/CMakeFiles/btest.dir/depend.internal new file mode 100644 index 00000000..9cb9aada --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/depend.internal @@ -0,0 +1,19 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o + /home/jpuchky/Projects/grive/libgrive/test/btest/JsonValTest.cc + libgrive/src/json/JsonParser.hh + libgrive/src/json/JsonWriter.hh + libgrive/src/json/Val.hh + libgrive/src/json/ValBuilder.hh + libgrive/src/json/ValVisitor.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/util/StringStream.hh +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o + /home/jpuchky/Projects/grive/libgrive/test/btest/UnitTest.cc +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o + /home/jpuchky/Projects/grive/libgrive/test/btest/ValTest.cc + libgrive/src/json/Val.hh + libgrive/src/util/Exception.hh diff --git a/libgrive/CMakeFiles/btest.dir/depend.make b/libgrive/CMakeFiles/btest.dir/depend.make new file mode 100644 index 00000000..2f1aa435 --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/depend.make @@ -0,0 +1,19 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/test/btest/JsonValTest.cc +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/json/JsonParser.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/json/JsonWriter.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/json/ValBuilder.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: libgrive/src/util/StringStream.hh + +libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o: libgrive/test/btest/UnitTest.cc + +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: libgrive/test/btest/ValTest.cc +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: libgrive/src/util/Exception.hh + diff --git a/libgrive/CMakeFiles/btest.dir/flags.make b/libgrive/CMakeFiles/btest.dir/flags.make new file mode 100644 index 00000000..d33d732c --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -I/home/jpuchky/Projects/grive/libgrive/src -I/home/jpuchky/Projects/grive/libgrive/test + +CXX_DEFINES = -DHAVE_BFD -DSRC_DIR=\"/home/jpuchky/Projects/grive/libgrive/src\" -DTEST_DATA=\"/home/jpuchky/Projects/grive/libgrive/test/data/\" -DVERSION=\"0.3.1-pre\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES + +# TARGET_FLAGS = -DBOOST_TEST_DYN_LINK + diff --git a/libgrive/CMakeFiles/btest.dir/link.txt b/libgrive/CMakeFiles/btest.dir/link.txt new file mode 100644 index 00000000..dd3430a5 --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o CMakeFiles/btest.dir/test/btest/UnitTest.cc.o CMakeFiles/btest.dir/test/btest/ValTest.cc.o -o btest -rdynamic libgrive.a -lboost_program_options-mt -lboost_filesystem-mt -lboost_unit_test_framework-mt -lboost_system-mt -lyajl -lcurl -ljson -lgcrypt -ldl -lgpg-error -lboost_program_options-mt -lboost_filesystem-mt -lboost_unit_test_framework-mt -lboost_system-mt -Wl,-Bstatic -liberty -Wl,-Bdynamic -lexpat -ldl -lbfd -Wl,-Bstatic -liberty -Wl,-Bdynamic -lexpat -ldl -lbfd -lz diff --git a/libgrive/CMakeFiles/btest.dir/progress.make b/libgrive/CMakeFiles/btest.dir/progress.make new file mode 100644 index 00000000..4aba1238 --- /dev/null +++ b/libgrive/CMakeFiles/btest.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 10 +CMAKE_PROGRESS_2 = 11 +CMAKE_PROGRESS_3 = 12 + diff --git a/libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o b/libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o new file mode 100644 index 00000000..bf4a1367 Binary files /dev/null and b/libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o differ diff --git a/libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o b/libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o new file mode 100644 index 00000000..cb8a23d7 Binary files /dev/null and b/libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o differ diff --git a/libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o b/libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o new file mode 100644 index 00000000..b1005841 Binary files /dev/null and b/libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/CXX.includecache b/libgrive/CMakeFiles/grive.dir/CXX.includecache new file mode 100644 index 00000000..708313fb --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/CXX.includecache @@ -0,0 +1,240 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh +string +- + +/home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh +util/DateTime.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/DateTime.hh +util/FileSystem.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/FileSystem.hh +iosfwd +- +string +- +vector +- + +/home/jpuchky/Projects/grive/libgrive/src/drive/Resource.cc +Resource.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/Resource.hh +CommonUri.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh +Entry.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh +http/Agent.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/http/Agent.hh +http/Download.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/http/Download.hh +http/Header.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/http/Header.hh +http/StringResponse.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/http/StringResponse.hh +http/XmlResponse.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/http/XmlResponse.hh +protocol/Json.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/protocol/Json.hh +util/CArray.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/CArray.hh +util/Crypt.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/Crypt.hh +util/log/Log.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/log/Log.hh +util/OS.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/OS.hh +util/File.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/File.hh +xml/Node.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/xml/Node.hh +xml/NodeSet.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/xml/NodeSet.hh +xml/String.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/xml/String.hh +protocol/OAuth2.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/protocol/OAuth2.hh +boost/bind.hpp +- +boost/exception/all.hpp +- +cassert +- +time.h +- +iostream +- + +/home/jpuchky/Projects/grive/libgrive/src/drive/Resource.hh +protocol/OAuth2.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/protocol/OAuth2.hh +util/DateTime.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/DateTime.hh +util/Exception.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/Exception.hh +util/FileSystem.hh +/home/jpuchky/Projects/grive/libgrive/src/drive/util/FileSystem.hh +string +- +vector +- +iosfwd +- + +libgrive/src/http/Agent.hh +string +- + +libgrive/src/http/Download.hh +util/File.hh +libgrive/src/http/util/File.hh +string +- + +libgrive/src/http/Header.hh +iosfwd +- +string +- +vector +- + +libgrive/src/http/StringResponse.hh +util/DataStream.hh +libgrive/src/http/util/DataStream.hh +string +- + +libgrive/src/http/XmlResponse.hh +util/DataStream.hh +libgrive/src/http/util/DataStream.hh +memory +- + +libgrive/src/protocol/Json.hh +util/Exception.hh +libgrive/src/protocol/util/Exception.hh +string +- +map +- +vector +- + +libgrive/src/protocol/OAuth2.hh +string +- +ctime +- +Json.hh +libgrive/src/protocol/Json.hh +http/Header.hh +libgrive/src/protocol/http/Header.hh + +libgrive/src/util/CArray.hh +cstddef +- + +libgrive/src/util/Crypt.hh +util/Exception.hh +libgrive/src/util/util/Exception.hh +string +- +memory +- +boost/filesystem.hpp +- + +libgrive/src/util/DataStream.hh +cstddef +- + +libgrive/src/util/DateTime.hh +ctime +- +string +- +iosfwd +- +sys/time.h +- + +libgrive/src/util/Exception.hh +boost/exception/exception.hpp +- +boost/exception/info.hpp +- +exception +- +string +- + +libgrive/src/util/File.hh +DataStream.hh +libgrive/src/util/DataStream.hh +Exception.hh +libgrive/src/util/Exception.hh +FileSystem.hh +libgrive/src/util/FileSystem.hh +Types.hh +libgrive/src/util/Types.hh +string +- + +libgrive/src/util/FileSystem.hh +boost/filesystem.hpp +- + +libgrive/src/util/OS.hh +Exception.hh +libgrive/src/util/Exception.hh +FileSystem.hh +libgrive/src/util/FileSystem.hh +string +- + +libgrive/src/util/Types.hh +sys/types.h +- + +libgrive/src/util/log/Log.hh +boost/format.hpp +- +memory +- + +libgrive/src/xml/Node.hh +util/Exception.hh +libgrive/src/xml/util/Exception.hh +boost/iterator_adaptors.hpp +- +iosfwd +- +string +- +vector +- +utility +- + +libgrive/src/xml/NodeSet.hh +util/Exception.hh +libgrive/src/xml/util/Exception.hh +Node.hh +libgrive/src/xml/Node.hh +cstddef +- +iosfwd +- +string +- + +libgrive/src/xml/String.hh +string +- + diff --git a/libgrive/CMakeFiles/grive.dir/DependInfo.cmake b/libgrive/CMakeFiles/grive.dir/DependInfo.cmake new file mode 100644 index 00000000..79a36f9b --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/DependInfo.cmake @@ -0,0 +1,86 @@ +# 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/jpuchky/Projects/grive/libgrive/src/bfd/Backtrace.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/Drive.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/Entry.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/Feed.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/Resource.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive/State.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive2/Drive.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/http/CurlAgent.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/http/Download.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/http/Header.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/http/ResponseLog.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/http/StringResponse.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/http/XmlResponse.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/json/Val.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/json/ValResponse.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/protocol/AuthAgent.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/protocol/Json.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/Config.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/Crypt.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/DateTime.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/Exception.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/File.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/File.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/MemMap.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/OS.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/SignalHandler.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/StdStream.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/StdioFile.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/StringStream.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/log/CompositeLog.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/log/DefaultLog.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/util/log/Log.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/xml/Node.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/xml/String.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o" + "/home/jpuchky/Projects/grive/libgrive/src/xml/TreeBuilder.cc" "/home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + "_LARGE_FILES" + "HAVE_BFD" + "TEST_DATA=\"/home/jpuchky/Projects/grive/libgrive/test/data/\"" + "SRC_DIR=\"/home/jpuchky/Projects/grive/libgrive/src\"" + "VERSION=\"0.3.1-pre\"" + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + "_LARGE_FILES" + "HAVE_BFD" + "TEST_DATA=\"/home/jpuchky/Projects/grive/libgrive/test/data/\"" + "SRC_DIR=\"/home/jpuchky/Projects/grive/libgrive/src\"" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "libgrive/src" + "libgrive/test" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/libgrive/CMakeFiles/grive.dir/build.make b/libgrive/CMakeFiles/grive.dir/build.make new file mode 100644 index 00000000..d3e23cd6 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/build.make @@ -0,0 +1,1302 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +# Include any dependencies generated for this target. +include libgrive/CMakeFiles/grive.dir/depend.make + +# Include the progress variables for this target. +include libgrive/CMakeFiles/grive.dir/progress.make + +# Include the compile flags for this target's objects. +include libgrive/CMakeFiles/grive.dir/flags.make + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o: libgrive/src/drive/CommonUri.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/CommonUri.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.cc + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/CommonUri.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.cc > CMakeFiles/grive.dir/src/drive/CommonUri.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/CommonUri.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.cc -o CMakeFiles/grive.dir/src/drive/CommonUri.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/drive/Entry.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_2) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/Entry.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.cc + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/Entry.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.cc > CMakeFiles/grive.dir/src/drive/Entry.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/Entry.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.cc -o CMakeFiles/grive.dir/src/drive/Entry.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/drive/Feed.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_3) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/Feed.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/Feed.cc + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/Feed.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/Feed.cc > CMakeFiles/grive.dir/src/drive/Feed.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/Feed.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/Feed.cc -o CMakeFiles/grive.dir/src/drive/Feed.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/drive/ResourceTree.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_4) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.cc + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/ResourceTree.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.cc > CMakeFiles/grive.dir/src/drive/ResourceTree.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/ResourceTree.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.cc -o CMakeFiles/grive.dir/src/drive/ResourceTree.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/Drive.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_5) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/Drive.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/Drive.cc + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/Drive.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/Drive.cc > CMakeFiles/grive.dir/src/drive/Drive.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/Drive.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/Drive.cc -o CMakeFiles/grive.dir/src/drive/Drive.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/drive/Resource.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_6) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/Resource.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.cc + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/Resource.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.cc > CMakeFiles/grive.dir/src/drive/Resource.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/Resource.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.cc -o CMakeFiles/grive.dir/src/drive/Resource.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/State.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_7) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive/State.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive/State.cc + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive/State.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive/State.cc > CMakeFiles/grive.dir/src/drive/State.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive/State.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive/State.cc -o CMakeFiles/grive.dir/src/drive/State.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/drive2/Drive.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_8) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive2/Drive.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive2/Drive.cc + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive2/Drive.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive2/Drive.cc > CMakeFiles/grive.dir/src/drive2/Drive.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive2/Drive.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive2/Drive.cc -o CMakeFiles/grive.dir/src/drive2/Drive.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/drive2/Feed.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_9) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive2/Feed.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.cc + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive2/Feed.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.cc > CMakeFiles/grive.dir/src/drive2/Feed.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive2/Feed.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.cc -o CMakeFiles/grive.dir/src/drive2/Feed.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o: libgrive/src/drive2/Resource.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_10) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/drive2/Resource.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.cc + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/drive2/Resource.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.cc > CMakeFiles/grive.dir/src/drive2/Resource.cc.i + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/drive2/Resource.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.cc -o CMakeFiles/grive.dir/src/drive2/Resource.cc.s + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/http/Download.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_11) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/http/Download.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/http/Download.cc + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/http/Download.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/http/Download.cc > CMakeFiles/grive.dir/src/http/Download.cc.i + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/http/Download.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/http/Download.cc -o CMakeFiles/grive.dir/src/http/Download.cc.s + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o: libgrive/src/http/Header.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_12) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/http/Header.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/http/Header.cc + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/http/Header.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/http/Header.cc > CMakeFiles/grive.dir/src/http/Header.cc.i + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/http/Header.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/http/Header.cc -o CMakeFiles/grive.dir/src/http/Header.cc.s + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/src/http/ResponseLog.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_13) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/http/ResponseLog.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/http/ResponseLog.cc + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/http/ResponseLog.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/http/ResponseLog.cc > CMakeFiles/grive.dir/src/http/ResponseLog.cc.i + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/http/ResponseLog.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/http/ResponseLog.cc -o CMakeFiles/grive.dir/src/http/ResponseLog.cc.s + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o: libgrive/src/http/StringResponse.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_14) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/http/StringResponse.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/http/StringResponse.cc + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/http/StringResponse.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/http/StringResponse.cc > CMakeFiles/grive.dir/src/http/StringResponse.cc.i + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/http/StringResponse.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/http/StringResponse.cc -o CMakeFiles/grive.dir/src/http/StringResponse.cc.s + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/http/XmlResponse.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_15) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/http/XmlResponse.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/http/XmlResponse.cc + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/http/XmlResponse.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/http/XmlResponse.cc > CMakeFiles/grive.dir/src/http/XmlResponse.cc.i + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/http/XmlResponse.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/http/XmlResponse.cc -o CMakeFiles/grive.dir/src/http/XmlResponse.cc.s + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/http/CurlAgent.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_16) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/http/CurlAgent.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/http/CurlAgent.cc + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/http/CurlAgent.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/http/CurlAgent.cc > CMakeFiles/grive.dir/src/http/CurlAgent.cc.i + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/http/CurlAgent.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/http/CurlAgent.cc -o CMakeFiles/grive.dir/src/http/CurlAgent.cc.s + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/protocol/AuthAgent.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_17) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/protocol/AuthAgent.cc + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/protocol/AuthAgent.cc > CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.i + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/protocol/AuthAgent.cc -o CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.s + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o: libgrive/src/protocol/Json.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_18) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/protocol/Json.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.cc + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/protocol/Json.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.cc > CMakeFiles/grive.dir/src/protocol/Json.cc.i + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/protocol/Json.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.cc -o CMakeFiles/grive.dir/src/protocol/Json.cc.s + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/protocol/JsonResponse.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_19) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.cc + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.cc > CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.i + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.cc -o CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.s + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/protocol/OAuth2.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_20) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.cc + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/protocol/OAuth2.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.cc > CMakeFiles/grive.dir/src/protocol/OAuth2.cc.i + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/protocol/OAuth2.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.cc -o CMakeFiles/grive.dir/src/protocol/OAuth2.cc.s + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/json/JsonParser.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_21) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/json/JsonParser.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.cc + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/json/JsonParser.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.cc > CMakeFiles/grive.dir/src/json/JsonParser.cc.i + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/json/JsonParser.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.cc -o CMakeFiles/grive.dir/src/json/JsonParser.cc.s + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o: libgrive/src/json/JsonWriter.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_22) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/json/JsonWriter.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.cc + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/json/JsonWriter.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.cc > CMakeFiles/grive.dir/src/json/JsonWriter.cc.i + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/json/JsonWriter.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.cc -o CMakeFiles/grive.dir/src/json/JsonWriter.cc.s + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/json/Val.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_23) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/json/Val.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/json/Val.cc + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/json/Val.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/json/Val.cc > CMakeFiles/grive.dir/src/json/Val.cc.i + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/json/Val.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/json/Val.cc -o CMakeFiles/grive.dir/src/json/Val.cc.s + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/src/json/ValBuilder.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_24) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/json/ValBuilder.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.cc + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/json/ValBuilder.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.cc > CMakeFiles/grive.dir/src/json/ValBuilder.cc.i + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/json/ValBuilder.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.cc -o CMakeFiles/grive.dir/src/json/ValBuilder.cc.s + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/ValResponse.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_25) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/json/ValResponse.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/json/ValResponse.cc + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/json/ValResponse.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/json/ValResponse.cc > CMakeFiles/grive.dir/src/json/ValResponse.cc.i + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/json/ValResponse.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/json/ValResponse.cc -o CMakeFiles/grive.dir/src/json/ValResponse.cc.s + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/Config.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_26) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/Config.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/Config.cc + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/Config.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/Config.cc > CMakeFiles/grive.dir/src/util/Config.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/Config.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/Config.cc -o CMakeFiles/grive.dir/src/util/Config.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/Crypt.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_27) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/Crypt.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/Crypt.cc + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/Crypt.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/Crypt.cc > CMakeFiles/grive.dir/src/util/Crypt.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/Crypt.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/Crypt.cc -o CMakeFiles/grive.dir/src/util/Crypt.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o: libgrive/src/util/DateTime.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_28) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/DateTime.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/DateTime.cc + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/DateTime.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/DateTime.cc > CMakeFiles/grive.dir/src/util/DateTime.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/DateTime.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/DateTime.cc -o CMakeFiles/grive.dir/src/util/DateTime.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/src/util/Exception.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_29) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/Exception.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/Exception.cc + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/Exception.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/Exception.cc > CMakeFiles/grive.dir/src/util/Exception.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/Exception.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/Exception.cc -o CMakeFiles/grive.dir/src/util/Exception.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/File.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_30) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/File.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/File.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/File.cc + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/File.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/File.cc > CMakeFiles/grive.dir/src/util/File.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/File.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/File.cc -o CMakeFiles/grive.dir/src/util/File.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/File.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/MemMap.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_31) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/MemMap.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/MemMap.cc + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/MemMap.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/MemMap.cc > CMakeFiles/grive.dir/src/util/MemMap.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/MemMap.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/MemMap.cc -o CMakeFiles/grive.dir/src/util/MemMap.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o: libgrive/src/util/SignalHandler.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_32) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/SignalHandler.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/SignalHandler.cc + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/SignalHandler.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/SignalHandler.cc > CMakeFiles/grive.dir/src/util/SignalHandler.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/SignalHandler.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/SignalHandler.cc -o CMakeFiles/grive.dir/src/util/SignalHandler.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o: libgrive/src/util/StdStream.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_33) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/StdStream.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/StdStream.cc + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/StdStream.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/StdStream.cc > CMakeFiles/grive.dir/src/util/StdStream.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/StdStream.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/StdStream.cc -o CMakeFiles/grive.dir/src/util/StdStream.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o: libgrive/src/util/StringStream.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_34) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/StringStream.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/StringStream.cc + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/StringStream.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/StringStream.cc > CMakeFiles/grive.dir/src/util/StringStream.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/StringStream.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/StringStream.cc -o CMakeFiles/grive.dir/src/util/StringStream.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/src/util/OS.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_35) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/OS.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/OS.cc + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/OS.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/OS.cc > CMakeFiles/grive.dir/src/util/OS.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/OS.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/OS.cc -o CMakeFiles/grive.dir/src/util/OS.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o: libgrive/src/util/StdioFile.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_36) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/StdioFile.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/StdioFile.cc + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/StdioFile.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/StdioFile.cc > CMakeFiles/grive.dir/src/util/StdioFile.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/StdioFile.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/StdioFile.cc -o CMakeFiles/grive.dir/src/util/StdioFile.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o: libgrive/src/util/log/CommonLog.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_37) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.cc + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/log/CommonLog.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.cc > CMakeFiles/grive.dir/src/util/log/CommonLog.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/log/CommonLog.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.cc -o CMakeFiles/grive.dir/src/util/log/CommonLog.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/src/util/log/CompositeLog.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_38) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/log/CompositeLog.cc + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/log/CompositeLog.cc > CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/log/CompositeLog.cc -o CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o: libgrive/src/util/log/DefaultLog.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_39) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/log/DefaultLog.cc + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/log/DefaultLog.cc > CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/log/DefaultLog.cc -o CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o: libgrive/src/util/log/Log.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_40) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/util/log/Log.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.cc + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/util/log/Log.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.cc > CMakeFiles/grive.dir/src/util/log/Log.cc.i + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/util/log/Log.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.cc -o CMakeFiles/grive.dir/src/util/log/Log.cc.s + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/src/xml/Node.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_41) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/xml/Node.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/xml/Node.cc + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/xml/Node.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/xml/Node.cc > CMakeFiles/grive.dir/src/xml/Node.cc.i + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/xml/Node.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/xml/Node.cc -o CMakeFiles/grive.dir/src/xml/Node.cc.s + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/src/xml/NodeSet.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_42) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/xml/NodeSet.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.cc + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/xml/NodeSet.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.cc > CMakeFiles/grive.dir/src/xml/NodeSet.cc.i + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/xml/NodeSet.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.cc -o CMakeFiles/grive.dir/src/xml/NodeSet.cc.s + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o: libgrive/src/xml/String.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_43) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/xml/String.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/xml/String.cc + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/xml/String.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/xml/String.cc > CMakeFiles/grive.dir/src/xml/String.cc.i + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/xml/String.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/xml/String.cc -o CMakeFiles/grive.dir/src/xml/String.cc.s + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/src/xml/TreeBuilder.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_44) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/xml/TreeBuilder.cc + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/xml/TreeBuilder.cc > CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.i + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/xml/TreeBuilder.cc -o CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.s + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/src/bfd/Backtrace.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_45) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/bfd/Backtrace.cc + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/bfd/Backtrace.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/bfd/Backtrace.cc > CMakeFiles/grive.dir/src/bfd/Backtrace.cc.i + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/bfd/Backtrace.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/bfd/Backtrace.cc -o CMakeFiles/grive.dir/src/bfd/Backtrace.cc.s + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o: libgrive/src/bfd/Debug.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_46) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/bfd/Debug.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.cc + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/bfd/Debug.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.cc > CMakeFiles/grive.dir/src/bfd/Debug.cc.i + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/bfd/Debug.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.cc -o CMakeFiles/grive.dir/src/bfd/Debug.cc.s + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o: libgrive/CMakeFiles/grive.dir/flags.make +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o: libgrive/src/bfd/SymbolInfo.cc + $(CMAKE_COMMAND) -E cmake_progress_report /home/jpuchky/Projects/grive/CMakeFiles $(CMAKE_PROGRESS_47) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o -c /home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.cc + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.i" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.cc > CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.i + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.s" + cd /home/jpuchky/Projects/grive/libgrive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.cc -o CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.s + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.requires: +.PHONY : libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.requires + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.provides: libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.requires + $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.provides.build +.PHONY : libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.provides + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.provides.build: libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o + +# Object files for target grive +grive_OBJECTS = \ +"CMakeFiles/grive.dir/src/drive/CommonUri.cc.o" \ +"CMakeFiles/grive.dir/src/drive/Entry.cc.o" \ +"CMakeFiles/grive.dir/src/drive/Feed.cc.o" \ +"CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o" \ +"CMakeFiles/grive.dir/src/drive/Drive.cc.o" \ +"CMakeFiles/grive.dir/src/drive/Resource.cc.o" \ +"CMakeFiles/grive.dir/src/drive/State.cc.o" \ +"CMakeFiles/grive.dir/src/drive2/Drive.cc.o" \ +"CMakeFiles/grive.dir/src/drive2/Feed.cc.o" \ +"CMakeFiles/grive.dir/src/drive2/Resource.cc.o" \ +"CMakeFiles/grive.dir/src/http/Download.cc.o" \ +"CMakeFiles/grive.dir/src/http/Header.cc.o" \ +"CMakeFiles/grive.dir/src/http/ResponseLog.cc.o" \ +"CMakeFiles/grive.dir/src/http/StringResponse.cc.o" \ +"CMakeFiles/grive.dir/src/http/XmlResponse.cc.o" \ +"CMakeFiles/grive.dir/src/http/CurlAgent.cc.o" \ +"CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o" \ +"CMakeFiles/grive.dir/src/protocol/Json.cc.o" \ +"CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o" \ +"CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o" \ +"CMakeFiles/grive.dir/src/json/JsonParser.cc.o" \ +"CMakeFiles/grive.dir/src/json/JsonWriter.cc.o" \ +"CMakeFiles/grive.dir/src/json/Val.cc.o" \ +"CMakeFiles/grive.dir/src/json/ValBuilder.cc.o" \ +"CMakeFiles/grive.dir/src/json/ValResponse.cc.o" \ +"CMakeFiles/grive.dir/src/util/Config.cc.o" \ +"CMakeFiles/grive.dir/src/util/Crypt.cc.o" \ +"CMakeFiles/grive.dir/src/util/DateTime.cc.o" \ +"CMakeFiles/grive.dir/src/util/Exception.cc.o" \ +"CMakeFiles/grive.dir/src/util/File.cc.o" \ +"CMakeFiles/grive.dir/src/util/MemMap.cc.o" \ +"CMakeFiles/grive.dir/src/util/SignalHandler.cc.o" \ +"CMakeFiles/grive.dir/src/util/StdStream.cc.o" \ +"CMakeFiles/grive.dir/src/util/StringStream.cc.o" \ +"CMakeFiles/grive.dir/src/util/OS.cc.o" \ +"CMakeFiles/grive.dir/src/util/StdioFile.cc.o" \ +"CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o" \ +"CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o" \ +"CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o" \ +"CMakeFiles/grive.dir/src/util/log/Log.cc.o" \ +"CMakeFiles/grive.dir/src/xml/Node.cc.o" \ +"CMakeFiles/grive.dir/src/xml/NodeSet.cc.o" \ +"CMakeFiles/grive.dir/src/xml/String.cc.o" \ +"CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o" \ +"CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o" \ +"CMakeFiles/grive.dir/src/bfd/Debug.cc.o" \ +"CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o" + +# External object files for target grive +grive_EXTERNAL_OBJECTS = + +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/File.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/build.make +libgrive/libgrive.a: libgrive/CMakeFiles/grive.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX static library libgrive.a" + cd /home/jpuchky/Projects/grive/libgrive && $(CMAKE_COMMAND) -P CMakeFiles/grive.dir/cmake_clean_target.cmake + cd /home/jpuchky/Projects/grive/libgrive && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/grive.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libgrive/CMakeFiles/grive.dir/build: libgrive/libgrive.a +.PHONY : libgrive/CMakeFiles/grive.dir/build + +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/File.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o.requires +libgrive/CMakeFiles/grive.dir/requires: libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o.requires +.PHONY : libgrive/CMakeFiles/grive.dir/requires + +libgrive/CMakeFiles/grive.dir/clean: + cd /home/jpuchky/Projects/grive/libgrive && $(CMAKE_COMMAND) -P CMakeFiles/grive.dir/cmake_clean.cmake +.PHONY : libgrive/CMakeFiles/grive.dir/clean + +libgrive/CMakeFiles/grive.dir/depend: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/libgrive /home/jpuchky/Projects/grive /home/jpuchky/Projects/grive/libgrive /home/jpuchky/Projects/grive/libgrive/CMakeFiles/grive.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : libgrive/CMakeFiles/grive.dir/depend + diff --git a/libgrive/CMakeFiles/grive.dir/cmake_clean.cmake b/libgrive/CMakeFiles/grive.dir/cmake_clean.cmake new file mode 100644 index 00000000..6ce650cd --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/cmake_clean.cmake @@ -0,0 +1,56 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/grive.dir/src/drive/CommonUri.cc.o" + "CMakeFiles/grive.dir/src/drive/Entry.cc.o" + "CMakeFiles/grive.dir/src/drive/Feed.cc.o" + "CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o" + "CMakeFiles/grive.dir/src/drive/Drive.cc.o" + "CMakeFiles/grive.dir/src/drive/Resource.cc.o" + "CMakeFiles/grive.dir/src/drive/State.cc.o" + "CMakeFiles/grive.dir/src/drive2/Drive.cc.o" + "CMakeFiles/grive.dir/src/drive2/Feed.cc.o" + "CMakeFiles/grive.dir/src/drive2/Resource.cc.o" + "CMakeFiles/grive.dir/src/http/Download.cc.o" + "CMakeFiles/grive.dir/src/http/Header.cc.o" + "CMakeFiles/grive.dir/src/http/ResponseLog.cc.o" + "CMakeFiles/grive.dir/src/http/StringResponse.cc.o" + "CMakeFiles/grive.dir/src/http/XmlResponse.cc.o" + "CMakeFiles/grive.dir/src/http/CurlAgent.cc.o" + "CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o" + "CMakeFiles/grive.dir/src/protocol/Json.cc.o" + "CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o" + "CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o" + "CMakeFiles/grive.dir/src/json/JsonParser.cc.o" + "CMakeFiles/grive.dir/src/json/JsonWriter.cc.o" + "CMakeFiles/grive.dir/src/json/Val.cc.o" + "CMakeFiles/grive.dir/src/json/ValBuilder.cc.o" + "CMakeFiles/grive.dir/src/json/ValResponse.cc.o" + "CMakeFiles/grive.dir/src/util/Config.cc.o" + "CMakeFiles/grive.dir/src/util/Crypt.cc.o" + "CMakeFiles/grive.dir/src/util/DateTime.cc.o" + "CMakeFiles/grive.dir/src/util/Exception.cc.o" + "CMakeFiles/grive.dir/src/util/File.cc.o" + "CMakeFiles/grive.dir/src/util/MemMap.cc.o" + "CMakeFiles/grive.dir/src/util/SignalHandler.cc.o" + "CMakeFiles/grive.dir/src/util/StdStream.cc.o" + "CMakeFiles/grive.dir/src/util/StringStream.cc.o" + "CMakeFiles/grive.dir/src/util/OS.cc.o" + "CMakeFiles/grive.dir/src/util/StdioFile.cc.o" + "CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o" + "CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o" + "CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o" + "CMakeFiles/grive.dir/src/util/log/Log.cc.o" + "CMakeFiles/grive.dir/src/xml/Node.cc.o" + "CMakeFiles/grive.dir/src/xml/NodeSet.cc.o" + "CMakeFiles/grive.dir/src/xml/String.cc.o" + "CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o" + "CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o" + "CMakeFiles/grive.dir/src/bfd/Debug.cc.o" + "CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o" + "libgrive.pdb" + "libgrive.a" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/grive.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/libgrive/CMakeFiles/grive.dir/cmake_clean_target.cmake b/libgrive/CMakeFiles/grive.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..6cea47f2 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +FILE(REMOVE_RECURSE + "libgrive.a" +) diff --git a/libgrive/CMakeFiles/grive.dir/depend.internal b/libgrive/CMakeFiles/grive.dir/depend.internal new file mode 100644 index 00000000..c5857079 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/depend.internal @@ -0,0 +1,368 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o + /home/jpuchky/Projects/grive/libgrive/src/bfd/Addr.hh + /home/jpuchky/Projects/grive/libgrive/src/bfd/Backtrace.cc + /home/jpuchky/Projects/grive/libgrive/src/bfd/Backtrace.hh + /home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.hh + libgrive/src/util/CArray.hh +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o + /home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.cc + /home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.hh +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o + /home/jpuchky/Projects/grive/libgrive/src/bfd/Addr.hh + /home/jpuchky/Projects/grive/libgrive/src/bfd/Debug.hh + /home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.cc + /home/jpuchky/Projects/grive/libgrive/src/bfd/SymbolInfo.hh +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Drive.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/Drive.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Feed.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/State.hh + libgrive/src/http/Agent.hh + libgrive/src/http/CurlAgent.hh + libgrive/src/http/Header.hh + libgrive/src/http/ResponseLog.hh + libgrive/src/http/XmlResponse.hh + libgrive/src/protocol/Json.hh + libgrive/src/protocol/OAuth2.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/Destroy.hh + libgrive/src/util/Exception.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/log/Log.hh + libgrive/src/xml/Node.hh + libgrive/src/xml/NodeSet.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh + libgrive/src/util/Crypt.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/Exception.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/OS.hh + libgrive/src/util/log/Log.hh + libgrive/src/xml/Node.hh + libgrive/src/xml/NodeSet.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Feed.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/Feed.hh + libgrive/src/http/Agent.hh + libgrive/src/http/Header.hh + libgrive/src/http/ResponseLog.hh + libgrive/src/http/XmlResponse.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/Exception.hh + libgrive/src/util/FileSystem.hh + libgrive/src/xml/Node.hh + libgrive/src/xml/NodeSet.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.hh + libgrive/src/http/Agent.hh + libgrive/src/http/Download.hh + libgrive/src/http/Header.hh + libgrive/src/http/StringResponse.hh + libgrive/src/http/XmlResponse.hh + libgrive/src/protocol/Json.hh + libgrive/src/protocol/OAuth2.hh + libgrive/src/util/CArray.hh + libgrive/src/util/Crypt.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/Exception.hh + libgrive/src/util/File.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/OS.hh + libgrive/src/util/Types.hh + libgrive/src/util/log/Log.hh + libgrive/src/xml/Node.hh + libgrive/src/xml/NodeSet.hh + libgrive/src/xml/String.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.hh + libgrive/src/http/Header.hh + libgrive/src/protocol/Json.hh + libgrive/src/protocol/OAuth2.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/Destroy.hh + libgrive/src/util/Exception.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Entry.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/Resource.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/ResourceTree.hh + /home/jpuchky/Projects/grive/libgrive/src/drive/State.cc + /home/jpuchky/Projects/grive/libgrive/src/drive/State.hh + libgrive/src/http/Agent.hh + libgrive/src/http/Header.hh + libgrive/src/protocol/Json.hh + libgrive/src/protocol/OAuth2.hh + libgrive/src/util/Crypt.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/Exception.hh + libgrive/src/util/File.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/Types.hh + libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive2/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive2/Drive.cc + /home/jpuchky/Projects/grive/libgrive/src/drive2/Drive.hh + /home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.hh + /home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.hh + libgrive/src/json/Val.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.cc + /home/jpuchky/Projects/grive/libgrive/src/drive2/Feed.hh + libgrive/src/http/Agent.hh + libgrive/src/http/Header.hh + libgrive/src/json/JsonParser.hh + libgrive/src/json/Val.hh + libgrive/src/json/ValBuilder.hh + libgrive/src/json/ValResponse.hh + libgrive/src/json/ValVisitor.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o + /home/jpuchky/Projects/grive/libgrive/src/drive2/CommonUri.hh + /home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.cc + /home/jpuchky/Projects/grive/libgrive/src/drive2/Resource.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o + /home/jpuchky/Projects/grive/libgrive/src/http/Agent.hh + /home/jpuchky/Projects/grive/libgrive/src/http/CurlAgent.cc + /home/jpuchky/Projects/grive/libgrive/src/http/CurlAgent.hh + /home/jpuchky/Projects/grive/libgrive/src/http/Error.hh + /home/jpuchky/Projects/grive/libgrive/src/http/Header.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/util/File.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/Types.hh + libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o + /home/jpuchky/Projects/grive/libgrive/src/http/Download.cc + /home/jpuchky/Projects/grive/libgrive/src/http/Download.hh + /home/jpuchky/Projects/grive/libgrive/src/http/Error.hh + /home/jpuchky/Projects/grive/libgrive/src/http/Header.hh + libgrive/src/util/Crypt.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/util/File.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o + /home/jpuchky/Projects/grive/libgrive/src/http/Header.cc + /home/jpuchky/Projects/grive/libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o + /home/jpuchky/Projects/grive/libgrive/src/http/ResponseLog.cc + /home/jpuchky/Projects/grive/libgrive/src/http/ResponseLog.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/DateTime.hh + libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o + /home/jpuchky/Projects/grive/libgrive/src/http/StringResponse.cc + /home/jpuchky/Projects/grive/libgrive/src/http/StringResponse.hh + libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o + /home/jpuchky/Projects/grive/libgrive/src/http/XmlResponse.cc + /home/jpuchky/Projects/grive/libgrive/src/http/XmlResponse.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/xml/Node.hh + libgrive/src/xml/TreeBuilder.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o + /home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.cc + /home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.hh + /home/jpuchky/Projects/grive/libgrive/src/json/Val.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValVisitor.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o + /home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.cc + /home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValVisitor.hh + libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o + /home/jpuchky/Projects/grive/libgrive/src/json/JsonWriter.hh + /home/jpuchky/Projects/grive/libgrive/src/json/Val.cc + /home/jpuchky/Projects/grive/libgrive/src/json/Val.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValVisitor.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/util/StdStream.hh +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o + /home/jpuchky/Projects/grive/libgrive/src/json/Val.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.cc + /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValVisitor.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o + /home/jpuchky/Projects/grive/libgrive/src/json/JsonParser.hh + /home/jpuchky/Projects/grive/libgrive/src/json/Val.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValBuilder.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValResponse.cc + /home/jpuchky/Projects/grive/libgrive/src/json/ValResponse.hh + /home/jpuchky/Projects/grive/libgrive/src/json/ValVisitor.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o + /home/jpuchky/Projects/grive/libgrive/src/protocol/AuthAgent.cc + /home/jpuchky/Projects/grive/libgrive/src/protocol/AuthAgent.hh + /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.hh + /home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.hh + libgrive/src/http/Agent.hh + libgrive/src/http/Error.hh + libgrive/src/http/Header.hh + libgrive/src/util/Exception.hh + libgrive/src/util/FileSystem.hh + libgrive/src/util/OS.hh + libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o + /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.cc + /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o + /home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.cc + /home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.hh + libgrive/src/http/StringResponse.hh + libgrive/src/protocol/Json.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o + /home/jpuchky/Projects/grive/libgrive/src/protocol/Json.hh + /home/jpuchky/Projects/grive/libgrive/src/protocol/JsonResponse.hh + /home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.cc + /home/jpuchky/Projects/grive/libgrive/src/protocol/OAuth2.hh + libgrive/src/http/Agent.hh + libgrive/src/http/CurlAgent.hh + libgrive/src/http/Header.hh + libgrive/src/http/StringResponse.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/Config.cc + /home/jpuchky/Projects/grive/libgrive/src/util/Config.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh + /home/jpuchky/Projects/grive/libgrive/src/util/FileSystem.hh + libgrive/src/protocol/Json.hh + libgrive/src/util/DataStream.hh + libgrive/src/util/Exception.hh + libgrive/src/util/File.hh + libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/Crypt.cc + /home/jpuchky/Projects/grive/libgrive/src/util/Crypt.hh + /home/jpuchky/Projects/grive/libgrive/src/util/DataStream.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh + /home/jpuchky/Projects/grive/libgrive/src/util/File.hh + /home/jpuchky/Projects/grive/libgrive/src/util/FileSystem.hh + /home/jpuchky/Projects/grive/libgrive/src/util/MemMap.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Types.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/DateTime.cc + /home/jpuchky/Projects/grive/libgrive/src/util/DateTime.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.cc + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh + libgrive/src/bfd/Addr.hh + libgrive/src/bfd/Backtrace.hh + libgrive/src/bfd/Debug.hh +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/DataStream.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh + /home/jpuchky/Projects/grive/libgrive/src/util/File.cc + /home/jpuchky/Projects/grive/libgrive/src/util/File.hh + /home/jpuchky/Projects/grive/libgrive/src/util/FileSystem.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/DataStream.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh + /home/jpuchky/Projects/grive/libgrive/src/util/File.hh + /home/jpuchky/Projects/grive/libgrive/src/util/FileSystem.hh + /home/jpuchky/Projects/grive/libgrive/src/util/MemMap.cc + /home/jpuchky/Projects/grive/libgrive/src/util/MemMap.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/DateTime.hh + /home/jpuchky/Projects/grive/libgrive/src/util/Exception.hh + /home/jpuchky/Projects/grive/libgrive/src/util/FileSystem.hh + /home/jpuchky/Projects/grive/libgrive/src/util/OS.cc + /home/jpuchky/Projects/grive/libgrive/src/util/OS.hh +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/SignalHandler.cc + /home/jpuchky/Projects/grive/libgrive/src/util/SignalHandler.hh +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/DataStream.hh + /home/jpuchky/Projects/grive/libgrive/src/util/StdStream.cc + /home/jpuchky/Projects/grive/libgrive/src/util/StdStream.hh +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/StdioFile.cc +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/DataStream.hh + /home/jpuchky/Projects/grive/libgrive/src/util/StringStream.cc + /home/jpuchky/Projects/grive/libgrive/src/util/StringStream.hh +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.cc + /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.hh + /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.hh + /home/jpuchky/Projects/grive/libgrive/src/util/log/CompositeLog.cc + /home/jpuchky/Projects/grive/libgrive/src/util/log/CompositeLog.hh + /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.hh + libgrive/src/util/Destroy.hh +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/log/CommonLog.hh + /home/jpuchky/Projects/grive/libgrive/src/util/log/DefaultLog.cc + /home/jpuchky/Projects/grive/libgrive/src/util/log/DefaultLog.hh + /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o + /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.cc + /home/jpuchky/Projects/grive/libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o + /home/jpuchky/Projects/grive/libgrive/src/xml/Error.hh + /home/jpuchky/Projects/grive/libgrive/src/xml/Node.cc + /home/jpuchky/Projects/grive/libgrive/src/xml/Node.hh + /home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o + /home/jpuchky/Projects/grive/libgrive/src/xml/Error.hh + /home/jpuchky/Projects/grive/libgrive/src/xml/Node.hh + /home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.cc + /home/jpuchky/Projects/grive/libgrive/src/xml/NodeSet.hh + libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o + /home/jpuchky/Projects/grive/libgrive/src/xml/String.cc + /home/jpuchky/Projects/grive/libgrive/src/xml/String.hh +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o + /home/jpuchky/Projects/grive/libgrive/src/xml/Error.hh + /home/jpuchky/Projects/grive/libgrive/src/xml/Node.hh + /home/jpuchky/Projects/grive/libgrive/src/xml/TreeBuilder.cc + /home/jpuchky/Projects/grive/libgrive/src/xml/TreeBuilder.hh + libgrive/src/util/Exception.hh diff --git a/libgrive/CMakeFiles/grive.dir/depend.make b/libgrive/CMakeFiles/grive.dir/depend.make new file mode 100644 index 00000000..8c0b0129 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/depend.make @@ -0,0 +1,368 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/src/bfd/Addr.hh +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/src/bfd/Backtrace.cc +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/src/bfd/Backtrace.hh +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/src/bfd/SymbolInfo.hh +libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o: libgrive/src/util/CArray.hh + +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o: libgrive/src/bfd/Debug.cc +libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o: libgrive/src/bfd/Debug.hh + +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o: libgrive/src/bfd/Addr.hh +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o: libgrive/src/bfd/Debug.hh +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o: libgrive/src/bfd/SymbolInfo.cc +libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o: libgrive/src/bfd/SymbolInfo.hh + +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o: libgrive/src/drive/CommonUri.cc +libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o: libgrive/src/drive/CommonUri.hh + +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/Drive.cc +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/Drive.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/Entry.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/Feed.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/Resource.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/ResourceTree.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/drive/State.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/http/CurlAgent.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/http/ResponseLog.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/http/XmlResponse.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/protocol/OAuth2.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/util/Destroy.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o: libgrive/src/xml/NodeSet.hh + +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/drive/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/drive/Entry.cc +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/drive/Entry.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/util/Crypt.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/util/OS.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o: libgrive/src/xml/NodeSet.hh + +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/drive/Entry.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/drive/Feed.cc +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/drive/Feed.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/http/ResponseLog.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/http/XmlResponse.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o: libgrive/src/xml/NodeSet.hh + +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/drive/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/drive/Entry.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/drive/Resource.cc +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/drive/Resource.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/http/Download.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/http/StringResponse.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/http/XmlResponse.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/protocol/OAuth2.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/CArray.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/Crypt.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/OS.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/xml/NodeSet.hh +libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o: libgrive/src/xml/String.hh + +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/drive/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/drive/Resource.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/drive/ResourceTree.cc +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/drive/ResourceTree.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/protocol/OAuth2.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/util/Destroy.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/Entry.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/Resource.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/ResourceTree.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/State.cc +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/drive/State.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/protocol/OAuth2.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/Crypt.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/drive2/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/drive2/Drive.cc +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/drive2/Drive.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/drive2/Feed.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/drive2/Resource.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/drive2/Feed.cc +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/drive2/Feed.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/json/JsonParser.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/json/ValBuilder.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/json/ValResponse.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o: libgrive/src/drive2/CommonUri.hh +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o: libgrive/src/drive2/Resource.cc +libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o: libgrive/src/drive2/Resource.hh + +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/http/CurlAgent.cc +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/http/CurlAgent.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/http/Error.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/http/Download.cc +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/http/Download.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/http/Error.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/util/Crypt.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o: libgrive/src/util/Types.hh + +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o: libgrive/src/http/Header.cc +libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o: libgrive/src/http/Header.hh + +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/src/http/ResponseLog.cc +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/src/http/ResponseLog.hh +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o: libgrive/src/http/StringResponse.cc +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o: libgrive/src/http/StringResponse.hh +libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o: libgrive/src/util/DataStream.hh + +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/http/XmlResponse.cc +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/http/XmlResponse.hh +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o: libgrive/src/xml/TreeBuilder.hh + +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/json/JsonParser.cc +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/json/JsonParser.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/json/ValBuilder.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o: libgrive/src/json/JsonWriter.cc +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o: libgrive/src/json/JsonWriter.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o: libgrive/src/util/DataStream.hh + +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/json/JsonWriter.hh +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/json/Val.cc +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o: libgrive/src/util/StdStream.hh + +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/src/json/ValBuilder.cc +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/src/json/ValBuilder.hh +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/JsonParser.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/Val.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/ValBuilder.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/ValResponse.cc +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/ValResponse.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/json/ValVisitor.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/protocol/AuthAgent.cc +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/protocol/AuthAgent.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/protocol/OAuth2.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/http/Error.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/util/OS.hh +libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o: libgrive/src/protocol/Json.cc +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/protocol/JsonResponse.cc +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/protocol/JsonResponse.hh +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/http/StringResponse.hh +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/protocol/JsonResponse.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/protocol/OAuth2.cc +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/protocol/OAuth2.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/http/Agent.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/http/CurlAgent.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/http/Header.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/http/StringResponse.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/Config.cc +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/Config.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/protocol/Json.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o: libgrive/src/util/Types.hh + +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/Crypt.cc +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/Crypt.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/MemMap.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/Types.hh +libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o: libgrive/src/util/DateTime.cc +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/src/util/Exception.cc +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/src/bfd/Addr.hh +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/src/bfd/Backtrace.hh +libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o: libgrive/src/bfd/Debug.hh + +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/File.cc +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/util/File.cc.o: libgrive/src/util/Types.hh + +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/File.hh +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/MemMap.cc +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/MemMap.hh +libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o: libgrive/src/util/Types.hh + +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/src/util/DateTime.hh +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/src/util/Exception.hh +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/src/util/FileSystem.hh +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/src/util/OS.cc +libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o: libgrive/src/util/OS.hh + +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o: libgrive/src/util/SignalHandler.cc +libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o: libgrive/src/util/SignalHandler.hh + +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o: libgrive/src/util/StdStream.cc +libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o: libgrive/src/util/StdStream.hh + +libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o: libgrive/src/util/StdioFile.cc + +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o: libgrive/src/util/DataStream.hh +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o: libgrive/src/util/StringStream.cc +libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o: libgrive/src/util/StringStream.hh + +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o: libgrive/src/util/log/CommonLog.cc +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o: libgrive/src/util/log/CommonLog.hh +libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/src/util/log/CommonLog.hh +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/src/util/log/CompositeLog.cc +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/src/util/log/CompositeLog.hh +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/src/util/log/Log.hh +libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o: libgrive/src/util/Destroy.hh + +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o: libgrive/src/util/log/CommonLog.hh +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o: libgrive/src/util/log/DefaultLog.cc +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o: libgrive/src/util/log/DefaultLog.hh +libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o: libgrive/src/util/log/Log.cc +libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o: libgrive/src/util/log/Log.hh + +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/src/xml/Error.hh +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/src/xml/Node.cc +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/src/xml/NodeSet.hh +libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/src/xml/Error.hh +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/src/xml/NodeSet.cc +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/src/xml/NodeSet.hh +libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o: libgrive/src/util/Exception.hh + +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o: libgrive/src/xml/String.cc +libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o: libgrive/src/xml/String.hh + +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/src/xml/Error.hh +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/src/xml/Node.hh +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/src/xml/TreeBuilder.cc +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/src/xml/TreeBuilder.hh +libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o: libgrive/src/util/Exception.hh + diff --git a/libgrive/CMakeFiles/grive.dir/flags.make b/libgrive/CMakeFiles/grive.dir/flags.make new file mode 100644 index 00000000..ca078a81 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -I/home/jpuchky/Projects/grive/libgrive/src -I/home/jpuchky/Projects/grive/libgrive/test + +CXX_DEFINES = -DHAVE_BFD -DSRC_DIR=\"/home/jpuchky/Projects/grive/libgrive/src\" -DTEST_DATA=\"/home/jpuchky/Projects/grive/libgrive/test/data/\" -DVERSION=\"0.3.1-pre\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES + diff --git a/libgrive/CMakeFiles/grive.dir/link.txt b/libgrive/CMakeFiles/grive.dir/link.txt new file mode 100644 index 00000000..ced3c8d8 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar cr libgrive.a CMakeFiles/grive.dir/src/drive/CommonUri.cc.o CMakeFiles/grive.dir/src/drive/Entry.cc.o CMakeFiles/grive.dir/src/drive/Feed.cc.o CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o CMakeFiles/grive.dir/src/drive/Drive.cc.o CMakeFiles/grive.dir/src/drive/Resource.cc.o CMakeFiles/grive.dir/src/drive/State.cc.o CMakeFiles/grive.dir/src/drive2/Drive.cc.o CMakeFiles/grive.dir/src/drive2/Feed.cc.o CMakeFiles/grive.dir/src/drive2/Resource.cc.o CMakeFiles/grive.dir/src/http/Download.cc.o CMakeFiles/grive.dir/src/http/Header.cc.o CMakeFiles/grive.dir/src/http/ResponseLog.cc.o CMakeFiles/grive.dir/src/http/StringResponse.cc.o CMakeFiles/grive.dir/src/http/XmlResponse.cc.o CMakeFiles/grive.dir/src/http/CurlAgent.cc.o CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o CMakeFiles/grive.dir/src/protocol/Json.cc.o CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o CMakeFiles/grive.dir/src/json/JsonParser.cc.o CMakeFiles/grive.dir/src/json/JsonWriter.cc.o CMakeFiles/grive.dir/src/json/Val.cc.o CMakeFiles/grive.dir/src/json/ValBuilder.cc.o CMakeFiles/grive.dir/src/json/ValResponse.cc.o CMakeFiles/grive.dir/src/util/Config.cc.o CMakeFiles/grive.dir/src/util/Crypt.cc.o CMakeFiles/grive.dir/src/util/DateTime.cc.o CMakeFiles/grive.dir/src/util/Exception.cc.o CMakeFiles/grive.dir/src/util/File.cc.o CMakeFiles/grive.dir/src/util/MemMap.cc.o CMakeFiles/grive.dir/src/util/SignalHandler.cc.o CMakeFiles/grive.dir/src/util/StdStream.cc.o CMakeFiles/grive.dir/src/util/StringStream.cc.o CMakeFiles/grive.dir/src/util/OS.cc.o CMakeFiles/grive.dir/src/util/StdioFile.cc.o CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o CMakeFiles/grive.dir/src/util/log/Log.cc.o CMakeFiles/grive.dir/src/xml/Node.cc.o CMakeFiles/grive.dir/src/xml/NodeSet.cc.o CMakeFiles/grive.dir/src/xml/String.cc.o CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o CMakeFiles/grive.dir/src/bfd/Debug.cc.o CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o +/usr/bin/ranlib libgrive.a diff --git a/libgrive/CMakeFiles/grive.dir/progress.make b/libgrive/CMakeFiles/grive.dir/progress.make new file mode 100644 index 00000000..d0e59df3 --- /dev/null +++ b/libgrive/CMakeFiles/grive.dir/progress.make @@ -0,0 +1,48 @@ +CMAKE_PROGRESS_1 = 13 +CMAKE_PROGRESS_2 = 14 +CMAKE_PROGRESS_3 = 15 +CMAKE_PROGRESS_4 = 16 +CMAKE_PROGRESS_5 = 17 +CMAKE_PROGRESS_6 = 18 +CMAKE_PROGRESS_7 = 19 +CMAKE_PROGRESS_8 = 20 +CMAKE_PROGRESS_9 = 21 +CMAKE_PROGRESS_10 = 22 +CMAKE_PROGRESS_11 = 23 +CMAKE_PROGRESS_12 = 24 +CMAKE_PROGRESS_13 = 25 +CMAKE_PROGRESS_14 = 26 +CMAKE_PROGRESS_15 = 27 +CMAKE_PROGRESS_16 = 28 +CMAKE_PROGRESS_17 = 29 +CMAKE_PROGRESS_18 = 30 +CMAKE_PROGRESS_19 = 31 +CMAKE_PROGRESS_20 = 32 +CMAKE_PROGRESS_21 = 33 +CMAKE_PROGRESS_22 = 34 +CMAKE_PROGRESS_23 = 35 +CMAKE_PROGRESS_24 = 36 +CMAKE_PROGRESS_25 = 37 +CMAKE_PROGRESS_26 = 38 +CMAKE_PROGRESS_27 = 39 +CMAKE_PROGRESS_28 = 40 +CMAKE_PROGRESS_29 = 41 +CMAKE_PROGRESS_30 = 42 +CMAKE_PROGRESS_31 = 43 +CMAKE_PROGRESS_32 = 44 +CMAKE_PROGRESS_33 = 45 +CMAKE_PROGRESS_34 = 46 +CMAKE_PROGRESS_35 = 47 +CMAKE_PROGRESS_36 = 48 +CMAKE_PROGRESS_37 = 49 +CMAKE_PROGRESS_38 = 50 +CMAKE_PROGRESS_39 = 51 +CMAKE_PROGRESS_40 = 52 +CMAKE_PROGRESS_41 = 53 +CMAKE_PROGRESS_42 = 54 +CMAKE_PROGRESS_43 = 55 +CMAKE_PROGRESS_44 = 56 +CMAKE_PROGRESS_45 = 57 +CMAKE_PROGRESS_46 = 58 +CMAKE_PROGRESS_47 = 59 + diff --git a/libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o b/libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o new file mode 100644 index 00000000..aae67429 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o b/libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o new file mode 100644 index 00000000..0fcba6e2 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o b/libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o new file mode 100644 index 00000000..9956995a Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o new file mode 100644 index 00000000..2efa49ef Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o new file mode 100644 index 00000000..59ccdd3b Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o new file mode 100644 index 00000000..c11ecf54 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o new file mode 100644 index 00000000..eab5be71 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o new file mode 100644 index 00000000..2b59e496 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o new file mode 100644 index 00000000..800e7287 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o b/libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o new file mode 100644 index 00000000..193523b6 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o b/libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o new file mode 100644 index 00000000..61635d43 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o b/libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o new file mode 100644 index 00000000..f825253e Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o b/libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o new file mode 100644 index 00000000..368e0ae2 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o b/libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o new file mode 100644 index 00000000..b295f2a5 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o b/libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o new file mode 100644 index 00000000..29fce2bd Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o b/libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o new file mode 100644 index 00000000..b6dd81e4 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o b/libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o new file mode 100644 index 00000000..3f8ba07e Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o b/libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o new file mode 100644 index 00000000..e54b1fc0 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o b/libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o new file mode 100644 index 00000000..f2806b48 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o b/libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o new file mode 100644 index 00000000..b41dac9b Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o b/libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o new file mode 100644 index 00000000..5b740393 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o new file mode 100644 index 00000000..4d0b75b1 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o new file mode 100644 index 00000000..e1452400 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o new file mode 100644 index 00000000..1a4b201f Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o new file mode 100644 index 00000000..8eea3d26 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o new file mode 100644 index 00000000..8192efbe Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o new file mode 100644 index 00000000..30fa6324 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o new file mode 100644 index 00000000..d73a858f Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o new file mode 100644 index 00000000..e20f90d3 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o b/libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o new file mode 100644 index 00000000..5883cd70 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o b/libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o new file mode 100644 index 00000000..59fdf459 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o b/libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o new file mode 100644 index 00000000..02b3c305 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o b/libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o new file mode 100644 index 00000000..1edc70f7 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o differ diff --git a/libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o b/libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o new file mode 100644 index 00000000..9d92ac69 Binary files /dev/null and b/libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o differ diff --git a/libgrive/CMakeFiles/progress.marks b/libgrive/CMakeFiles/progress.marks new file mode 100644 index 00000000..e373ee69 --- /dev/null +++ b/libgrive/CMakeFiles/progress.marks @@ -0,0 +1 @@ +50 diff --git a/libgrive/CMakeLists.txt b/libgrive/CMakeLists.txt index 3cc15742..ed564978 100644 --- a/libgrive/CMakeLists.txt +++ b/libgrive/CMakeLists.txt @@ -1,7 +1,7 @@ project(libgrive) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") - +ADD_DEFINITIONS(-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES) find_package(LibGcrypt REQUIRED) find_package(JSONC REQUIRED) find_package(CURL REQUIRED) @@ -147,6 +147,5 @@ target_link_libraries( btest if ( WIN32 ) else ( WIN32 ) - set_target_properties( btest - PROPERTIES COMPILE_FLAGS -DBOOST_TEST_DYN_LINK ) + set_target_properties( btest PROPERTIES COMPILE_FLAGS -DBOOST_TEST_DYN_LINK ) endif (WIN32) diff --git a/libgrive/Makefile b/libgrive/Makefile new file mode 100644 index 00000000..d65b1607 --- /dev/null +++ b/libgrive/Makefile @@ -0,0 +1,1550 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# 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 program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/jpuchky/Projects/grive + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/jpuchky/Projects/grive + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles /home/jpuchky/Projects/grive/libgrive/CMakeFiles/progress.marks + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 libgrive/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/jpuchky/Projects/grive/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 libgrive/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 libgrive/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 libgrive/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libgrive/CMakeFiles/btest.dir/rule: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 libgrive/CMakeFiles/btest.dir/rule +.PHONY : libgrive/CMakeFiles/btest.dir/rule + +# Convenience name for target. +btest: libgrive/CMakeFiles/btest.dir/rule +.PHONY : btest + +# fast build rule for target. +btest/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/build +.PHONY : btest/fast + +# Convenience name for target. +libgrive/CMakeFiles/grive.dir/rule: + cd /home/jpuchky/Projects/grive && $(MAKE) -f CMakeFiles/Makefile2 libgrive/CMakeFiles/grive.dir/rule +.PHONY : libgrive/CMakeFiles/grive.dir/rule + +# Convenience name for target. +grive: libgrive/CMakeFiles/grive.dir/rule +.PHONY : grive + +# fast build rule for target. +grive/fast: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/build +.PHONY : grive/fast + +src/bfd/Backtrace.o: src/bfd/Backtrace.cc.o +.PHONY : src/bfd/Backtrace.o + +# target to build an object file +src/bfd/Backtrace.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.o +.PHONY : src/bfd/Backtrace.cc.o + +src/bfd/Backtrace.i: src/bfd/Backtrace.cc.i +.PHONY : src/bfd/Backtrace.i + +# target to preprocess a source file +src/bfd/Backtrace.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.i +.PHONY : src/bfd/Backtrace.cc.i + +src/bfd/Backtrace.s: src/bfd/Backtrace.cc.s +.PHONY : src/bfd/Backtrace.s + +# target to generate assembly for a file +src/bfd/Backtrace.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Backtrace.cc.s +.PHONY : src/bfd/Backtrace.cc.s + +src/bfd/Debug.o: src/bfd/Debug.cc.o +.PHONY : src/bfd/Debug.o + +# target to build an object file +src/bfd/Debug.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.o +.PHONY : src/bfd/Debug.cc.o + +src/bfd/Debug.i: src/bfd/Debug.cc.i +.PHONY : src/bfd/Debug.i + +# target to preprocess a source file +src/bfd/Debug.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.i +.PHONY : src/bfd/Debug.cc.i + +src/bfd/Debug.s: src/bfd/Debug.cc.s +.PHONY : src/bfd/Debug.s + +# target to generate assembly for a file +src/bfd/Debug.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/Debug.cc.s +.PHONY : src/bfd/Debug.cc.s + +src/bfd/SymbolInfo.o: src/bfd/SymbolInfo.cc.o +.PHONY : src/bfd/SymbolInfo.o + +# target to build an object file +src/bfd/SymbolInfo.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.o +.PHONY : src/bfd/SymbolInfo.cc.o + +src/bfd/SymbolInfo.i: src/bfd/SymbolInfo.cc.i +.PHONY : src/bfd/SymbolInfo.i + +# target to preprocess a source file +src/bfd/SymbolInfo.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.i +.PHONY : src/bfd/SymbolInfo.cc.i + +src/bfd/SymbolInfo.s: src/bfd/SymbolInfo.cc.s +.PHONY : src/bfd/SymbolInfo.s + +# target to generate assembly for a file +src/bfd/SymbolInfo.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/bfd/SymbolInfo.cc.s +.PHONY : src/bfd/SymbolInfo.cc.s + +src/drive/CommonUri.o: src/drive/CommonUri.cc.o +.PHONY : src/drive/CommonUri.o + +# target to build an object file +src/drive/CommonUri.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o +.PHONY : src/drive/CommonUri.cc.o + +src/drive/CommonUri.i: src/drive/CommonUri.cc.i +.PHONY : src/drive/CommonUri.i + +# target to preprocess a source file +src/drive/CommonUri.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.i +.PHONY : src/drive/CommonUri.cc.i + +src/drive/CommonUri.s: src/drive/CommonUri.cc.s +.PHONY : src/drive/CommonUri.s + +# target to generate assembly for a file +src/drive/CommonUri.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.s +.PHONY : src/drive/CommonUri.cc.s + +src/drive/Drive.o: src/drive/Drive.cc.o +.PHONY : src/drive/Drive.o + +# target to build an object file +src/drive/Drive.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o +.PHONY : src/drive/Drive.cc.o + +src/drive/Drive.i: src/drive/Drive.cc.i +.PHONY : src/drive/Drive.i + +# target to preprocess a source file +src/drive/Drive.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.i +.PHONY : src/drive/Drive.cc.i + +src/drive/Drive.s: src/drive/Drive.cc.s +.PHONY : src/drive/Drive.s + +# target to generate assembly for a file +src/drive/Drive.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.s +.PHONY : src/drive/Drive.cc.s + +src/drive/Entry.o: src/drive/Entry.cc.o +.PHONY : src/drive/Entry.o + +# target to build an object file +src/drive/Entry.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o +.PHONY : src/drive/Entry.cc.o + +src/drive/Entry.i: src/drive/Entry.cc.i +.PHONY : src/drive/Entry.i + +# target to preprocess a source file +src/drive/Entry.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.i +.PHONY : src/drive/Entry.cc.i + +src/drive/Entry.s: src/drive/Entry.cc.s +.PHONY : src/drive/Entry.s + +# target to generate assembly for a file +src/drive/Entry.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.s +.PHONY : src/drive/Entry.cc.s + +src/drive/Feed.o: src/drive/Feed.cc.o +.PHONY : src/drive/Feed.o + +# target to build an object file +src/drive/Feed.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o +.PHONY : src/drive/Feed.cc.o + +src/drive/Feed.i: src/drive/Feed.cc.i +.PHONY : src/drive/Feed.i + +# target to preprocess a source file +src/drive/Feed.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.i +.PHONY : src/drive/Feed.cc.i + +src/drive/Feed.s: src/drive/Feed.cc.s +.PHONY : src/drive/Feed.s + +# target to generate assembly for a file +src/drive/Feed.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.s +.PHONY : src/drive/Feed.cc.s + +src/drive/Resource.o: src/drive/Resource.cc.o +.PHONY : src/drive/Resource.o + +# target to build an object file +src/drive/Resource.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o +.PHONY : src/drive/Resource.cc.o + +src/drive/Resource.i: src/drive/Resource.cc.i +.PHONY : src/drive/Resource.i + +# target to preprocess a source file +src/drive/Resource.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.i +.PHONY : src/drive/Resource.cc.i + +src/drive/Resource.s: src/drive/Resource.cc.s +.PHONY : src/drive/Resource.s + +# target to generate assembly for a file +src/drive/Resource.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.s +.PHONY : src/drive/Resource.cc.s + +src/drive/ResourceTree.o: src/drive/ResourceTree.cc.o +.PHONY : src/drive/ResourceTree.o + +# target to build an object file +src/drive/ResourceTree.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o +.PHONY : src/drive/ResourceTree.cc.o + +src/drive/ResourceTree.i: src/drive/ResourceTree.cc.i +.PHONY : src/drive/ResourceTree.i + +# target to preprocess a source file +src/drive/ResourceTree.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.i +.PHONY : src/drive/ResourceTree.cc.i + +src/drive/ResourceTree.s: src/drive/ResourceTree.cc.s +.PHONY : src/drive/ResourceTree.s + +# target to generate assembly for a file +src/drive/ResourceTree.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.s +.PHONY : src/drive/ResourceTree.cc.s + +src/drive/State.o: src/drive/State.cc.o +.PHONY : src/drive/State.o + +# target to build an object file +src/drive/State.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o +.PHONY : src/drive/State.cc.o + +src/drive/State.i: src/drive/State.cc.i +.PHONY : src/drive/State.i + +# target to preprocess a source file +src/drive/State.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/State.cc.i +.PHONY : src/drive/State.cc.i + +src/drive/State.s: src/drive/State.cc.s +.PHONY : src/drive/State.s + +# target to generate assembly for a file +src/drive/State.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive/State.cc.s +.PHONY : src/drive/State.cc.s + +src/drive2/Drive.o: src/drive2/Drive.cc.o +.PHONY : src/drive2/Drive.o + +# target to build an object file +src/drive2/Drive.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o +.PHONY : src/drive2/Drive.cc.o + +src/drive2/Drive.i: src/drive2/Drive.cc.i +.PHONY : src/drive2/Drive.i + +# target to preprocess a source file +src/drive2/Drive.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.i +.PHONY : src/drive2/Drive.cc.i + +src/drive2/Drive.s: src/drive2/Drive.cc.s +.PHONY : src/drive2/Drive.s + +# target to generate assembly for a file +src/drive2/Drive.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.s +.PHONY : src/drive2/Drive.cc.s + +src/drive2/Feed.o: src/drive2/Feed.cc.o +.PHONY : src/drive2/Feed.o + +# target to build an object file +src/drive2/Feed.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o +.PHONY : src/drive2/Feed.cc.o + +src/drive2/Feed.i: src/drive2/Feed.cc.i +.PHONY : src/drive2/Feed.i + +# target to preprocess a source file +src/drive2/Feed.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.i +.PHONY : src/drive2/Feed.cc.i + +src/drive2/Feed.s: src/drive2/Feed.cc.s +.PHONY : src/drive2/Feed.s + +# target to generate assembly for a file +src/drive2/Feed.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.s +.PHONY : src/drive2/Feed.cc.s + +src/drive2/Resource.o: src/drive2/Resource.cc.o +.PHONY : src/drive2/Resource.o + +# target to build an object file +src/drive2/Resource.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o +.PHONY : src/drive2/Resource.cc.o + +src/drive2/Resource.i: src/drive2/Resource.cc.i +.PHONY : src/drive2/Resource.i + +# target to preprocess a source file +src/drive2/Resource.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.i +.PHONY : src/drive2/Resource.cc.i + +src/drive2/Resource.s: src/drive2/Resource.cc.s +.PHONY : src/drive2/Resource.s + +# target to generate assembly for a file +src/drive2/Resource.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.s +.PHONY : src/drive2/Resource.cc.s + +src/http/CurlAgent.o: src/http/CurlAgent.cc.o +.PHONY : src/http/CurlAgent.o + +# target to build an object file +src/http/CurlAgent.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o +.PHONY : src/http/CurlAgent.cc.o + +src/http/CurlAgent.i: src/http/CurlAgent.cc.i +.PHONY : src/http/CurlAgent.i + +# target to preprocess a source file +src/http/CurlAgent.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.i +.PHONY : src/http/CurlAgent.cc.i + +src/http/CurlAgent.s: src/http/CurlAgent.cc.s +.PHONY : src/http/CurlAgent.s + +# target to generate assembly for a file +src/http/CurlAgent.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.s +.PHONY : src/http/CurlAgent.cc.s + +src/http/Download.o: src/http/Download.cc.o +.PHONY : src/http/Download.o + +# target to build an object file +src/http/Download.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o +.PHONY : src/http/Download.cc.o + +src/http/Download.i: src/http/Download.cc.i +.PHONY : src/http/Download.i + +# target to preprocess a source file +src/http/Download.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Download.cc.i +.PHONY : src/http/Download.cc.i + +src/http/Download.s: src/http/Download.cc.s +.PHONY : src/http/Download.s + +# target to generate assembly for a file +src/http/Download.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Download.cc.s +.PHONY : src/http/Download.cc.s + +src/http/Header.o: src/http/Header.cc.o +.PHONY : src/http/Header.o + +# target to build an object file +src/http/Header.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o +.PHONY : src/http/Header.cc.o + +src/http/Header.i: src/http/Header.cc.i +.PHONY : src/http/Header.i + +# target to preprocess a source file +src/http/Header.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Header.cc.i +.PHONY : src/http/Header.cc.i + +src/http/Header.s: src/http/Header.cc.s +.PHONY : src/http/Header.s + +# target to generate assembly for a file +src/http/Header.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/Header.cc.s +.PHONY : src/http/Header.cc.s + +src/http/ResponseLog.o: src/http/ResponseLog.cc.o +.PHONY : src/http/ResponseLog.o + +# target to build an object file +src/http/ResponseLog.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o +.PHONY : src/http/ResponseLog.cc.o + +src/http/ResponseLog.i: src/http/ResponseLog.cc.i +.PHONY : src/http/ResponseLog.i + +# target to preprocess a source file +src/http/ResponseLog.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.i +.PHONY : src/http/ResponseLog.cc.i + +src/http/ResponseLog.s: src/http/ResponseLog.cc.s +.PHONY : src/http/ResponseLog.s + +# target to generate assembly for a file +src/http/ResponseLog.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.s +.PHONY : src/http/ResponseLog.cc.s + +src/http/StringResponse.o: src/http/StringResponse.cc.o +.PHONY : src/http/StringResponse.o + +# target to build an object file +src/http/StringResponse.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o +.PHONY : src/http/StringResponse.cc.o + +src/http/StringResponse.i: src/http/StringResponse.cc.i +.PHONY : src/http/StringResponse.i + +# target to preprocess a source file +src/http/StringResponse.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.i +.PHONY : src/http/StringResponse.cc.i + +src/http/StringResponse.s: src/http/StringResponse.cc.s +.PHONY : src/http/StringResponse.s + +# target to generate assembly for a file +src/http/StringResponse.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.s +.PHONY : src/http/StringResponse.cc.s + +src/http/XmlResponse.o: src/http/XmlResponse.cc.o +.PHONY : src/http/XmlResponse.o + +# target to build an object file +src/http/XmlResponse.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o +.PHONY : src/http/XmlResponse.cc.o + +src/http/XmlResponse.i: src/http/XmlResponse.cc.i +.PHONY : src/http/XmlResponse.i + +# target to preprocess a source file +src/http/XmlResponse.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.i +.PHONY : src/http/XmlResponse.cc.i + +src/http/XmlResponse.s: src/http/XmlResponse.cc.s +.PHONY : src/http/XmlResponse.s + +# target to generate assembly for a file +src/http/XmlResponse.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.s +.PHONY : src/http/XmlResponse.cc.s + +src/json/JsonParser.o: src/json/JsonParser.cc.o +.PHONY : src/json/JsonParser.o + +# target to build an object file +src/json/JsonParser.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o +.PHONY : src/json/JsonParser.cc.o + +src/json/JsonParser.i: src/json/JsonParser.cc.i +.PHONY : src/json/JsonParser.i + +# target to preprocess a source file +src/json/JsonParser.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.i +.PHONY : src/json/JsonParser.cc.i + +src/json/JsonParser.s: src/json/JsonParser.cc.s +.PHONY : src/json/JsonParser.s + +# target to generate assembly for a file +src/json/JsonParser.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.s +.PHONY : src/json/JsonParser.cc.s + +src/json/JsonWriter.o: src/json/JsonWriter.cc.o +.PHONY : src/json/JsonWriter.o + +# target to build an object file +src/json/JsonWriter.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o +.PHONY : src/json/JsonWriter.cc.o + +src/json/JsonWriter.i: src/json/JsonWriter.cc.i +.PHONY : src/json/JsonWriter.i + +# target to preprocess a source file +src/json/JsonWriter.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.i +.PHONY : src/json/JsonWriter.cc.i + +src/json/JsonWriter.s: src/json/JsonWriter.cc.s +.PHONY : src/json/JsonWriter.s + +# target to generate assembly for a file +src/json/JsonWriter.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.s +.PHONY : src/json/JsonWriter.cc.s + +src/json/Val.o: src/json/Val.cc.o +.PHONY : src/json/Val.o + +# target to build an object file +src/json/Val.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o +.PHONY : src/json/Val.cc.o + +src/json/Val.i: src/json/Val.cc.i +.PHONY : src/json/Val.i + +# target to preprocess a source file +src/json/Val.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/Val.cc.i +.PHONY : src/json/Val.cc.i + +src/json/Val.s: src/json/Val.cc.s +.PHONY : src/json/Val.s + +# target to generate assembly for a file +src/json/Val.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/Val.cc.s +.PHONY : src/json/Val.cc.s + +src/json/ValBuilder.o: src/json/ValBuilder.cc.o +.PHONY : src/json/ValBuilder.o + +# target to build an object file +src/json/ValBuilder.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o +.PHONY : src/json/ValBuilder.cc.o + +src/json/ValBuilder.i: src/json/ValBuilder.cc.i +.PHONY : src/json/ValBuilder.i + +# target to preprocess a source file +src/json/ValBuilder.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.i +.PHONY : src/json/ValBuilder.cc.i + +src/json/ValBuilder.s: src/json/ValBuilder.cc.s +.PHONY : src/json/ValBuilder.s + +# target to generate assembly for a file +src/json/ValBuilder.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.s +.PHONY : src/json/ValBuilder.cc.s + +src/json/ValResponse.o: src/json/ValResponse.cc.o +.PHONY : src/json/ValResponse.o + +# target to build an object file +src/json/ValResponse.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o +.PHONY : src/json/ValResponse.cc.o + +src/json/ValResponse.i: src/json/ValResponse.cc.i +.PHONY : src/json/ValResponse.i + +# target to preprocess a source file +src/json/ValResponse.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.i +.PHONY : src/json/ValResponse.cc.i + +src/json/ValResponse.s: src/json/ValResponse.cc.s +.PHONY : src/json/ValResponse.s + +# target to generate assembly for a file +src/json/ValResponse.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.s +.PHONY : src/json/ValResponse.cc.s + +src/protocol/AuthAgent.o: src/protocol/AuthAgent.cc.o +.PHONY : src/protocol/AuthAgent.o + +# target to build an object file +src/protocol/AuthAgent.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o +.PHONY : src/protocol/AuthAgent.cc.o + +src/protocol/AuthAgent.i: src/protocol/AuthAgent.cc.i +.PHONY : src/protocol/AuthAgent.i + +# target to preprocess a source file +src/protocol/AuthAgent.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.i +.PHONY : src/protocol/AuthAgent.cc.i + +src/protocol/AuthAgent.s: src/protocol/AuthAgent.cc.s +.PHONY : src/protocol/AuthAgent.s + +# target to generate assembly for a file +src/protocol/AuthAgent.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.s +.PHONY : src/protocol/AuthAgent.cc.s + +src/protocol/Json.o: src/protocol/Json.cc.o +.PHONY : src/protocol/Json.o + +# target to build an object file +src/protocol/Json.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o +.PHONY : src/protocol/Json.cc.o + +src/protocol/Json.i: src/protocol/Json.cc.i +.PHONY : src/protocol/Json.i + +# target to preprocess a source file +src/protocol/Json.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.i +.PHONY : src/protocol/Json.cc.i + +src/protocol/Json.s: src/protocol/Json.cc.s +.PHONY : src/protocol/Json.s + +# target to generate assembly for a file +src/protocol/Json.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.s +.PHONY : src/protocol/Json.cc.s + +src/protocol/JsonResponse.o: src/protocol/JsonResponse.cc.o +.PHONY : src/protocol/JsonResponse.o + +# target to build an object file +src/protocol/JsonResponse.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o +.PHONY : src/protocol/JsonResponse.cc.o + +src/protocol/JsonResponse.i: src/protocol/JsonResponse.cc.i +.PHONY : src/protocol/JsonResponse.i + +# target to preprocess a source file +src/protocol/JsonResponse.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.i +.PHONY : src/protocol/JsonResponse.cc.i + +src/protocol/JsonResponse.s: src/protocol/JsonResponse.cc.s +.PHONY : src/protocol/JsonResponse.s + +# target to generate assembly for a file +src/protocol/JsonResponse.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.s +.PHONY : src/protocol/JsonResponse.cc.s + +src/protocol/OAuth2.o: src/protocol/OAuth2.cc.o +.PHONY : src/protocol/OAuth2.o + +# target to build an object file +src/protocol/OAuth2.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o +.PHONY : src/protocol/OAuth2.cc.o + +src/protocol/OAuth2.i: src/protocol/OAuth2.cc.i +.PHONY : src/protocol/OAuth2.i + +# target to preprocess a source file +src/protocol/OAuth2.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.i +.PHONY : src/protocol/OAuth2.cc.i + +src/protocol/OAuth2.s: src/protocol/OAuth2.cc.s +.PHONY : src/protocol/OAuth2.s + +# target to generate assembly for a file +src/protocol/OAuth2.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.s +.PHONY : src/protocol/OAuth2.cc.s + +src/util/Config.o: src/util/Config.cc.o +.PHONY : src/util/Config.o + +# target to build an object file +src/util/Config.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o +.PHONY : src/util/Config.cc.o + +src/util/Config.i: src/util/Config.cc.i +.PHONY : src/util/Config.i + +# target to preprocess a source file +src/util/Config.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Config.cc.i +.PHONY : src/util/Config.cc.i + +src/util/Config.s: src/util/Config.cc.s +.PHONY : src/util/Config.s + +# target to generate assembly for a file +src/util/Config.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Config.cc.s +.PHONY : src/util/Config.cc.s + +src/util/Crypt.o: src/util/Crypt.cc.o +.PHONY : src/util/Crypt.o + +# target to build an object file +src/util/Crypt.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o +.PHONY : src/util/Crypt.cc.o + +src/util/Crypt.i: src/util/Crypt.cc.i +.PHONY : src/util/Crypt.i + +# target to preprocess a source file +src/util/Crypt.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.i +.PHONY : src/util/Crypt.cc.i + +src/util/Crypt.s: src/util/Crypt.cc.s +.PHONY : src/util/Crypt.s + +# target to generate assembly for a file +src/util/Crypt.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.s +.PHONY : src/util/Crypt.cc.s + +src/util/DateTime.o: src/util/DateTime.cc.o +.PHONY : src/util/DateTime.o + +# target to build an object file +src/util/DateTime.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o +.PHONY : src/util/DateTime.cc.o + +src/util/DateTime.i: src/util/DateTime.cc.i +.PHONY : src/util/DateTime.i + +# target to preprocess a source file +src/util/DateTime.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.i +.PHONY : src/util/DateTime.cc.i + +src/util/DateTime.s: src/util/DateTime.cc.s +.PHONY : src/util/DateTime.s + +# target to generate assembly for a file +src/util/DateTime.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.s +.PHONY : src/util/DateTime.cc.s + +src/util/Exception.o: src/util/Exception.cc.o +.PHONY : src/util/Exception.o + +# target to build an object file +src/util/Exception.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o +.PHONY : src/util/Exception.cc.o + +src/util/Exception.i: src/util/Exception.cc.i +.PHONY : src/util/Exception.i + +# target to preprocess a source file +src/util/Exception.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.i +.PHONY : src/util/Exception.cc.i + +src/util/Exception.s: src/util/Exception.cc.s +.PHONY : src/util/Exception.s + +# target to generate assembly for a file +src/util/Exception.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.s +.PHONY : src/util/Exception.cc.s + +src/util/File.o: src/util/File.cc.o +.PHONY : src/util/File.o + +# target to build an object file +src/util/File.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/File.cc.o +.PHONY : src/util/File.cc.o + +src/util/File.i: src/util/File.cc.i +.PHONY : src/util/File.i + +# target to preprocess a source file +src/util/File.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/File.cc.i +.PHONY : src/util/File.cc.i + +src/util/File.s: src/util/File.cc.s +.PHONY : src/util/File.s + +# target to generate assembly for a file +src/util/File.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/File.cc.s +.PHONY : src/util/File.cc.s + +src/util/MemMap.o: src/util/MemMap.cc.o +.PHONY : src/util/MemMap.o + +# target to build an object file +src/util/MemMap.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o +.PHONY : src/util/MemMap.cc.o + +src/util/MemMap.i: src/util/MemMap.cc.i +.PHONY : src/util/MemMap.i + +# target to preprocess a source file +src/util/MemMap.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.i +.PHONY : src/util/MemMap.cc.i + +src/util/MemMap.s: src/util/MemMap.cc.s +.PHONY : src/util/MemMap.s + +# target to generate assembly for a file +src/util/MemMap.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.s +.PHONY : src/util/MemMap.cc.s + +src/util/OS.o: src/util/OS.cc.o +.PHONY : src/util/OS.o + +# target to build an object file +src/util/OS.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o +.PHONY : src/util/OS.cc.o + +src/util/OS.i: src/util/OS.cc.i +.PHONY : src/util/OS.i + +# target to preprocess a source file +src/util/OS.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/OS.cc.i +.PHONY : src/util/OS.cc.i + +src/util/OS.s: src/util/OS.cc.s +.PHONY : src/util/OS.s + +# target to generate assembly for a file +src/util/OS.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/OS.cc.s +.PHONY : src/util/OS.cc.s + +src/util/SignalHandler.o: src/util/SignalHandler.cc.o +.PHONY : src/util/SignalHandler.o + +# target to build an object file +src/util/SignalHandler.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o +.PHONY : src/util/SignalHandler.cc.o + +src/util/SignalHandler.i: src/util/SignalHandler.cc.i +.PHONY : src/util/SignalHandler.i + +# target to preprocess a source file +src/util/SignalHandler.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.i +.PHONY : src/util/SignalHandler.cc.i + +src/util/SignalHandler.s: src/util/SignalHandler.cc.s +.PHONY : src/util/SignalHandler.s + +# target to generate assembly for a file +src/util/SignalHandler.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.s +.PHONY : src/util/SignalHandler.cc.s + +src/util/StdStream.o: src/util/StdStream.cc.o +.PHONY : src/util/StdStream.o + +# target to build an object file +src/util/StdStream.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o +.PHONY : src/util/StdStream.cc.o + +src/util/StdStream.i: src/util/StdStream.cc.i +.PHONY : src/util/StdStream.i + +# target to preprocess a source file +src/util/StdStream.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.i +.PHONY : src/util/StdStream.cc.i + +src/util/StdStream.s: src/util/StdStream.cc.s +.PHONY : src/util/StdStream.s + +# target to generate assembly for a file +src/util/StdStream.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.s +.PHONY : src/util/StdStream.cc.s + +src/util/StdioFile.o: src/util/StdioFile.cc.o +.PHONY : src/util/StdioFile.o + +# target to build an object file +src/util/StdioFile.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.o +.PHONY : src/util/StdioFile.cc.o + +src/util/StdioFile.i: src/util/StdioFile.cc.i +.PHONY : src/util/StdioFile.i + +# target to preprocess a source file +src/util/StdioFile.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.i +.PHONY : src/util/StdioFile.cc.i + +src/util/StdioFile.s: src/util/StdioFile.cc.s +.PHONY : src/util/StdioFile.s + +# target to generate assembly for a file +src/util/StdioFile.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StdioFile.cc.s +.PHONY : src/util/StdioFile.cc.s + +src/util/StringStream.o: src/util/StringStream.cc.o +.PHONY : src/util/StringStream.o + +# target to build an object file +src/util/StringStream.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o +.PHONY : src/util/StringStream.cc.o + +src/util/StringStream.i: src/util/StringStream.cc.i +.PHONY : src/util/StringStream.i + +# target to preprocess a source file +src/util/StringStream.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.i +.PHONY : src/util/StringStream.cc.i + +src/util/StringStream.s: src/util/StringStream.cc.s +.PHONY : src/util/StringStream.s + +# target to generate assembly for a file +src/util/StringStream.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.s +.PHONY : src/util/StringStream.cc.s + +src/util/log/CommonLog.o: src/util/log/CommonLog.cc.o +.PHONY : src/util/log/CommonLog.o + +# target to build an object file +src/util/log/CommonLog.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o +.PHONY : src/util/log/CommonLog.cc.o + +src/util/log/CommonLog.i: src/util/log/CommonLog.cc.i +.PHONY : src/util/log/CommonLog.i + +# target to preprocess a source file +src/util/log/CommonLog.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.i +.PHONY : src/util/log/CommonLog.cc.i + +src/util/log/CommonLog.s: src/util/log/CommonLog.cc.s +.PHONY : src/util/log/CommonLog.s + +# target to generate assembly for a file +src/util/log/CommonLog.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.s +.PHONY : src/util/log/CommonLog.cc.s + +src/util/log/CompositeLog.o: src/util/log/CompositeLog.cc.o +.PHONY : src/util/log/CompositeLog.o + +# target to build an object file +src/util/log/CompositeLog.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o +.PHONY : src/util/log/CompositeLog.cc.o + +src/util/log/CompositeLog.i: src/util/log/CompositeLog.cc.i +.PHONY : src/util/log/CompositeLog.i + +# target to preprocess a source file +src/util/log/CompositeLog.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.i +.PHONY : src/util/log/CompositeLog.cc.i + +src/util/log/CompositeLog.s: src/util/log/CompositeLog.cc.s +.PHONY : src/util/log/CompositeLog.s + +# target to generate assembly for a file +src/util/log/CompositeLog.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.s +.PHONY : src/util/log/CompositeLog.cc.s + +src/util/log/DefaultLog.o: src/util/log/DefaultLog.cc.o +.PHONY : src/util/log/DefaultLog.o + +# target to build an object file +src/util/log/DefaultLog.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o +.PHONY : src/util/log/DefaultLog.cc.o + +src/util/log/DefaultLog.i: src/util/log/DefaultLog.cc.i +.PHONY : src/util/log/DefaultLog.i + +# target to preprocess a source file +src/util/log/DefaultLog.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.i +.PHONY : src/util/log/DefaultLog.cc.i + +src/util/log/DefaultLog.s: src/util/log/DefaultLog.cc.s +.PHONY : src/util/log/DefaultLog.s + +# target to generate assembly for a file +src/util/log/DefaultLog.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.s +.PHONY : src/util/log/DefaultLog.cc.s + +src/util/log/Log.o: src/util/log/Log.cc.o +.PHONY : src/util/log/Log.o + +# target to build an object file +src/util/log/Log.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o +.PHONY : src/util/log/Log.cc.o + +src/util/log/Log.i: src/util/log/Log.cc.i +.PHONY : src/util/log/Log.i + +# target to preprocess a source file +src/util/log/Log.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.i +.PHONY : src/util/log/Log.cc.i + +src/util/log/Log.s: src/util/log/Log.cc.s +.PHONY : src/util/log/Log.s + +# target to generate assembly for a file +src/util/log/Log.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.s +.PHONY : src/util/log/Log.cc.s + +src/xml/Node.o: src/xml/Node.cc.o +.PHONY : src/xml/Node.o + +# target to build an object file +src/xml/Node.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o +.PHONY : src/xml/Node.cc.o + +src/xml/Node.i: src/xml/Node.cc.i +.PHONY : src/xml/Node.i + +# target to preprocess a source file +src/xml/Node.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.i +.PHONY : src/xml/Node.cc.i + +src/xml/Node.s: src/xml/Node.cc.s +.PHONY : src/xml/Node.s + +# target to generate assembly for a file +src/xml/Node.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.s +.PHONY : src/xml/Node.cc.s + +src/xml/NodeSet.o: src/xml/NodeSet.cc.o +.PHONY : src/xml/NodeSet.o + +# target to build an object file +src/xml/NodeSet.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o +.PHONY : src/xml/NodeSet.cc.o + +src/xml/NodeSet.i: src/xml/NodeSet.cc.i +.PHONY : src/xml/NodeSet.i + +# target to preprocess a source file +src/xml/NodeSet.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.i +.PHONY : src/xml/NodeSet.cc.i + +src/xml/NodeSet.s: src/xml/NodeSet.cc.s +.PHONY : src/xml/NodeSet.s + +# target to generate assembly for a file +src/xml/NodeSet.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.s +.PHONY : src/xml/NodeSet.cc.s + +src/xml/String.o: src/xml/String.cc.o +.PHONY : src/xml/String.o + +# target to build an object file +src/xml/String.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o +.PHONY : src/xml/String.cc.o + +src/xml/String.i: src/xml/String.cc.i +.PHONY : src/xml/String.i + +# target to preprocess a source file +src/xml/String.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/String.cc.i +.PHONY : src/xml/String.cc.i + +src/xml/String.s: src/xml/String.cc.s +.PHONY : src/xml/String.s + +# target to generate assembly for a file +src/xml/String.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/String.cc.s +.PHONY : src/xml/String.cc.s + +src/xml/TreeBuilder.o: src/xml/TreeBuilder.cc.o +.PHONY : src/xml/TreeBuilder.o + +# target to build an object file +src/xml/TreeBuilder.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o +.PHONY : src/xml/TreeBuilder.cc.o + +src/xml/TreeBuilder.i: src/xml/TreeBuilder.cc.i +.PHONY : src/xml/TreeBuilder.i + +# target to preprocess a source file +src/xml/TreeBuilder.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.i +.PHONY : src/xml/TreeBuilder.cc.i + +src/xml/TreeBuilder.s: src/xml/TreeBuilder.cc.s +.PHONY : src/xml/TreeBuilder.s + +# target to generate assembly for a file +src/xml/TreeBuilder.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/grive.dir/build.make libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.s +.PHONY : src/xml/TreeBuilder.cc.s + +test/btest/JsonValTest.o: test/btest/JsonValTest.cc.o +.PHONY : test/btest/JsonValTest.o + +# target to build an object file +test/btest/JsonValTest.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o +.PHONY : test/btest/JsonValTest.cc.o + +test/btest/JsonValTest.i: test/btest/JsonValTest.cc.i +.PHONY : test/btest/JsonValTest.i + +# target to preprocess a source file +test/btest/JsonValTest.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.i +.PHONY : test/btest/JsonValTest.cc.i + +test/btest/JsonValTest.s: test/btest/JsonValTest.cc.s +.PHONY : test/btest/JsonValTest.s + +# target to generate assembly for a file +test/btest/JsonValTest.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.s +.PHONY : test/btest/JsonValTest.cc.s + +test/btest/UnitTest.o: test/btest/UnitTest.cc.o +.PHONY : test/btest/UnitTest.o + +# target to build an object file +test/btest/UnitTest.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o +.PHONY : test/btest/UnitTest.cc.o + +test/btest/UnitTest.i: test/btest/UnitTest.cc.i +.PHONY : test/btest/UnitTest.i + +# target to preprocess a source file +test/btest/UnitTest.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.i +.PHONY : test/btest/UnitTest.cc.i + +test/btest/UnitTest.s: test/btest/UnitTest.cc.s +.PHONY : test/btest/UnitTest.s + +# target to generate assembly for a file +test/btest/UnitTest.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.s +.PHONY : test/btest/UnitTest.cc.s + +test/btest/ValTest.o: test/btest/ValTest.cc.o +.PHONY : test/btest/ValTest.o + +# target to build an object file +test/btest/ValTest.cc.o: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o +.PHONY : test/btest/ValTest.cc.o + +test/btest/ValTest.i: test/btest/ValTest.cc.i +.PHONY : test/btest/ValTest.i + +# target to preprocess a source file +test/btest/ValTest.cc.i: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.i +.PHONY : test/btest/ValTest.cc.i + +test/btest/ValTest.s: test/btest/ValTest.cc.s +.PHONY : test/btest/ValTest.s + +# target to generate assembly for a file +test/btest/ValTest.cc.s: + cd /home/jpuchky/Projects/grive && $(MAKE) -f libgrive/CMakeFiles/btest.dir/build.make libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.s +.PHONY : test/btest/ValTest.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... btest" + @echo "... edit_cache" + @echo "... grive" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... src/bfd/Backtrace.o" + @echo "... src/bfd/Backtrace.i" + @echo "... src/bfd/Backtrace.s" + @echo "... src/bfd/Debug.o" + @echo "... src/bfd/Debug.i" + @echo "... src/bfd/Debug.s" + @echo "... src/bfd/SymbolInfo.o" + @echo "... src/bfd/SymbolInfo.i" + @echo "... src/bfd/SymbolInfo.s" + @echo "... src/drive/CommonUri.o" + @echo "... src/drive/CommonUri.i" + @echo "... src/drive/CommonUri.s" + @echo "... src/drive/Drive.o" + @echo "... src/drive/Drive.i" + @echo "... src/drive/Drive.s" + @echo "... src/drive/Entry.o" + @echo "... src/drive/Entry.i" + @echo "... src/drive/Entry.s" + @echo "... src/drive/Feed.o" + @echo "... src/drive/Feed.i" + @echo "... src/drive/Feed.s" + @echo "... src/drive/Resource.o" + @echo "... src/drive/Resource.i" + @echo "... src/drive/Resource.s" + @echo "... src/drive/ResourceTree.o" + @echo "... src/drive/ResourceTree.i" + @echo "... src/drive/ResourceTree.s" + @echo "... src/drive/State.o" + @echo "... src/drive/State.i" + @echo "... src/drive/State.s" + @echo "... src/drive2/Drive.o" + @echo "... src/drive2/Drive.i" + @echo "... src/drive2/Drive.s" + @echo "... src/drive2/Feed.o" + @echo "... src/drive2/Feed.i" + @echo "... src/drive2/Feed.s" + @echo "... src/drive2/Resource.o" + @echo "... src/drive2/Resource.i" + @echo "... src/drive2/Resource.s" + @echo "... src/http/CurlAgent.o" + @echo "... src/http/CurlAgent.i" + @echo "... src/http/CurlAgent.s" + @echo "... src/http/Download.o" + @echo "... src/http/Download.i" + @echo "... src/http/Download.s" + @echo "... src/http/Header.o" + @echo "... src/http/Header.i" + @echo "... src/http/Header.s" + @echo "... src/http/ResponseLog.o" + @echo "... src/http/ResponseLog.i" + @echo "... src/http/ResponseLog.s" + @echo "... src/http/StringResponse.o" + @echo "... src/http/StringResponse.i" + @echo "... src/http/StringResponse.s" + @echo "... src/http/XmlResponse.o" + @echo "... src/http/XmlResponse.i" + @echo "... src/http/XmlResponse.s" + @echo "... src/json/JsonParser.o" + @echo "... src/json/JsonParser.i" + @echo "... src/json/JsonParser.s" + @echo "... src/json/JsonWriter.o" + @echo "... src/json/JsonWriter.i" + @echo "... src/json/JsonWriter.s" + @echo "... src/json/Val.o" + @echo "... src/json/Val.i" + @echo "... src/json/Val.s" + @echo "... src/json/ValBuilder.o" + @echo "... src/json/ValBuilder.i" + @echo "... src/json/ValBuilder.s" + @echo "... src/json/ValResponse.o" + @echo "... src/json/ValResponse.i" + @echo "... src/json/ValResponse.s" + @echo "... src/protocol/AuthAgent.o" + @echo "... src/protocol/AuthAgent.i" + @echo "... src/protocol/AuthAgent.s" + @echo "... src/protocol/Json.o" + @echo "... src/protocol/Json.i" + @echo "... src/protocol/Json.s" + @echo "... src/protocol/JsonResponse.o" + @echo "... src/protocol/JsonResponse.i" + @echo "... src/protocol/JsonResponse.s" + @echo "... src/protocol/OAuth2.o" + @echo "... src/protocol/OAuth2.i" + @echo "... src/protocol/OAuth2.s" + @echo "... src/util/Config.o" + @echo "... src/util/Config.i" + @echo "... src/util/Config.s" + @echo "... src/util/Crypt.o" + @echo "... src/util/Crypt.i" + @echo "... src/util/Crypt.s" + @echo "... src/util/DateTime.o" + @echo "... src/util/DateTime.i" + @echo "... src/util/DateTime.s" + @echo "... src/util/Exception.o" + @echo "... src/util/Exception.i" + @echo "... src/util/Exception.s" + @echo "... src/util/File.o" + @echo "... src/util/File.i" + @echo "... src/util/File.s" + @echo "... src/util/MemMap.o" + @echo "... src/util/MemMap.i" + @echo "... src/util/MemMap.s" + @echo "... src/util/OS.o" + @echo "... src/util/OS.i" + @echo "... src/util/OS.s" + @echo "... src/util/SignalHandler.o" + @echo "... src/util/SignalHandler.i" + @echo "... src/util/SignalHandler.s" + @echo "... src/util/StdStream.o" + @echo "... src/util/StdStream.i" + @echo "... src/util/StdStream.s" + @echo "... src/util/StdioFile.o" + @echo "... src/util/StdioFile.i" + @echo "... src/util/StdioFile.s" + @echo "... src/util/StringStream.o" + @echo "... src/util/StringStream.i" + @echo "... src/util/StringStream.s" + @echo "... src/util/log/CommonLog.o" + @echo "... src/util/log/CommonLog.i" + @echo "... src/util/log/CommonLog.s" + @echo "... src/util/log/CompositeLog.o" + @echo "... src/util/log/CompositeLog.i" + @echo "... src/util/log/CompositeLog.s" + @echo "... src/util/log/DefaultLog.o" + @echo "... src/util/log/DefaultLog.i" + @echo "... src/util/log/DefaultLog.s" + @echo "... src/util/log/Log.o" + @echo "... src/util/log/Log.i" + @echo "... src/util/log/Log.s" + @echo "... src/xml/Node.o" + @echo "... src/xml/Node.i" + @echo "... src/xml/Node.s" + @echo "... src/xml/NodeSet.o" + @echo "... src/xml/NodeSet.i" + @echo "... src/xml/NodeSet.s" + @echo "... src/xml/String.o" + @echo "... src/xml/String.i" + @echo "... src/xml/String.s" + @echo "... src/xml/TreeBuilder.o" + @echo "... src/xml/TreeBuilder.i" + @echo "... src/xml/TreeBuilder.s" + @echo "... test/btest/JsonValTest.o" + @echo "... test/btest/JsonValTest.i" + @echo "... test/btest/JsonValTest.s" + @echo "... test/btest/UnitTest.o" + @echo "... test/btest/UnitTest.i" + @echo "... test/btest/UnitTest.s" + @echo "... test/btest/ValTest.o" + @echo "... test/btest/ValTest.i" + @echo "... test/btest/ValTest.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/jpuchky/Projects/grive && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/libgrive/btest b/libgrive/btest new file mode 100755 index 00000000..beb941eb Binary files /dev/null and b/libgrive/btest differ diff --git a/libgrive/cmake_install.cmake b/libgrive/cmake_install.cmake new file mode 100644 index 00000000..510c0010 --- /dev/null +++ b/libgrive/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: /home/jpuchky/Projects/grive/libgrive + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "0") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + diff --git a/libgrive/libgrive.a b/libgrive/libgrive.a new file mode 100644 index 00000000..e79612f7 Binary files /dev/null and b/libgrive/libgrive.a differ diff --git a/libgrive/src/drive/Drive.cc b/libgrive/src/drive/Drive.cc index 39354484..f5323425 100644 --- a/libgrive/src/drive/Drive.cc +++ b/libgrive/src/drive/Drive.cc @@ -51,7 +51,7 @@ namespace const std::string state_file = ".grive_state" ; } -Drive::Drive( http::Agent *agent, const Json& options ) : +Drive::Drive( gr::http::Agent *agent, const Json& options ) : m_http ( agent ), m_root ( options["path"].Str() ), m_state ( m_root / state_file, options ), @@ -169,18 +169,32 @@ void Drive::DetectChanges() } } -void Drive::Update() +void Drive::Update( gr::OAuth2& oauth ) { Log( "Synchronizing files", log::info ) ; - m_state.Sync( m_http, m_options ) ; +//<<<<<<< HEAD +// m_state.Sync( m_http, m_options ) ; +//======= + gr::http::CurlAgent http ; + gr::http::Header http_hdr = http.GetHeader(); + + m_state.Sync( (gr::http::Agent*)&http, http_hdr, oauth) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 UpdateChangeStamp( ) ; } -void Drive::DryRun() +void Drive::DryRun( gr::OAuth2& oauth ) { Log( "Synchronizing files (dry-run)", log::info ) ; - m_state.Sync( 0, m_options ) ; +//<<<<<<< HEAD +// m_state.Sync( 0, m_options ) ; +//======= + gr::http::CurlAgent http ; + gr::http::Header http_hdr = http.GetHeader(); +// TODO: Init CurlAgent; + m_state.Sync( 0, http_hdr, oauth ) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 } void Drive::UpdateChangeStamp( ) diff --git a/libgrive/src/drive/Drive.hh b/libgrive/src/drive/Drive.hh index 0490d5c1..ab1e37ff 100644 --- a/libgrive/src/drive/Drive.hh +++ b/libgrive/src/drive/Drive.hh @@ -20,6 +20,7 @@ #pragma once #include "State.hh" +#include "http/CurlAgent.hh" #include "http/Header.hh" #include "protocol/Json.hh" @@ -42,11 +43,11 @@ class Entry ; class Drive { public : - Drive( http::Agent *agent, const Json& options ) ; + Drive( gr::http::Agent *agent, const Json& options ) ; void DetectChanges() ; - void Update() ; - void DryRun() ; + void Update( gr::OAuth2& auth ) ; + void DryRun( gr::OAuth2& auth ) ; void SaveState() ; struct Error : virtual Exception {} ; diff --git a/libgrive/src/drive/Resource.cc b/libgrive/src/drive/Resource.cc index 4010cab2..c1e7877d 100644 --- a/libgrive/src/drive/Resource.cc +++ b/libgrive/src/drive/Resource.cc @@ -36,12 +36,13 @@ #include "xml/Node.hh" #include "xml/NodeSet.hh" #include "xml/String.hh" +#include "protocol/OAuth2.hh" #include #include #include - +#include // for debugging #include @@ -269,7 +270,8 @@ void Resource::FromLocal( const DateTime& last_sync ) else m_state = ( m_mtime > last_sync ? local_new : remote_deleted ) ; - m_name = path.filename().string() ; + // m_name = path.filename().string() ; + m_name = path.filename(); m_kind = fs::is_directory(path) ? "folder" : "file" ; m_md5 = fs::is_directory(path) ? "" : crypt::MD5::Get( path ) ; } @@ -365,24 +367,47 @@ Resource* Resource::FindChild( const std::string& name ) } // try to change the state to "sync" -void Resource::Sync( http::Agent *http, DateTime& sync_time, const Json& options ) +//<<<<<<< HEAD +// void Resource::Sync( http::Agent *http, DateTime& sync_time, const Json& options ) +// ======= +void Resource::Sync( gr::http::Agent* http, DateTime& sync_time,gr::http::Header& auth, gr::OAuth2& oauth ) +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 { assert( m_state != unknown ) ; assert( !IsRoot() || m_state == sync ) ; // root folder is already synced + std::vector m_auth; + m_auth.assign(auth.begin(), auth.end()); + //std::cout << auth << std::endl; + + // -360s avg sync time, refresh token + if(oauth.Time() > (oauth.ExpiresIn()-360)){ + oauth.Refresh(); + } + m_auth.push_back( "Authorization: Bearer " + oauth.AccessToken() ) ; + m_auth.push_back( "GData-Version: 3.0" ) ; - SyncSelf( http, options ) ; +//<<<<<<< HEAD +// SyncSelf( http, options ) ; // we want the server sync time, so we will take the server time of the last file uploaded to store as the sync time // m_mtime is updated to server modified time when the file is uploaded - sync_time = std::max(sync_time, m_mtime); + sync_time = std::max(sync_time, oauth.m_time); +//======= +// SyncSelf( http, (const http::Header&)m_auth ) ; + SyncSelf( http, auth ) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 // if myself is deleted, no need to do the childrens if ( m_state != local_deleted && m_state != remote_deleted ) std::for_each( m_child.begin(), m_child.end(), - boost::bind( &Resource::Sync, _1, http, boost::ref(sync_time), options ) ) ; +//<<<<<<< HEAD +// boost::bind( &Resource::Sync, _1, http, boost::ref(sync_time), options ) ) ; +//======= + boost::bind( &Resource::Sync, _1, http, auth, oauth ) ) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 } -void Resource::SyncSelf( http::Agent* http, const Json& options ) +void Resource::SyncSelf( gr::http::Agent* http,const gr::http::Header& auth, const Json& options ) { assert( !IsRoot() || m_state == sync ) ; // root is always sync assert( IsRoot() || http == 0 || fs::is_directory( m_parent->Path() ) ) ; @@ -500,7 +525,8 @@ void Resource::DeleteRemote( http::Agent *http ) // don't rethrow here. there are some cases that I don't know why // the delete will fail. Trace( "Exception %1% %2%", - boost::diagnostic_information(e), + e.what(), + //boost::diagnostic_information(e), str.Response() ) ; } } @@ -576,18 +602,40 @@ bool Resource::Create( http::Agent* http ) } } -bool Resource::Upload( - http::Agent* http, - const std::string& link, - bool post) +//<<<<<<< HEAD +//bool Resource::Upload( +// http::Agent* http, +// const std::string& link, +// bool post) +//======= + +bool Resource::Upload( http::Agent* http, const std::string& link, const http::Header& auth, bool post ) +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 { assert( http != 0 ) ; - - File file( Path() ) ; + const fs::path& path = Path(); + t_UploadResourceEntry file; + t_UploadResourceEntry meta_a; + // TODO: upload in chunks + +//<<<<<<< HEAD +// File file( Path() ) ; +// std::ostringstream xcontent_len ; +// xcontent_len << "X-Upload-Content-Length: " << file.Size() ; +// +// http::Header hdr ; +//======= + file.fp = fopen64(path.string().c_str(),"r"); + fseeko(file.fp, 0, SEEK_END); + file.sizeleft = ftello(file.fp); + rewind (file.fp); + + file.post = 1; + std::ostringstream xcontent_len ; - xcontent_len << "X-Upload-Content-Length: " << file.Size() ; - - http::Header hdr ; + xcontent_len << "X-Upload-Content-Length: " << file.sizeleft; + http::Header hdr( auth ) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 hdr.Add( "Content-Type: application/atom+xml" ) ; hdr.Add( "X-Upload-Content-Type: application/octet-stream" ) ; hdr.Add( xcontent_len.str() ) ; @@ -598,12 +646,14 @@ bool Resource::Upload( % m_kind % xml::Escape(m_name) ).str() ; - + meta_a.readptr=meta.c_str(); + meta_a.sizeleft=meta.size(); + meta_a.post=post; http::StringResponse str ; if ( post ) http->Post( link, meta, &str, hdr ) ; else - http->Put( link, meta, &str, hdr ) ; + http->Put( link, &meta_a, &str, hdr ) ; http::Header uphdr ; uphdr.Add( "Expect:" ) ; @@ -613,7 +663,12 @@ bool Resource::Upload( std::string uplink = http->RedirLocation() ; http::XmlResponse xml ; +//<<<<<<< HEAD +// http->Put( uplink, &file, &xml, uphdr ) ; +//======= http->Put( uplink, &file, &xml, uphdr ) ; + fclose(file.file); +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 AssignIDs( Entry( xml.Response() ) ) ; m_mtime = Entry(xml.Response()).MTime(); diff --git a/libgrive/src/drive/Resource.hh b/libgrive/src/drive/Resource.hh index 46096807..26e63ce4 100644 --- a/libgrive/src/drive/Resource.hh +++ b/libgrive/src/drive/Resource.hh @@ -19,6 +19,7 @@ #pragma once +#include "protocol/OAuth2.hh" #include "util/DateTime.hh" #include "util/Exception.hh" #include "util/FileSystem.hh" @@ -34,9 +35,24 @@ namespace http class Agent ; } -class Json ; + +//<<<<<<< HEAD +//class Json ; namespace v1 { +//======= + +typedef struct UploadResourceEntry { + const char *readptr; + off_t sizeleft; + FILE* fp; + bool post; + size_t contfrom; + size_t contend; +} t_UploadResourceEntry; + +class OAuth2; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 class Entry ; @@ -77,10 +93,14 @@ public : bool HasID() const ; std::string MD5() const ; - void FromRemote( const Entry& remote, const DateTime& last_sync ) ; - void FromLocal( const DateTime& last_sync ) ; + void FromRemote( const Entry &remote, const DateTime &last_sync ) ; + void FromLocal( const DateTime &last_sync ) ; - void Sync( http::Agent* http, DateTime& sync_time, const Json& options ) ; +//<<<<<<< HEAD +// void Sync( http::Agent* http, DateTime& sync_time, const Json& options ) ; +//======= + void Sync( gr::http::Agent* http, DateTime& sync_time,gr::http::Header& auth, gr::OAuth2& oauth ) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 // children access iterator begin() const ; @@ -127,19 +147,20 @@ private : private : void SetState( State new_state ) ; - void Download( http::Agent* http, const fs::path& file ) const ; - bool EditContent( http::Agent* http, bool new_rev ) ; - bool Create( http::Agent* http ) ; - bool Upload( http::Agent* http, const std::string& link, bool post ) ; + void Download( gr::http::Agent* http, const fs::path& file ) const ; + bool EditContent( gr::http::Agent* http, bool new_rev ) ; + bool Create( gr::http::Agent* http ) ; + bool Upload( gr::http::Agent* http, const std::string& link, const gr::http::Header& auth, bool post ); + // bool Upload( http::Agent* http, const std::string& link, bool post ) ; void FromRemoteFolder( const Entry& remote, const DateTime& last_sync ) ; void FromRemoteFile( const Entry& remote, const DateTime& last_sync ) ; void DeleteLocal() ; - void DeleteRemote( http::Agent* http ) ; + void DeleteRemote( gr::http::Agent* http ) ; void AssignIDs( const Entry& remote ) ; - void SyncSelf( http::Agent* http, const Json& options ) ; + void SyncSelf( gr::http::Agent* http, const gr::http::Header& auth,const Json options ) ; private : std::string m_name ; diff --git a/libgrive/src/drive/ResourceTree.cc b/libgrive/src/drive/ResourceTree.cc index 4a8a6daf..c9c3673e 100644 --- a/libgrive/src/drive/ResourceTree.cc +++ b/libgrive/src/drive/ResourceTree.cc @@ -58,6 +58,16 @@ ResourceTree::~ResourceTree( ) Clear() ; } +Resource* ResourceTree::FindByID(const std::string& id) +{ + if ( id.empty() ) + return 0 ; + + IDMap& map = m_set.get() ; + IDMap::iterator i = map.find( id ) ; + return i != map.end() ? *i : 0 ; +} + void ResourceTree::Clear() { // delete all pointers @@ -145,14 +155,4 @@ void ResourceTree::Update( Resource *coll, const Entry& e, const DateTime& last_ ReInsert( coll ) ; } -ResourceTree::iterator ResourceTree::begin() -{ - return m_set.get().begin() ; -} - -ResourceTree::iterator ResourceTree::end() -{ - return m_set.get().end() ; -} - } } // end of namespace gr::v1 diff --git a/libgrive/src/drive/ResourceTree.hh b/libgrive/src/drive/ResourceTree.hh index 212141a8..69abd9b2 100644 --- a/libgrive/src/drive/ResourceTree.hh +++ b/libgrive/src/drive/ResourceTree.hh @@ -55,16 +55,17 @@ namespace details typedef Folders::index::type Set ; } + /*! \brief A simple container for storing folders This class stores a set of folders and provide fast search access from ID, HREF etc. It is a wrapper around multi_index_container from Boost library. */ + class ResourceTree { -public : - typedef details::Set::iterator iterator ; - +public: + typedef details::Set::iterator iterator; public : ResourceTree( const fs::path& rootFolder ) ; ResourceTree( const ResourceTree& fs ) ; @@ -75,7 +76,6 @@ public : Resource* FindByHref( const std::string& href ) ; const Resource* FindByHref( const std::string& href ) const ; - Resource* FindByID( const std::string& id ) ; bool ReInsert( Resource *coll ) ; @@ -87,8 +87,9 @@ public : Resource* Root() ; const Resource* Root() const ; - iterator begin() ; - iterator end() ; + // was getByIdentity(); + iterator begin() { return m_set.get().begin(); } + iterator end() { return m_set.get().end(); } private : void Clear() ; diff --git a/libgrive/src/drive/State.cc b/libgrive/src/drive/State.cc index 2d1dc943..4c943c1f 100644 --- a/libgrive/src/drive/State.cc +++ b/libgrive/src/drive/State.cc @@ -73,7 +73,8 @@ void State::FromLocal( const fs::path& p, Resource* folder ) for ( fs::directory_iterator i( p ) ; i != fs::directory_iterator() ; ++i ) { - std::string fname = i->path().filename().string() ; + // std::string fname = i->path().filename().string() ; + std::string fname = i->path().filename(); if ( IsIgnore(fname) ) Log( "file %1% is ignored by grive", fname, log::verbose ) ; @@ -215,16 +216,6 @@ Resource* State::FindByHref( const std::string& href ) return m_res.FindByHref( href ) ; } -State::iterator State::begin() -{ - return m_res.begin() ; -} - -State::iterator State::end() -{ - return m_res.end() ; -} - void State::Read( const fs::path& filename ) { try @@ -259,8 +250,9 @@ void State::Write( const fs::path& filename ) const fs << result ; } -void State::Sync( http::Agent *http, const Json& options ) -{ +//<<<<<<< HEAD +//void State::Sync( http::Agent *http, const Json& options ) +//{ // set the last sync time from the time returned by the server for the last file synced // if the sync time hasn't changed (i.e. now files have been uploaded) // set the last sync time to the time on the client @@ -268,19 +260,25 @@ void State::Sync( http::Agent *http, const Json& options ) // the last sync time would always be a server time rather than a client time // TODO - WARNING - do we use the last sync time to compare to client file times // need to check if this introduces a new problem - DateTime last_sync_time = m_last_sync; - m_res.Root()->Sync( http, last_sync_time, options ) ; +// DateTime last_sync_time = m_last_sync; +// m_res.Root()->Sync( http, last_sync_time, options ) ; - if ( last_sync_time == m_last_sync ) - { - Trace( "nothing changed? %1%", m_last_sync ) ; - m_last_sync = DateTime::Now(); - } - else - { - Trace( "updating last sync? %1%", last_sync_time ) ; - m_last_sync = last_sync_time; - } + // if ( last_sync_time == m_last_sync ) + // { +// Trace( "nothing changed? %1%", m_last_sync ) ; + // m_last_sync = DateTime::Now(); + // } + // else + // { +// Trace( "updating last sync? %1%", last_sync_time ) ; + // m_last_sync = last_sync_time; + // } +//======= +void State::Sync( http::Agent *http, const http::Header& auth, OAuth2::OAuth2& oauth) +{ + m_res.Root()->Sync( http, auth ,oauth) ; + m_last_sync = DateTime::Now() ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 } long State::ChangeStamp() const diff --git a/libgrive/src/drive/State.hh b/libgrive/src/drive/State.hh index 8c641892..0edcc1aa 100644 --- a/libgrive/src/drive/State.hh +++ b/libgrive/src/drive/State.hh @@ -23,6 +23,7 @@ #include "util/DateTime.hh" #include "util/FileSystem.hh" +#include "protocol/OAuth2.hh" #include @@ -59,10 +60,14 @@ public : Resource* FindByHref( const std::string& href ) ; Resource* FindByID( const std::string& id ) ; - void Sync( http::Agent *http, const Json& options ) ; +//<<<<<<< HEAD +// void Sync( http::Agent *http, const Json& options ) ; +//======= + void Sync( gr::http::Agent *http, const gr::http::Header& auth, gr::OAuth2& oauth ) ; +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 - iterator begin() ; - iterator end() ; + iterator begin() { return m_res.begin(); } + iterator end() { return m_res.end();}; long ChangeStamp() const ; void ChangeStamp( long cstamp ) ; diff --git a/libgrive/src/http/Agent.hh b/libgrive/src/http/Agent.hh index a1903ce9..38c9a49a 100644 --- a/libgrive/src/http/Agent.hh +++ b/libgrive/src/http/Agent.hh @@ -36,16 +36,16 @@ public : virtual ~Agent() {} virtual long Put( - const std::string& url, - const std::string& data, - DataStream *dest, - const Header& hdr ) = 0 ; + const std::string& url, + void* data, + DataStream *dest, + const Header& hdr ); virtual long Put( const std::string& url, - File *file, + File *fp, DataStream *dest, - const Header& hdr ) = 0 ; + const Header& hdr ); virtual long Get( const std::string& url, diff --git a/libgrive/src/http/CurlAgent.cc b/libgrive/src/http/CurlAgent.cc index d725e86c..e14c969d 100644 --- a/libgrive/src/http/CurlAgent.cc +++ b/libgrive/src/http/CurlAgent.cc @@ -40,22 +40,31 @@ #include #include - +#define min(a,b) (((a) < (b)) ? (a):(b)) namespace { using namespace gr::http ; using namespace gr ; -std::size_t ReadStringCallback( void *ptr, std::size_t size, std::size_t nmemb, std::string *data ) +//<<<<<<< HEAD +//std::size_t ReadStringCallback( void *ptr, std::size_t size, std::size_t nmemb, std::string *data ) +//======= +size_t ReadCallback( void *ptr, std::size_t size, std::size_t nmemb, void *data ) +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 { assert( ptr != 0 ) ; assert( data != 0 ) ; - - std::size_t count = std::min( size * nmemb, data->size() ) ; - if ( count > 0 ) - { - std::memcpy( ptr, &(*data)[0], count ) ; - data->erase( 0, count ) ; + struct WriteThis *pooh = (struct WriteThis *)data; + size_t count = min( (size * nmemb), pooh->sizeleft ) ; + if ( count > 0 ){ + if(pooh->post==0){ + std::memcpy( ptr,(char*)(pooh->readptr),count ) ; + pooh->readptr+=count; + } + else{ + fread(ptr,size,count,pooh->file); + } + pooh->sizeleft-=count; } return count ; @@ -174,33 +183,40 @@ long CurlAgent::ExecCurl( long CurlAgent::Put( const std::string& url, - const std::string& data, + void* data, DataStream *dest, const Header& hdr ) { Trace("HTTP PUT \"%1%\"", url ) ; Init() ; + // TODO: Check structure + t_UploadResourceEntry *file = (t_UploadResourceEntry *)data; CURL *curl = m_pimpl->curl ; - std::string put_data = data ; // set common options ::curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L ) ; - ::curl_easy_setopt(curl, CURLOPT_READFUNCTION, &ReadStringCallback ) ; - ::curl_easy_setopt(curl, CURLOPT_READDATA , &put_data ) ; - ::curl_easy_setopt(curl, CURLOPT_INFILESIZE, put_data.size() ) ; - +//<<<<<<< HEAD +// ::curl_easy_setopt(curl, CURLOPT_READFUNCTION, &ReadStringCallback ) ; +// ::curl_easy_setopt(curl, CURLOPT_READDATA , &put_data ) ; +// ::curl_easy_setopt(curl, CURLOPT_INFILESIZE, put_data.size() ) ; +// +//======= + ::curl_easy_setopt(curl, CURLOPT_READFUNCTION, &ReadCallback ) ; + ::curl_easy_setopt(curl, CURLOPT_READDATA , file ) ; + ::curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t)file->sizeleft); +//>>>>>>> f3e914a0ba807a1ebccf5d80d508c20920a7c215 return ExecCurl( url, dest, hdr ) ; } long CurlAgent::Put( const std::string& url, - File *file, + File *fip, DataStream *dest, const Header& hdr ) { - assert( file != 0 ) ; + assert( fp != 0 ) ; Trace("HTTP PUT \"%1%\"", url ) ; @@ -210,8 +226,8 @@ long CurlAgent::Put( // set common options ::curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L ) ; ::curl_easy_setopt(curl, CURLOPT_READFUNCTION, &ReadFileCallback ) ; - ::curl_easy_setopt(curl, CURLOPT_READDATA , file ) ; - ::curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, static_cast(file->Size()) ) ; + ::curl_easy_setopt(curl, CURLOPT_READDATA , fip ) ; + ::curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, static_cast(fip->Size()) ) ; return ExecCurl( url, dest, hdr ) ; } @@ -270,6 +286,8 @@ long CurlAgent::Custom( void CurlAgent::SetHeader( const Header& hdr ) { + // Store current on the scope + m_curl_hdr = hdr; // set headers struct curl_slist *curl_hdr = 0 ; for ( Header::iterator i = hdr.begin() ; i != hdr.end() ; ++i ) @@ -278,6 +296,12 @@ void CurlAgent::SetHeader( const Header& hdr ) ::curl_easy_setopt( m_pimpl->curl, CURLOPT_HTTPHEADER, curl_hdr ) ; } +Header& CurlAgent::GetHeader( ) +{ + return m_curl_hdr; +} + + std::string CurlAgent::RedirLocation() const { return m_pimpl->location ; diff --git a/libgrive/src/http/CurlAgent.hh b/libgrive/src/http/CurlAgent.hh index c142c3b1..eefe2caf 100644 --- a/libgrive/src/http/CurlAgent.hh +++ b/libgrive/src/http/CurlAgent.hh @@ -42,16 +42,16 @@ public : ~CurlAgent() ; long Put( - const std::string& url, - const std::string& data, - DataStream *dest, - const Header& hdr ) ; - + const std::string& url, + void* data, + DataStream *dest, + const Header& hdr ); + long Put( const std::string& url, - File *file, + File *fp, DataStream *dest, - const Header& hdr ) ; + const Header& hdr ); long Get( const std::string& url, @@ -75,11 +75,14 @@ public : std::string Escape( const std::string& str ) ; std::string Unescape( const std::string& str ) ; + Header& GetHeader(); private : static std::size_t HeaderCallback( void *ptr, size_t size, size_t nmemb, CurlAgent *pthis ) ; static std::size_t Receive( void* ptr, size_t size, size_t nmemb, DataStream *recv ) ; void SetHeader( const Header& hdr ) ; + + long ExecCurl( const std::string& url, DataStream *dest, @@ -90,6 +93,7 @@ private : private : struct Impl ; std::auto_ptr m_pimpl ; + Header& m_curl_hdr; } ; } } // end of namespace diff --git a/libgrive/src/json/JsonParser.cc b/libgrive/src/json/JsonParser.cc index 9ae63f48..5a61a94e 100644 --- a/libgrive/src/json/JsonParser.cc +++ b/libgrive/src/json/JsonParser.cc @@ -29,6 +29,8 @@ namespace gr { namespace { + +// int (* yajl_null)(void * ctx); int OnNull( void *ctx ) { ValVisitor *b = reinterpret_cast(ctx) ; @@ -36,34 +38,45 @@ namespace return true ; } +// int (* yajl_boolean)(void * ctx, int boolVal); int OnBool( void *ctx, int value ) { ValVisitor *b = reinterpret_cast(ctx) ; - b->Visit( static_cast(value) ) ; + b->Visit(static_cast(value)); return true ; } - int OnInt( void *ctx, long long value ) +// int (* yajl_integer)(void * ctx, long integerVal); + int OnInt( void *ctx, long value ) { ValVisitor *b = reinterpret_cast(ctx) ; - b->Visit(value) ; + b->Visit(static_cast(value)) ; return true ; } +// int (* yajl_double)(void * ctx, double doubleVal); int OnDouble( void *ctx, double value ) { ValVisitor *b = reinterpret_cast(ctx) ; - b->Visit(value) ; + b->Visit(static_cast(value)) ; return true ; } - - int OnStr( void *ctx, const unsigned char *str, std::size_t len ) +// int (* yajl_number)(void * ctx, const char * numberVal, unsigned int numberLen); + int OnNumber( void *ctx, const char *str, unsigned int len) { ValVisitor *b = reinterpret_cast(ctx) ; - b->Visit( std::string(reinterpret_cast(str), len) ) ; + b->Visit(atol(str)) ; return true ; } - + +// int (* yajl_string)(void * ctx, const unsigned char * stringVal, unsigned int stringLen); + int OnStr( void *ctx, const unsigned char *str, unsigned int len) + { + ValVisitor *b = reinterpret_cast(ctx) ; + b->Visit(reinterpret_cast(str)) ; + return true ; + } +// int (* yajl_start_map)(void * ctx); int StartMap( void *ctx ) { ValVisitor *b = reinterpret_cast(ctx) ; @@ -71,13 +84,15 @@ namespace return true ; } - int OnMapKey( void *ctx, const unsigned char *str, std::size_t len ) +// int (* yajl_map_key)(void * ctx, const unsigned char * key, unsigned int stringLen); + int OnMapKey( void *ctx, const unsigned char *str, unsigned int len ) { ValVisitor *b = reinterpret_cast(ctx) ; - b->VisitKey( std::string(reinterpret_cast(str), len) ) ; + b->VisitKey( reinterpret_cast(str)) ; return true ; } +// int (* yajl_end_map)(void * ctx); int EndMap( void *ctx ) { ValVisitor *b = reinterpret_cast(ctx) ; @@ -85,6 +100,7 @@ namespace return true ; } +// int (* yajl_start_array)(void * ctx); int StartArray( void *ctx ) { ValVisitor *b = reinterpret_cast(ctx) ; @@ -92,6 +108,7 @@ namespace return true ; } +// int (* yajl_end_array)(void * ctx); int EndArray( void *ctx ) { ValVisitor *b = reinterpret_cast(ctx) ; @@ -104,7 +121,7 @@ namespace OnBool, OnInt, OnDouble, - 0, + OnNumber, OnStr, StartMap, OnMapKey, @@ -130,8 +147,11 @@ struct JsonParser::Impl JsonParser::JsonParser( ValVisitor *callback ) : m_impl( new Impl ) { + yajl_parser_config config; m_impl->callback = callback ; - m_impl->hand = yajl_alloc( &callbacks, 0, m_impl->callback ) ; + config.allowComments = 0; + config.checkUTF8 = 0; + m_impl->hand = yajl_alloc((const yajl_callbacks*) &callbacks,(const yajl_parser_config*) &config, (const yajl_alloc_funcs*)m_impl->callback,(void *) this) ; } JsonParser::~JsonParser() @@ -141,13 +161,16 @@ JsonParser::~JsonParser() void JsonParser::Parse( const char *str, std::size_t size ) { +// TODO: Wide unicode??? const unsigned char *ustr = reinterpret_cast(str) ; +// const char *ustr = reinterpret_cast(str) ; yajl_status r = yajl_parse( m_impl->hand, ustr, size ) ; if ( r != yajl_status_ok ) { unsigned char *msg = yajl_get_error( m_impl->hand, true, ustr, size ) ; +// char *msg = yajl_get_error( m_impl->hand, true, ustr, size ) ; std::string msg_str(reinterpret_cast(msg)) ; yajl_free_error(m_impl->hand, msg) ; @@ -161,7 +184,7 @@ void JsonParser::Parse( const char *str, std::size_t size ) void JsonParser::Finish() { - if ( yajl_complete_parse(m_impl->hand) != yajl_status_ok ) + if ( yajl_parse_complete(m_impl->hand) != yajl_status_ok ) { unsigned char *msg = yajl_get_error( m_impl->hand, false, 0, 0 ) ; std::string msg_str(reinterpret_cast(msg)) ; diff --git a/libgrive/src/json/JsonWriter.cc b/libgrive/src/json/JsonWriter.cc index 9fbcc2bb..4eb52346 100644 --- a/libgrive/src/json/JsonWriter.cc +++ b/libgrive/src/json/JsonWriter.cc @@ -39,8 +39,12 @@ JsonWriter::JsonWriter( DataStream *out ) : assert( out != 0 ) ; m_impl->out = out ; - m_impl->gen = yajl_gen_alloc(0) ; - yajl_gen_config( m_impl->gen, yajl_gen_print_callback, &JsonWriter::WriteCallback, this ) ; + yajl_gen_config conf; + conf.beautify = 0; + conf.indentString = ""; + //m_impl->gen = yajl_gen_alloc(0) ; + // yajl_gen_config( m_impl->gen, yajl_gen_print_callback, &JsonWriter::WriteCallback, this ) ; + m_impl->gen = yajl_gen_alloc( &conf,(const yajl_alloc_funcs*) &JsonWriter::WriteCallback); } JsonWriter::~JsonWriter() @@ -48,7 +52,7 @@ JsonWriter::~JsonWriter() yajl_gen_free( m_impl->gen ) ; } -void JsonWriter::Visit( long long t ) +void JsonWriter::Visit( long t ) { yajl_gen_integer( m_impl->gen, t ) ; } diff --git a/libgrive/src/json/JsonWriter.hh b/libgrive/src/json/JsonWriter.hh index 350357d2..1abaaf7f 100644 --- a/libgrive/src/json/JsonWriter.hh +++ b/libgrive/src/json/JsonWriter.hh @@ -33,7 +33,7 @@ public : JsonWriter( DataStream *out ) ; ~JsonWriter() ; - void Visit( long long t ) ; + void Visit( long t ) ; void Visit( double t ) ; void Visit( const std::string& t ) ; void Visit( bool t ) ; diff --git a/libgrive/src/json/Val.cc b/libgrive/src/json/Val.cc index 79c0b5e1..f6cb5e99 100644 --- a/libgrive/src/json/Val.cc +++ b/libgrive/src/json/Val.cc @@ -161,7 +161,7 @@ void Val::Visit( ValVisitor *visitor ) const switch ( Type() ) { case null_type: visitor->VisitNull() ; break ; - case int_type: visitor->Visit( As() ) ; break ; + case int_type: visitor->Visit( As() ) ; break ; case double_type: visitor->Visit( As() ) ; break ; case string_type: visitor->Visit( As() ) ; break ; case bool_type: visitor->Visit( As() ) ; break ; diff --git a/libgrive/src/json/Val.hh b/libgrive/src/json/Val.hh index 25478860..7b55d75c 100644 --- a/libgrive/src/json/Val.hh +++ b/libgrive/src/json/Val.hh @@ -98,9 +98,9 @@ public : // shortcuts for As<>() std::string Str() const ; int Int() const ; - long Long() const ; - double Double() const ; - bool Bool() const ; + long Long() const ; + double Double() const ; + bool Bool() const ; const Array& AsArray() const ; const Object& AsObject() const ; @@ -132,21 +132,23 @@ private : } ; template <> struct Val::Type2Enum { static const TypeEnum type = null_type ; } ; -template <> struct Val::Type2Enum { static const TypeEnum type = int_type ; } ; +template <> struct Val::Type2Enum { static const TypeEnum type = int_type ; } ; +template <> struct Val::Type2Enum { static const TypeEnum type = int_type ; } ; +template <> struct Val::Type2Enum { static const TypeEnum type = int_type ; } ; template <> struct Val::Type2Enum { static const TypeEnum type = bool_type ; } ; template <> struct Val::Type2Enum { static const TypeEnum type = double_type ;} ; template <> struct Val::Type2Enum { static const TypeEnum type = string_type ; } ; template <> struct Val::Type2Enum { static const TypeEnum type = array_type ; } ; template <> struct Val::Type2Enum { static const TypeEnum type = object_type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; -template <> struct Val::SupportType { typedef long long Type ; } ; +template <> struct Val::SupportType { typedef long Type ; } ; +template <> struct Val::SupportType { typedef unsigned long Type ; } ; +template <> struct Val::SupportType { typedef long Type ; } ; +template <> struct Val::SupportType { typedef unsigned long Type ; } ; +template <> struct Val::SupportType { typedef long Type ; } ; +template <> struct Val::SupportType { typedef unsigned long Type ; } ; +template <> struct Val::SupportType { typedef long Type ; } ; +template <> struct Val::SupportType { typedef unsigned long Type ; } ; template <> struct Val::SupportType { typedef bool Type ; } ; template <> struct Val::SupportType { typedef double Type ; } ; diff --git a/libgrive/src/json/ValBuilder.cc b/libgrive/src/json/ValBuilder.cc index c5658ff2..51cfbcab 100644 --- a/libgrive/src/json/ValBuilder.cc +++ b/libgrive/src/json/ValBuilder.cc @@ -32,7 +32,7 @@ ValBuilder::~ValBuilder() { } -void ValBuilder::Visit( long long t ) +void ValBuilder::Visit( long t ) { Build(Val(t)) ; } diff --git a/libgrive/src/json/ValBuilder.hh b/libgrive/src/json/ValBuilder.hh index efbe5b2a..08c3c77a 100644 --- a/libgrive/src/json/ValBuilder.hh +++ b/libgrive/src/json/ValBuilder.hh @@ -42,11 +42,11 @@ public : ValBuilder( ) ; ~ValBuilder() ; - void Visit( long long t ) ; + void VisitNull() ; + void Visit( long t ) ; void Visit( double t ) ; void Visit( const std::string& t ) ; void Visit( bool t ) ; - void VisitNull() ; void Build( const Val& t ) ; void StartArray() ; diff --git a/libgrive/src/json/ValVisitor.hh b/libgrive/src/json/ValVisitor.hh index b523c70d..d5e63a62 100644 --- a/libgrive/src/json/ValVisitor.hh +++ b/libgrive/src/json/ValVisitor.hh @@ -29,11 +29,11 @@ class ValVisitor public : virtual ~ValVisitor() {} - virtual void Visit( long long t ) = 0 ; + virtual void VisitNull() = 0 ; + virtual void Visit( long t ) = 0 ; virtual void Visit( double t ) = 0 ; virtual void Visit( const std::string& t ) = 0 ; virtual void Visit( bool t ) = 0 ; - virtual void VisitNull() = 0 ; virtual void StartArray() = 0 ; virtual void EndArray() = 0 ; diff --git a/libgrive/src/oauth2request/oauth2request.hh b/libgrive/src/oauth2request/oauth2request.hh new file mode 100644 index 00000000..e69de29b diff --git a/libgrive/src/protocol/OAuth2.cc b/libgrive/src/protocol/OAuth2.cc index 5d2c1727..5379ab4a 100644 --- a/libgrive/src/protocol/OAuth2.cc +++ b/libgrive/src/protocol/OAuth2.cc @@ -1,21 +1,21 @@ /* - grive: an GPL program to sync a local directory with Google Drive - Copyright (C) 2012 Wan Wai Ho + grive: an GPL program to sync a local directory with Google Drive + Copyright (C) 2012 Wan Wai Ho - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation version 2 - of the License. + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation version 2 + of the License. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*/ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ #include "OAuth2.hh" @@ -31,95 +31,147 @@ namespace gr { -const std::string token_url = "https://accounts.google.com/o/oauth2/token" ; +const std::string token_url = "https://accounts.google.com/o/oauth2/token"; OAuth2::OAuth2( - const std::string& refresh_code, - const std::string& client_id, - const std::string& client_secret ) : - m_refresh( refresh_code ), - m_client_id( client_id ), - m_client_secret( client_secret ) + const std::string& refresh_code, + const std::string& client_id, + const std::string& client_secret) + : + m_refresh(refresh_code), + m_client_id(client_id), + m_client_secret(client_secret) { - Refresh( ) ; + Refresh(); } OAuth2::OAuth2( - const std::string& client_id, - const std::string& client_secret ) : - m_client_id( client_id ), - m_client_secret( client_secret ) + const std::string& client_id, + const std::string& client_secret) + : + m_client_id(client_id), + m_client_secret(client_secret) { + m_time = 0; } -void OAuth2::Auth( const std::string& auth_code ) -{ - std::string post = - "code=" + auth_code + - "&client_id=" + m_client_id + - "&client_secret=" + m_client_secret + - "&redirect_uri=" + "urn:ietf:wg:oauth:2.0:oob" + - "&grant_type=authorization_code" ; - - http::JsonResponse resp ; - http::CurlAgent http ; - - DisableLog dlog( log::debug ) ; - http.Post( token_url, post, &resp, http::Header() ) ; - - Json jresp = resp.Response() ; - m_access = jresp["access_token"].Str() ; - m_refresh = jresp["refresh_token"].Str() ; +void OAuth2::Auth( + const std::string& auth_code, + int tries = OAuth2::default_tries) + { + int t = 0; + bool success = false; + + while (success == false && t < tries) { + std::string post = + "code=" + auth_code + + "&client_id=" + m_client_id + + "&client_secret=" + m_client_secret + + "&redirect_uri=" + "urn:ietf:wg:oauth:2.0:oob" + + "&grant_type=authorization_code"; + + http::JsonResponse resp; + http::CurlAgent http; + + DisableLog dlog(log::debug); + http.Post(token_url, post, &resp, http::Header()); + time(&m_time); + + Json jresp = resp.Response(); + if (!Json::Get("error", jresp)) { + m_access = jresp["access_token"].Str(); + m_refresh = jresp["refresh_token"].Str(); + m_expire = jresp["expires_in"].Str(); + success = true; + } + } + if (!success && t >= tries) { + BOOST_THROW_EXCEPTION(Error() << jresp["error"]); + } } std::string OAuth2::MakeAuthURL( - const std::string& client_id, - const std::string& state ) -{ - http::CurlAgent h ; - + const std::string& client_id, + const std::string& state) + { + http::CurlAgent h; + /* + * "?scope=" + + h.Escape( "https://www.googleapis.com/auth/userinfo.email" ) + "+" + + h.Escape( "https://www.googleapis.com/auth/userinfo.profile" ) + "+" + + h.Escape( "https://docs.google.com/feeds/" ) + "+" + + h.Escape( "https://docs.googleusercontent.com/" ) + "+" + + h.Escape( "https://spreadsheets.google.com/feeds/" ) + + * + */ return "https://accounts.google.com/o/oauth2/auth" - "?scope=" + - h.Escape( "https://www.googleapis.com/auth/userinfo.email" ) + "+" + - h.Escape( "https://www.googleapis.com/auth/userinfo.profile" ) + "+" + - h.Escape( "https://docs.google.com/feeds/" ) + "+" + - h.Escape( "https://docs.googleusercontent.com/" ) + "+" + - h.Escape( "https://spreadsheets.google.com/feeds/" ) + - "&redirect_uri=urn:ietf:wg:oauth:2.0:oob" - "&response_type=code" - "&client_id=" + client_id ; + "?scope=" + + h.Escape("https://www.googleapis.com/auth/drive.file") + "+" + + h.Escape("https://www.googleapis.com/auth/drive") + "+" + + h.Escape("https://www.googleapis.com/auth/userinfo.email") + "+" + + h.Escape("https://www.googleapis.com/auth/userinfo.profile") + "+" + + h.Escape("https://docs.google.com/feeds/") + "+" + + h.Escape("https://docs.googleusercontent.com/") + "+" + + h.Escape("https://spreadsheets.google.com/feeds/") + + "&redirect_uri=urn:ietf:wg:oauth:2.0:oob" + "&response_type=code" + "&client_id=" + client_id; +} + +void OAuth2::Refresh(int tries = OAuth2::default_tries) + { + int t = 0; + bool success = false; + + while (success == false && t < tries) { + t++; // Count try + std::string post = + "refresh_token=" + m_refresh + + "&client_id=" + m_client_id + + "&client_secret=" + m_client_secret + + "&grant_type=refresh_token"; + + http::JsonResponse resp; + http::CurlAgent http; + + DisableLog dlog(log::debug); + http.Post(token_url, post, &resp, http::Header()); + time(&m_time); + Json jresp = resp.Response(); + if (!Json::Get("error", jresp)) { + m_access = jresp["access_token"].Str(); + m_expire = jresp["expires_in"].Str(); + success = true; + } + } + if (!success && t >= tries) { + BOOST_THROW_EXCEPTION(Error() << jresp["error"]); + } +} + +std::string OAuth2::RefreshToken() const +{ + return m_refresh; } -void OAuth2::Refresh( ) +std::string OAuth2::AccessToken() const { - std::string post = - "refresh_token=" + m_refresh + - "&client_id=" + m_client_id + - "&client_secret=" + m_client_secret + - "&grant_type=refresh_token" ; - - http::JsonResponse resp ; - http::CurlAgent http ; - - DisableLog dlog( log::debug ) ; - http.Post( token_url, post, &resp, http::Header() ) ; - - m_access = resp.Response()["access_token"].Str() ; + return m_access; } -std::string OAuth2::RefreshToken( ) const +std::size_t OAuth2::ExpiresIn() const { - return m_refresh ; + return atoi(m_expire.c_str()); } -std::string OAuth2::AccessToken( ) const +std::size_t OAuth2::Time() const { - return m_access ; + return m_time; } -std::string OAuth2::HttpHeader( ) const +std::string OAuth2::HttpHeader() const { - return "Authorization: Bearer " + m_access ; + return "Authorization: Bearer " + m_access; } } // end of namespace diff --git a/libgrive/src/protocol/OAuth2.hh b/libgrive/src/protocol/OAuth2.hh index e8713f3e..8bfccc83 100644 --- a/libgrive/src/protocol/OAuth2.hh +++ b/libgrive/src/protocol/OAuth2.hh @@ -20,12 +20,18 @@ #pragma once #include +#include +#include "Json.hh" +#include "http/Header.hh" namespace gr { + class OAuth2 { public : + static const int default_tries = 3; + OAuth2( const std::string& client_id, const std::string& client_secret ) ; @@ -40,21 +46,26 @@ public : const std::string& client_id, const std::string& state = std::string() ) ; - void Auth( const std::string& auth_code ) ; - void Refresh( ) ; + void Auth( const std::string& auth_code,int tries=default_tries ) ; + void Refresh(int tries=default_tries) ; - std::string RefreshToken( ) const ; + std::string RefreshToken() const ; std::string AccessToken( ) const ; + std::size_t ExpiresIn( ) const ; + std::size_t Time( ) const ; + std::time_t m_time; // adding HTTP auth header std::string HttpHeader( ) const ; private : std::string m_access ; std::string m_refresh ; + std::string m_expire; const std::string m_client_id ; const std::string m_client_secret ; } ; + } // end of namespace diff --git a/libgrive/src/util/File.hh b/libgrive/src/util/File.hh index 041c5998..06e7e8bc 100644 --- a/libgrive/src/util/File.hh +++ b/libgrive/src/util/File.hh @@ -61,7 +61,7 @@ public : std::size_t Read( char *ptr, std::size_t size ) ; std::size_t Write( const char *ptr, std::size_t size ) ; - off_t Seek( off_t offset, int whence ) ; + off_t Seek(off_t offset, int whence ) ; off_t Tell() const ; u64_t Size() const ; diff --git a/libgrive/src/util/OS.cc b/libgrive/src/util/OS.cc index 5bf2f663..246fd663 100644 --- a/libgrive/src/util/OS.cc +++ b/libgrive/src/util/OS.cc @@ -46,8 +46,8 @@ DateTime FileCTime( const fs::path& filename ) DateTime FileCTime( const std::string& filename ) { - struct stat s = {} ; - if ( ::stat( filename.c_str(), &s ) != 0 ) + struct stat64 s = {} ; + if ( ::stat64( filename.c_str(), &s ) != 0 ) { BOOST_THROW_EXCEPTION( Error() diff --git a/libgrive/src/util/StdioFile.cc b/libgrive/src/util/StdioFile.cc new file mode 100644 index 00000000..4e604536 --- /dev/null +++ b/libgrive/src/util/StdioFile.cc @@ -0,0 +1,156 @@ +/* + grive: an GPL program to sync a local directory with Google Drive + Copyright (C) 2012 Wan Wai Ho + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation version 2 + of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + +#include "StdioFile.hh" + +#include + +// boost headers +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +namespace gr { + +StdioFile::StdioFile( ) : m_fd( -1 ) +{ +} + +StdioFile::StdioFile( const fs::path& path ) : m_fd( -1 ) +{ + OpenForRead( path ) ; +} + +StdioFile::StdioFile( const fs::path& path, int mode ) : m_fd( -1 ) +{ + OpenForWrite( path, mode ) ; +} + +StdioFile::~StdioFile( ) +{ + Close() ; +} + +void StdioFile::Open( const fs::path& path, int flags, int mode ) +{ + if ( IsOpened() ) + Close() ; + + assert( m_fd == -1 ) ; + m_fd = ::open64( path.string().c_str(), flags, mode ) ; + if ( m_fd == -1 ) + { + BOOST_THROW_EXCEPTION( + Error() + << boost::errinfo_api_function("open") + << boost::errinfo_errno(errno) + << boost::errinfo_file_name(path.string()) + ) ; + } +} + +void StdioFile::OpenForRead( const fs::path& path ) +{ + Open( path, O_RDONLY, 0 ) ; +} + +void StdioFile::OpenForWrite( const fs::path& path, int mode ) +{ + Open( path, O_CREAT|O_RDWR|O_TRUNC, mode ) ; +} + +void StdioFile::Close() +{ + if ( IsOpened() ) + { + close( m_fd ) ; + m_fd = -1 ; + } +} + +bool StdioFile::IsOpened() const +{ + return m_fd != -1 ; +} + +std::size_t StdioFile::Read( void *ptr, std::size_t size ) +{ + assert( IsOpened() ) ; + ssize_t count = ::read( m_fd, ptr, size ) ; + if ( count == -1 ) + { + BOOST_THROW_EXCEPTION( + Error() + << boost::errinfo_api_function("read") + << boost::errinfo_errno(errno) + ) ; + } + return count ; +} + +std::size_t StdioFile::Write( const void *ptr, std::size_t size ) +{ + assert( IsOpened() ) ; + ssize_t count = ::write( m_fd, ptr, size ) ; + if ( count == -1 ) + { + BOOST_THROW_EXCEPTION( + Error() + << boost::errinfo_api_function("read") + << boost::errinfo_errno(errno) + ) ; + } + return count ; +} + +off_t StdioFile::Seek( off_t offset, int whence ) +{ + assert( IsOpened() ) ; + return ::lseek( m_fd, offset, whence ) ; +} + +off_t StdioFile::Tell() const +{ + assert( IsOpened() ) ; + return ::lseek( m_fd, 0, SEEK_CUR ) ; +} + +void StdioFile::Chmod( int mode ) +{ + assert( IsOpened() ) ; + + if ( ::fchmod( m_fd, mode ) != 0 ) + { + BOOST_THROW_EXCEPTION( + Error() + << boost::errinfo_api_function("fchmod") + << boost::errinfo_errno(errno) + ) ; + } +} + +} // end of namespace