Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/CMakeLists.txt b/CMakeLists.txt
- index 7d388cdfc3ea42b5784282d8a9511f3ed86d060c..f4ab27b39f7ff0e2b9c60ed7142c97bc2d33fa21 100644
- --- a/CMakeLists.txt
- +++ b/CMakeLists.txt
- @@ -1,63 +1,37 @@
- project(kalzium)
- -cmake_minimum_required(VERSION 2.8.12)
- -
- -find_package(ECM 0.0.11 REQUIRED NO_MODULE)
- -set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
- -
- -find_package(Qt5 REQUIRED COMPONENTS Widgets)
- -find_package(KF5 REQUIRED COMPONENTS CoreAddons Solid Config)
- -find_package(KF5DocTools REQUIRED)
- -find_package(Qt5Widgets REQUIRED)
- -find_package(PkgConfig REQUIRED)
- -find_package(KF5CoreAddons REQUIRED)
- -find_package(KF5Config REQUIRED)
- -find_package(KF5Solid REQUIRED)
- -#find_package(Qt4 REQUIRED)
- -#find_package(Eigen2 REQUIRED)
- -find_package(ECM REQUIRED)
- -find_package(Qt5Core REQUIRED)
- -find_package(Qt5Gui REQUIRED)
- -#ECM (required version >= 0.0.11)
- -#Qt5Core (required version >= 5.3.0)
- -#Qt5Gui (required version >= 5.3.0)
- -
- -include(KDEInstallDirs)
- -include(KDECompilerSettings)
- -include(KDECMakeSetting)
- -include(FeatureSummary)
- -include(ECMInstallIcons)
- set(CMAKE_MODULE_PATH ${kalzium_SOURCE_DIR}/cmake/modules )
- -# search packages used by KDE
- -#find_package(KDE4 4.6.80 REQUIRED)
- +# search packages used by KDE
- +find_package(KDE4 4.6.80 REQUIRED)
- if(WIN32)
- find_package(KDEWIN32 REQUIRED)
- # detect oxygen icon dir at configure time based on KDEDIRS - there may be different package installation locations
- - #execute_process(COMMAND "${KDE4_KDECONFIG_EXECUTABLE}" --path icon OUTPUT_VARIABLE _dir #ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
- - #file(TO_CMAKE_PATH "${_dir}" __dir)
- - #find_path(KDE4_ICON_DIR oxygen PATHS
- - # ${__dir})
- - #message(STATUS "using oxygen application icons from ${KDE4_ICON_DIR}")
- + execute_process(COMMAND "${KDE4_KDECONFIG_EXECUTABLE}" --path icon OUTPUT_VARIABLE _dir ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
- + file(TO_CMAKE_PATH "${_dir}" __dir)
- + find_path(KDE4_ICON_DIR oxygen PATHS
- + ${__dir}
- + )
- + message(STATUS "using oxygen application icons from ${KDE4_ICON_DIR}")
- else(WIN32)
- - #set (KDE4_ICON_DIR ${CMAKE_INSTALL_PREFIX}/share/icons)
- + set (KDE4_ICON_DIR ${CMAKE_INSTALL_PREFIX}/share/icons)
- endif(WIN32)
- -#include(KDE4Defaults)
- -#include(MacroLibrary)
- -#include(MacroOptionalAddSubdirectory)
- -#include(MacroBoolTo01)
- +include(KDE4Defaults)
- +include(MacroLibrary)
- +include(MacroOptionalAddSubdirectory)
- +include(MacroBoolTo01)
- -#add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- +add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
- -#include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} #${KDE4_INCLUDES} libscience)
- +include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} libscience)
- if(MSVC)
- # for correctly linking openbabel:
- # see http://www.mail-archive.com/[email protected]/msg01975.html
- add_definitions(-DUSING_DYNAMIC_LIBS)
- endif(MSVC)
- -#no_enable_final(kalzium)
- +kde4_no_enable_final(kalzium)
- include(KalziumConfigureChecks.cmake)
- @@ -80,9 +54,7 @@ add_subdirectory(plasmoid)
- add_subdirectory(libscience)
- add_subdirectory(qml)
- -
- install(FILES kalzium.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/)
- -#macro_display_feature_log()
- +macro_display_feature_log()
- -feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
- diff --git a/CMakeLists.txt~ b/CMakeLists.txt~
- deleted file mode 100644
- index 7a4f544081a99a1a8584116924caa15f0509aa9c..0000000000000000000000000000000000000000
- --- a/CMakeLists.txt~
- +++ /dev/null
- @@ -1,70 +0,0 @@
- -project(kalzium)
- -cmake_minimum_required(VERSION 2.8.12)
- -
- -find_package(ECM 0.0.11 REQUIRED NO_MODULE)
- -set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
- -
- -include(KDEInstallDirs)
- -include(KDECompilerSettings)
- -include(KDECMakeSettings)
- -include(FeatureSummary)
- -set(CMAKE_MODULE_PATH ${kalzium_SOURCE_DIR}/cmake/modules )
- -find_package(Qt5 REQUIRED COMPONENTS Widgets)
- -find_package(KF5 REQUIRED COMPONENTS CoreAddons Solid)
- -# search packages used by KDE
- -#find_package(KDE4 4.6.80 REQUIRED)
- -if(WIN32)
- - find_package(KDEWIN32 REQUIRED)
- - # detect oxygen icon dir at configure time based on KDEDIRS - there may be different package installation locations
- - # execute_process(COMMAND "${KDE4_KDECONFIG_EXECUTABLE}" --path icon OUTPUT_VARIABLE _dir ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
- - # file(TO_CMAKE_PATH "${_dir}" __dir)
- - #find_path(KDE4_ICON_DIR oxygen PATHS
- - # ${__dir})
- - message(STATUS "using oxygen application icons from ${KDE4_ICON_DIR}")
- -else(WIN32)
- - # set (KDE4_ICON_DIR ${CMAKE_INSTALL_PREFIX}/share/icons)
- -endif(WIN32)
- -
- -#include(KDE4Defaults)
- -#include(MacroLibrary)
- -#include(MacroOptionalAddSubdirectory)
- -#include(MacroBoolTo01)
- -
- -#add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- -add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
- -include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} libscience)
- -if(MSVC)
- -# for correctly linking openbabel:
- -# see http://www.mail-archive.com/openbabel-devel@lists.sourceforge.net/msg01975.html
- -add_definitions(-DUSING_DYNAMIC_LIBS)
- -endif(MSVC)
- -
- -no_enable_final(kalzium)
- -
- -include(KalziumConfigureChecks.cmake)
- -
- -if (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN3_FOUND)
- - # avoid compilerwarnings about redefinitions
- - # todo: use check_function_exits() ?
- - message(STATUS "Kalzium molecular editor enabled")
- - if (WIN32)
- - add_definitions(-DHAVE_SNPRINTF -DHAVE_STRCASECMP -DHAVE_STRNCASECMP)
- - endif (WIN32)
- - add_subdirectory(compoundviewer)
- -else (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN3_FOUND)
- - message(STATUS "Kalzium molecular editor disabled")
- -endif (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN3_FOUND)
- -
- -add_subdirectory(doc)
- -add_subdirectory(src)
- -add_subdirectory(data)
- -add_subdirectory(plasmoid)
- -add_subdirectory(libscience)
- -add_subdirectory(qml)
- -add_subdirectory(componentviewer)
- -
- -install(FILES kalzium.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/)
- -
- -macro_display_feature_log()
- -
- -feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
- diff --git a/KalziumConfigureChecks.cmake b/KalziumConfigureChecks.cmake
- index 65ba760055e79efb36a233a20dce50dfffaba3af..e3197ac1a1b4b8129b1100301831238c8128d176 100644
- --- a/KalziumConfigureChecks.cmake
- +++ b/KalziumConfigureChecks.cmake
- @@ -1,24 +1,21 @@
- include(CheckIncludeFiles)
- include(CheckFunctionExists)
- -find_package(OCaml)
- -find_package(Libfacile)
- -find_package(OpenBabel2)
- -find_package(Eigen3)
- -find_package(Avogadro 1.0.0 NO_MODULE)
- +macro_optional_find_package(OCaml)
- +macro_optional_find_package(Libfacile)
- +macro_optional_find_package(OpenBabel2)
- +macro_optional_find_package(Eigen3)
- +macro_optional_find_package(Avogadro 1.0.0 NO_MODULE)
- find_package(PkgConfig)
- pkg_check_modules(CHEMICAL_MIME_DATA chemical-mime-data)
- -include(CheckIncludeFiles)
- +
- check_include_files(ieeefp.h HAVE_IEEEFP_H)
- -set(HAVE_FACILE ${LIBFACILE_FOUND})
- -set(HAVE_OPENBABEL2 ${OPENBABEL2_FOUND})
- -set(HAVE_EIGEN ${EIGEN3_FOUND})
- -set(HAVE_AVOGADRO ${Avogadro_FOUND})
- -#macro_bool_to_01(LIBFACILE_FOUND HAVE_FACILE)
- -#macro_bool_to_01(OPENBABEL2_FOUND HAVE_OPENBABEL2)
- -#macro_bool_to_01(EIGEN3_FOUND HAVE_EIGEN)
- -#macro_bool_to_01(Avogadro_FOUND HAVE_AVOGADRO)
- +
- +macro_bool_to_01(LIBFACILE_FOUND HAVE_FACILE)
- +macro_bool_to_01(OPENBABEL2_FOUND HAVE_OPENBABEL2)
- +macro_bool_to_01(EIGEN3_FOUND HAVE_EIGEN)
- +macro_bool_to_01(Avogadro_FOUND HAVE_AVOGADRO)
- # at the end, output the configuration
- configure_file(
- @@ -26,10 +23,10 @@ configure_file(
- ${CMAKE_CURRENT_BINARY_DIR}/config-kalzium.h
- )
- -#set_package_properties(OCAML_FOUND "OCaml" "http://caml.inria.fr/" FALSE "OCaml is needed by Kalzium for the Equation Solver")
- -#(OCAML_FOUND "OCaml" "OCaml is needed by Kalzium for the Equation Solver" "http://caml.inria.fr/" FALSE "" "")
- -#set_package_properties(LIBFACILE_FOUND "LibFacile" "libfacile is needed by Kalzium for the Equation Solver." "http://www.recherche.enac.fr/log/facile/" FALSE "" "")
- -#set_package_properties(OPENBABEL2_FOUND "OpenBabel2" "OpenBabel is needed by Kalzium for the 3D-molecule viewer" "http://openbabel.sourceforge.net/" FALSE "2.2" "")
- -#set_package_properties(EIGEN3_FOUND "Eigen3" "A generic C++ template library for dense and sparse matrices" "http://eigen.tuxfamily.org" FALSE "3.0.0" "")
- -#set_package_properties(Avogadro_FOUND "Avogadro" "Advanced molecular editor" "http://avogadro.openmolecules.net" FALSE "1.0" "")
- -#set_package_properties(CHEMICAL_MIME_DATA_FOUND "Chemical mime data" "Needed to open CML molecules from the file manager" "http://chemical-mime.sourceforge.net/" FALSE "" "")
- \ No newline at end of file
- +macro_log_feature(OCAML_FOUND "OCaml" "OCaml is needed by Kalzium for the Equation Solver" "http://caml.inria.fr/" FALSE "" "")
- +macro_log_feature(LIBFACILE_FOUND "LibFacile" "libfacile is needed by Kalzium for the Equation Solver." "http://www.recherche.enac.fr/log/facile/" FALSE "" "")
- +macro_log_feature(OPENBABEL2_FOUND "OpenBabel2" "OpenBabel is needed by Kalzium for the 3D-molecule viewer" "http://openbabel.sourceforge.net/" FALSE "2.2" "")
- +macro_log_feature(EIGEN3_FOUND "Eigen3" "A generic C++ template library for dense and sparse matrices" "http://eigen.tuxfamily.org" FALSE "3.0.0" "")
- +macro_log_feature(Avogadro_FOUND "Avogadro" "Advanced molecular editor" "http://avogadro.openmolecules.net" FALSE "1.0" "")
- +macro_log_feature(CHEMICAL_MIME_DATA_FOUND "Chemical mime data" "Needed to open CML molecules from the file manager" "http://chemical-mime.sourceforge.net/" FALSE "" "")
- +
- diff --git a/compoundviewer/CMakeLists.txt b/compoundviewer/CMakeLists.txt
- index 9530de22afce6841b02a6eb93220e84cf68ce2a3..097124859d70cdf3175dc0c6283efe2b61cdd7db 100644
- --- a/compoundviewer/CMakeLists.txt
- +++ b/compoundviewer/CMakeLists.txt
- @@ -1,8 +1,10 @@
- include(${Avogadro_USE_FILE})
- -#include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
- - # ${EIGEN3_INCLUDE_DIR}
- - #${OPENBABEL2_INCLUDE_DIR})
- +include_directories(
- + ${CMAKE_CURRENT_BINARY_DIR}/..
- + ${EIGEN3_INCLUDE_DIR}
- + ${OPENBABEL2_INCLUDE_DIR}
- + )
- set( compoundviewer_SRCS
- openbabel2wrapper.cpp
- @@ -11,12 +13,12 @@ set( compoundviewer_SRCS
- #add_subdirectory(widgets)
- -add_library(compoundviewer SHARED ${compoundviewer_SRCS})
- +kde4_add_library(compoundviewer SHARED ${compoundviewer_SRCS})
- target_link_libraries(compoundviewer
- ${OPENBABEL2_LIBRARIES}
- - Qt5::OpenGL
- - KF5::WidgetsAddons
- + ${QT_QTOPENGL_LIBRARY}
- + ${KDE4_KDEUI_LIBS}
- avogadro
- )
- diff --git a/compoundviewer/CMakeLists.txt~ b/compoundviewer/CMakeLists.txt~
- deleted file mode 100644
- index 5f501158d352f91cddb9bc9c22574f310780e3c2..0000000000000000000000000000000000000000
- --- a/compoundviewer/CMakeLists.txt~
- +++ /dev/null
- @@ -1,25 +0,0 @@
- -include(${Avogadro_USE_FILE})
- -
- -#include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
- - # ${EIGEN3_INCLUDE_DIR}
- - #${OPENBABEL2_INCLUDE_DIR})
- -
- -set( compoundviewer_SRCS
- - openbabel2wrapper.cpp
- - kalziumglwidget.cpp
- - )
- -
- -#add_subdirectory(widgets)
- -
- -add_library(compoundviewer SHARED ${compoundviewer_SRCS})
- -
- -target_link_libraries(compoundviewer
- - ${OPENBABEL2_LIBRARIES}
- - ${Qt5::OpenGL}
- - ${KF5::WidgetsAddons}
- - avogadro
- -)
- -
- -set_target_properties(compoundviewer PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
- -
- -install(TARGETS compoundviewer ${INSTALL_TARGETS_DEFAULT_ARGS})
- diff --git a/compoundviewer/widgets/CMakeLists.txt b/compoundviewer/widgets/CMakeLists.txt
- index 08dc7ff1f5ac91aa2c1cd5dc76c51b6b0e2aa721..32f200ad5944d67ca972177d994dea2b53e1b750 100644
- --- a/compoundviewer/widgets/CMakeLists.txt
- +++ b/compoundviewer/widgets/CMakeLists.txt
- @@ -7,10 +7,10 @@ set(kalziumui_PART_SRCS
- # nothing left here!
- )
- -add_widget_files(kalziumui_PART_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/kalziumui.widgets)
- +kde4_add_widget_files(kalziumui_PART_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/kalziumui.widgets)
- -add_library(kalziumuiwidgets ${kalziumui_PART_SRCS})
- +kde4_add_plugin(kalziumuiwidgets ${kalziumui_PART_SRCS})
- -target_link_libraries(kalziumuiwidgets ${OPENBABEL2_LIBRARIES} ${Qt5::Designer} ${KF5::Core})
- +target_link_libraries(kalziumuiwidgets ${OPENBABEL2_LIBRARIES} ${QT_QTDESIGNER_LIBRARY} ${KDE4_KDECORE_LIBS})
- install(TARGETS kalziumuiwidgets DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer)
- diff --git a/compoundviewer/widgets/CMakeLists.txt~ b/compoundviewer/widgets/CMakeLists.txt~
- deleted file mode 100644
- index 32f200ad5944d67ca972177d994dea2b53e1b750..0000000000000000000000000000000000000000
- --- a/compoundviewer/widgets/CMakeLists.txt~
- +++ /dev/null
- @@ -1,16 +0,0 @@
- -include_directories(
- - ${CMAKE_CURRENT_BINARY_DIR}/..
- - ${CMAKE_CURRENT_SOURCE_DIR}/..
- -)
- -
- -set(kalziumui_PART_SRCS
- -# nothing left here!
- - )
- -
- -kde4_add_widget_files(kalziumui_PART_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/kalziumui.widgets)
- -
- -kde4_add_plugin(kalziumuiwidgets ${kalziumui_PART_SRCS})
- -
- -target_link_libraries(kalziumuiwidgets ${OPENBABEL2_LIBRARIES} ${QT_QTDESIGNER_LIBRARY} ${KDE4_KDECORE_LIBS})
- -
- -install(TARGETS kalziumuiwidgets DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer)
- diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt
- index 1342da434759d512192fcb3ecebfa244ae418181..779ced560c4ad5a956501132982754a68615c5ae 100644
- --- a/data/icons/CMakeLists.txt
- +++ b/data/icons/CMakeLists.txt
- @@ -1,3 +1,3 @@
- -ecm_install_icons(${DATA_INSTALL_DIR}/kalzium/icons )
- +kde4_install_icons( ${DATA_INSTALL_DIR}/kalzium/icons )
- diff --git a/data/icons/CMakeLists.txt~ b/data/icons/CMakeLists.txt~
- deleted file mode 100644
- index 779ced560c4ad5a956501132982754a68615c5ae..0000000000000000000000000000000000000000
- --- a/data/icons/CMakeLists.txt~
- +++ /dev/null
- @@ -1,3 +0,0 @@
- -
- -kde4_install_icons( ${DATA_INSTALL_DIR}/kalzium/icons )
- -
- diff --git a/data/icons/hi16-action-calculate.png b/data/icons/hi16-action-calculate.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..428102f69d1afcdfccf68cd3dd8d86a86c132a4a
- Binary files /dev/null and b/data/icons/hi16-action-calculate.png differ
- diff --git a/data/icons/hi16-action-chemical.png b/data/icons/hi16-action-chemical.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..94a05eb022d8a4b3f960d7d31d1fb2baaa4972eb
- Binary files /dev/null and b/data/icons/hi16-action-chemical.png differ
- diff --git a/data/icons/hi16-action-elempic.png b/data/icons/hi16-action-elempic.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..7c8b6ca5600bbcba73617a382fd16f02013bca8a
- Binary files /dev/null and b/data/icons/hi16-action-elempic.png differ
- diff --git a/data/icons/hi16-action-energies.png b/data/icons/hi16-action-energies.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..0ca806116740741eb82b815c62ddcef4920ecf7e
- Binary files /dev/null and b/data/icons/hi16-action-energies.png differ
- diff --git a/data/icons/hi16-action-eqchem.png b/data/icons/hi16-action-eqchem.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..6814438ac91f731628b591d89661b804cde6a6ab
- Binary files /dev/null and b/data/icons/hi16-action-eqchem.png differ
- diff --git a/data/icons/hi16-action-glossary.png b/data/icons/hi16-action-glossary.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..5f637c4decd39e1b68ceaf3ec5b0f9ce97ee3d3a
- Binary files /dev/null and b/data/icons/hi16-action-glossary.png differ
- diff --git a/data/icons/hi16-action-isotopemap.png b/data/icons/hi16-action-isotopemap.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..8c92ed5f1a157a2327391250d9833e3dc8259f78
- Binary files /dev/null and b/data/icons/hi16-action-isotopemap.png differ
- diff --git a/data/icons/hi16-action-kalzium_molviewer.png b/data/icons/hi16-action-kalzium_molviewer.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..8dad197a8838f8392e7521107a4f35f7595a0e96
- Binary files /dev/null and b/data/icons/hi16-action-kalzium_molviewer.png differ
- diff --git a/data/icons/hi16-action-kalzium_rs.png b/data/icons/hi16-action-kalzium_rs.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..67cb26721944bb1623cb6eb6a2c5af6133910ba8
- Binary files /dev/null and b/data/icons/hi16-action-kalzium_rs.png differ
- diff --git a/data/icons/hi16-action-kalzium_tables.png b/data/icons/hi16-action-kalzium_tables.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..b84d9fb5889a2a66c87eb2d172b6ca88b8d0f8b9
- Binary files /dev/null and b/data/icons/hi16-action-kalzium_tables.png differ
- diff --git a/data/icons/hi16-action-legend.png b/data/icons/hi16-action-legend.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..9e3b294143ae9442fbbb4c3319ef729d7f1fa7b0
- Binary files /dev/null and b/data/icons/hi16-action-legend.png differ
- diff --git a/data/icons/hi16-action-misc.png b/data/icons/hi16-action-misc.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..88f0b0b175c7b09883a6605a533dbe6dab3ba1e3
- Binary files /dev/null and b/data/icons/hi16-action-misc.png differ
- diff --git a/data/icons/hi16-action-numbers.png b/data/icons/hi16-action-numbers.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..c303cc65cc0e1311a683d1d60993c06afbf8a4e4
- Binary files /dev/null and b/data/icons/hi16-action-numbers.png differ
- diff --git a/data/icons/hi16-action-orbits.png b/data/icons/hi16-action-orbits.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..797179528a7667cc822a71d12e5202e8df639183
- Binary files /dev/null and b/data/icons/hi16-action-orbits.png differ
- diff --git a/data/icons/hi16-action-overview.png b/data/icons/hi16-action-overview.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..ab9fc7192bfb618225d46a961b156f407d3d3b66
- Binary files /dev/null and b/data/icons/hi16-action-overview.png differ
- diff --git a/data/icons/hi16-action-plot.png b/data/icons/hi16-action-plot.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..660d57c7829a0295e46bdd8922fb5e3843015517
- Binary files /dev/null and b/data/icons/hi16-action-plot.png differ
- diff --git a/data/icons/hi16-action-sidebar.png b/data/icons/hi16-action-sidebar.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..36eb464d1a2daaca61b91e2b975c86941112c6f6
- Binary files /dev/null and b/data/icons/hi16-action-sidebar.png differ
- diff --git a/data/icons/hi16-action-spectrum.png b/data/icons/hi16-action-spectrum.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..5a61b882d560e5c8895bd5946ebf49beb55c8e3c
- Binary files /dev/null and b/data/icons/hi16-action-spectrum.png differ
- diff --git a/data/icons/hi16-action-statematter.png b/data/icons/hi16-action-statematter.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..d75e317ca89b5641b61217adaa3b564718217d83
- Binary files /dev/null and b/data/icons/hi16-action-statematter.png differ
- diff --git a/data/icons/hi16-action-timeline.png b/data/icons/hi16-action-timeline.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..0dedbf6d79043c9b2ea99a878671b07c02af7f30
- Binary files /dev/null and b/data/icons/hi16-action-timeline.png differ
- diff --git a/data/icons/hi16-action-tooltip.png b/data/icons/hi16-action-tooltip.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..6005b399fc1daf15c565b57cd481bd8e16573313
- Binary files /dev/null and b/data/icons/hi16-action-tooltip.png differ
- diff --git a/data/icons/hi16-actions-calculate.png b/data/icons/hi16-actions-calculate.png
- deleted file mode 100644
- index 428102f69d1afcdfccf68cd3dd8d86a86c132a4a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-calculate.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-chemical.png b/data/icons/hi16-actions-chemical.png
- deleted file mode 100644
- index 94a05eb022d8a4b3f960d7d31d1fb2baaa4972eb..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-chemical.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-elempic.png b/data/icons/hi16-actions-elempic.png
- deleted file mode 100644
- index 7c8b6ca5600bbcba73617a382fd16f02013bca8a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-elempic.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-energies.png b/data/icons/hi16-actions-energies.png
- deleted file mode 100644
- index 0ca806116740741eb82b815c62ddcef4920ecf7e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-energies.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-eqchem.png b/data/icons/hi16-actions-eqchem.png
- deleted file mode 100644
- index 6814438ac91f731628b591d89661b804cde6a6ab..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-eqchem.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-glossary.png b/data/icons/hi16-actions-glossary.png
- deleted file mode 100644
- index 5f637c4decd39e1b68ceaf3ec5b0f9ce97ee3d3a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-glossary.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-isotopemap.png b/data/icons/hi16-actions-isotopemap.png
- deleted file mode 100644
- index 8c92ed5f1a157a2327391250d9833e3dc8259f78..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-isotopemap.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-kalzium_molviewer.png b/data/icons/hi16-actions-kalzium_molviewer.png
- deleted file mode 100644
- index 8dad197a8838f8392e7521107a4f35f7595a0e96..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-kalzium_molviewer.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-kalzium_rs.png b/data/icons/hi16-actions-kalzium_rs.png
- deleted file mode 100644
- index 67cb26721944bb1623cb6eb6a2c5af6133910ba8..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-kalzium_rs.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-kalzium_tables.png b/data/icons/hi16-actions-kalzium_tables.png
- deleted file mode 100644
- index b84d9fb5889a2a66c87eb2d172b6ca88b8d0f8b9..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-kalzium_tables.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-legend.png b/data/icons/hi16-actions-legend.png
- deleted file mode 100644
- index 9e3b294143ae9442fbbb4c3319ef729d7f1fa7b0..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-legend.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-misc.png b/data/icons/hi16-actions-misc.png
- deleted file mode 100644
- index 88f0b0b175c7b09883a6605a533dbe6dab3ba1e3..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-misc.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-numbers.png b/data/icons/hi16-actions-numbers.png
- deleted file mode 100644
- index c303cc65cc0e1311a683d1d60993c06afbf8a4e4..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-numbers.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-orbits.png b/data/icons/hi16-actions-orbits.png
- deleted file mode 100644
- index 797179528a7667cc822a71d12e5202e8df639183..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-orbits.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-overview.png b/data/icons/hi16-actions-overview.png
- deleted file mode 100644
- index ab9fc7192bfb618225d46a961b156f407d3d3b66..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-overview.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-plot.png b/data/icons/hi16-actions-plot.png
- deleted file mode 100644
- index 660d57c7829a0295e46bdd8922fb5e3843015517..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-plot.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-sidebar.png b/data/icons/hi16-actions-sidebar.png
- deleted file mode 100644
- index 36eb464d1a2daaca61b91e2b975c86941112c6f6..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-sidebar.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-spectrum.png b/data/icons/hi16-actions-spectrum.png
- deleted file mode 100644
- index 5a61b882d560e5c8895bd5946ebf49beb55c8e3c..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-spectrum.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-statematter.png b/data/icons/hi16-actions-statematter.png
- deleted file mode 100644
- index d75e317ca89b5641b61217adaa3b564718217d83..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-statematter.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-timeline.png b/data/icons/hi16-actions-timeline.png
- deleted file mode 100644
- index 0dedbf6d79043c9b2ea99a878671b07c02af7f30..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-timeline.png and /dev/null differ
- diff --git a/data/icons/hi16-actions-tooltip.png b/data/icons/hi16-actions-tooltip.png
- deleted file mode 100644
- index 6005b399fc1daf15c565b57cd481bd8e16573313..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi16-actions-tooltip.png and /dev/null differ
- diff --git a/data/icons/hi22-action-calculate.png b/data/icons/hi22-action-calculate.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..8c47c689297af0e4b37246bd737130588f05cc2b
- Binary files /dev/null and b/data/icons/hi22-action-calculate.png differ
- diff --git a/data/icons/hi22-action-chemical.png b/data/icons/hi22-action-chemical.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..5ec49cc2293ae1d99f02661343086d0b52814674
- Binary files /dev/null and b/data/icons/hi22-action-chemical.png differ
- diff --git a/data/icons/hi22-action-elempic.png b/data/icons/hi22-action-elempic.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..858a4f397531f6ce9a3e002bfb1c0c138a04df3e
- Binary files /dev/null and b/data/icons/hi22-action-elempic.png differ
- diff --git a/data/icons/hi22-action-energies.png b/data/icons/hi22-action-energies.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..d643d6a8609c8c37326ac3dcd279ad03fa2a8b52
- Binary files /dev/null and b/data/icons/hi22-action-energies.png differ
- diff --git a/data/icons/hi22-action-eqchem.png b/data/icons/hi22-action-eqchem.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..638b666ae0d097c89e2f8ea2749be285b7b38707
- Binary files /dev/null and b/data/icons/hi22-action-eqchem.png differ
- diff --git a/data/icons/hi22-action-glossary.png b/data/icons/hi22-action-glossary.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..d88ee9090ceb51f11b762bf697aedbd45ada89db
- Binary files /dev/null and b/data/icons/hi22-action-glossary.png differ
- diff --git a/data/icons/hi22-action-isotopemap.png b/data/icons/hi22-action-isotopemap.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..3dde99cc8b98eeb424b437b6ca060fc1442f5f76
- Binary files /dev/null and b/data/icons/hi22-action-isotopemap.png differ
- diff --git a/data/icons/hi22-action-kalzium_molviewer.png b/data/icons/hi22-action-kalzium_molviewer.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..cfea02013ffda100005f79816e5588c9c20274dc
- Binary files /dev/null and b/data/icons/hi22-action-kalzium_molviewer.png differ
- diff --git a/data/icons/hi22-action-kalzium_rs.png b/data/icons/hi22-action-kalzium_rs.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..0128d33489f7950e95a2f2cf4aef859e118757d8
- Binary files /dev/null and b/data/icons/hi22-action-kalzium_rs.png differ
- diff --git a/data/icons/hi22-action-kalzium_tables.png b/data/icons/hi22-action-kalzium_tables.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..7e41ee54d62f11b7d249273d1a6bebae322b3cb1
- Binary files /dev/null and b/data/icons/hi22-action-kalzium_tables.png differ
- diff --git a/data/icons/hi22-action-legend.png b/data/icons/hi22-action-legend.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..e63b8343b57614ccfcc4f63711bbbfce32a4a4cb
- Binary files /dev/null and b/data/icons/hi22-action-legend.png differ
- diff --git a/data/icons/hi22-action-numbers.png b/data/icons/hi22-action-numbers.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..d2c6f9925abd51f612ca10a5ab27f087c3b2619e
- Binary files /dev/null and b/data/icons/hi22-action-numbers.png differ
- diff --git a/data/icons/hi22-action-orbits.png b/data/icons/hi22-action-orbits.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..40706ab8b05afcd9ecfb877e86c093403f6c98dc
- Binary files /dev/null and b/data/icons/hi22-action-orbits.png differ
- diff --git a/data/icons/hi22-action-overview.png b/data/icons/hi22-action-overview.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..85a1b46b0aeccedb52e224d9d13c3a8cb835f085
- Binary files /dev/null and b/data/icons/hi22-action-overview.png differ
- diff --git a/data/icons/hi22-action-plot.png b/data/icons/hi22-action-plot.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..f8986729612e1429fab34db157bf85e593ed026d
- Binary files /dev/null and b/data/icons/hi22-action-plot.png differ
- diff --git a/data/icons/hi22-action-sidebar.png b/data/icons/hi22-action-sidebar.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..d0a668dabf5dfaa860fba948fcff48108d5eaa3a
- Binary files /dev/null and b/data/icons/hi22-action-sidebar.png differ
- diff --git a/data/icons/hi22-action-spectrum.png b/data/icons/hi22-action-spectrum.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..88b2c9b68e08dcac0d2e6007a2d0bb13cbb38104
- Binary files /dev/null and b/data/icons/hi22-action-spectrum.png differ
- diff --git a/data/icons/hi22-action-statematter.png b/data/icons/hi22-action-statematter.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..1ec124726d29b9b1113bb57fb6102810e0fff1f9
- Binary files /dev/null and b/data/icons/hi22-action-statematter.png differ
- diff --git a/data/icons/hi22-action-timeline.png b/data/icons/hi22-action-timeline.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..83ee6f65898fa39211a713d7191ad8b8f18cc6e9
- Binary files /dev/null and b/data/icons/hi22-action-timeline.png differ
- diff --git a/data/icons/hi22-action-tooltip.png b/data/icons/hi22-action-tooltip.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..6ad67bee1a9456f8c1f7f4c2e78a3da3d6fa51a7
- Binary files /dev/null and b/data/icons/hi22-action-tooltip.png differ
- diff --git a/data/icons/hi22-actions-calculate.png b/data/icons/hi22-actions-calculate.png
- deleted file mode 100644
- index 8c47c689297af0e4b37246bd737130588f05cc2b..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-calculate.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-chemical.png b/data/icons/hi22-actions-chemical.png
- deleted file mode 100644
- index 5ec49cc2293ae1d99f02661343086d0b52814674..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-chemical.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-elempic.png b/data/icons/hi22-actions-elempic.png
- deleted file mode 100644
- index 858a4f397531f6ce9a3e002bfb1c0c138a04df3e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-elempic.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-energies.png b/data/icons/hi22-actions-energies.png
- deleted file mode 100644
- index d643d6a8609c8c37326ac3dcd279ad03fa2a8b52..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-energies.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-eqchem.png b/data/icons/hi22-actions-eqchem.png
- deleted file mode 100644
- index 638b666ae0d097c89e2f8ea2749be285b7b38707..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-eqchem.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-glossary.png b/data/icons/hi22-actions-glossary.png
- deleted file mode 100644
- index d88ee9090ceb51f11b762bf697aedbd45ada89db..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-glossary.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-isotopemap.png b/data/icons/hi22-actions-isotopemap.png
- deleted file mode 100644
- index 3dde99cc8b98eeb424b437b6ca060fc1442f5f76..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-isotopemap.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-kalzium_molviewer.png b/data/icons/hi22-actions-kalzium_molviewer.png
- deleted file mode 100644
- index cfea02013ffda100005f79816e5588c9c20274dc..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-kalzium_molviewer.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-kalzium_rs.png b/data/icons/hi22-actions-kalzium_rs.png
- deleted file mode 100644
- index 0128d33489f7950e95a2f2cf4aef859e118757d8..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-kalzium_rs.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-kalzium_tables.png b/data/icons/hi22-actions-kalzium_tables.png
- deleted file mode 100644
- index 7e41ee54d62f11b7d249273d1a6bebae322b3cb1..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-kalzium_tables.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-legend.png b/data/icons/hi22-actions-legend.png
- deleted file mode 100644
- index e63b8343b57614ccfcc4f63711bbbfce32a4a4cb..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-legend.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-numbers.png b/data/icons/hi22-actions-numbers.png
- deleted file mode 100644
- index d2c6f9925abd51f612ca10a5ab27f087c3b2619e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-numbers.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-orbits.png b/data/icons/hi22-actions-orbits.png
- deleted file mode 100644
- index 40706ab8b05afcd9ecfb877e86c093403f6c98dc..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-orbits.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-overview.png b/data/icons/hi22-actions-overview.png
- deleted file mode 100644
- index 85a1b46b0aeccedb52e224d9d13c3a8cb835f085..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-overview.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-plot.png b/data/icons/hi22-actions-plot.png
- deleted file mode 100644
- index f8986729612e1429fab34db157bf85e593ed026d..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-plot.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-sidebar.png b/data/icons/hi22-actions-sidebar.png
- deleted file mode 100644
- index d0a668dabf5dfaa860fba948fcff48108d5eaa3a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-sidebar.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-spectrum.png b/data/icons/hi22-actions-spectrum.png
- deleted file mode 100644
- index 88b2c9b68e08dcac0d2e6007a2d0bb13cbb38104..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-spectrum.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-statematter.png b/data/icons/hi22-actions-statematter.png
- deleted file mode 100644
- index 1ec124726d29b9b1113bb57fb6102810e0fff1f9..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-statematter.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-timeline.png b/data/icons/hi22-actions-timeline.png
- deleted file mode 100644
- index 83ee6f65898fa39211a713d7191ad8b8f18cc6e9..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-timeline.png and /dev/null differ
- diff --git a/data/icons/hi22-actions-tooltip.png b/data/icons/hi22-actions-tooltip.png
- deleted file mode 100644
- index 6ad67bee1a9456f8c1f7f4c2e78a3da3d6fa51a7..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi22-actions-tooltip.png and /dev/null differ
- diff --git a/data/icons/hi32-action-calculate.png b/data/icons/hi32-action-calculate.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..1b1dd1e44dbf286667d71b20d0eb1a42b29a23ed
- Binary files /dev/null and b/data/icons/hi32-action-calculate.png differ
- diff --git a/data/icons/hi32-action-chemical.png b/data/icons/hi32-action-chemical.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..e88b4830f215ea5b21ccc6a1a83c2b0590ae6629
- Binary files /dev/null and b/data/icons/hi32-action-chemical.png differ
- diff --git a/data/icons/hi32-action-elempic.png b/data/icons/hi32-action-elempic.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..8f58c968566673c8cce12f6e5d223643b99202f9
- Binary files /dev/null and b/data/icons/hi32-action-elempic.png differ
- diff --git a/data/icons/hi32-action-energies.png b/data/icons/hi32-action-energies.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..1dfd68ff52bcae17cebffc86fc2c6cede64f4b3e
- Binary files /dev/null and b/data/icons/hi32-action-energies.png differ
- diff --git a/data/icons/hi32-action-eqchem.png b/data/icons/hi32-action-eqchem.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..fea9d64f6a1302fe44beabd593e04f63968045f2
- Binary files /dev/null and b/data/icons/hi32-action-eqchem.png differ
- diff --git a/data/icons/hi32-action-glossary.png b/data/icons/hi32-action-glossary.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..8c3c9b3e38fe02404d0b13fe2047bbad582d3cb3
- Binary files /dev/null and b/data/icons/hi32-action-glossary.png differ
- diff --git a/data/icons/hi32-action-isotopemap.png b/data/icons/hi32-action-isotopemap.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..eb0b3196a460ac3e4b1bd2b6f892bfe213b3bd66
- Binary files /dev/null and b/data/icons/hi32-action-isotopemap.png differ
- diff --git a/data/icons/hi32-action-kalzium_molviewer.png b/data/icons/hi32-action-kalzium_molviewer.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..9834b0e258082996be9c77136909b701fd4afa03
- Binary files /dev/null and b/data/icons/hi32-action-kalzium_molviewer.png differ
- diff --git a/data/icons/hi32-action-kalzium_rs.png b/data/icons/hi32-action-kalzium_rs.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..c8db2f8a674f81fdfa8f84520fdf4faa8da376f8
- Binary files /dev/null and b/data/icons/hi32-action-kalzium_rs.png differ
- diff --git a/data/icons/hi32-action-kalzium_tables.png b/data/icons/hi32-action-kalzium_tables.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..b35ff12a789919cdc26b5fea534ad2787f2eba54
- Binary files /dev/null and b/data/icons/hi32-action-kalzium_tables.png differ
- diff --git a/data/icons/hi32-action-legend.png b/data/icons/hi32-action-legend.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..6922a4e3bcd4594eb87f8453bd06aa9e78228c8d
- Binary files /dev/null and b/data/icons/hi32-action-legend.png differ
- diff --git a/data/icons/hi32-action-misc.png b/data/icons/hi32-action-misc.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..16c72648f02b5e9bcc18c63fb43d99b0381a5e4e
- Binary files /dev/null and b/data/icons/hi32-action-misc.png differ
- diff --git a/data/icons/hi32-action-numbers.png b/data/icons/hi32-action-numbers.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..3d322fb63802de7fe9f1d1af72365e2612bb683d
- Binary files /dev/null and b/data/icons/hi32-action-numbers.png differ
- diff --git a/data/icons/hi32-action-orbits.png b/data/icons/hi32-action-orbits.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..abba256ac9f38866b018151fde084c0ee903f174
- Binary files /dev/null and b/data/icons/hi32-action-orbits.png differ
- diff --git a/data/icons/hi32-action-overview.png b/data/icons/hi32-action-overview.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..d09cdcfbcf75044040fe1dc531aa2ef1661240fc
- Binary files /dev/null and b/data/icons/hi32-action-overview.png differ
- diff --git a/data/icons/hi32-action-plot.png b/data/icons/hi32-action-plot.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..706eadbd8b4f027c5e57d876f8a9a56f584dc382
- Binary files /dev/null and b/data/icons/hi32-action-plot.png differ
- diff --git a/data/icons/hi32-action-sidebar.png b/data/icons/hi32-action-sidebar.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..69413d91de3de93b4e417850d5500ee4377f631b
- Binary files /dev/null and b/data/icons/hi32-action-sidebar.png differ
- diff --git a/data/icons/hi32-action-spectrum.png b/data/icons/hi32-action-spectrum.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..1b5924b203d4834db23a663bf5672a24833f5c98
- Binary files /dev/null and b/data/icons/hi32-action-spectrum.png differ
- diff --git a/data/icons/hi32-action-statematter.png b/data/icons/hi32-action-statematter.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..36fc67cc8beecc0b98b73b0691be77d3613f6458
- Binary files /dev/null and b/data/icons/hi32-action-statematter.png differ
- diff --git a/data/icons/hi32-action-timeline.png b/data/icons/hi32-action-timeline.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..f0dc75d810ebac4e806a7d59acfb90aa3d631e4e
- Binary files /dev/null and b/data/icons/hi32-action-timeline.png differ
- diff --git a/data/icons/hi32-action-tooltip.png b/data/icons/hi32-action-tooltip.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..67c02f003bec9ad50d12b8e8c9bb754423fc6c5c
- Binary files /dev/null and b/data/icons/hi32-action-tooltip.png differ
- diff --git a/data/icons/hi32-actions-calculate.png b/data/icons/hi32-actions-calculate.png
- deleted file mode 100644
- index 1b1dd1e44dbf286667d71b20d0eb1a42b29a23ed..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-calculate.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-chemical.png b/data/icons/hi32-actions-chemical.png
- deleted file mode 100644
- index e88b4830f215ea5b21ccc6a1a83c2b0590ae6629..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-chemical.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-elempic.png b/data/icons/hi32-actions-elempic.png
- deleted file mode 100644
- index 8f58c968566673c8cce12f6e5d223643b99202f9..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-elempic.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-energies.png b/data/icons/hi32-actions-energies.png
- deleted file mode 100644
- index 1dfd68ff52bcae17cebffc86fc2c6cede64f4b3e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-energies.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-eqchem.png b/data/icons/hi32-actions-eqchem.png
- deleted file mode 100644
- index fea9d64f6a1302fe44beabd593e04f63968045f2..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-eqchem.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-glossary.png b/data/icons/hi32-actions-glossary.png
- deleted file mode 100644
- index 8c3c9b3e38fe02404d0b13fe2047bbad582d3cb3..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-glossary.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-isotopemap.png b/data/icons/hi32-actions-isotopemap.png
- deleted file mode 100644
- index eb0b3196a460ac3e4b1bd2b6f892bfe213b3bd66..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-isotopemap.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-kalzium_molviewer.png b/data/icons/hi32-actions-kalzium_molviewer.png
- deleted file mode 100644
- index 9834b0e258082996be9c77136909b701fd4afa03..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-kalzium_molviewer.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-kalzium_rs.png b/data/icons/hi32-actions-kalzium_rs.png
- deleted file mode 100644
- index c8db2f8a674f81fdfa8f84520fdf4faa8da376f8..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-kalzium_rs.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-kalzium_tables.png b/data/icons/hi32-actions-kalzium_tables.png
- deleted file mode 100644
- index b35ff12a789919cdc26b5fea534ad2787f2eba54..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-kalzium_tables.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-legend.png b/data/icons/hi32-actions-legend.png
- deleted file mode 100644
- index 6922a4e3bcd4594eb87f8453bd06aa9e78228c8d..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-legend.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-misc.png b/data/icons/hi32-actions-misc.png
- deleted file mode 100644
- index 16c72648f02b5e9bcc18c63fb43d99b0381a5e4e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-misc.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-numbers.png b/data/icons/hi32-actions-numbers.png
- deleted file mode 100644
- index 3d322fb63802de7fe9f1d1af72365e2612bb683d..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-numbers.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-orbits.png b/data/icons/hi32-actions-orbits.png
- deleted file mode 100644
- index abba256ac9f38866b018151fde084c0ee903f174..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-orbits.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-overview.png b/data/icons/hi32-actions-overview.png
- deleted file mode 100644
- index d09cdcfbcf75044040fe1dc531aa2ef1661240fc..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-overview.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-plot.png b/data/icons/hi32-actions-plot.png
- deleted file mode 100644
- index 706eadbd8b4f027c5e57d876f8a9a56f584dc382..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-plot.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-sidebar.png b/data/icons/hi32-actions-sidebar.png
- deleted file mode 100644
- index 69413d91de3de93b4e417850d5500ee4377f631b..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-sidebar.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-spectrum.png b/data/icons/hi32-actions-spectrum.png
- deleted file mode 100644
- index 1b5924b203d4834db23a663bf5672a24833f5c98..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-spectrum.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-statematter.png b/data/icons/hi32-actions-statematter.png
- deleted file mode 100644
- index 36fc67cc8beecc0b98b73b0691be77d3613f6458..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-statematter.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-timeline.png b/data/icons/hi32-actions-timeline.png
- deleted file mode 100644
- index f0dc75d810ebac4e806a7d59acfb90aa3d631e4e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-timeline.png and /dev/null differ
- diff --git a/data/icons/hi32-actions-tooltip.png b/data/icons/hi32-actions-tooltip.png
- deleted file mode 100644
- index 67c02f003bec9ad50d12b8e8c9bb754423fc6c5c..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi32-actions-tooltip.png and /dev/null differ
- diff --git a/data/icons/hi48-action-calculate.png b/data/icons/hi48-action-calculate.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..13e3afa2bffa6868d4aa727223f7220baa64d258
- Binary files /dev/null and b/data/icons/hi48-action-calculate.png differ
- diff --git a/data/icons/hi48-action-chemical.png b/data/icons/hi48-action-chemical.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..9585a49320f43ddc4ae5d65fa813a3e94983337a
- Binary files /dev/null and b/data/icons/hi48-action-chemical.png differ
- diff --git a/data/icons/hi48-action-energies.png b/data/icons/hi48-action-energies.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..f57de6657d536697ce5c9415ae68e10dd075f21f
- Binary files /dev/null and b/data/icons/hi48-action-energies.png differ
- diff --git a/data/icons/hi48-action-eqchem.png b/data/icons/hi48-action-eqchem.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..dcfb42a12c88bb876dee88da955bc3f6134f2599
- Binary files /dev/null and b/data/icons/hi48-action-eqchem.png differ
- diff --git a/data/icons/hi48-action-glossary.png b/data/icons/hi48-action-glossary.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..b375f8b54d34e398ab175d5c30b869aa2934bc3b
- Binary files /dev/null and b/data/icons/hi48-action-glossary.png differ
- diff --git a/data/icons/hi48-action-isotopemap.png b/data/icons/hi48-action-isotopemap.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..989859c6086350f0eeb04854792a332c891f5f90
- Binary files /dev/null and b/data/icons/hi48-action-isotopemap.png differ
- diff --git a/data/icons/hi48-action-kalzium_molviewer.png b/data/icons/hi48-action-kalzium_molviewer.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..145993563f8929067f163d76a34fa6e8088c5d27
- Binary files /dev/null and b/data/icons/hi48-action-kalzium_molviewer.png differ
- diff --git a/data/icons/hi48-action-kalzium_rs.png b/data/icons/hi48-action-kalzium_rs.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..a2d79678db4912d0e1c52696559395fd4c3264bb
- Binary files /dev/null and b/data/icons/hi48-action-kalzium_rs.png differ
- diff --git a/data/icons/hi48-action-kalzium_tables.png b/data/icons/hi48-action-kalzium_tables.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..40d4d1bd2b7bfc0e8ef1733f2bcc8d22997eb965
- Binary files /dev/null and b/data/icons/hi48-action-kalzium_tables.png differ
- diff --git a/data/icons/hi48-action-legend.png b/data/icons/hi48-action-legend.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..e6b682d9af2da45fbd1f0116cfd626c479502e19
- Binary files /dev/null and b/data/icons/hi48-action-legend.png differ
- diff --git a/data/icons/hi48-action-misc.png b/data/icons/hi48-action-misc.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..f30615db019d7f05b85f71e0ed9c0d660aa474f5
- Binary files /dev/null and b/data/icons/hi48-action-misc.png differ
- diff --git a/data/icons/hi48-action-numbers.png b/data/icons/hi48-action-numbers.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..4a7ba76cf21ed6a1cd47b8a57d6ece3c16303b11
- Binary files /dev/null and b/data/icons/hi48-action-numbers.png differ
- diff --git a/data/icons/hi48-action-orbits.png b/data/icons/hi48-action-orbits.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..99c4e25419454ab0e2164270498eeb6d9f0d195b
- Binary files /dev/null and b/data/icons/hi48-action-orbits.png differ
- diff --git a/data/icons/hi48-action-overview.png b/data/icons/hi48-action-overview.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..e59aab43689eb84f42491fcc34776e17f21d6bee
- Binary files /dev/null and b/data/icons/hi48-action-overview.png differ
- diff --git a/data/icons/hi48-action-plot.png b/data/icons/hi48-action-plot.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..2bd202fc3ed2632bd2dba299e2b594574c3ff438
- Binary files /dev/null and b/data/icons/hi48-action-plot.png differ
- diff --git a/data/icons/hi48-action-sidebar.png b/data/icons/hi48-action-sidebar.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..13729ce90171ba62c25039ebb34b74baf63abbf3
- Binary files /dev/null and b/data/icons/hi48-action-sidebar.png differ
- diff --git a/data/icons/hi48-action-spectrum.png b/data/icons/hi48-action-spectrum.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..3d0f2a55fc4d8034caad07c6ccb0fb06c4f07371
- Binary files /dev/null and b/data/icons/hi48-action-spectrum.png differ
- diff --git a/data/icons/hi48-action-statematter.png b/data/icons/hi48-action-statematter.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..e6d3f77286203b7331bc13e9fd8ae85cf27b4c21
- Binary files /dev/null and b/data/icons/hi48-action-statematter.png differ
- diff --git a/data/icons/hi48-action-timeline.png b/data/icons/hi48-action-timeline.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..ce8a111b0ae69d8018073e9c553a1695acf35269
- Binary files /dev/null and b/data/icons/hi48-action-timeline.png differ
- diff --git a/data/icons/hi48-action-tooltip.png b/data/icons/hi48-action-tooltip.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..06890e9da49fc5b7bfab509328fb946cb9a8cf19
- Binary files /dev/null and b/data/icons/hi48-action-tooltip.png differ
- diff --git a/data/icons/hi48-actions-calculate.png b/data/icons/hi48-actions-calculate.png
- deleted file mode 100644
- index 13e3afa2bffa6868d4aa727223f7220baa64d258..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-calculate.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-chemical.png b/data/icons/hi48-actions-chemical.png
- deleted file mode 100644
- index 9585a49320f43ddc4ae5d65fa813a3e94983337a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-chemical.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-energies.png b/data/icons/hi48-actions-energies.png
- deleted file mode 100644
- index f57de6657d536697ce5c9415ae68e10dd075f21f..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-energies.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-eqchem.png b/data/icons/hi48-actions-eqchem.png
- deleted file mode 100644
- index dcfb42a12c88bb876dee88da955bc3f6134f2599..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-eqchem.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-glossary.png b/data/icons/hi48-actions-glossary.png
- deleted file mode 100644
- index b375f8b54d34e398ab175d5c30b869aa2934bc3b..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-glossary.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-isotopemap.png b/data/icons/hi48-actions-isotopemap.png
- deleted file mode 100644
- index 989859c6086350f0eeb04854792a332c891f5f90..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-isotopemap.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-kalzium_molviewer.png b/data/icons/hi48-actions-kalzium_molviewer.png
- deleted file mode 100644
- index 145993563f8929067f163d76a34fa6e8088c5d27..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-kalzium_molviewer.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-kalzium_rs.png b/data/icons/hi48-actions-kalzium_rs.png
- deleted file mode 100644
- index a2d79678db4912d0e1c52696559395fd4c3264bb..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-kalzium_rs.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-kalzium_tables.png b/data/icons/hi48-actions-kalzium_tables.png
- deleted file mode 100644
- index 40d4d1bd2b7bfc0e8ef1733f2bcc8d22997eb965..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-kalzium_tables.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-legend.png b/data/icons/hi48-actions-legend.png
- deleted file mode 100644
- index e6b682d9af2da45fbd1f0116cfd626c479502e19..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-legend.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-misc.png b/data/icons/hi48-actions-misc.png
- deleted file mode 100644
- index f30615db019d7f05b85f71e0ed9c0d660aa474f5..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-misc.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-numbers.png b/data/icons/hi48-actions-numbers.png
- deleted file mode 100644
- index 4a7ba76cf21ed6a1cd47b8a57d6ece3c16303b11..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-numbers.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-orbits.png b/data/icons/hi48-actions-orbits.png
- deleted file mode 100644
- index 99c4e25419454ab0e2164270498eeb6d9f0d195b..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-orbits.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-overview.png b/data/icons/hi48-actions-overview.png
- deleted file mode 100644
- index e59aab43689eb84f42491fcc34776e17f21d6bee..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-overview.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-plot.png b/data/icons/hi48-actions-plot.png
- deleted file mode 100644
- index 2bd202fc3ed2632bd2dba299e2b594574c3ff438..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-plot.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-sidebar.png b/data/icons/hi48-actions-sidebar.png
- deleted file mode 100644
- index 13729ce90171ba62c25039ebb34b74baf63abbf3..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-sidebar.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-spectrum.png b/data/icons/hi48-actions-spectrum.png
- deleted file mode 100644
- index 3d0f2a55fc4d8034caad07c6ccb0fb06c4f07371..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-spectrum.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-statematter.png b/data/icons/hi48-actions-statematter.png
- deleted file mode 100644
- index e6d3f77286203b7331bc13e9fd8ae85cf27b4c21..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-statematter.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-timeline.png b/data/icons/hi48-actions-timeline.png
- deleted file mode 100644
- index ce8a111b0ae69d8018073e9c553a1695acf35269..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-timeline.png and /dev/null differ
- diff --git a/data/icons/hi48-actions-tooltip.png b/data/icons/hi48-actions-tooltip.png
- deleted file mode 100644
- index 06890e9da49fc5b7bfab509328fb946cb9a8cf19..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi48-actions-tooltip.png and /dev/null differ
- diff --git a/data/icons/hi64-action-kalzium_molviewer.png b/data/icons/hi64-action-kalzium_molviewer.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..c792a32f09324fa86e225cd55fd619db69a3d46e
- Binary files /dev/null and b/data/icons/hi64-action-kalzium_molviewer.png differ
- diff --git a/data/icons/hi64-action-kalzium_rs.png b/data/icons/hi64-action-kalzium_rs.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..55fc832ec8022c3192a2c594b0ccb64c172d85d3
- Binary files /dev/null and b/data/icons/hi64-action-kalzium_rs.png differ
- diff --git a/data/icons/hi64-action-kalzium_tables.png b/data/icons/hi64-action-kalzium_tables.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..17cb8fa989c7ecb244ec00fbdb0ed0b097e60aee
- Binary files /dev/null and b/data/icons/hi64-action-kalzium_tables.png differ
- diff --git a/data/icons/hi64-action-numbers.png b/data/icons/hi64-action-numbers.png
- new file mode 100644
- index 0000000000000000000000000000000000000000..7fbe94b22e4c53aeb00f41e82d9ed25b956d118a
- Binary files /dev/null and b/data/icons/hi64-action-numbers.png differ
- diff --git a/data/icons/hi64-actions-kalzium_molviewer.png b/data/icons/hi64-actions-kalzium_molviewer.png
- deleted file mode 100644
- index c792a32f09324fa86e225cd55fd619db69a3d46e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi64-actions-kalzium_molviewer.png and /dev/null differ
- diff --git a/data/icons/hi64-actions-kalzium_rs.png b/data/icons/hi64-actions-kalzium_rs.png
- deleted file mode 100644
- index 55fc832ec8022c3192a2c594b0ccb64c172d85d3..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi64-actions-kalzium_rs.png and /dev/null differ
- diff --git a/data/icons/hi64-actions-kalzium_tables.png b/data/icons/hi64-actions-kalzium_tables.png
- deleted file mode 100644
- index 17cb8fa989c7ecb244ec00fbdb0ed0b097e60aee..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi64-actions-kalzium_tables.png and /dev/null differ
- diff --git a/data/icons/hi64-actions-numbers.png b/data/icons/hi64-actions-numbers.png
- deleted file mode 100644
- index 7fbe94b22e4c53aeb00f41e82d9ed25b956d118a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hi64-actions-numbers.png and /dev/null differ
- diff --git a/data/icons/hisc-action-calculate.svgz b/data/icons/hisc-action-calculate.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..967e6f9a0784ba10714677dd3e37940f9e164bf5
- Binary files /dev/null and b/data/icons/hisc-action-calculate.svgz differ
- diff --git a/data/icons/hisc-action-chemical.svgz b/data/icons/hisc-action-chemical.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..8213a35ffef4397c0452ba24885ea215433c69e5
- Binary files /dev/null and b/data/icons/hisc-action-chemical.svgz differ
- diff --git a/data/icons/hisc-action-elempic.svgz b/data/icons/hisc-action-elempic.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..67d6c2f7d30595971c0e2dbe2159d07fe9b8b842
- Binary files /dev/null and b/data/icons/hisc-action-elempic.svgz differ
- diff --git a/data/icons/hisc-action-energies.svgz b/data/icons/hisc-action-energies.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..765b4e87b8b7ddef3135cdd3195f007cf5b45f1a
- Binary files /dev/null and b/data/icons/hisc-action-energies.svgz differ
- diff --git a/data/icons/hisc-action-eqchem.svgz b/data/icons/hisc-action-eqchem.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..41ab7f747a7015dcb9c5d2ba9c9cab94c87ac10e
- Binary files /dev/null and b/data/icons/hisc-action-eqchem.svgz differ
- diff --git a/data/icons/hisc-action-glossary.svgz b/data/icons/hisc-action-glossary.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..156b68613fc001845fc67fe9a4e93b42ca8f4149
- Binary files /dev/null and b/data/icons/hisc-action-glossary.svgz differ
- diff --git a/data/icons/hisc-action-isotopemap.svgz b/data/icons/hisc-action-isotopemap.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..1ccf0235b0300afee256bfef599ba369e77d6c68
- Binary files /dev/null and b/data/icons/hisc-action-isotopemap.svgz differ
- diff --git a/data/icons/hisc-action-kalzium_molviewer.svgz b/data/icons/hisc-action-kalzium_molviewer.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..23dcabed0f8fe09f2e821f85dd49cc39cf909a44
- Binary files /dev/null and b/data/icons/hisc-action-kalzium_molviewer.svgz differ
- diff --git a/data/icons/hisc-action-kalzium_rs.svgz b/data/icons/hisc-action-kalzium_rs.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..a3236cd1be2a1835d407ff288f00a17e89a7fabe
- Binary files /dev/null and b/data/icons/hisc-action-kalzium_rs.svgz differ
- diff --git a/data/icons/hisc-action-kalzium_tables.svgz b/data/icons/hisc-action-kalzium_tables.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..eef6ff065552aff27c20821bc38edbdbf0ec2612
- Binary files /dev/null and b/data/icons/hisc-action-kalzium_tables.svgz differ
- diff --git a/data/icons/hisc-action-misc.svgz b/data/icons/hisc-action-misc.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..b3dad392e7eaca24c8e0b82cbd940843aeb6ab98
- Binary files /dev/null and b/data/icons/hisc-action-misc.svgz differ
- diff --git a/data/icons/hisc-action-numbers.svgz b/data/icons/hisc-action-numbers.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..ceb29b9128ccd456754c7a8524aa9dc06a7f0300
- Binary files /dev/null and b/data/icons/hisc-action-numbers.svgz differ
- diff --git a/data/icons/hisc-action-orbits.svgz b/data/icons/hisc-action-orbits.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..df6581d696cb2864ee6b9db347386567ab148b79
- Binary files /dev/null and b/data/icons/hisc-action-orbits.svgz differ
- diff --git a/data/icons/hisc-action-overview.svgz b/data/icons/hisc-action-overview.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..5f62d6ba636fccdc3c2c26e67f98b040e4f913ee
- Binary files /dev/null and b/data/icons/hisc-action-overview.svgz differ
- diff --git a/data/icons/hisc-action-plot.svgz b/data/icons/hisc-action-plot.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..94cab3d159804a2bf12febd34a2ac51d32a3f759
- Binary files /dev/null and b/data/icons/hisc-action-plot.svgz differ
- diff --git a/data/icons/hisc-action-sidebar.svgz b/data/icons/hisc-action-sidebar.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..b0342bdeb44b36ba325c396a8d0e592ef9b3bbdf
- Binary files /dev/null and b/data/icons/hisc-action-sidebar.svgz differ
- diff --git a/data/icons/hisc-action-spectrum.svgz b/data/icons/hisc-action-spectrum.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..b285262113078fc70fefac492031705fee5aaab7
- Binary files /dev/null and b/data/icons/hisc-action-spectrum.svgz differ
- diff --git a/data/icons/hisc-action-statematter.svgz b/data/icons/hisc-action-statematter.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..f10fc6955d1753d75c2c13f3afcea24a7b791da8
- Binary files /dev/null and b/data/icons/hisc-action-statematter.svgz differ
- diff --git a/data/icons/hisc-action-timeline.svgz b/data/icons/hisc-action-timeline.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..66cf86e226c011a22fe13491368d4d16af44f331
- Binary files /dev/null and b/data/icons/hisc-action-timeline.svgz differ
- diff --git a/data/icons/hisc-action-tooltip.svgz b/data/icons/hisc-action-tooltip.svgz
- new file mode 100644
- index 0000000000000000000000000000000000000000..6f4e4d223e776cf1a91f2503006298a98e6a52f9
- Binary files /dev/null and b/data/icons/hisc-action-tooltip.svgz differ
- diff --git a/data/icons/hisc-actions-calculate.svgz b/data/icons/hisc-actions-calculate.svgz
- deleted file mode 100644
- index 967e6f9a0784ba10714677dd3e37940f9e164bf5..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-calculate.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-chemical.svgz b/data/icons/hisc-actions-chemical.svgz
- deleted file mode 100644
- index 8213a35ffef4397c0452ba24885ea215433c69e5..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-chemical.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-elempic.svgz b/data/icons/hisc-actions-elempic.svgz
- deleted file mode 100644
- index 67d6c2f7d30595971c0e2dbe2159d07fe9b8b842..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-elempic.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-energies.svgz b/data/icons/hisc-actions-energies.svgz
- deleted file mode 100644
- index 765b4e87b8b7ddef3135cdd3195f007cf5b45f1a..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-energies.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-eqchem.svgz b/data/icons/hisc-actions-eqchem.svgz
- deleted file mode 100644
- index 41ab7f747a7015dcb9c5d2ba9c9cab94c87ac10e..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-eqchem.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-glossary.svgz b/data/icons/hisc-actions-glossary.svgz
- deleted file mode 100644
- index 156b68613fc001845fc67fe9a4e93b42ca8f4149..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-glossary.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-isotopemap.svgz b/data/icons/hisc-actions-isotopemap.svgz
- deleted file mode 100644
- index 1ccf0235b0300afee256bfef599ba369e77d6c68..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-isotopemap.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-kalzium_molviewer.svgz b/data/icons/hisc-actions-kalzium_molviewer.svgz
- deleted file mode 100644
- index 23dcabed0f8fe09f2e821f85dd49cc39cf909a44..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-kalzium_molviewer.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-kalzium_rs.svgz b/data/icons/hisc-actions-kalzium_rs.svgz
- deleted file mode 100644
- index a3236cd1be2a1835d407ff288f00a17e89a7fabe..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-kalzium_rs.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-kalzium_tables.svgz b/data/icons/hisc-actions-kalzium_tables.svgz
- deleted file mode 100644
- index eef6ff065552aff27c20821bc38edbdbf0ec2612..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-kalzium_tables.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-misc.svgz b/data/icons/hisc-actions-misc.svgz
- deleted file mode 100644
- index b3dad392e7eaca24c8e0b82cbd940843aeb6ab98..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-misc.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-numbers.svgz b/data/icons/hisc-actions-numbers.svgz
- deleted file mode 100644
- index ceb29b9128ccd456754c7a8524aa9dc06a7f0300..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-numbers.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-orbits.svgz b/data/icons/hisc-actions-orbits.svgz
- deleted file mode 100644
- index df6581d696cb2864ee6b9db347386567ab148b79..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-orbits.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-overview.svgz b/data/icons/hisc-actions-overview.svgz
- deleted file mode 100644
- index 5f62d6ba636fccdc3c2c26e67f98b040e4f913ee..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-overview.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-plot.svgz b/data/icons/hisc-actions-plot.svgz
- deleted file mode 100644
- index 94cab3d159804a2bf12febd34a2ac51d32a3f759..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-plot.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-sidebar.svgz b/data/icons/hisc-actions-sidebar.svgz
- deleted file mode 100644
- index b0342bdeb44b36ba325c396a8d0e592ef9b3bbdf..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-sidebar.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-spectrum.svgz b/data/icons/hisc-actions-spectrum.svgz
- deleted file mode 100644
- index b285262113078fc70fefac492031705fee5aaab7..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-spectrum.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-statematter.svgz b/data/icons/hisc-actions-statematter.svgz
- deleted file mode 100644
- index f10fc6955d1753d75c2c13f3afcea24a7b791da8..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-statematter.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-timeline.svgz b/data/icons/hisc-actions-timeline.svgz
- deleted file mode 100644
- index 66cf86e226c011a22fe13491368d4d16af44f331..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-timeline.svgz and /dev/null differ
- diff --git a/data/icons/hisc-actions-tooltip.svgz b/data/icons/hisc-actions-tooltip.svgz
- deleted file mode 100644
- index 6f4e4d223e776cf1a91f2503006298a98e6a52f9..0000000000000000000000000000000000000000
- Binary files a/data/icons/hisc-actions-tooltip.svgz and /dev/null differ
- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
- index 79acf1403535758712bfb86ad7210c40798923eb..f04a92b38c25a103fca6975469286b72746cb3fd 100644
- --- a/doc/CMakeLists.txt
- +++ b/doc/CMakeLists.txt
- @@ -1,4 +1,5 @@
- ########### install files ###############
- +#
- -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kalzium)
- -kdoctools_create_manpage(man-kalzium.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
- +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kalzium)
- +kde4_create_manpage(man-kalzium.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
- diff --git a/doc/CMakeLists.txt~ b/doc/CMakeLists.txt~
- deleted file mode 100644
- index f04a92b38c25a103fca6975469286b72746cb3fd..0000000000000000000000000000000000000000
- --- a/doc/CMakeLists.txt~
- +++ /dev/null
- @@ -1,5 +0,0 @@
- -########### install files ###############
- -#
- -
- -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kalzium)
- -kde4_create_manpage(man-kalzium.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
- diff --git a/libscience/CMakeLists.txt b/libscience/CMakeLists.txt
- index cf7ac6f9cd689100ddf0fdd68de12b81192346de..ac661329d6d2f9367fccf749d8e22ae7be9cc921 100644
- --- a/libscience/CMakeLists.txt
- +++ b/libscience/CMakeLists.txt
- @@ -15,9 +15,10 @@ set(science_LIB_SRCS
- )
- -add_library(science SHARED ${science_LIB_SRCS})
- +kde4_add_library(science SHARED ${science_LIB_SRCS})
- +
- +target_link_libraries(science ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY} ${KDE4_KUNITCONVERSION_LIBRARY})
- -target_link_libraries(science Qt5::Xml KF5::UnitConversion KF5::WidgetsAddons)
- set_target_properties(science PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
- install(TARGETS science ${INSTALL_TARGETS_DEFAULT_ARGS})
- diff --git a/libscience/CMakeLists.txt~ b/libscience/CMakeLists.txt~
- deleted file mode 100644
- index 042f9e93d92a478e2a99f7b0b9a77854d489489a..0000000000000000000000000000000000000000
- --- a/libscience/CMakeLists.txt~
- +++ /dev/null
- @@ -1,38 +0,0 @@
- -add_subdirectory(data)
- -add_subdirectory(tests)
- -
- -set(science_LIB_SRCS
- - element.cpp
- - spectrum.cpp
- - isotope.cpp
- - spectrumparser.cpp
- - elementparser.cpp
- - isotopeparser.cpp
- - chemicaldataobject.cpp
- - moleculeparser.cpp
- - parser.cpp
- - psetables.cpp
- -)
- -
- -
- -add_library(science SHARED ${science_LIB_SRCS})
- -
- -target_link_libraries(science ${QT_QTXML_LIBRARY} ${KDE4_KUNITCONVERSION_LIBRARY})
- -#${KDE4_KDECORE_LIBS}
- -set_target_properties(science PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
- -install(TARGETS science ${INSTALL_TARGETS_DEFAULT_ARGS})
- -
- -install(FILES
- - chemicaldataobject.h
- - element.h
- - elementparser.h
- - isotope.h
- - isotopeparser.h
- - libkdeedu_science_export.h
- - moleculeparser.h
- - parser.h
- - spectrum.h
- - spectrumparser.h
- - psetables.h
- - DESTINATION ${INCLUDE_INSTALL_DIR}/libkdeedu COMPONENT Devel
- -)
- diff --git a/libscience/tests/CMakeLists.txt b/libscience/tests/CMakeLists.txt
- index ed39af2d292890aa2413701efec3a09a96104188..21c4f85a3be387c03cee47e469916b22a77c7eb5 100644
- --- a/libscience/tests/CMakeLists.txt
- +++ b/libscience/tests/CMakeLists.txt
- @@ -5,24 +5,24 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
- set(elementparsertest_SRCS xmlreadingtest.cpp)
- -add_executable(elementparsertest ecm_mark_nongui_executable( ${elementparsertest_SRCS}))
- +kde4_add_executable(elementparsertest NOGUI ${elementparsertest_SRCS})
- -target_link_libraries(elementparsertest science Qt5::Core Qt5::Xml)
- +target_link_libraries(elementparsertest science ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
- ########### next target ###############
- set(isotopeparsertest_SRCS isotopereadingtest.cpp)
- -add_executable(isotopeparsertest ecm_mark_nongui_executable( ${isotopeparsertest_SRCS}))
- +kde4_add_executable(isotopeparsertest NOGUI ${isotopeparsertest_SRCS})
- -target_link_libraries(isotopeparsertest science Qt5::Core Qt5::Xml)
- +target_link_libraries(isotopeparsertest science ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
- ########### next target ###############
- set(spectrumtest_SRCS spectrumreadingtests.cpp)
- -add_executable(spectrumtest ecm_mark_nongui_executable( ${spectrumtest_SRCS}))
- +kde4_add_executable(spectrumtest NOGUI ${spectrumtest_SRCS})
- -target_link_libraries(spectrumtest science Qt5::Core Qt5::Xml)
- +target_link_libraries(spectrumtest science ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
- diff --git a/libscience/tests/CMakeLists.txt~ b/libscience/tests/CMakeLists.txt~
- deleted file mode 100644
- index cbf4a77cfd43e3f1431a9a44b28c22486ba7b9d5..0000000000000000000000000000000000000000
- --- a/libscience/tests/CMakeLists.txt~
- +++ /dev/null
- @@ -1,28 +0,0 @@
- -set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
- -include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
- -
- -########### next target ###############
- -
- -set(elementparsertest_SRCS xmlreadingtest.cpp)
- -
- -add_executable(elementparsertest ecm_mark_nongui_executable( ${elementparsertest_SRCS}))
- -
- -target_link_libraries(elementparsertest science ${Qt5::Core} ${Qt5::Xml})
- -
- -########### next target ###############
- -
- -set(isotopeparsertest_SRCS isotopereadingtest.cpp)
- -
- -add_executable(isotopeparsertest ecm_mark_nongui_executable( ${isotopeparsertest_SRCS}))
- -
- -target_link_libraries(isotopeparsertest science ${Qt5::Core} ${Qt5::Xml})
- -
- -########### next target ###############
- -
- -set(spectrumtest_SRCS spectrumreadingtests.cpp)
- -
- -add_executable(spectrumtest ecm_mark_nongui_executable( ${spectrumtest_SRCS}))
- -
- -target_link_libraries(spectrumtest science ${Qt5::Core} ${Qt5::Xml})
- -
- -
- diff --git a/makefile2/CMakeCache.txt b/makefile2/CMakeCache.txt
- deleted file mode 100644
- index f9db5530c81b726ab708c0aa65efdbb9694c3172..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeCache.txt
- +++ /dev/null
- @@ -1,1794 +0,0 @@
- -# This is the CMakeCache file.
- -# For build in directory: /home/anu/kalzium/makefile2
- -# It was generated by CMake: /usr/bin/cmake
- -# You can edit this file to change values found and used by cmake.
- -# If you do not want to change any of the values, simply exit the editor.
- -# If you do want to change a value, simply edit, save, and exit the editor.
- -# The syntax for the file is as follows:
- -# KEY:TYPE=VALUE
- -# KEY is the name of a variable in the cache.
- -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
- -# VALUE is the current value for the KEY.
- -
- -########################
- -# EXTERNAL cache entries
- -########################
- -
- -//The directory containing a CMake configuration file for Avogadro.
- -Avogadro_DIR:PATH=/usr/lib/avogadro
- -
- -//Build the project with gcov support
- -BUILD_COVERAGE:BOOL=OFF
- -
- -//If enabled, shared libs will be built by default, otherwise static
- -// libs
- -BUILD_SHARED_LIBS:BOOL=TRUE
- -
- -//Build the testing tree.
- -BUILD_TESTING:BOOL=ON
- -
- -//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 builds for minimum
- -// size.
- -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
- -
- -//Flags used by the compiler during release builds.
- -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
- -
- -//Flags used by the compiler during release builds with debug info.
- -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
- -
- -//C compiler.
- -CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
- -
- -//Flags used by the compiler during all build types.
- -CMAKE_C_FLAGS:STRING=
- -
- -//Flags used by the compiler during debug builds.
- -CMAKE_C_FLAGS_DEBUG:STRING=-g
- -
- -//Flags used by the compiler during release builds for minimum
- -// size.
- -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
- -
- -//Flags used by the compiler during release builds.
- -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
- -
- -//Flags used by the compiler during release builds with debug info.
- -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
- -
- -//Flags used by the linker.
- -CMAKE_EXE_LINKER_FLAGS:STRING=' '
- -
- -//Flags used by the linker during debug builds.
- -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
- -
- -//Flags used by the linker during release minsize builds.
- -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
- -
- -//Flags used by the linker during release builds.
- -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
- -
- -//Flags used by the linker during Release with Debug Info builds.
- -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- -
- -//Enable/Disable output of compile commands during generation.
- -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
- -
- -//application desktop files (DATAROOTDIR/applications)
- -CMAKE_INSTALL_APPDIR:PATH=
- -
- -//autostart files (CONFDIR/autostart)
- -CMAKE_INSTALL_AUTOSTARTDIR:PATH=
- -
- -//user executables (EXECROOTDIR/bin)
- -CMAKE_INSTALL_BINDIR:PATH=
- -
- -//CMake packages, including config files (LIBDIR/cmake)
- -CMAKE_INSTALL_CMAKEPACKAGEDIR:PATH=
- -
- -//application configuration files (SYSCONFDIR/xdg)
- -CMAKE_INSTALL_CONFDIR:PATH=
- -
- -//read-only architecture-independent data (DATAROOTDIR)
- -CMAKE_INSTALL_DATADIR:PATH=
- -
- -//read-only architecture-independent data root (share)
- -CMAKE_INSTALL_DATAROOTDIR:PATH=
- -
- -//D-Bus (DATAROOTDIR/dbus-1)
- -CMAKE_INSTALL_DBUSDIR:PATH=
- -
- -//D-Bus interfaces (DBUSDIR/interfaces)
- -CMAKE_INSTALL_DBUSINTERFACEDIR:PATH=
- -
- -//D-Bus session services (DBUSDIR/services)
- -CMAKE_INSTALL_DBUSSERVICEDIR:PATH=
- -
- -//D-Bus system services (DBUSDIR/system-services)
- -CMAKE_INSTALL_DBUSSYSTEMSERVICEDIR:PATH=
- -
- -//desktop directories (DATAROOTDIR/desktop-directories)
- -CMAKE_INSTALL_DESKTOPDIR:PATH=
- -
- -//documentation bundles generated using kdoctools (DATAROOTDIR/doc/HTML)
- -CMAKE_INSTALL_DOCBUNDLEDIR:PATH=
- -
- -//executables and libraries ()
- -CMAKE_INSTALL_EXECROOTDIR:PATH=
- -
- -//icons (DATAROOTDIR/icons)
- -CMAKE_INSTALL_ICONDIR:PATH=
- -
- -//C and C++ header files (include)
- -CMAKE_INSTALL_INCLUDEDIR:PATH=
- -
- -//info documentation (DATAROOTDIR/info)
- -CMAKE_INSTALL_INFODIR:PATH=
- -
- -//kconfig description files (DATAROOTDIR/config.kcfg)
- -CMAKE_INSTALL_KCFGDIR:PATH=
- -
- -//kconf_update scripts (DATAROOTDIR/kconf_update)
- -CMAKE_INSTALL_KCONFUPDATEDIR:PATH=
- -
- -//knotify description files (DATAROOTDIR/knotifications5)
- -CMAKE_INSTALL_KNOTIFY5RCDIR:PATH=
- -
- -//services for KDE Frameworks 5 (DATAROOTDIR/kservices5)
- -CMAKE_INSTALL_KSERVICES5DIR:PATH=
- -
- -//service types for KDE Frameworks 5 (DATAROOTDIR/kservicetypes5)
- -CMAKE_INSTALL_KSERVICETYPES5DIR:PATH=
- -
- -//kxmlgui .rc files (DATAROOTDIR/kxmlgui5)
- -CMAKE_INSTALL_KXMLGUI5DIR:PATH=
- -
- -//object code libraries (EXECROOTDIR/lib/i386-linux-gnu)
- -CMAKE_INSTALL_LIBDIR:PATH=
- -
- -//executables for internal use by programs and libraries (LIBDIR/libexec)
- -CMAKE_INSTALL_LIBEXECDIR:PATH=
- -
- -//knotify description files (DATAROOTDIR/locale)
- -CMAKE_INSTALL_LOCALEDIR:PATH=
- -
- -//modifiable single-machine data (var)
- -CMAKE_INSTALL_LOCALSTATEDIR:PATH=
- -
- -//man documentation (DATAROOTDIR/man)
- -CMAKE_INSTALL_MANDIR:PATH=
- -
- -//AppStream component metadata (DATAROOTDIR/appdata)
- -CMAKE_INSTALL_METAINFODIR:PATH=
- -
- -//mime description files (DATAROOTDIR/mime/packages)
- -CMAKE_INSTALL_MIMEDIR:PATH=
- -
- -//Plugins (QTPLUGINDIR)
- -CMAKE_INSTALL_PLUGINDIR:PATH=
- -
- -//Install path prefix, prepended onto install directories.
- -CMAKE_INSTALL_PREFIX:PATH=/usr/local
- -
- -//QtQuick2 imports (LIBDIR/qml)
- -CMAKE_INSTALL_QMLDIR:PATH=
- -
- -//Qt plugins (LIBDIR/plugins)
- -CMAKE_INSTALL_QTPLUGINDIR:PATH=
- -
- -//QtQuick1 imports (QTPLUGINDIR/imports)
- -CMAKE_INSTALL_QTQUICKIMPORTSDIR:PATH=
- -
- -//system admin executables (EXECROOTDIR/sbin)
- -CMAKE_INSTALL_SBINDIR:PATH=
- -
- -//modifiable architecture-independent data (com)
- -CMAKE_INSTALL_SHAREDSTATEDIR:PATH=
- -
- -//sound files (DATAROOTDIR/sounds)
- -CMAKE_INSTALL_SOUNDDIR:PATH=
- -
- -//read-only single-machine data (etc)
- -CMAKE_INSTALL_SYSCONFDIR:PATH=
- -
- -//templates (DATAROOTDIR/templates)
- -CMAKE_INSTALL_TEMPLATEDIR:PATH=
- -
- -//desktop wallpaper images (DATAROOTDIR/wallpapers)
- -CMAKE_INSTALL_WALLPAPERDIR:PATH=
- -
- -//Path to a program.
- -CMAKE_LINKER:FILEPATH=/usr/bin/ld
- -
- -//Path to a program.
- -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
- -
- -//Flags used by the linker during the creation of modules.
- -CMAKE_MODULE_LINKER_FLAGS:STRING=' '
- -
- -//Flags used by the linker during debug builds.
- -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
- -
- -//Flags used by the linker during release minsize builds.
- -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
- -
- -//Flags used by the linker during release builds.
- -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
- -
- -//Flags used by the linker during Release with Debug Info builds.
- -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- -
- -//Path to a program.
- -CMAKE_NM:FILEPATH=/usr/bin/nm
- -
- -//Path to a program.
- -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
- -
- -//Path to a program.
- -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
- -
- -//Value Computed by CMake
- -CMAKE_PROJECT_NAME:STATIC=kalzium
- -
- -//Path to a program.
- -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
- -
- -//Flags used by the linker during the creation of dll's.
- -CMAKE_SHARED_LINKER_FLAGS:STRING=' '
- -
- -//Flags used by the linker during debug builds.
- -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
- -
- -//Flags used by the linker during release minsize builds.
- -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
- -
- -//Flags used by the linker during release builds.
- -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
- -
- -//Flags used by the linker during Release with Debug Info builds.
- -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- -
- -//If set, runtime paths are not added when installing shared libraries,
- -// but are added when building.
- -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
- -
- -//If set, runtime paths are not added when using shared libraries.
- -CMAKE_SKIP_RPATH:BOOL=NO
- -
- -//Flags used by the linker during the creation of static libraries.
- -CMAKE_STATIC_LINKER_FLAGS:STRING=
- -
- -//Flags used by the linker during debug builds.
- -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
- -
- -//Flags used by the linker during release minsize builds.
- -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
- -
- -//Flags used by the linker during release builds.
- -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
- -
- -//Flags used by the linker during Release with Debug Info builds.
- -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- -
- -//Path to a program.
- -CMAKE_STRIP:FILEPATH=/usr/bin/strip
- -
- -//If 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
- -
- -//The directory containing a CMake configuration file for ECM.
- -ECM_DIR:PATH=/usr/share/ECM/cmake
- -
- -//Path to a file.
- -EIGEN2_INCLUDE_DIR:PATH=/usr/include/eigen2
- -
- -//Path to a file.
- -EIGEN3_INCLUDE_DIR:PATH=/usr/include/eigen3
- -
- -//The directory containing a CMake configuration file for Eigen2.
- -Eigen2_DIR:PATH=Eigen2_DIR-NOTFOUND
- -
- -//Path to a file.
- -GLEW_INCLUDE_DIR:PATH=/usr/include
- -
- -//Path to a library.
- -GLEW_LIBRARY:FILEPATH=/usr/lib/i386-linux-gnu/libGLEW.so
- -
- -//Path to a file.
- -KDE4_DATA_DIR:PATH=KDE4_DATA_DIR-NOTFOUND
- -
- -//Path to a program.
- -KDE4_KDECONFIG_EXECUTABLE:FILEPATH=/usr/bin/kde4-config
- -
- -//Install mkspecs files, Plugins and Imports to the Qt 5 install
- -// dir
- -KDE_INSTALL_USE_QT_SYS_PATHS:BOOL=OFF
- -
- -//Tool to serialize resource-intensive commands in parallel builds
- -KDOCTOOLS_SERIALIZE_TOOL:STRING=
- -
- -//The directory containing a CMake configuration file for KF5Archive.
- -KF5Archive_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/KF5Archive
- -
- -//The directory containing a CMake configuration file for KF5Avogadro.
- -KF5Avogadro_DIR:PATH=KF5Avogadro_DIR-NOTFOUND
- -
- -//The directory containing a CMake configuration file for KF5Config.
- -KF5Config_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/KF5Config
- -
- -//The directory containing a CMake configuration file for KF5CoreAddons.
- -KF5CoreAddons_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons
- -
- -//The directory containing a CMake configuration file for KF5DocTools.
- -KF5DocTools_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/KF5DocTools
- -
- -//The directory containing a CMake configuration file for KF5Solid.
- -KF5Solid_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/KF5Solid
- -
- -//The directory containing a CMake configuration file for KF5.
- -KF5_DIR:PATH=KF5_DIR-NOTFOUND
- -
- -//The directory containing a CMake configuration file for KF5doctools.
- -KF5doctools_DIR:PATH=KF5doctools_DIR-NOTFOUND
- -
- -//The directory containing a CMake configuration file for KF5kdoctools.
- -KF5kdoctools_DIR:PATH=KF5kdoctools_DIR-NOTFOUND
- -
- -//Path to a file.
- -LIBFACILE_INCLUDE_DIR:PATH=/usr/lib/ocaml/facile
- -
- -//Path to a library.
- -LIBFACILE_LIBRARIES:FILEPATH=/usr/lib/ocaml/facile/facile.a
- -
- -//Path to a library.
- -OCAML_ASMRUN_LIBRARY:FILEPATH=OCAML_ASMRUN_LIBRARY-NOTFOUND
- -
- -//Path to a library.
- -OCAML_NUMS_LIBRARY:FILEPATH=OCAML_NUMS_LIBRARY-NOTFOUND
- -
- -//Path to a program.
- -OCAML_OCAMLC_EXECUTABLE:FILEPATH=/usr/bin/ocamlc
- -
- -//Path to a program.
- -OCAML_OCAMLDEP_EXECUTABLE:FILEPATH=/usr/bin/ocamldep
- -
- -//Path to a program.
- -OCAML_OCAMLOPT_EXECUTABLE:FILEPATH=/usr/bin/ocamlopt
- -
- -//Path to a library.
- -OCAML_STR_LIBRARY:FILEPATH=OCAML_STR_LIBRARY-NOTFOUND
- -
- -//Path to a program.
- -OPENBABEL2_EXECUTABLE:FILEPATH=OPENBABEL2_EXECUTABLE-NOTFOUND
- -
- -//Path to a file.
- -OPENBABEL2_INCLUDE_DIR:PATH=/usr/include/openbabel-2.0
- -
- -//Path to a library.
- -OPENBABEL2_LIBRARIES:FILEPATH=/usr/lib/libopenbabel.so
- -
- -//pkg-config executable
- -PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
- -
- -//Path to a library.
- -QT_ARTHURPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_ARTHURPLUGIN_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_ARTHURPLUGIN_PLUGIN_RELEASE:FILEPATH=QT_ARTHURPLUGIN_PLUGIN_RELEASE-NOTFOUND
- -
- -//Path to a library.
- -QT_CONTAINEREXTENSION_PLUGIN_DEBUG:FILEPATH=QT_CONTAINEREXTENSION_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_CONTAINEREXTENSION_PLUGIN_RELEASE:FILEPATH=QT_CONTAINEREXTENSION_PLUGIN_RELEASE-NOTFOUND
- -
- -//Path to a library.
- -QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE:FILEPATH=QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE-NOTFOUND
- -
- -//Path to a program.
- -QT_DBUSCPP2XML_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/qdbuscpp2xml
- -
- -//Path to a program.
- -QT_DBUSXML2CPP_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/qdbusxml2cpp
- -
- -//Path to a program.
- -QT_DESIGNER_EXECUTABLE:FILEPATH=QT_DESIGNER_EXECUTABLE-NOTFOUND
- -
- -//The location of the Qt docs
- -QT_DOC_DIR:PATH=/usr/share/qt4/doc
- -
- -//The location of the Qt imports
- -QT_IMPORTS_DIR:PATH=QT_IMPORTS_DIR-NOTFOUND
- -
- -//Path to a program.
- -QT_LINGUIST_EXECUTABLE:FILEPATH=QT_LINGUIST_EXECUTABLE-NOTFOUND
- -
- -//Path to a program.
- -QT_LRELEASE_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/lrelease
- -
- -//Path to a program.
- -QT_LUPDATE_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/lupdate
- -
- -//The location of the Qt mkspecs containing qconfig.pri
- -QT_MKSPECS_DIR:PATH=/usr/share/qt4/mkspecs
- -
- -//Path to a program.
- -QT_MOC_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/moc
- -
- -//Path to a library.
- -QT_PHONONWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_PHONONWIDGETS_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_PHONONWIDGETS_PLUGIN_RELEASE:FILEPATH=QT_PHONONWIDGETS_PLUGIN_RELEASE-NOTFOUND
- -
- -//Path to a file.
- -QT_PHONON_INCLUDE_DIR:PATH=QT_PHONON_INCLUDE_DIR-NOTFOUND
- -
- -//The Qt PHONON library
- -QT_PHONON_LIBRARY:STRING=
- -
- -//Path to a library.
- -QT_PHONON_LIBRARY_DEBUG:FILEPATH=QT_PHONON_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_PHONON_LIBRARY_RELEASE:FILEPATH=QT_PHONON_LIBRARY_RELEASE-NOTFOUND
- -
- -//The location of the Qt plugins
- -QT_PLUGINS_DIR:PATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/qt4/plugins/codecs/libqcncodecs.so
- -
- -//Path to a program.
- -QT_QCOLLECTIONGENERATOR_EXECUTABLE:FILEPATH=QT_QCOLLECTIONGENERATOR_EXECUTABLE-NOTFOUND
- -
- -//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=/usr/lib/i386-linux-gnu/qt4/plugins/designer/libqdeclarativeview.so
- -
- -//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=/usr/lib/i386-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so
- -
- -//Path to a library.
- -QT_QGIF_PLUGIN_DEBUG:FILEPATH=QT_QGIF_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QGIF_PLUGIN_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/qt4/plugins/codecs/libqkrcodecs.so
- -
- -//Where can the qmake library be found
- -QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake
- -
- -//Path to a library.
- -QT_QMNG_PLUGIN_DEBUG:FILEPATH=QT_QMNG_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QMNG_PLUGIN_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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=QT_QSQLODBC_PLUGIN_RELEASE-NOTFOUND
- -
- -//Path to a library.
- -QT_QSQLPSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLPSQL_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QSQLPSQL_PLUGIN_RELEASE:FILEPATH=QT_QSQLPSQL_PLUGIN_RELEASE-NOTFOUND
- -
- -//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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/qt4/plugins/designer/libqt3supportwidgets.so
- -
- -//Path to a file.
- -QT_QT3SUPPORT_INCLUDE_DIR:PATH=/usr/include/qt4/Qt3Support
- -
- -//The Qt QT3SUPPORT library
- -QT_QT3SUPPORT_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQt3Support.so
- -
- -//Path to a library.
- -QT_QT3SUPPORT_LIBRARY_DEBUG:FILEPATH=QT_QT3SUPPORT_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QT3SUPPORT_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/qt4/plugins/accessible/libqtaccessiblewidgets.so
- -
- -//Path to a file.
- -QT_QTASSISTANTCLIENT_INCLUDE_DIR:PATH=QT_QTASSISTANTCLIENT_INCLUDE_DIR-NOTFOUND
- -
- -//The Qt QTASSISTANTCLIENT library
- -QT_QTASSISTANTCLIENT_LIBRARY:STRING=
- -
- -//Path to a library.
- -QT_QTASSISTANTCLIENT_LIBRARY_DEBUG:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTASSISTANTCLIENT_LIBRARY_RELEASE:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-NOTFOUND
- -
- -//Path to a file.
- -QT_QTASSISTANT_INCLUDE_DIR:PATH=QT_QTASSISTANT_INCLUDE_DIR-NOTFOUND
- -
- -//The Qt QTASSISTANT library
- -QT_QTASSISTANT_LIBRARY:STRING=
- -
- -//Path to a library.
- -QT_QTASSISTANT_LIBRARY_DEBUG:FILEPATH=QT_QTASSISTANT_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTASSISTANT_LIBRARY_RELEASE:FILEPATH=QT_QTASSISTANT_LIBRARY_RELEASE-NOTFOUND
- -
- -//The Qt QTCLUCENE library
- -QT_QTCLUCENE_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtCLucene.so
- -
- -//Path to a library.
- -QT_QTCLUCENE_LIBRARY_DEBUG:FILEPATH=QT_QTCLUCENE_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTCLUCENE_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtCLucene.so
- -
- -//Path to a file.
- -QT_QTCORE_INCLUDE_DIR:PATH=/usr/include/qt4/QtCore
- -
- -//The Qt QTCORE library
- -QT_QTCORE_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtCore.so
- -
- -//Path to a library.
- -QT_QTCORE_LIBRARY_DEBUG:FILEPATH=QT_QTCORE_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTCORE_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtCore.so
- -
- -//Path to a file.
- -QT_QTDBUS_INCLUDE_DIR:PATH=/usr/include/qt4/QtDBus
- -
- -//The Qt QTDBUS library
- -QT_QTDBUS_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtDBus.so
- -
- -//Path to a library.
- -QT_QTDBUS_LIBRARY_DEBUG:FILEPATH=QT_QTDBUS_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTDBUS_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtDBus.so
- -
- -//Path to a file.
- -QT_QTDECLARATIVE_INCLUDE_DIR:PATH=/usr/include/qt4/QtDeclarative
- -
- -//The Qt QTDECLARATIVE library
- -QT_QTDECLARATIVE_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtDeclarative.so
- -
- -//Path to a library.
- -QT_QTDECLARATIVE_LIBRARY_DEBUG:FILEPATH=QT_QTDECLARATIVE_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTDECLARATIVE_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtDeclarative.so
- -
- -//Path to a file.
- -QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR:PATH=/usr/include/qt4/QtDesigner
- -
- -//The Qt QTDESIGNERCOMPONENTS library
- -QT_QTDESIGNERCOMPONENTS_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtDesignerComponents.so
- -
- -//Path to a library.
- -QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG:FILEPATH=QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtDesignerComponents.so
- -
- -//Path to a file.
- -QT_QTDESIGNER_INCLUDE_DIR:PATH=/usr/include/qt4/QtDesigner
- -
- -//The Qt QTDESIGNER library
- -QT_QTDESIGNER_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtDesigner.so
- -
- -//Path to a library.
- -QT_QTDESIGNER_LIBRARY_DEBUG:FILEPATH=QT_QTDESIGNER_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTDESIGNER_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtDesigner.so
- -
- -//Path to a file.
- -QT_QTGUI_INCLUDE_DIR:PATH=/usr/include/qt4/QtGui
- -
- -//The Qt QTGUI library
- -QT_QTGUI_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtGui.so
- -
- -//Path to a library.
- -QT_QTGUI_LIBRARY_DEBUG:FILEPATH=QT_QTGUI_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTGUI_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtGui.so
- -
- -//Path to a file.
- -QT_QTHELP_INCLUDE_DIR:PATH=/usr/include/qt4/QtHelp
- -
- -//The Qt QTHELP library
- -QT_QTHELP_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtHelp.so
- -
- -//Path to a library.
- -QT_QTHELP_LIBRARY_DEBUG:FILEPATH=QT_QTHELP_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTHELP_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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=QT_QTMULTIMEDIA_INCLUDE_DIR-NOTFOUND
- -
- -//The Qt QTMULTIMEDIA library
- -QT_QTMULTIMEDIA_LIBRARY:STRING=
- -
- -//Path to a library.
- -QT_QTMULTIMEDIA_LIBRARY_DEBUG:FILEPATH=QT_QTMULTIMEDIA_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTMULTIMEDIA_LIBRARY_RELEASE:FILEPATH=QT_QTMULTIMEDIA_LIBRARY_RELEASE-NOTFOUND
- -
- -//Path to a file.
- -QT_QTNETWORK_INCLUDE_DIR:PATH=/usr/include/qt4/QtNetwork
- -
- -//The Qt QTNETWORK library
- -QT_QTNETWORK_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtNetwork.so
- -
- -//Path to a library.
- -QT_QTNETWORK_LIBRARY_DEBUG:FILEPATH=QT_QTNETWORK_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTNETWORK_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/qt4/QtOpenGL
- -
- -//The Qt QTOPENGL library
- -QT_QTOPENGL_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtOpenGL.so
- -
- -//Path to a library.
- -QT_QTOPENGL_LIBRARY_DEBUG:FILEPATH=QT_QTOPENGL_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTOPENGL_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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/lib/i386-linux-gnu/qt4/plugins/script/libqtscriptdbus.so
- -
- -//Path to a file.
- -QT_QTSCRIPTTOOLS_INCLUDE_DIR:PATH=/usr/include/qt4/QtScriptTools
- -
- -//The Qt QTSCRIPTTOOLS library
- -QT_QTSCRIPTTOOLS_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtScriptTools.so
- -
- -//Path to a library.
- -QT_QTSCRIPTTOOLS_LIBRARY_DEBUG:FILEPATH=QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTSCRIPTTOOLS_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtScriptTools.so
- -
- -//Path to a file.
- -QT_QTSCRIPT_INCLUDE_DIR:PATH=/usr/include/qt4/QtScript
- -
- -//The Qt QTSCRIPT library
- -QT_QTSCRIPT_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtScript.so
- -
- -//Path to a library.
- -QT_QTSCRIPT_LIBRARY_DEBUG:FILEPATH=QT_QTSCRIPT_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTSCRIPT_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtScript.so
- -
- -//Path to a file.
- -QT_QTSQL_INCLUDE_DIR:PATH=/usr/include/qt4/QtSql
- -
- -//The Qt QTSQL library
- -QT_QTSQL_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtSql.so
- -
- -//Path to a library.
- -QT_QTSQL_LIBRARY_DEBUG:FILEPATH=QT_QTSQL_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTSQL_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtSql.so
- -
- -//Path to a file.
- -QT_QTSVG_INCLUDE_DIR:PATH=/usr/include/qt4/QtSvg
- -
- -//The Qt QTSVG library
- -QT_QTSVG_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtSvg.so
- -
- -//Path to a library.
- -QT_QTSVG_LIBRARY_DEBUG:FILEPATH=QT_QTSVG_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTSVG_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtSvg.so
- -
- -//Path to a file.
- -QT_QTTEST_INCLUDE_DIR:PATH=/usr/include/qt4/QtTest
- -
- -//The Qt QTTEST library
- -QT_QTTEST_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtTest.so
- -
- -//Path to a library.
- -QT_QTTEST_LIBRARY_DEBUG:FILEPATH=QT_QTTEST_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTTEST_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtTest.so
- -
- -//Path to a file.
- -QT_QTUITOOLS_INCLUDE_DIR:PATH=/usr/include/qt4/QtUiTools
- -
- -//The Qt QTUITOOLS library
- -QT_QTUITOOLS_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtUiTools.a
- -
- -//Path to a library.
- -QT_QTUITOOLS_LIBRARY_DEBUG:FILEPATH=QT_QTUITOOLS_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTUITOOLS_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/qt4/plugins/codecs/libqtwcodecs.so
- -
- -//Path to a file.
- -QT_QTWEBKIT_INCLUDE_DIR:PATH=/usr/include/qt4/QtWebKit
- -
- -//The Qt QTWEBKIT library
- -QT_QTWEBKIT_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtWebKit.so
- -
- -//Path to a library.
- -QT_QTWEBKIT_LIBRARY_DEBUG:FILEPATH=QT_QTWEBKIT_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTWEBKIT_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtWebKit.so
- -
- -//Path to a file.
- -QT_QTXMLPATTERNS_INCLUDE_DIR:PATH=/usr/include/qt4/QtXmlPatterns
- -
- -//The Qt QTXMLPATTERNS library
- -QT_QTXMLPATTERNS_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtXmlPatterns.so
- -
- -//Path to a library.
- -QT_QTXMLPATTERNS_LIBRARY_DEBUG:FILEPATH=QT_QTXMLPATTERNS_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTXMLPATTERNS_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/libQtXmlPatterns.so
- -
- -//Path to a file.
- -QT_QTXML_INCLUDE_DIR:PATH=/usr/include/qt4/QtXml
- -
- -//The Qt QTXML library
- -QT_QTXML_LIBRARY:STRING=/usr/lib/i386-linux-gnu/libQtXml.so
- -
- -//Path to a library.
- -QT_QTXML_LIBRARY_DEBUG:FILEPATH=QT_QTXML_LIBRARY_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_QTXML_LIBRARY_RELEASE:FILEPATH=/usr/lib/i386-linux-gnu/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/lib/i386-linux-gnu/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=QT_TASKMENUEXTENSION_PLUGIN_RELEASE-NOTFOUND
- -
- -//The location of the Qt translations
- -QT_TRANSLATIONS_DIR:PATH=/usr/share/qt4/translations
- -
- -//Path to a program.
- -QT_UIC3_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/uic3
- -
- -//Path to a program.
- -QT_UIC_EXECUTABLE:FILEPATH=/usr/lib/i386-linux-gnu/qt4/bin/uic
- -
- -//Path to a library.
- -QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-NOTFOUND
- -
- -//Path to a library.
- -QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE:FILEPATH=QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE-NOTFOUND
- -
- -//The directory containing a CMake configuration file for Qt5Core.
- -Qt5Core_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/Qt5Core
- -
- -//The directory containing a CMake configuration file for Qt5Gui.
- -Qt5Gui_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/Qt5Gui
- -
- -//The directory containing a CMake configuration file for Qt5Widgets.
- -Qt5Widgets_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/Qt5Widgets
- -
- -//The directory containing a CMake configuration file for Qt5Xml.
- -Qt5Xml_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/Qt5Xml
- -
- -//The directory containing a CMake configuration file for Qt5.
- -Qt5_DIR:PATH=/usr/lib/i386-linux-gnu/cmake/Qt5
- -
- -//Dependencies for the target
- -compoundviewer_LIB_DEPENDS:STATIC=general;/usr/lib/libopenbabel.so;general;Qt5::OpenGL;general;KF5::WidgetsAddons;general;avogadro;
- -
- -//Value Computed by CMake
- -concentrationCalculator_BINARY_DIR:STATIC=/home/anu/kalzium/makefile2/plasmoid/applet/concentrationPlasmoid
- -
- -//Dependencies for the target
- -concentrationCalculator_LIB_DEPENDS:STATIC=general;KF5::Plasma;general;KF5::WidgetsAddons;general;KF5::UnitConversion;
- -
- -//Value Computed by CMake
- -concentrationCalculator_SOURCE_DIR:STATIC=/home/anu/kalzium/plasmoid/applet/concentrationPlasmoid
- -
- -//Value Computed by CMake
- -gasCalculator_BINARY_DIR:STATIC=/home/anu/kalzium/makefile2/plasmoid/applet/gasPlasmoid
- -
- -//Dependencies for the target
- -gasCalculator_LIB_DEPENDS:STATIC=general;KF5::Plasma;general;KF5::Ui;general;KF5::WidgetsAddons;general;KF5::UnitConversion;
- -
- -//Value Computed by CMake
- -gasCalculator_SOURCE_DIR:STATIC=/home/anu/kalzium/plasmoid/applet/gasPlasmoid
- -
- -//Value Computed by CMake
- -kalzium_BINARY_DIR:STATIC=/home/anu/kalzium/makefile2
- -
- -//Value Computed by CMake
- -kalzium_SOURCE_DIR:STATIC=/home/anu/kalzium
- -
- -//Value Computed by CMake
- -nuclearCalculator_BINARY_DIR:STATIC=/home/anu/kalzium/makefile2/plasmoid/applet/nuclearPlasmoid
- -
- -//Dependencies for the target
- -nuclearCalculator_LIB_DEPENDS:STATIC=general;KF5::Plasma;general;KF5::Ui;general;KF5::KHtml;general;science;general;KF5::UnitConversion;
- -
- -//Value Computed by CMake
- -nuclearCalculator_SOURCE_DIR:STATIC=/home/anu/kalzium/plasmoid/applet/nuclearPlasmoid
- -
- -//Dependencies for the target
- -plasma_applet_didyouknow_LIB_DEPENDS:STATIC=general;KF5::Plasma;general;KF5::KIOWidgests;general;science;
- -
- -//Dependencies for the target
- -plasma_applet_molmassCalculator_LIB_DEPENDS:STATIC=general;KF5::Plasma;general;KF5::WidgetAddons;general;science;
- -
- -//Dependencies for the target
- -plasma_engine_kalzium_LIB_DEPENDS:STATIC=general;KF5::Plasma;general;Qt5::Xml;general;science;
- -
- -//Dependencies for the target
- -science_LIB_DEPENDS:STATIC=general;Qt5::Xml;general;KF5::UnitConversion;general;KF5::WidgetsAddons;
- -
- -
- -########################
- -# INTERNAL cache entries
- -########################
- -
- -CHEMICAL_MIME_DATA_CFLAGS:INTERNAL=
- -CHEMICAL_MIME_DATA_CFLAGS_I:INTERNAL=
- -CHEMICAL_MIME_DATA_CFLAGS_OTHER:INTERNAL=
- -CHEMICAL_MIME_DATA_FOUND:INTERNAL=1
- -CHEMICAL_MIME_DATA_INCLUDEDIR:INTERNAL=
- -CHEMICAL_MIME_DATA_INCLUDE_DIRS:INTERNAL=
- -CHEMICAL_MIME_DATA_LDFLAGS:INTERNAL=
- -CHEMICAL_MIME_DATA_LDFLAGS_OTHER:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBDIR:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBRARIES:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBRARY_DIRS:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBS:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBS_L:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBS_OTHER:INTERNAL=
- -CHEMICAL_MIME_DATA_LIBS_PATHS:INTERNAL=
- -CHEMICAL_MIME_DATA_PREFIX:INTERNAL=/usr
- -CHEMICAL_MIME_DATA_STATIC_CFLAGS:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_CFLAGS_I:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_CFLAGS_OTHER:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_INCLUDE_DIRS:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LDFLAGS:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LDFLAGS_OTHER:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBDIR:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBRARIES:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBRARY_DIRS:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBS:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBS_L:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBS_OTHER:INTERNAL=
- -CHEMICAL_MIME_DATA_STATIC_LIBS_PATHS:INTERNAL=
- -CHEMICAL_MIME_DATA_VERSION:INTERNAL=0.1.94
- -CHEMICAL_MIME_DATA_chemical-mime-data_INCLUDEDIR:INTERNAL=
- -CHEMICAL_MIME_DATA_chemical-mime-data_LIBDIR:INTERNAL=
- -CHEMICAL_MIME_DATA_chemical-mime-data_PREFIX:INTERNAL=
- -CHEMICAL_MIME_DATA_chemical-mime-data_VERSION:INTERNAL=
- -//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/make
- -//This is the directory where this CMakeCache.txt was created
- -CMAKE_CACHEFILE_DIR:INTERNAL=/home/anu/kalzium/makefile2
- -//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=12
- -//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
- -//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
- -//Name of generator toolset.
- -CMAKE_GENERATOR_TOOLSET:INTERNAL=
- -//Start directory with the top level CMakeLists.txt file for this
- -// project
- -CMAKE_HOME_DIRECTORY:INTERNAL=/home/anu/kalzium
- -//ADVANCED property for variable: CMAKE_INSTALL_APPDIR
- -CMAKE_INSTALL_APPDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_AUTOSTARTDIR
- -CMAKE_INSTALL_AUTOSTARTDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
- -CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_CMAKEPACKAGEDIR
- -CMAKE_INSTALL_CMAKEPACKAGEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_CONFDIR
- -CMAKE_INSTALL_CONFDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
- -CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
- -CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DBUSDIR
- -CMAKE_INSTALL_DBUSDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DBUSINTERFACEDIR
- -CMAKE_INSTALL_DBUSINTERFACEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DBUSSERVICEDIR
- -CMAKE_INSTALL_DBUSSERVICEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DBUSSYSTEMSERVICEDIR
- -CMAKE_INSTALL_DBUSSYSTEMSERVICEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DESKTOPDIR
- -CMAKE_INSTALL_DESKTOPDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_DOCBUNDLEDIR
- -CMAKE_INSTALL_DOCBUNDLEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_EXECROOTDIR
- -CMAKE_INSTALL_EXECROOTDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_ICONDIR
- -CMAKE_INSTALL_ICONDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
- -CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
- -CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_KCFGDIR
- -CMAKE_INSTALL_KCFGDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_KCONFUPDATEDIR
- -CMAKE_INSTALL_KCONFUPDATEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_KNOTIFY5RCDIR
- -CMAKE_INSTALL_KNOTIFY5RCDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_KSERVICES5DIR
- -CMAKE_INSTALL_KSERVICES5DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_KSERVICETYPES5DIR
- -CMAKE_INSTALL_KSERVICETYPES5DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_KXMLGUI5DIR
- -CMAKE_INSTALL_KXMLGUI5DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
- -CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
- -CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
- -CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
- -CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
- -CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_METAINFODIR
- -CMAKE_INSTALL_METAINFODIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_MIMEDIR
- -CMAKE_INSTALL_MIMEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_PLUGINDIR
- -CMAKE_INSTALL_PLUGINDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_QMLDIR
- -CMAKE_INSTALL_QMLDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_QTPLUGINDIR
- -CMAKE_INSTALL_QTPLUGINDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_QTQUICKIMPORTSDIR
- -CMAKE_INSTALL_QTQUICKIMPORTSDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
- -CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
- -CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_SOUNDDIR
- -CMAKE_INSTALL_SOUNDDIR-ADVANCED:INTERNAL=1
- -//Install .so files without execute permission.
- -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
- -CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_TEMPLATEDIR
- -CMAKE_INSTALL_TEMPLATEDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_INSTALL_WALLPAPERDIR
- -CMAKE_INSTALL_WALLPAPERDIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_LINKER
- -CMAKE_LINKER-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
- -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
- -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
- -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
- -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
- -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
- -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_NM
- -CMAKE_NM-ADVANCED:INTERNAL=1
- -//number of local generators
- -CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=26
- -//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_STATIC_LINKER_FLAGS
- -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
- -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
- -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
- -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
- -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: CMAKE_STRIP
- -CMAKE_STRIP-ADVANCED:INTERNAL=1
- -//uname command
- -CMAKE_UNAME:INTERNAL=/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: EIGEN2_INCLUDE_DIR
- -EIGEN2_INCLUDE_DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: EIGEN3_INCLUDE_DIR
- -EIGEN3_INCLUDE_DIR-ADVANCED:INTERNAL=1
- -//Details about finding Eigen2
- -FIND_PACKAGE_MESSAGE_DETAILS_Eigen2:INTERNAL=[/usr/include/eigen2][TRUE][v(2.0.0)]
- -//Details about finding Eigen3
- -FIND_PACKAGE_MESSAGE_DETAILS_Eigen3:INTERNAL=[/usr/include/eigen3][TRUE][v(2.91.0)]
- -//Details about finding KF5
- -FIND_PACKAGE_MESSAGE_DETAILS_KF5:INTERNAL=[success][cfound components: CoreAddons Solid Config ][v5.3.0()]
- -//Details about finding KF5Config
- -FIND_PACKAGE_MESSAGE_DETAILS_KF5Config:INTERNAL=[/usr/lib/i386-linux-gnu/cmake/KF5Config/KF5ConfigConfig.cmake][v5.3.0()]
- -//Details about finding KF5CoreAddons
- -FIND_PACKAGE_MESSAGE_DETAILS_KF5CoreAddons:INTERNAL=[/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake][v5.3.0()]
- -//Details about finding KF5Solid
- -FIND_PACKAGE_MESSAGE_DETAILS_KF5Solid:INTERNAL=[/usr/lib/i386-linux-gnu/cmake/KF5Solid/KF5SolidConfig.cmake][v5.3.0()]
- -//Details about finding Libfacile
- -FIND_PACKAGE_MESSAGE_DETAILS_Libfacile:INTERNAL=[/usr/lib/ocaml/facile][/usr/lib/ocaml/facile/facile.a][TRUE][v()]
- -//Details about finding PkgConfig
- -FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.28()]
- -//Details about finding Qt4
- -FIND_PACKAGE_MESSAGE_DETAILS_Qt4:INTERNAL=[/usr/bin/qmake][/usr/lib/i386-linux-gnu/qt5/bin/moc][/usr/lib/i386-linux-gnu/qt4/bin/rcc][/usr/lib/i386-linux-gnu/qt4/bin/uic][/usr/include/qt4][/usr/lib/i386-linux-gnu][/usr/lib/i386-linux-gnu/libQtCore.so][v4.8.6()]
- -//Have includes ieeefp.h
- -HAVE_IEEEFP_H:INTERNAL=
- -//Have symbol __GLIBC__
- -LIBC_IS_GLIBC:INTERNAL=1
- -//ADVANCED property for variable: LIBFACILE_INCLUDE_DIR
- -LIBFACILE_INCLUDE_DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: LIBFACILE_LIBRARIES
- -LIBFACILE_LIBRARIES-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: OPENBABEL2_INCLUDE_DIR
- -OPENBABEL2_INCLUDE_DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: OPENBABEL2_LIBRARIES
- -OPENBABEL2_LIBRARIES-ADVANCED:INTERNAL=1
- -PC_OPENBABEL2_CFLAGS:INTERNAL=-I/usr/include/openbabel-2.0
- -PC_OPENBABEL2_CFLAGS_I:INTERNAL=
- -PC_OPENBABEL2_CFLAGS_OTHER:INTERNAL=
- -PC_OPENBABEL2_FOUND:INTERNAL=1
- -PC_OPENBABEL2_INCLUDEDIR:INTERNAL=/usr/include
- -PC_OPENBABEL2_INCLUDE_DIRS:INTERNAL=/usr/include/openbabel-2.0
- -PC_OPENBABEL2_LDFLAGS:INTERNAL=-lopenbabel
- -PC_OPENBABEL2_LDFLAGS_OTHER:INTERNAL=
- -PC_OPENBABEL2_LIBDIR:INTERNAL=/usr/lib
- -PC_OPENBABEL2_LIBRARIES:INTERNAL=openbabel
- -PC_OPENBABEL2_LIBRARY_DIRS:INTERNAL=
- -PC_OPENBABEL2_LIBS:INTERNAL=
- -PC_OPENBABEL2_LIBS_L:INTERNAL=
- -PC_OPENBABEL2_LIBS_OTHER:INTERNAL=
- -PC_OPENBABEL2_LIBS_PATHS:INTERNAL=
- -PC_OPENBABEL2_PREFIX:INTERNAL=/usr
- -PC_OPENBABEL2_STATIC_CFLAGS:INTERNAL=-I/usr/include/openbabel-2.0
- -PC_OPENBABEL2_STATIC_CFLAGS_I:INTERNAL=
- -PC_OPENBABEL2_STATIC_CFLAGS_OTHER:INTERNAL=
- -PC_OPENBABEL2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/openbabel-2.0
- -PC_OPENBABEL2_STATIC_LDFLAGS:INTERNAL=-lopenbabel
- -PC_OPENBABEL2_STATIC_LDFLAGS_OTHER:INTERNAL=
- -PC_OPENBABEL2_STATIC_LIBDIR:INTERNAL=
- -PC_OPENBABEL2_STATIC_LIBRARIES:INTERNAL=openbabel
- -PC_OPENBABEL2_STATIC_LIBRARY_DIRS:INTERNAL=
- -PC_OPENBABEL2_STATIC_LIBS:INTERNAL=
- -PC_OPENBABEL2_STATIC_LIBS_L:INTERNAL=
- -PC_OPENBABEL2_STATIC_LIBS_OTHER:INTERNAL=
- -PC_OPENBABEL2_STATIC_LIBS_PATHS:INTERNAL=
- -PC_OPENBABEL2_VERSION:INTERNAL=2.3.2
- -PC_OPENBABEL2_openbabel-2.0_INCLUDEDIR:INTERNAL=
- -PC_OPENBABEL2_openbabel-2.0_LIBDIR:INTERNAL=
- -PC_OPENBABEL2_openbabel-2.0_PREFIX:INTERNAL=
- -PC_OPENBABEL2_openbabel-2.0_VERSION:INTERNAL=
- -//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
- -PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
- -//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/lib/i386-linux-gnu/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/qt4
- -//ADVANCED property for variable: QT_IMPORTS_DIR
- -QT_IMPORTS_DIR-ADVANCED:INTERNAL=1
- -//ADVANCED property for variable: QT_LIBRARY_DIR
- -QT_LIBRARY_DIR-ADVANCED:INTERNAL=1
- -//Qt library dir
- -QT_LIBRARY_DIR:INTERNAL=/usr/lib/i386-linux-gnu
- -//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
- -//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
- -//Test _OFFT_IS_64BIT
- -_OFFT_IS_64BIT:INTERNAL=
- -__pkg_config_checked_CHEMICAL_MIME_DATA:INTERNAL=1
- -__pkg_config_checked_PC_OPENBABEL2:INTERNAL=1
- -
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake b/makefile2/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
- deleted file mode 100644
- index 13f09a94f39156ec2bd07e74ea0aadb859815256..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
- +++ /dev/null
- @@ -1,56 +0,0 @@
- -set(CMAKE_C_COMPILER "/usr/bin/cc")
- -set(CMAKE_C_COMPILER_ARG1 "")
- -set(CMAKE_C_COMPILER_ID "GNU")
- -set(CMAKE_C_COMPILER_VERSION "4.9.1")
- -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 "4")
- -set(CMAKE_C_COMPILER_ABI "ELF")
- -set(CMAKE_C_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -
- -if(CMAKE_C_SIZEOF_DATA_PTR)
- - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
- -endif()
- -
- -if(CMAKE_C_COMPILER_ABI)
- - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
- -endif()
- -
- -if(CMAKE_C_LIBRARY_ARCHITECTURE)
- - set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -endif()
- -
- -
- -
- -
- -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
- -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib")
- -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
- -
- -
- -
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake b/makefile2/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake
- deleted file mode 100644
- index 13619d18c7fff76225f052a09c8da6ed929941ef..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake
- +++ /dev/null
- @@ -1,57 +0,0 @@
- -set(CMAKE_CXX_COMPILER "/usr/bin/c++")
- -set(CMAKE_CXX_COMPILER_ARG1 "")
- -set(CMAKE_CXX_COMPILER_ID "GNU")
- -set(CMAKE_CXX_COMPILER_VERSION "4.9.1")
- -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 "4")
- -set(CMAKE_CXX_COMPILER_ABI "ELF")
- -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -
- -if(CMAKE_CXX_SIZEOF_DATA_PTR)
- - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
- -endif()
- -
- -if(CMAKE_CXX_COMPILER_ABI)
- - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
- -endif()
- -
- -if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
- - set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -endif()
- -
- -
- -
- -
- -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
- -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib")
- -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
- -
- -
- -
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin b/makefile2/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin
- deleted file mode 100755
- index f149003ee3fd19ee01c1fd9186eea609c5c3907d..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin b/makefile2/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin
- deleted file mode 100755
- index bbe8c33111aeae5b9bd525514c04c35894097dd0..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CMakeSystem.cmake b/makefile2/CMakeFiles/2.8.12.2/CMakeSystem.cmake
- deleted file mode 100644
- index a133f1db57b9b2f87e8fb4624646857a33ab53f8..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/2.8.12.2/CMakeSystem.cmake
- +++ /dev/null
- @@ -1,15 +0,0 @@
- -set(CMAKE_HOST_SYSTEM "Linux-3.16.0-23-generic")
- -set(CMAKE_HOST_SYSTEM_NAME "Linux")
- -set(CMAKE_HOST_SYSTEM_VERSION "3.16.0-23-generic")
- -set(CMAKE_HOST_SYSTEM_PROCESSOR "i686")
- -
- -
- -
- -set(CMAKE_SYSTEM "Linux-3.16.0-23-generic")
- -set(CMAKE_SYSTEM_NAME "Linux")
- -set(CMAKE_SYSTEM_VERSION "3.16.0-23-generic")
- -set(CMAKE_SYSTEM_PROCESSOR "i686")
- -
- -set(CMAKE_CROSSCOMPILING "FALSE")
- -
- -set(CMAKE_SYSTEM_LOADED 1)
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c b/makefile2/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c
- deleted file mode 100644
- index cba81d4a6b5cc36ccdf8b4548036436087b6da7d..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c
- +++ /dev/null
- @@ -1,389 +0,0 @@
- -#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"
- - /* __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 */
- -#elif defined(__IAR_SYSTEMS_ICC__ ) || 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__)
- -# define PLATFORM_ID "Haiku"
- -
- -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
- -# define PLATFORM_ID "BeOS"
- -
- -#elif defined(__QNX__) || defined(__QNXNTO__)
- -# define PLATFORM_ID "QNX"
- -
- -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
- -# define PLATFORM_ID "Tru64"
- -
- -#elif defined(__riscos) || defined(__riscos__)
- -# define PLATFORM_ID "RISCos"
- -
- -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
- -# define PLATFORM_ID "SINIX"
- -
- -#elif defined(__UNIX_SV__)
- -# define PLATFORM_ID "UNIX_SV"
- -
- -#elif defined(__bsdos__)
- -# define PLATFORM_ID "BSDOS"
- -
- -#elif defined(_MPRAS) || defined(MPRAS)
- -# define PLATFORM_ID "MP-RAS"
- -
- -#elif defined(__osf) || defined(__osf__)
- -# define PLATFORM_ID "OSF1"
- -
- -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
- -# define PLATFORM_ID "SCO_SV"
- -
- -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
- -# define PLATFORM_ID "ULTRIX"
- -
- -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
- -# define PLATFORM_ID "Xenix"
- -
- -#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/makefile2/CMakeFiles/2.8.12.2/CompilerIdC/a.out b/makefile2/CMakeFiles/2.8.12.2/CompilerIdC/a.out
- deleted file mode 100755
- index 4995439cf1fcf22600f17984e9936d8c229cb8a3..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/2.8.12.2/CompilerIdC/a.out and /dev/null differ
- diff --git a/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
- deleted file mode 100644
- index e8220b26e508ad8289ae53743d2ffa316c17237f..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
- +++ /dev/null
- @@ -1,377 +0,0 @@
- -/* 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"
- - /* __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"
- -
- -/* IAR Systems compiler for embedded systems.
- - http://www.iar.com */
- -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
- -# define COMPILER_ID "IAR"
- -
- -#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__)
- -# define PLATFORM_ID "Haiku"
- -
- -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
- -# define PLATFORM_ID "BeOS"
- -
- -#elif defined(__QNX__) || defined(__QNXNTO__)
- -# define PLATFORM_ID "QNX"
- -
- -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
- -# define PLATFORM_ID "Tru64"
- -
- -#elif defined(__riscos) || defined(__riscos__)
- -# define PLATFORM_ID "RISCos"
- -
- -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
- -# define PLATFORM_ID "SINIX"
- -
- -#elif defined(__UNIX_SV__)
- -# define PLATFORM_ID "UNIX_SV"
- -
- -#elif defined(__bsdos__)
- -# define PLATFORM_ID "BSDOS"
- -
- -#elif defined(_MPRAS) || defined(MPRAS)
- -# define PLATFORM_ID "MP-RAS"
- -
- -#elif defined(__osf) || defined(__osf__)
- -# define PLATFORM_ID "OSF1"
- -
- -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
- -# define PLATFORM_ID "SCO_SV"
- -
- -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
- -# define PLATFORM_ID "ULTRIX"
- -
- -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
- -# define PLATFORM_ID "Xenix"
- -
- -#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/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out b/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out
- deleted file mode 100755
- index 260cf2e3f903356964b5164f833a33f6ee589c78..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out and /dev/null differ
- diff --git a/makefile2/CMakeFiles/3.0.0/CMakeCCompiler.cmake b/makefile2/CMakeFiles/3.0.0/CMakeCCompiler.cmake
- deleted file mode 100644
- index 108cb30a925acef58828a7c18831988bf86486b2..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/3.0.0/CMakeCCompiler.cmake
- +++ /dev/null
- @@ -1,58 +0,0 @@
- -set(CMAKE_C_COMPILER "/usr/bin/cc")
- -set(CMAKE_C_COMPILER_ARG1 "")
- -set(CMAKE_C_COMPILER_ID "GNU")
- -set(CMAKE_C_COMPILER_VERSION "4.9.1")
- -set(CMAKE_C_PLATFORM_ID "Linux")
- -set(CMAKE_C_SIMULATE_ID "")
- -set(CMAKE_C_SIMULATE_VERSION "")
- -
- -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 "4")
- -set(CMAKE_C_COMPILER_ABI "ELF")
- -set(CMAKE_C_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -
- -if(CMAKE_C_SIZEOF_DATA_PTR)
- - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
- -endif()
- -
- -if(CMAKE_C_COMPILER_ABI)
- - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
- -endif()
- -
- -if(CMAKE_C_LIBRARY_ARCHITECTURE)
- - set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -endif()
- -
- -
- -
- -
- -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
- -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib")
- -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
- -
- -
- -
- diff --git a/makefile2/CMakeFiles/3.0.0/CMakeCXXCompiler.cmake b/makefile2/CMakeFiles/3.0.0/CMakeCXXCompiler.cmake
- deleted file mode 100644
- index a87112f8c3b22d4b41a734c6e8dd698efa757e69..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/3.0.0/CMakeCXXCompiler.cmake
- +++ /dev/null
- @@ -1,59 +0,0 @@
- -set(CMAKE_CXX_COMPILER "/usr/bin/c++")
- -set(CMAKE_CXX_COMPILER_ARG1 "")
- -set(CMAKE_CXX_COMPILER_ID "GNU")
- -set(CMAKE_CXX_COMPILER_VERSION "4.9.1")
- -set(CMAKE_CXX_PLATFORM_ID "Linux")
- -set(CMAKE_CXX_SIMULATE_ID "")
- -set(CMAKE_CXX_SIMULATE_VERSION "")
- -
- -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 "4")
- -set(CMAKE_CXX_COMPILER_ABI "ELF")
- -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -
- -if(CMAKE_CXX_SIZEOF_DATA_PTR)
- - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
- -endif()
- -
- -if(CMAKE_CXX_COMPILER_ABI)
- - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
- -endif()
- -
- -if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
- - set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu")
- -endif()
- -
- -
- -
- -
- -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
- -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib")
- -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
- -
- -
- -
- diff --git a/makefile2/CMakeFiles/3.0.0/CMakeDetermineCompilerABI_C.bin b/makefile2/CMakeFiles/3.0.0/CMakeDetermineCompilerABI_C.bin
- deleted file mode 100644
- index f149003ee3fd19ee01c1fd9186eea609c5c3907d..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/3.0.0/CMakeDetermineCompilerABI_C.bin and /dev/null differ
- diff --git a/makefile2/CMakeFiles/3.0.0/CMakeDetermineCompilerABI_CXX.bin b/makefile2/CMakeFiles/3.0.0/CMakeDetermineCompilerABI_CXX.bin
- deleted file mode 100644
- index bbe8c33111aeae5b9bd525514c04c35894097dd0..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/3.0.0/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ
- diff --git a/makefile2/CMakeFiles/3.0.0/CMakeSystem.cmake b/makefile2/CMakeFiles/3.0.0/CMakeSystem.cmake
- deleted file mode 100644
- index a133f1db57b9b2f87e8fb4624646857a33ab53f8..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/3.0.0/CMakeSystem.cmake
- +++ /dev/null
- @@ -1,15 +0,0 @@
- -set(CMAKE_HOST_SYSTEM "Linux-3.16.0-23-generic")
- -set(CMAKE_HOST_SYSTEM_NAME "Linux")
- -set(CMAKE_HOST_SYSTEM_VERSION "3.16.0-23-generic")
- -set(CMAKE_HOST_SYSTEM_PROCESSOR "i686")
- -
- -
- -
- -set(CMAKE_SYSTEM "Linux-3.16.0-23-generic")
- -set(CMAKE_SYSTEM_NAME "Linux")
- -set(CMAKE_SYSTEM_VERSION "3.16.0-23-generic")
- -set(CMAKE_SYSTEM_PROCESSOR "i686")
- -
- -set(CMAKE_CROSSCOMPILING "FALSE")
- -
- -set(CMAKE_SYSTEM_LOADED 1)
- diff --git a/makefile2/CMakeFiles/3.0.0/CompilerIdC/CMakeCCompilerId.c b/makefile2/CMakeFiles/3.0.0/CompilerIdC/CMakeCCompilerId.c
- deleted file mode 100644
- index bd1f7d1312620b51f60581b401e6cee1b66ffbaf..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/3.0.0/CompilerIdC/CMakeCCompilerId.c
- +++ /dev/null
- @@ -1,442 +0,0 @@
- -#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)
- -# if defined(__INTEL_COMPILER_UPDATE)
- -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
- -# else
- -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
- -# endif
- -# if defined(__INTEL_COMPILER_BUILD_DATE)
- - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
- -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
- -# endif
- -# if defined(_MSC_VER)
- -# define SIMULATE_ID "MSVC"
- - /* _MSC_VER = VVRR */
- -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
- -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
- -# endif
- -
- -#elif defined(__PATHCC__)
- -# define COMPILER_ID "PathScale"
- -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
- -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
- -# if defined(__PATHCC_PATCHLEVEL__)
- -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
- -# endif
- -
- -#elif defined(__clang__)
- -# if defined(__apple_build_version__)
- -# define COMPILER_ID "AppleClang"
- -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
- -# else
- -# define COMPILER_ID "Clang"
- -# endif
- -# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
- -# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
- -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
- -# if defined(_MSC_VER)
- -# define SIMULATE_ID "MSVC"
- - /* _MSC_VER = VVRR */
- -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
- -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
- -# endif
- -
- -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
- -# define COMPILER_ID "Embarcadero"
- -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
- -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
- -# define COMPILER_VERSION_PATCH 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"
- - /* __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 */
- -#elif defined(__IAR_SYSTEMS_ICC__ ) || 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 "]";
- -#ifdef SIMULATE_ID
- -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
- -#endif
- -
- -#ifdef __QNXNTO__
- -char const* qnxnto = "INFO" ":" "qnxnto";
- -#endif
- -
- -/* Identify known platforms by name. */
- -#if defined(__linux) || defined(__linux__) || defined(linux)
- -# define PLATFORM_ID "Linux"
- -
- -#elif defined(__CYGWIN__)
- -# define PLATFORM_ID "Cygwin"
- -
- -#elif defined(__MINGW32__)
- -# define PLATFORM_ID "MinGW"
- -
- -#elif defined(__APPLE__)
- -# define PLATFORM_ID "Darwin"
- -
- -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
- -# define PLATFORM_ID "Windows"
- -
- -#elif defined(__FreeBSD__) || defined(__FreeBSD)
- -# define PLATFORM_ID "FreeBSD"
- -
- -#elif defined(__NetBSD__) || defined(__NetBSD)
- -# define PLATFORM_ID "NetBSD"
- -
- -#elif defined(__OpenBSD__) || defined(__OPENBSD)
- -# define PLATFORM_ID "OpenBSD"
- -
- -#elif defined(__sun) || defined(sun)
- -# define PLATFORM_ID "SunOS"
- -
- -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
- -# define PLATFORM_ID "AIX"
- -
- -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
- -# define PLATFORM_ID "IRIX"
- -
- -#elif defined(__hpux) || defined(__hpux__)
- -# define PLATFORM_ID "HP-UX"
- -
- -#elif defined(__HAIKU__)
- -# define PLATFORM_ID "Haiku"
- -
- -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
- -# define PLATFORM_ID "BeOS"
- -
- -#elif defined(__QNX__) || defined(__QNXNTO__)
- -# define PLATFORM_ID "QNX"
- -
- -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
- -# define PLATFORM_ID "Tru64"
- -
- -#elif defined(__riscos) || defined(__riscos__)
- -# define PLATFORM_ID "RISCos"
- -
- -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
- -# define PLATFORM_ID "SINIX"
- -
- -#elif defined(__UNIX_SV__)
- -# define PLATFORM_ID "UNIX_SV"
- -
- -#elif defined(__bsdos__)
- -# define PLATFORM_ID "BSDOS"
- -
- -#elif defined(_MPRAS) || defined(MPRAS)
- -# define PLATFORM_ID "MP-RAS"
- -
- -#elif defined(__osf) || defined(__osf__)
- -# define PLATFORM_ID "OSF1"
- -
- -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
- -# define PLATFORM_ID "SCO_SV"
- -
- -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
- -# define PLATFORM_ID "ULTRIX"
- -
- -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
- -# define PLATFORM_ID "Xenix"
- -
- -#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 a string literal encoding the version number components. */
- -#ifdef SIMULATE_VERSION_MAJOR
- -char const info_simulate_version[] = {
- - 'I', 'N', 'F', 'O', ':',
- - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
- - SIMULATE_VERSION_MAJOR,
- -# ifdef SIMULATE_VERSION_MINOR
- - '.', SIMULATE_VERSION_MINOR,
- -# ifdef SIMULATE_VERSION_PATCH
- - '.', SIMULATE_VERSION_PATCH,
- -# ifdef SIMULATE_VERSION_TWEAK
- - '.', SIMULATE_VERSION_TWEAK,
- -# endif
- -# endif
- -# endif
- - ']','\0'};
- -#endif
- -
- -/* Construct the string literal in pieces to prevent the source from
- - getting matched. Store it in a pointer rather than an array
- - because some compilers will just produce instructions to fill the
- - array rather than assigning a pointer to a static array. */
- -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
- -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
- -
- -
- -
- -
- -/*--------------------------------------------------------------------------*/
- -
- -#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
- -#ifdef SIMULATE_ID
- - require += info_simulate[argc];
- -#endif
- -#ifdef SIMULATE_VERSION_MAJOR
- - require += info_simulate_version[argc];
- -#endif
- - (void)argv;
- - return require;
- -}
- -#endif
- diff --git a/makefile2/CMakeFiles/3.0.0/CompilerIdC/a.out b/makefile2/CMakeFiles/3.0.0/CompilerIdC/a.out
- deleted file mode 100644
- index 4995439cf1fcf22600f17984e9936d8c229cb8a3..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/3.0.0/CompilerIdC/a.out and /dev/null differ
- diff --git a/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/CMakeCXXCompilerId.cpp b/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
- deleted file mode 100644
- index a315c6a63b37e3a2c20ab2ea0bf0e871714a4e21..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
- +++ /dev/null
- @@ -1,430 +0,0 @@
- -/* 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)
- -# if defined(__INTEL_COMPILER_UPDATE)
- -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
- -# else
- -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
- -# endif
- -# if defined(__INTEL_COMPILER_BUILD_DATE)
- - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
- -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
- -# endif
- -# if defined(_MSC_VER)
- -# define SIMULATE_ID "MSVC"
- - /* _MSC_VER = VVRR */
- -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
- -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
- -# endif
- -
- -#elif defined(__PATHCC__)
- -# define COMPILER_ID "PathScale"
- -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
- -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
- -# if defined(__PATHCC_PATCHLEVEL__)
- -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
- -# endif
- -
- -#elif defined(__clang__)
- -# if defined(__apple_build_version__)
- -# define COMPILER_ID "AppleClang"
- -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
- -# else
- -# define COMPILER_ID "Clang"
- -# endif
- -# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
- -# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
- -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
- -# if defined(_MSC_VER)
- -# define SIMULATE_ID "MSVC"
- - /* _MSC_VER = VVRR */
- -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
- -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
- -# endif
- -
- -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
- -# define COMPILER_ID "Embarcadero"
- -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
- -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
- -# define COMPILER_VERSION_PATCH 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"
- - /* __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"
- -
- -/* IAR Systems compiler for embedded systems.
- - http://www.iar.com */
- -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
- -# define COMPILER_ID "IAR"
- -
- -#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 "]";
- -#ifdef SIMULATE_ID
- -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
- -#endif
- -
- -#ifdef __QNXNTO__
- -char const* qnxnto = "INFO" ":" "qnxnto";
- -#endif
- -
- -/* Identify known platforms by name. */
- -#if defined(__linux) || defined(__linux__) || defined(linux)
- -# define PLATFORM_ID "Linux"
- -
- -#elif defined(__CYGWIN__)
- -# define PLATFORM_ID "Cygwin"
- -
- -#elif defined(__MINGW32__)
- -# define PLATFORM_ID "MinGW"
- -
- -#elif defined(__APPLE__)
- -# define PLATFORM_ID "Darwin"
- -
- -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
- -# define PLATFORM_ID "Windows"
- -
- -#elif defined(__FreeBSD__) || defined(__FreeBSD)
- -# define PLATFORM_ID "FreeBSD"
- -
- -#elif defined(__NetBSD__) || defined(__NetBSD)
- -# define PLATFORM_ID "NetBSD"
- -
- -#elif defined(__OpenBSD__) || defined(__OPENBSD)
- -# define PLATFORM_ID "OpenBSD"
- -
- -#elif defined(__sun) || defined(sun)
- -# define PLATFORM_ID "SunOS"
- -
- -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
- -# define PLATFORM_ID "AIX"
- -
- -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
- -# define PLATFORM_ID "IRIX"
- -
- -#elif defined(__hpux) || defined(__hpux__)
- -# define PLATFORM_ID "HP-UX"
- -
- -#elif defined(__HAIKU__)
- -# define PLATFORM_ID "Haiku"
- -
- -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
- -# define PLATFORM_ID "BeOS"
- -
- -#elif defined(__QNX__) || defined(__QNXNTO__)
- -# define PLATFORM_ID "QNX"
- -
- -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
- -# define PLATFORM_ID "Tru64"
- -
- -#elif defined(__riscos) || defined(__riscos__)
- -# define PLATFORM_ID "RISCos"
- -
- -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
- -# define PLATFORM_ID "SINIX"
- -
- -#elif defined(__UNIX_SV__)
- -# define PLATFORM_ID "UNIX_SV"
- -
- -#elif defined(__bsdos__)
- -# define PLATFORM_ID "BSDOS"
- -
- -#elif defined(_MPRAS) || defined(MPRAS)
- -# define PLATFORM_ID "MP-RAS"
- -
- -#elif defined(__osf) || defined(__osf__)
- -# define PLATFORM_ID "OSF1"
- -
- -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
- -# define PLATFORM_ID "SCO_SV"
- -
- -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
- -# define PLATFORM_ID "ULTRIX"
- -
- -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
- -# define PLATFORM_ID "Xenix"
- -
- -#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 a string literal encoding the version number components. */
- -#ifdef SIMULATE_VERSION_MAJOR
- -char const info_simulate_version[] = {
- - 'I', 'N', 'F', 'O', ':',
- - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
- - SIMULATE_VERSION_MAJOR,
- -# ifdef SIMULATE_VERSION_MINOR
- - '.', SIMULATE_VERSION_MINOR,
- -# ifdef SIMULATE_VERSION_PATCH
- - '.', SIMULATE_VERSION_PATCH,
- -# ifdef SIMULATE_VERSION_TWEAK
- - '.', SIMULATE_VERSION_TWEAK,
- -# endif
- -# endif
- -# endif
- - ']','\0'};
- -#endif
- -
- -/* Construct the string literal in pieces to prevent the source from
- - getting matched. Store it in a pointer rather than an array
- - because some compilers will just produce instructions to fill the
- - array rather than assigning a pointer to a static array. */
- -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
- -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
- -
- -
- -
- -
- -/*--------------------------------------------------------------------------*/
- -
- -int main(int argc, char* argv[])
- -{
- - int require = 0;
- - require += info_compiler[argc];
- - require += info_platform[argc];
- -#ifdef COMPILER_VERSION_MAJOR
- - require += info_version[argc];
- -#endif
- -#ifdef SIMULATE_ID
- - require += info_simulate[argc];
- -#endif
- -#ifdef SIMULATE_VERSION_MAJOR
- - require += info_simulate_version[argc];
- -#endif
- - (void)argv;
- - return require;
- -}
- diff --git a/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/a.out b/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/a.out
- deleted file mode 100644
- index 260cf2e3f903356964b5164f833a33f6ee589c78..0000000000000000000000000000000000000000
- Binary files a/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/a.out and /dev/null differ
- diff --git a/makefile2/CMakeFiles/CMakeError.log b/makefile2/CMakeFiles/CMakeError.log
- deleted file mode 100644
- index f01cf8d40f1c3d62e3982bb660266edf8eeef7bc..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/CMakeError.log
- +++ /dev/null
- @@ -1,169 +0,0 @@
- -Performing C++ SOURCE FILE Test _OFFT_IS_64BIT failed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec672335492/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec672335492.dir/build.make CMakeFiles/cmTryCompileExec672335492.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec672335492.dir/src.cxx.o
- -/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTryCompileExec672335492.dir/src.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/src.cxx
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/src.cxx:7:36: warning: left shift count >= width of type
- - #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- - ^
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/src.cxx:8:23: note: in expansion of macro ‘LARGE_OFF_T’
- - int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
- - ^
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/src.cxx:7:60: warning: left shift count >= width of type
- - #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- - ^
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/src.cxx:8:23: note: in expansion of macro ‘LARGE_OFF_T’
- - int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
- - ^
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/src.cxx:8:97: error: size of array ‘off_t_is_large’ is negative
- - int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
- - ^
- -CMakeFiles/cmTryCompileExec672335492.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec672335492.dir/src.cxx.o' failed
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -make[1]: *** [CMakeFiles/cmTryCompileExec672335492.dir/src.cxx.o] Error 1
- -Makefile:118: recipe for target 'cmTryCompileExec672335492/fast' failed
- -make: *** [cmTryCompileExec672335492/fast] Error 2
- -
- -Source file was:
- -
- -#include <sys/types.h>
- - /* Check that off_t can represent 2**63 - 1 correctly.
- - We can't simply define LARGE_OFF_T to be 9223372036854775807,
- - since some C++ compilers masquerading as C compilers
- - incorrectly reject 9223372036854775807. */
- -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- - int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
- - int main() { return 0; }
- -
- -Determining if files ieeefp.h exist failed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec2673939435/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec2673939435.dir/build.make CMakeFiles/cmTryCompileExec2673939435.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building C object CMakeFiles/cmTryCompileExec2673939435.dir/CheckIncludeFiles.c.o
- -/usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -o CMakeFiles/cmTryCompileExec2673939435.dir/CheckIncludeFiles.c.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: ieeefp.h: No such file or directory
- - #include <ieeefp.h>
- - ^
- -compilation terminated.
- -CMakeFiles/cmTryCompileExec2673939435.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2673939435.dir/CheckIncludeFiles.c.o' failed
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -make[1]: *** [CMakeFiles/cmTryCompileExec2673939435.dir/CheckIncludeFiles.c.o] Error 1
- -Makefile:118: recipe for target 'cmTryCompileExec2673939435/fast' failed
- -make: *** [cmTryCompileExec2673939435/fast] Error 2
- -
- -Source:
- -/* */
- -#include <ieeefp.h>
- -
- -
- -int main(){return 0;}
- -
- -Determining if the Q_WS_WIN exist failed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec3181832907/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec3181832907.dir/build.make CMakeFiles/cmTryCompileExec3181832907.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec3181832907.dir/CheckSymbolExists.cxx.o
- -/usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3181832907.dir/CheckSymbolExists.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
- - return ((int*)(&Q_WS_WIN))[argc];
- - ^
- -CMakeFiles/cmTryCompileExec3181832907.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3181832907.dir/CheckSymbolExists.cxx.o' failed
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -make[1]: *** [CMakeFiles/cmTryCompileExec3181832907.dir/CheckSymbolExists.cxx.o] Error 1
- -Makefile:118: recipe for target 'cmTryCompileExec3181832907/fast' failed
- -make: *** [cmTryCompileExec3181832907/fast] Error 2
- -
- -File /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
- -/* */
- -#include <QtCore/qglobal.h>
- -
- -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: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec3464394932/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec3464394932.dir/build.make CMakeFiles/cmTryCompileExec3464394932.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec3464394932.dir/CheckSymbolExists.cxx.o
- -/usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3464394932.dir/CheckSymbolExists.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
- - return ((int*)(&Q_WS_QWS))[argc];
- - ^
- -CMakeFiles/cmTryCompileExec3464394932.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3464394932.dir/CheckSymbolExists.cxx.o' failed
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -make[1]: *** [CMakeFiles/cmTryCompileExec3464394932.dir/CheckSymbolExists.cxx.o] Error 1
- -Makefile:118: recipe for target 'cmTryCompileExec3464394932/fast' failed
- -make: *** [cmTryCompileExec3464394932/fast] Error 2
- -
- -File /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
- -/* */
- -#include <QtCore/qglobal.h>
- -
- -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: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec233326013/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec233326013.dir/build.make CMakeFiles/cmTryCompileExec233326013.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec233326013.dir/CheckSymbolExists.cxx.o
- -/usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec233326013.dir/CheckSymbolExists.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
- -/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
- - return ((int*)(&Q_WS_MAC))[argc];
- - ^
- -CMakeFiles/cmTryCompileExec233326013.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec233326013.dir/CheckSymbolExists.cxx.o' failed
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -make[1]: *** [CMakeFiles/cmTryCompileExec233326013.dir/CheckSymbolExists.cxx.o] Error 1
- -Makefile:118: recipe for target 'cmTryCompileExec233326013/fast' failed
- -make: *** [cmTryCompileExec233326013/fast] Error 2
- -
- -File /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
- -/* */
- -#include <QtCore/qglobal.h>
- -
- -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/makefile2/CMakeFiles/CMakeOutput.log b/makefile2/CMakeFiles/CMakeOutput.log
- deleted file mode 100644
- index 0b1bcea1686ae406c3488f13cec057791098d78c..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/CMakeOutput.log
- +++ /dev/null
- @@ -1,620 +0,0 @@
- -The system is: Linux - 3.16.0-23-generic - i686
- -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
- -Compiler: /usr/bin/cc
- -Build flags:
- -Id flags:
- -
- -The output was:
- -0
- -
- -
- -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
- -
- -The C compiler identification is GNU, found in "/home/anu/kalzium/makefile2/CMakeFiles/3.0.0/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 "/home/anu/kalzium/makefile2/CMakeFiles/3.0.0/CompilerIdCXX/a.out"
- -
- -Determining if the C compiler works passed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec138948200/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec138948200.dir/build.make CMakeFiles/cmTryCompileExec138948200.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building C object CMakeFiles/cmTryCompileExec138948200.dir/testCCompiler.c.o
- -/usr/bin/cc -o CMakeFiles/cmTryCompileExec138948200.dir/testCCompiler.c.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/testCCompiler.c
- -Linking C executable cmTryCompileExec138948200
- -/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec138948200.dir/link.txt --verbose=1
- -/usr/bin/cc CMakeFiles/cmTryCompileExec138948200.dir/testCCompiler.c.o -o cmTryCompileExec138948200 -rdynamic
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Detecting C compiler ABI info compiled with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec2120854130/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec2120854130.dir/build.make CMakeFiles/cmTryCompileExec2120854130.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building C object CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o
- -/usr/bin/cc -o CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.0/Modules/CMakeCCompilerABI.c
- -Linking C executable cmTryCompileExec2120854130
- -/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2120854130.dir/link.txt --verbose=1
- -/usr/bin/cc -v CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2120854130 -rdynamic
- -Using built-in specs.
- -COLLECT_GCC=/usr/bin/cc
- -COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
- -Target: i686-linux-gnu
- -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- -Thread model: posix
- -gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
- -COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/
- -LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/
- -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2120854130' '-rdynamic' '-mtune=generic' '-march=i686'
- - /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwLRZq3.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec2120854130 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Parsed C implicit link information from above output:
- - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- - ignore line: [Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp]
- - ignore line: []
- - ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec2120854130/fast"]
- - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2120854130.dir/build.make CMakeFiles/cmTryCompileExec2120854130.dir/build]
- - ignore line: [make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp']
- - ignore line: [/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1]
- - ignore line: [Building C object CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o]
- - ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.0/Modules/CMakeCCompilerABI.c]
- - ignore line: [Linking C executable cmTryCompileExec2120854130]
- - ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2120854130.dir/link.txt --verbose=1]
- - ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2120854130 -rdynamic ]
- - ignore line: [Using built-in specs.]
- - ignore line: [COLLECT_GCC=/usr/bin/cc]
- - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper]
- - ignore line: [Target: i686-linux-gnu]
- - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu]
- - ignore line: [Thread model: posix]
- - ignore line: [gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ]
- - ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/]
- - ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/]
- - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2120854130' '-rdynamic' '-mtune=generic' '-march=i686']
- - link line: [ /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwLRZq3.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec2120854130 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec2120854130.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o]
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/collect2] ==> ignore
- - arg [-plugin] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so] ==> ignore
- - arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper] ==> ignore
- - arg [-plugin-opt=-fresolution=/tmp/ccwLRZq3.res] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [-plugin-opt=-pass-through=-lc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [--sysroot=/] ==> ignore
- - arg [--build-id] ==> ignore
- - arg [--eh-frame-hdr] ==> ignore
- - arg [-m] ==> ignore
- - arg [elf_i386] ==> ignore
- - arg [--hash-style=gnu] ==> ignore
- - arg [--as-needed] ==> ignore
- - arg [-export-dynamic] ==> ignore
- - arg [-dynamic-linker] ==> ignore
- - arg [/lib/ld-linux.so.2] ==> ignore
- - arg [-zrelro] ==> ignore
- - arg [-o] ==> ignore
- - arg [cmTryCompileExec2120854130] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o] ==> ignore
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib]
- - arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
- - arg [-L/lib/../lib] ==> dir [/lib/../lib]
- - arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
- - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..]
- - arg [CMakeFiles/cmTryCompileExec2120854130.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/i686-linux-gnu/4.9/crtend.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o] ==> ignore
- - remove lib [gcc]
- - remove lib [gcc_s]
- - remove lib [gcc]
- - remove lib [gcc_s]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9] ==> [/usr/lib/gcc/i686-linux-gnu/4.9]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> [/usr/lib]
- - collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
- - collapse library dir [/lib/../lib] ==> [/lib]
- - collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> [/usr/lib]
- - implicit libs: [c]
- - implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib]
- - implicit fwks: []
- -
- -
- -Determining if the CXX compiler works passed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec1395985044/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec1395985044.dir/build.make CMakeFiles/cmTryCompileExec1395985044.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec1395985044.dir/testCXXCompiler.cxx.o
- -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1395985044.dir/testCXXCompiler.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
- -Linking CXX executable cmTryCompileExec1395985044
- -/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1395985044.dir/link.txt --verbose=1
- -/usr/bin/c++ CMakeFiles/cmTryCompileExec1395985044.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1395985044 -rdynamic
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Detecting CXX compiler ABI info compiled with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec3477436625/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec3477436625.dir/build.make CMakeFiles/cmTryCompileExec3477436625.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o
- -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp
- -Linking CXX executable cmTryCompileExec3477436625
- -/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3477436625.dir/link.txt --verbose=1
- -/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3477436625 -rdynamic
- -Using built-in specs.
- -COLLECT_GCC=/usr/bin/c++
- -COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
- -Target: i686-linux-gnu
- -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- -Thread model: posix
- -gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
- -COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/
- -LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/
- -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3477436625' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686'
- - /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/cce8orHp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec3477436625 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Parsed CXX implicit link information from above output:
- - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- - ignore line: [Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp]
- - ignore line: []
- - ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec3477436625/fast"]
- - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3477436625.dir/build.make CMakeFiles/cmTryCompileExec3477436625.dir/build]
- - ignore line: [make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp']
- - ignore line: [/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1]
- - ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o]
- - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp]
- - ignore line: [Linking CXX executable cmTryCompileExec3477436625]
- - ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3477436625.dir/link.txt --verbose=1]
- - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3477436625 -rdynamic ]
- - ignore line: [Using built-in specs.]
- - ignore line: [COLLECT_GCC=/usr/bin/c++]
- - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper]
- - ignore line: [Target: i686-linux-gnu]
- - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu]
- - ignore line: [Thread model: posix]
- - ignore line: [gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ]
- - ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/]
- - ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/]
- - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3477436625' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686']
- - link line: [ /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/cce8orHp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec3477436625 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec3477436625.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o]
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/collect2] ==> ignore
- - arg [-plugin] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so] ==> ignore
- - arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper] ==> ignore
- - arg [-plugin-opt=-fresolution=/tmp/cce8orHp.res] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [--sysroot=/] ==> ignore
- - arg [--build-id] ==> ignore
- - arg [--eh-frame-hdr] ==> ignore
- - arg [-m] ==> ignore
- - arg [elf_i386] ==> ignore
- - arg [--hash-style=gnu] ==> ignore
- - arg [--as-needed] ==> ignore
- - arg [-export-dynamic] ==> ignore
- - arg [-dynamic-linker] ==> ignore
- - arg [/lib/ld-linux.so.2] ==> ignore
- - arg [-zrelro] ==> ignore
- - arg [-o] ==> ignore
- - arg [cmTryCompileExec3477436625] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o] ==> ignore
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib]
- - arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
- - arg [-L/lib/../lib] ==> dir [/lib/../lib]
- - arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
- - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..]
- - arg [CMakeFiles/cmTryCompileExec3477436625.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/i686-linux-gnu/4.9/crtend.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o] ==> ignore
- - remove lib [gcc_s]
- - remove lib [gcc]
- - remove lib [gcc_s]
- - remove lib [gcc]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9] ==> [/usr/lib/gcc/i686-linux-gnu/4.9]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> [/usr/lib]
- - collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
- - collapse library dir [/lib/../lib] ==> [/lib]
- - collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> [/usr/lib]
- - implicit libs: [stdc++;m;c]
- - implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib]
- - implicit fwks: []
- -
- -
- -Determining if the __GLIBC__ exist passed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec1407565213/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec1407565213.dir/build.make CMakeFiles/cmTryCompileExec1407565213.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building C object CMakeFiles/cmTryCompileExec1407565213.dir/CheckSymbolExists.c.o
- -/usr/bin/cc -o CMakeFiles/cmTryCompileExec1407565213.dir/CheckSymbolExists.c.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
- -Linking C executable cmTryCompileExec1407565213
- -/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1407565213.dir/link.txt --verbose=1
- -/usr/bin/cc CMakeFiles/cmTryCompileExec1407565213.dir/CheckSymbolExists.c.o -o cmTryCompileExec1407565213 -rdynamic
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -File /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- -/* */
- -#include <stdlib.h>
- -
- -int main(int argc, char** argv)
- -{
- - (void)argv;
- -#ifndef __GLIBC__
- - return ((int*)(&__GLIBC__))[argc];
- -#else
- - (void)argc;
- - return 0;
- -#endif
- -}
- -
- -Determining if the Q_WS_X11 exist passed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:"/usr/bin/make" "cmTryCompileExec1248016090/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec1248016090.dir/build.make CMakeFiles/cmTryCompileExec1248016090.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/local/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec1248016090.dir/CheckSymbolExists.cxx.o
- -/usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1248016090.dir/CheckSymbolExists.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- -Linking CXX executable cmTryCompileExec1248016090
- -/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1248016090.dir/link.txt --verbose=1
- -/usr/bin/c++ -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type CMakeFiles/cmTryCompileExec1248016090.dir/CheckSymbolExists.cxx.o -o cmTryCompileExec1248016090 -rdynamic
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -File /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
- -/* */
- -#include <QtCore/qglobal.h>
- -
- -int main(int argc, char** argv)
- -{
- - (void)argv;
- -#ifndef Q_WS_X11
- - return ((int*)(&Q_WS_X11))[argc];
- -#else
- - (void)argc;
- - return 0;
- -#endif
- -}
- -
- -The system is: Linux - 3.16.0-23-generic - i686
- -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
- -Compiler: /usr/bin/cc
- -Build flags:
- -Id flags:
- -
- -The output was:
- -0
- -
- -
- -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
- -
- -The C compiler identification is GNU, found in "/home/anu/kalzium/makefile2/CMakeFiles/2.8.12.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 "/home/anu/kalzium/makefile2/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
- -
- -Determining if the C compiler works passed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:/usr/bin/make "cmTryCompileExec3396071791/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec3396071791.dir/build.make CMakeFiles/cmTryCompileExec3396071791.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building C object CMakeFiles/cmTryCompileExec3396071791.dir/testCCompiler.c.o
- -/usr/bin/cc -o CMakeFiles/cmTryCompileExec3396071791.dir/testCCompiler.c.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/testCCompiler.c
- -Linking C executable cmTryCompileExec3396071791
- -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3396071791.dir/link.txt --verbose=1
- -/usr/bin/cc CMakeFiles/cmTryCompileExec3396071791.dir/testCCompiler.c.o -o cmTryCompileExec3396071791 -rdynamic
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Detecting C compiler ABI info compiled with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:/usr/bin/make "cmTryCompileExec3782259292/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec3782259292.dir/build.make CMakeFiles/cmTryCompileExec3782259292.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building C object CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o
- -/usr/bin/cc -o CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
- -Linking C executable cmTryCompileExec3782259292
- -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3782259292.dir/link.txt --verbose=1
- -/usr/bin/cc -v CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3782259292 -rdynamic
- -Using built-in specs.
- -COLLECT_GCC=/usr/bin/cc
- -COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
- -Target: i686-linux-gnu
- -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- -Thread model: posix
- -gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
- -COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/
- -LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/
- -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3782259292' '-rdynamic' '-mtune=generic' '-march=i686'
- - /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPZ6v3O.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec3782259292 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Parsed C implicit link information from above output:
- - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- - ignore line: [Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp]
- - ignore line: []
- - ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3782259292/fast"]
- - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3782259292.dir/build.make CMakeFiles/cmTryCompileExec3782259292.dir/build]
- - ignore line: [make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp']
- - ignore line: [/usr/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1]
- - ignore line: [Building C object CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o]
- - ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
- - ignore line: [Linking C executable cmTryCompileExec3782259292]
- - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3782259292.dir/link.txt --verbose=1]
- - ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3782259292 -rdynamic ]
- - ignore line: [Using built-in specs.]
- - ignore line: [COLLECT_GCC=/usr/bin/cc]
- - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper]
- - ignore line: [Target: i686-linux-gnu]
- - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu]
- - ignore line: [Thread model: posix]
- - ignore line: [gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ]
- - ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/]
- - ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/]
- - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3782259292' '-rdynamic' '-mtune=generic' '-march=i686']
- - link line: [ /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPZ6v3O.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec3782259292 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec3782259292.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o]
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/collect2] ==> ignore
- - arg [-plugin] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so] ==> ignore
- - arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper] ==> ignore
- - arg [-plugin-opt=-fresolution=/tmp/ccPZ6v3O.res] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [-plugin-opt=-pass-through=-lc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [--sysroot=/] ==> ignore
- - arg [--build-id] ==> ignore
- - arg [--eh-frame-hdr] ==> ignore
- - arg [-m] ==> ignore
- - arg [elf_i386] ==> ignore
- - arg [--hash-style=gnu] ==> ignore
- - arg [--as-needed] ==> ignore
- - arg [-export-dynamic] ==> ignore
- - arg [-dynamic-linker] ==> ignore
- - arg [/lib/ld-linux.so.2] ==> ignore
- - arg [-zrelro] ==> ignore
- - arg [-o] ==> ignore
- - arg [cmTryCompileExec3782259292] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o] ==> ignore
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib]
- - arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
- - arg [-L/lib/../lib] ==> dir [/lib/../lib]
- - arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
- - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..]
- - arg [CMakeFiles/cmTryCompileExec3782259292.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/i686-linux-gnu/4.9/crtend.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o] ==> ignore
- - remove lib [gcc]
- - remove lib [gcc_s]
- - remove lib [gcc]
- - remove lib [gcc_s]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9] ==> [/usr/lib/gcc/i686-linux-gnu/4.9]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> [/usr/lib]
- - collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
- - collapse library dir [/lib/../lib] ==> [/lib]
- - collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> [/usr/lib]
- - implicit libs: [c]
- - implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib]
- - implicit fwks: []
- -
- -
- -Determining if the CXX compiler works passed with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:/usr/bin/make "cmTryCompileExec2338216448/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec2338216448.dir/build.make CMakeFiles/cmTryCompileExec2338216448.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec2338216448.dir/testCXXCompiler.cxx.o
- -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2338216448.dir/testCXXCompiler.cxx.o -c /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
- -Linking CXX executable cmTryCompileExec2338216448
- -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2338216448.dir/link.txt --verbose=1
- -/usr/bin/c++ CMakeFiles/cmTryCompileExec2338216448.dir/testCXXCompiler.cxx.o -o cmTryCompileExec2338216448 -rdynamic
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Detecting CXX compiler ABI info compiled with the following output:
- -Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp
- -
- -Run Build Command:/usr/bin/make "cmTryCompileExec927440413/fast"
- -/usr/bin/make -f CMakeFiles/cmTryCompileExec927440413.dir/build.make CMakeFiles/cmTryCompileExec927440413.dir/build
- -make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -/usr/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1
- -Building CXX object CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o
- -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
- -Linking CXX executable cmTryCompileExec927440413
- -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec927440413.dir/link.txt --verbose=1
- -/usr/bin/c++ -v CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec927440413 -rdynamic
- -Using built-in specs.
- -COLLECT_GCC=/usr/bin/c++
- -COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
- -Target: i686-linux-gnu
- -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- -Thread model: posix
- -gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
- -COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/
- -LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/
- -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec927440413' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686'
- - /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHrMrEF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec927440413 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o
- -make[1]: Leaving directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp'
- -
- -
- -Parsed CXX implicit link information from above output:
- - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- - ignore line: [Change Dir: /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp]
- - ignore line: []
- - ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec927440413/fast"]
- - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec927440413.dir/build.make CMakeFiles/cmTryCompileExec927440413.dir/build]
- - ignore line: [make[1]: Entering directory '/home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp']
- - ignore line: [/usr/bin/cmake -E cmake_progress_report /home/anu/kalzium/makefile2/CMakeFiles/CMakeTmp/CMakeFiles 1]
- - ignore line: [Building CXX object CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o]
- - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
- - ignore line: [Linking CXX executable cmTryCompileExec927440413]
- - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec927440413.dir/link.txt --verbose=1]
- - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec927440413 -rdynamic ]
- - ignore line: [Using built-in specs.]
- - ignore line: [COLLECT_GCC=/usr/bin/c++]
- - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper]
- - ignore line: [Target: i686-linux-gnu]
- - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-16ubuntu6' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu]
- - ignore line: [Thread model: posix]
- - ignore line: [gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ]
- - ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/]
- - ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.9/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.9/../../../:/lib/:/usr/lib/]
- - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec927440413' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686']
- - link line: [ /usr/lib/gcc/i686-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHrMrEF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec927440413 /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.9 -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. CMakeFiles/cmTryCompileExec927440413.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/4.9/crtend.o /usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o]
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/collect2] ==> ignore
- - arg [-plugin] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/liblto_plugin.so] ==> ignore
- - arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper] ==> ignore
- - arg [-plugin-opt=-fresolution=/tmp/ccHrMrEF.res] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lc] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- - arg [--sysroot=/] ==> ignore
- - arg [--build-id] ==> ignore
- - arg [--eh-frame-hdr] ==> ignore
- - arg [-m] ==> ignore
- - arg [elf_i386] ==> ignore
- - arg [--hash-style=gnu] ==> ignore
- - arg [--as-needed] ==> ignore
- - arg [-export-dynamic] ==> ignore
- - arg [-dynamic-linker] ==> ignore
- - arg [/lib/ld-linux.so.2] ==> ignore
- - arg [-zrelro] ==> ignore
- - arg [-o] ==> ignore
- - arg [cmTryCompileExec927440413] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/crtbegin.o] ==> ignore
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib]
- - arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
- - arg [-L/lib/../lib] ==> dir [/lib/../lib]
- - arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
- - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
- - arg [-L/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..]
- - arg [CMakeFiles/cmTryCompileExec927440413.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/i686-linux-gnu/4.9/crtend.o] ==> ignore
- - arg [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o] ==> ignore
- - remove lib [gcc_s]
- - remove lib [gcc]
- - remove lib [gcc_s]
- - remove lib [gcc]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9] ==> [/usr/lib/gcc/i686-linux-gnu/4.9]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib] ==> [/usr/lib]
- - collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
- - collapse library dir [/lib/../lib] ==> [/lib]
- - collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
- - collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
- - collapse library dir [/usr/lib/gcc/i686-linux-gnu/4.9/../../..] ==> [/usr/lib]
- - implicit libs: [stdc++;m;c]
- - implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.9;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib]
- - implicit fwks: []
- -
- -
- diff --git a/makefile2/CMakeFiles/Makefile.cmake b/makefile2/CMakeFiles/Makefile.cmake
- deleted file mode 100644
- index 143b4c8ba932504135c155cc6231b979e1357c7d..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/Makefile.cmake
- +++ /dev/null
- @@ -1,184 +0,0 @@
- -# CMAKE generated file: DO NOT EDIT!
- -# Generated by "Unix Makefiles" Generator, CMake Version 3.0
- -
- -# The generator used is:
- -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
- -
- -# The top level Makefile was generated from the following files:
- -set(CMAKE_MAKEFILE_DEPENDS
- - "CMakeCache.txt"
- - "../CMakeLists.txt"
- - "../KalziumConfigureChecks.cmake"
- - "../cmake/modules/FindEigen3.cmake"
- - "../cmake/modules/FindLibfacile.cmake"
- - "../cmake/modules/FindOCaml.cmake"
- - "../cmake/modules/FindOpenBabel2.cmake"
- - "../compoundviewer/CMakeLists.txt"
- - "../config-kalzium.h.cmake"
- - "../data/CMakeLists.txt"
- - "../data/hazardsymbols/CMakeLists.txt"
- - "../data/htmlview/CMakeLists.txt"
- - "../data/icons/CMakeLists.txt"
- - "../data/iconsets/CMakeLists.txt"
- - "../data/iconsets/school/CMakeLists.txt"
- - "../data/latticeicons/CMakeLists.txt"
- - "../data/maps/CMakeLists.txt"
- - "../data/molecules/CMakeLists.txt"
- - "../data/toolpics/CMakeLists.txt"
- - "../doc/CMakeLists.txt"
- - "../libscience/CMakeLists.txt"
- - "../libscience/data/CMakeLists.txt"
- - "../libscience/tests/CMakeLists.txt"
- - "CMakeFiles/3.0.0/CMakeCCompiler.cmake"
- - "CMakeFiles/3.0.0/CMakeCXXCompiler.cmake"
- - "CMakeFiles/3.0.0/CMakeSystem.cmake"
- - "../plasmoid/CMakeLists.txt"
- - "../plasmoid/applet/CMakeLists.txt"
- - "../plasmoid/applet/concentrationPlasmoid/CMakeLists.txt"
- - "../plasmoid/applet/didyouknow/CMakeLists.txt"
- - "../plasmoid/applet/gasPlasmoid/CMakeLists.txt"
- - "../plasmoid/applet/nuclearPlasmoid/CMakeLists.txt"
- - "../plasmoid/applet/psePlasmoid/CMakeLists.txt"
- - "../plasmoid/engine/CMakeLists.txt"
- - "../qml/CMakeLists.txt"
- - "../src/CMakeLists.txt"
- - "../src/CMakeOCamlInstructions.cmake"
- - "/usr/lib/avogadro/1_1/AvogadroUse.cmake"
- - "/usr/lib/avogadro/1_1/cmake/FindEigen2.cmake"
- - "/usr/lib/avogadro/1_1/cmake/FindGLEW.cmake"
- - "/usr/lib/avogadro/AvogadroConfig.cmake"
- - "/usr/lib/avogadro/AvogadroConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Archive/KF5ArchiveConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Archive/KF5ArchiveConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Archive/KF5ArchiveTargets-debian.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Archive/KF5ArchiveTargets.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Config/KF5ConfigConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Config/KF5ConfigConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Config/KF5ConfigMacros.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Config/KF5ConfigTargets-debian.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Config/KF5ConfigTargets.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsTargets-debian.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5DocTools/KF5DocToolsConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5DocTools/KF5DocToolsConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5DocTools/KF5DocToolsMacros.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5DocTools/KF5DocToolsTargets-debian.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5DocTools/KF5DocToolsTargets.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Solid/KF5SolidConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Solid/KF5SolidConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Solid/KF5SolidTargets-debian.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/KF5Solid/KF5SolidTargets.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5/Qt5Config.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5/Qt5ConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Xml/Qt5XmlConfig.cmake"
- - "/usr/lib/i386-linux-gnu/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeCInformation.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeCXXInformation.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeCommonLanguageInclude.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeFindDependencyMacro.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeGenericSystem.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeParseArguments.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CMakeSystemSpecificInformation.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CheckCXXSourceCompiles.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CheckCXXSymbolExists.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CheckFunctionExists.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CheckIncludeFiles.cmake"
- - "/usr/local/share/cmake-3.0/Modules/CheckSymbolExists.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Compiler/GNU-C.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Compiler/GNU-CXX.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Compiler/GNU.cmake"
- - "/usr/local/share/cmake-3.0/Modules/FeatureSummary.cmake"
- - "/usr/local/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake"
- - "/usr/local/share/cmake-3.0/Modules/FindPackageMessage.cmake"
- - "/usr/local/share/cmake-3.0/Modules/FindPkgConfig.cmake"
- - "/usr/local/share/cmake-3.0/Modules/FindQt4.cmake"
- - "/usr/local/share/cmake-3.0/Modules/MacroAddFileDependencies.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Platform/Linux-GNU-C.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Platform/Linux-GNU-CXX.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Platform/Linux-GNU.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Platform/Linux.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Platform/UnixPaths.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Qt4ConfigDependentSettings.cmake"
- - "/usr/local/share/cmake-3.0/Modules/Qt4Macros.cmake"
- - "/usr/local/share/cmake-3.0/Modules/UseQt4.cmake"
- - "/usr/share/ECM/cmake/ECMConfig.cmake"
- - "/usr/share/ECM/cmake/ECMConfigVersion.cmake"
- - "/usr/share/ECM/find-modules/FindKF5.cmake"
- - "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake"
- - "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake"
- - "/usr/share/ECM/kde-modules/KDEInstallDirs.cmake"
- - "/usr/share/ECM/modules/ECMCoverageOption.cmake"
- - "/usr/share/ECM/modules/ECMEnableSanitizers.cmake"
- - "/usr/share/ECM/modules/ECMInstallIcons.cmake"
- - "/usr/share/ECM/modules/ECMUseFindModules.cmake"
- - )
- -
- -# The corresponding makefile is:
- -set(CMAKE_MAKEFILE_OUTPUTS
- - "Makefile"
- - "CMakeFiles/cmake.check_cache"
- - )
- -
- -# Byproducts of CMake generate step:
- -set(CMAKE_MAKEFILE_PRODUCTS
- - "config-kalzium.h"
- - "CMakeFiles/CMakeDirectoryInformation.cmake"
- - "compoundviewer/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "doc/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "src/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/hazardsymbols/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/htmlview/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/icons/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/iconsets/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/iconsets/school/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/toolpics/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/latticeicons/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/maps/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "data/molecules/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/applet/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/applet/didyouknow/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/applet/nuclearPlasmoid/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/applet/concentrationPlasmoid/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/applet/gasPlasmoid/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/applet/psePlasmoid/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "plasmoid/engine/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "libscience/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "libscience/data/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "libscience/tests/CMakeFiles/CMakeDirectoryInformation.cmake"
- - "qml/CMakeFiles/CMakeDirectoryInformation.cmake"
- - )
- -
- -# Dependency information for all targets:
- -set(CMAKE_DEPEND_INFO_FILES
- - "compoundviewer/CMakeFiles/compoundviewer.dir/DependInfo.cmake"
- - "doc/CMakeFiles/doc-index-cache-bz2.dir/DependInfo.cmake"
- - "doc/CMakeFiles/doc-kalzium-1.dir/DependInfo.cmake"
- - "src/CMakeFiles/kalzium.dir/DependInfo.cmake"
- - "plasmoid/applet/didyouknow/CMakeFiles/plasma_applet_didyouknow.dir/DependInfo.cmake"
- - "plasmoid/applet/nuclearPlasmoid/CMakeFiles/nuclearCalculator.dir/DependInfo.cmake"
- - "plasmoid/applet/concentrationPlasmoid/CMakeFiles/concentrationCalculator.dir/DependInfo.cmake"
- - "plasmoid/applet/gasPlasmoid/CMakeFiles/gasCalculator.dir/DependInfo.cmake"
- - "plasmoid/applet/psePlasmoid/CMakeFiles/plasma_applet_molmassCalculator.dir/DependInfo.cmake"
- - "plasmoid/engine/CMakeFiles/plasma_engine_kalzium.dir/DependInfo.cmake"
- - "libscience/CMakeFiles/science.dir/DependInfo.cmake"
- - "libscience/tests/CMakeFiles/elementparsertest.dir/DependInfo.cmake"
- - "libscience/tests/CMakeFiles/isotopeparsertest.dir/DependInfo.cmake"
- - "libscience/tests/CMakeFiles/spectrumtest.dir/DependInfo.cmake"
- - )
- diff --git a/makefile2/CMakeFiles/Makefile2 b/makefile2/CMakeFiles/Makefile2
- deleted file mode 100644
- index 41f7ac6f9be594f2a52c9092e6817afd0bb4b858..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/Makefile2
- +++ /dev/null
- @@ -1,478 +0,0 @@
- -# CMAKE generated file: DO NOT EDIT!
- -# Generated by "Unix Makefiles" Generator, CMake Version 3.0
- -
- -# 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/local/bin/cmake
- -
- -# The command to remove a file.
- -RM = /usr/local/bin/cmake -E remove -f
- -
- -# Escaping for special characters.
- -EQUALS = =
- -
- -# The top-level source directory on which CMake was run.
- -CMAKE_SOURCE_DIR = /home/anu/kalzium
- -
- -# The top-level build directory on which CMake was run.
- -CMAKE_BINARY_DIR = /home/anu/kalzium/makefile2
- -
- -#=============================================================================
- -# Directory level rules for directory compoundviewer
- -
- -# Convenience name for "all" pass in the directory.
- -compoundviewer/all:
- -.PHONY : compoundviewer/all
- -
- -# Convenience name for "clean" pass in the directory.
- -compoundviewer/clean:
- -.PHONY : compoundviewer/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -compoundviewer/preinstall:
- -.PHONY : compoundviewer/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory doc
- -
- -# Convenience name for "all" pass in the directory.
- -doc/all:
- -.PHONY : doc/all
- -
- -# Convenience name for "clean" pass in the directory.
- -doc/clean:
- -.PHONY : doc/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -doc/preinstall:
- -.PHONY : doc/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory src
- -
- -# Convenience name for "all" pass in the directory.
- -src/all:
- -.PHONY : src/all
- -
- -# Convenience name for "clean" pass in the directory.
- -src/clean:
- -.PHONY : src/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -src/preinstall:
- -.PHONY : src/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data
- -
- -# Convenience name for "all" pass in the directory.
- -data/all: data/hazardsymbols/all
- -data/all: data/htmlview/all
- -data/all: data/icons/all
- -data/all: data/iconsets/all
- -data/all: data/toolpics/all
- -data/all: data/latticeicons/all
- -data/all: data/maps/all
- -data/all: data/molecules/all
- -.PHONY : data/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/clean: data/hazardsymbols/clean
- -data/clean: data/htmlview/clean
- -data/clean: data/icons/clean
- -data/clean: data/iconsets/clean
- -data/clean: data/toolpics/clean
- -data/clean: data/latticeicons/clean
- -data/clean: data/maps/clean
- -data/clean: data/molecules/clean
- -.PHONY : data/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/preinstall: data/hazardsymbols/preinstall
- -data/preinstall: data/htmlview/preinstall
- -data/preinstall: data/icons/preinstall
- -data/preinstall: data/iconsets/preinstall
- -data/preinstall: data/toolpics/preinstall
- -data/preinstall: data/latticeicons/preinstall
- -data/preinstall: data/maps/preinstall
- -data/preinstall: data/molecules/preinstall
- -.PHONY : data/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/hazardsymbols
- -
- -# Convenience name for "all" pass in the directory.
- -data/hazardsymbols/all:
- -.PHONY : data/hazardsymbols/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/hazardsymbols/clean:
- -.PHONY : data/hazardsymbols/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/hazardsymbols/preinstall:
- -.PHONY : data/hazardsymbols/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/htmlview
- -
- -# Convenience name for "all" pass in the directory.
- -data/htmlview/all:
- -.PHONY : data/htmlview/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/htmlview/clean:
- -.PHONY : data/htmlview/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/htmlview/preinstall:
- -.PHONY : data/htmlview/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/icons
- -
- -# Convenience name for "all" pass in the directory.
- -data/icons/all:
- -.PHONY : data/icons/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/icons/clean:
- -.PHONY : data/icons/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/icons/preinstall:
- -.PHONY : data/icons/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/iconsets
- -
- -# Convenience name for "all" pass in the directory.
- -data/iconsets/all: data/iconsets/school/all
- -.PHONY : data/iconsets/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/iconsets/clean: data/iconsets/school/clean
- -.PHONY : data/iconsets/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/iconsets/preinstall: data/iconsets/school/preinstall
- -.PHONY : data/iconsets/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/iconsets/school
- -
- -# Convenience name for "all" pass in the directory.
- -data/iconsets/school/all:
- -.PHONY : data/iconsets/school/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/iconsets/school/clean:
- -.PHONY : data/iconsets/school/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/iconsets/school/preinstall:
- -.PHONY : data/iconsets/school/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/toolpics
- -
- -# Convenience name for "all" pass in the directory.
- -data/toolpics/all:
- -.PHONY : data/toolpics/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/toolpics/clean:
- -.PHONY : data/toolpics/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/toolpics/preinstall:
- -.PHONY : data/toolpics/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/latticeicons
- -
- -# Convenience name for "all" pass in the directory.
- -data/latticeicons/all:
- -.PHONY : data/latticeicons/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/latticeicons/clean:
- -.PHONY : data/latticeicons/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/latticeicons/preinstall:
- -.PHONY : data/latticeicons/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/maps
- -
- -# Convenience name for "all" pass in the directory.
- -data/maps/all:
- -.PHONY : data/maps/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/maps/clean:
- -.PHONY : data/maps/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/maps/preinstall:
- -.PHONY : data/maps/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory data/molecules
- -
- -# Convenience name for "all" pass in the directory.
- -data/molecules/all:
- -.PHONY : data/molecules/all
- -
- -# Convenience name for "clean" pass in the directory.
- -data/molecules/clean:
- -.PHONY : data/molecules/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -data/molecules/preinstall:
- -.PHONY : data/molecules/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/all: plasmoid/applet/all
- -plasmoid/all: plasmoid/engine/all
- -.PHONY : plasmoid/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/clean: plasmoid/applet/clean
- -plasmoid/clean: plasmoid/engine/clean
- -.PHONY : plasmoid/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/preinstall: plasmoid/applet/preinstall
- -plasmoid/preinstall: plasmoid/engine/preinstall
- -.PHONY : plasmoid/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/applet
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/applet/all: plasmoid/applet/didyouknow/all
- -plasmoid/applet/all: plasmoid/applet/nuclearPlasmoid/all
- -plasmoid/applet/all: plasmoid/applet/concentrationPlasmoid/all
- -plasmoid/applet/all: plasmoid/applet/gasPlasmoid/all
- -plasmoid/applet/all: plasmoid/applet/psePlasmoid/all
- -.PHONY : plasmoid/applet/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/applet/clean: plasmoid/applet/didyouknow/clean
- -plasmoid/applet/clean: plasmoid/applet/nuclearPlasmoid/clean
- -plasmoid/applet/clean: plasmoid/applet/concentrationPlasmoid/clean
- -plasmoid/applet/clean: plasmoid/applet/gasPlasmoid/clean
- -plasmoid/applet/clean: plasmoid/applet/psePlasmoid/clean
- -.PHONY : plasmoid/applet/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/applet/preinstall: plasmoid/applet/didyouknow/preinstall
- -plasmoid/applet/preinstall: plasmoid/applet/nuclearPlasmoid/preinstall
- -plasmoid/applet/preinstall: plasmoid/applet/concentrationPlasmoid/preinstall
- -plasmoid/applet/preinstall: plasmoid/applet/gasPlasmoid/preinstall
- -plasmoid/applet/preinstall: plasmoid/applet/psePlasmoid/preinstall
- -.PHONY : plasmoid/applet/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/applet/didyouknow
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/applet/didyouknow/all:
- -.PHONY : plasmoid/applet/didyouknow/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/applet/didyouknow/clean:
- -.PHONY : plasmoid/applet/didyouknow/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/applet/didyouknow/preinstall:
- -.PHONY : plasmoid/applet/didyouknow/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/applet/nuclearPlasmoid
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/applet/nuclearPlasmoid/all:
- -.PHONY : plasmoid/applet/nuclearPlasmoid/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/applet/nuclearPlasmoid/clean:
- -.PHONY : plasmoid/applet/nuclearPlasmoid/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/applet/nuclearPlasmoid/preinstall:
- -.PHONY : plasmoid/applet/nuclearPlasmoid/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/applet/concentrationPlasmoid
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/applet/concentrationPlasmoid/all:
- -.PHONY : plasmoid/applet/concentrationPlasmoid/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/applet/concentrationPlasmoid/clean:
- -.PHONY : plasmoid/applet/concentrationPlasmoid/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/applet/concentrationPlasmoid/preinstall:
- -.PHONY : plasmoid/applet/concentrationPlasmoid/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/applet/gasPlasmoid
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/applet/gasPlasmoid/all:
- -.PHONY : plasmoid/applet/gasPlasmoid/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/applet/gasPlasmoid/clean:
- -.PHONY : plasmoid/applet/gasPlasmoid/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/applet/gasPlasmoid/preinstall:
- -.PHONY : plasmoid/applet/gasPlasmoid/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/applet/psePlasmoid
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/applet/psePlasmoid/all:
- -.PHONY : plasmoid/applet/psePlasmoid/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/applet/psePlasmoid/clean:
- -.PHONY : plasmoid/applet/psePlasmoid/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/applet/psePlasmoid/preinstall:
- -.PHONY : plasmoid/applet/psePlasmoid/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory plasmoid/engine
- -
- -# Convenience name for "all" pass in the directory.
- -plasmoid/engine/all:
- -.PHONY : plasmoid/engine/all
- -
- -# Convenience name for "clean" pass in the directory.
- -plasmoid/engine/clean:
- -.PHONY : plasmoid/engine/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -plasmoid/engine/preinstall:
- -.PHONY : plasmoid/engine/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory libscience
- -
- -# Convenience name for "all" pass in the directory.
- -libscience/all: libscience/data/all
- -libscience/all: libscience/tests/all
- -.PHONY : libscience/all
- -
- -# Convenience name for "clean" pass in the directory.
- -libscience/clean: libscience/data/clean
- -libscience/clean: libscience/tests/clean
- -.PHONY : libscience/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -libscience/preinstall: libscience/data/preinstall
- -libscience/preinstall: libscience/tests/preinstall
- -.PHONY : libscience/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory libscience/data
- -
- -# Convenience name for "all" pass in the directory.
- -libscience/data/all:
- -.PHONY : libscience/data/all
- -
- -# Convenience name for "clean" pass in the directory.
- -libscience/data/clean:
- -.PHONY : libscience/data/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -libscience/data/preinstall:
- -.PHONY : libscience/data/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory libscience/tests
- -
- -# Convenience name for "all" pass in the directory.
- -libscience/tests/all:
- -.PHONY : libscience/tests/all
- -
- -# Convenience name for "clean" pass in the directory.
- -libscience/tests/clean:
- -.PHONY : libscience/tests/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -libscience/tests/preinstall:
- -.PHONY : libscience/tests/preinstall
- -
- -#=============================================================================
- -# Directory level rules for directory qml
- -
- -# Convenience name for "all" pass in the directory.
- -qml/all:
- -.PHONY : qml/all
- -
- -# Convenience name for "clean" pass in the directory.
- -qml/clean:
- -.PHONY : qml/clean
- -
- -# Convenience name for "preinstall" pass in the directory.
- -qml/preinstall:
- -.PHONY : qml/preinstall
- -
- -#=============================================================================
- -# 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/makefile2/CMakeFiles/cmake.check_cache b/makefile2/CMakeFiles/cmake.check_cache
- deleted file mode 100644
- index 3dccd731726d7faa8b29d8d7dba3b981a53ca497..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/cmake.check_cache
- +++ /dev/null
- @@ -1 +0,0 @@
- -# This file is generated by cmake for dependency checking of the CMakeCache.txt file
- diff --git a/makefile2/CMakeFiles/progress.marks b/makefile2/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/compoundviewer/CMakeFiles/progress.marks b/makefile2/compoundviewer/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/compoundviewer/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/config-kalzium.h b/makefile2/config-kalzium.h
- deleted file mode 100644
- index eac030ea683d3f1d03c947248f56e308962e86e0..0000000000000000000000000000000000000000
- --- a/makefile2/config-kalzium.h
- +++ /dev/null
- @@ -1,18 +0,0 @@
- -/* facile solver available? */
- -#define HAVE_FACILE 1
- -
- -/* Define to 1 if we have OpenBabel2 */
- -#define HAVE_OPENBABEL2 1
- -
- -/* Define 1 if we have Eigen */
- -#define HAVE_EIGEN 1
- -
- -/* Define 1 if we have Avogadro */
- -#define HAVE_AVOGADRO 1
- -
- -/* Define to 1 if you have the <ieeefp.h> header file. */
- -/* #undef HAVE_IEEEFP_H */
- -
- -/* The base directory of the Avogadro plugins. */
- -#define AVOGADRO_PLUGIN_DIR "/usr/lib/avogadro/1_1"
- -
- diff --git a/makefile2/data/CMakeFiles/progress.marks b/makefile2/data/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/hazardsymbols/CMakeFiles/progress.marks b/makefile2/data/hazardsymbols/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/hazardsymbols/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/htmlview/CMakeFiles/progress.marks b/makefile2/data/htmlview/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/htmlview/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/icons/CMakeFiles/progress.marks b/makefile2/data/icons/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/icons/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/iconsets/CMakeFiles/progress.marks b/makefile2/data/iconsets/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/iconsets/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/iconsets/school/CMakeFiles/progress.marks b/makefile2/data/iconsets/school/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/iconsets/school/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/latticeicons/CMakeFiles/progress.marks b/makefile2/data/latticeicons/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/latticeicons/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/maps/CMakeFiles/progress.marks b/makefile2/data/maps/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/maps/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/molecules/CMakeFiles/progress.marks b/makefile2/data/molecules/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/molecules/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/data/toolpics/CMakeFiles/progress.marks b/makefile2/data/toolpics/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/data/toolpics/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/doc/CMakeFiles/progress.marks b/makefile2/doc/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/doc/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/libscience/CMakeFiles/progress.marks b/makefile2/libscience/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/libscience/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/libscience/data/CMakeFiles/progress.marks b/makefile2/libscience/data/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/libscience/data/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/libscience/tests/CMakeFiles/progress.marks b/makefile2/libscience/tests/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/libscience/tests/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/CMakeFiles/progress.marks b/makefile2/plasmoid/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/applet/CMakeFiles/progress.marks b/makefile2/plasmoid/applet/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/applet/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/applet/concentrationPlasmoid/CMakeFiles/progress.marks b/makefile2/plasmoid/applet/concentrationPlasmoid/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/applet/concentrationPlasmoid/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/applet/didyouknow/CMakeFiles/progress.marks b/makefile2/plasmoid/applet/didyouknow/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/applet/didyouknow/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/applet/gasPlasmoid/CMakeFiles/progress.marks b/makefile2/plasmoid/applet/gasPlasmoid/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/applet/gasPlasmoid/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/applet/nuclearPlasmoid/CMakeFiles/progress.marks b/makefile2/plasmoid/applet/nuclearPlasmoid/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/applet/nuclearPlasmoid/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/applet/psePlasmoid/CMakeFiles/progress.marks b/makefile2/plasmoid/applet/psePlasmoid/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/applet/psePlasmoid/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/plasmoid/engine/CMakeFiles/progress.marks b/makefile2/plasmoid/engine/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/plasmoid/engine/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/qml/CMakeFiles/progress.marks b/makefile2/qml/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/qml/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/makefile2/rsa_id.pub b/makefile2/rsa_id.pub
- deleted file mode 100644
- index 58393f13795c0543f9201b6395d5c23e07f9ac6e..0000000000000000000000000000000000000000
- --- a/makefile2/rsa_id.pub
- +++ /dev/null
- @@ -1 +0,0 @@
- -ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu1i/pmTr3GP1EzsGENi12nzczb7EnDX0seraNpOOBzk/o/W+pbUowbdbYMIO5LkuqJoHAK/U41fGb+BcFs4vhxXhTM+9SASUw8ANzzoIt2RTkkshTrgPeQcKIdkQgjnf/a4RlU0ji4OxzxOUlHoghhlA3lFQobktUMSuArBO/zxpYnzPjovlBPBJtC9VZ95ZrZQj1OK3jfLKOVb6JMqk5CIIUns8tDRrRZAoQ/rBvvYl0itTPrVMY4SwJ34Om/c/1QyxxtGgR0T3mf0YFfiFWMIF0J42WIiFVN8is1lTaXA47ineLt3/muPJ+YLNqPctcH4wWiQ9vsTYDoi/7ibGl root@anu-virtual-machine
- diff --git a/makefile2/src/CMakeFiles/progress.marks b/makefile2/src/CMakeFiles/progress.marks
- deleted file mode 100644
- index 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..0000000000000000000000000000000000000000
- --- a/makefile2/src/CMakeFiles/progress.marks
- +++ /dev/null
- @@ -1 +0,0 @@
- -0
- diff --git a/plasmoid/applet/bodr/CMakeLists.txt b/plasmoid/applet/bodr/CMakeLists.txt
- index bcbefc1883eb5d621ca297177bdb0f0fd373772f..e3ed33ed94c82661bb71bc7c05a5af947b52e8f2 100644
- --- a/plasmoid/applet/bodr/CMakeLists.txt
- +++ b/plasmoid/applet/bodr/CMakeLists.txt
- @@ -1,15 +1,17 @@
- -#include_directories( ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/ )
- +include_directories(
- + ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- + )
- set(kalzium_plasma_SRCS
- kalzium_plasma.cpp
- )
- -qt5_wrap_ui(kalzium_plasma_SRCS config.ui)
- +kde4_add_ui_files(kalzium_plasma_SRCS config.ui)
- -add_plugin(plasma_applet_kalzium ${kalzium_plasma_SRCS})
- +kde4_add_plugin(plasma_applet_kalzium ${kalzium_plasma_SRCS})
- target_link_libraries(plasma_applet_kalzium
- - KF5::Plasma KF5::KIOWidgets
- + ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}
- science
- )
- diff --git a/plasmoid/applet/bodr/CMakeLists.txt~ b/plasmoid/applet/bodr/CMakeLists.txt~
- deleted file mode 100644
- index e3ed33ed94c82661bb71bc7c05a5af947b52e8f2..0000000000000000000000000000000000000000
- --- a/plasmoid/applet/bodr/CMakeLists.txt~
- +++ /dev/null
- @@ -1,31 +0,0 @@
- -include_directories(
- - ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- - )
- -
- -set(kalzium_plasma_SRCS
- - kalzium_plasma.cpp
- - )
- -
- -kde4_add_ui_files(kalzium_plasma_SRCS config.ui)
- -
- -kde4_add_plugin(plasma_applet_kalzium ${kalzium_plasma_SRCS})
- -
- -target_link_libraries(plasma_applet_kalzium
- - ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}
- - science
- - )
- -
- -install(
- - TARGETS plasma_applet_kalzium
- - DESTINATION ${PLUGIN_INSTALL_DIR}
- - )
- -
- -install(
- - FILES plasma_kalzium.desktop
- - DESTINATION ${SERVICES_INSTALL_DIR}
- - )
- -
- -install(
- - FILES testtube.svg
- - DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/
- - )
- diff --git a/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt b/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt
- index b8ef22d760aa7ab2ae23c1f2e9baa3ddc8fafd85..32ea556983a92e83b1c63c5c079d2bcd252083be 100644
- --- a/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt
- +++ b/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt
- @@ -1,11 +1,11 @@
- project(concentrationCalculator)
- set(concentrationCalculator_SRCS concentrationCalculator.cpp)
- -qt5_wrap_ui(concentrationCalculator_SRCS concentrationCalculatorConfig.ui)
- -add_library(concentrationCalculator ${concentrationCalculator_SRCS})
- +kde4_add_ui_files(concentrationCalculator_SRCS concentrationCalculatorConfig.ui)
- +kde4_add_plugin(concentrationCalculator ${concentrationCalculator_SRCS})
- target_link_libraries(concentrationCalculator
- - KF5::Plasma KF5::WidgetsAddons
- - KF5::UnitConversion
- + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}
- + ${KDE4_KUNITCONVERSION_LIBRARY}
- )
- install(TARGETS concentrationCalculator DESTINATION ${PLUGIN_INSTALL_DIR})
- diff --git a/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt~ b/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt~
- deleted file mode 100644
- index 6edb01f5b1c451b32d7de0bab29ffac53f1f3d73..0000000000000000000000000000000000000000
- --- a/plasmoid/applet/concentrationPlasmoid/CMakeLists.txt~
- +++ /dev/null
- @@ -1,13 +0,0 @@
- -project(concentrationCalculator)
- -
- -set(concentrationCalculator_SRCS concentrationCalculator.cpp)
- -qt5_wrap_ui(concentrationCalculator_SRCS concentrationCalculatorConfig.ui)
- -add_library(concentrationCalculator ${concentrationCalculator_SRCS})
- -target_link_libraries(concentrationCalculator
- - ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}
- - ${KDE4_KUNITCONVERSION_LIBRARY}
- - )
- -
- -install(TARGETS concentrationCalculator DESTINATION ${PLUGIN_INSTALL_DIR})
- -
- -install(FILES concentrationCalculator.desktop DESTINATION ${SERVICES_INSTALL_DIR})
- diff --git a/plasmoid/applet/didyouknow/CMakeLists.txt b/plasmoid/applet/didyouknow/CMakeLists.txt
- index 0079fd31acf99cadd29577cdbd8d822296829931..f6ca9e381335cf9af675bb3b0b0e134692629fe5 100644
- --- a/plasmoid/applet/didyouknow/CMakeLists.txt
- +++ b/plasmoid/applet/didyouknow/CMakeLists.txt
- @@ -1,13 +1,15 @@
- -#include_directories(${CMAKE_SOURCE_DIR}/libkdeedu/libscience/)
- +include_directories(
- + ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- + )
- set(didyouknow_plasma_SRCS
- didyouknow.cpp
- )
- -add_library(plasma_applet_didyouknow ${didyouknow_plasma_SRCS})
- +kde4_add_plugin(plasma_applet_didyouknow ${didyouknow_plasma_SRCS})
- target_link_libraries(plasma_applet_didyouknow
- - KF5::Plasma KF5::KIOWidgests
- + ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}
- science
- )
- diff --git a/plasmoid/applet/didyouknow/CMakeLists.txt~ b/plasmoid/applet/didyouknow/CMakeLists.txt~
- deleted file mode 100644
- index f6ca9e381335cf9af675bb3b0b0e134692629fe5..0000000000000000000000000000000000000000
- --- a/plasmoid/applet/didyouknow/CMakeLists.txt~
- +++ /dev/null
- @@ -1,23 +0,0 @@
- -include_directories(
- - ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- - )
- -
- -set(didyouknow_plasma_SRCS
- - didyouknow.cpp
- - )
- -
- -kde4_add_plugin(plasma_applet_didyouknow ${didyouknow_plasma_SRCS})
- -
- -target_link_libraries(plasma_applet_didyouknow
- - ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}
- - science
- - )
- -
- -install(TARGETS plasma_applet_didyouknow DESTINATION ${PLUGIN_INSTALL_DIR})
- -
- -install(FILES plasma_didyouknow.desktop DESTINATION ${SERVICES_INSTALL_DIR})
- -
- -install(
- - FILES chalkboard.svg
- - DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/
- - )
- diff --git a/plasmoid/applet/gasPlasmoid/CMakeLists.txt b/plasmoid/applet/gasPlasmoid/CMakeLists.txt
- index 81053807fc53cf61b6abe65752e3636efd618214..7d199bb6ec01d1c81b2ff54d348418fcce05674c 100644
- --- a/plasmoid/applet/gasPlasmoid/CMakeLists.txt
- +++ b/plasmoid/applet/gasPlasmoid/CMakeLists.txt
- @@ -1,11 +1,11 @@
- project(gasCalculator)
- set(gasCalculator_SRCS gasCalculator.cpp)
- -qt5_wrap_ui(gasCalculator_SRCS gasCalculatorConfig.ui)
- -add_library(gasCalculator ${gasCalculator_SRCS})
- +kde4_add_ui_files(gasCalculator_SRCS gasCalculatorConfig.ui)
- +kde4_add_plugin(gasCalculator ${gasCalculator_SRCS})
- target_link_libraries(gasCalculator
- - KF5::Plasma KF5::Ui KF5::WidgetsAddons
- - KF5::UnitConversion
- + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}
- + ${KDE4_KUNITCONVERSION_LIBRARY}
- )
- install(TARGETS gasCalculator DESTINATION ${PLUGIN_INSTALL_DIR})
- diff --git a/plasmoid/applet/gasPlasmoid/CMakeLists.txt~ b/plasmoid/applet/gasPlasmoid/CMakeLists.txt~
- deleted file mode 100644
- index 7d199bb6ec01d1c81b2ff54d348418fcce05674c..0000000000000000000000000000000000000000
- --- a/plasmoid/applet/gasPlasmoid/CMakeLists.txt~
- +++ /dev/null
- @@ -1,13 +0,0 @@
- -project(gasCalculator)
- -
- -set(gasCalculator_SRCS gasCalculator.cpp)
- -kde4_add_ui_files(gasCalculator_SRCS gasCalculatorConfig.ui)
- -kde4_add_plugin(gasCalculator ${gasCalculator_SRCS})
- -target_link_libraries(gasCalculator
- - ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}
- - ${KDE4_KUNITCONVERSION_LIBRARY}
- - )
- -
- -install(TARGETS gasCalculator DESTINATION ${PLUGIN_INSTALL_DIR})
- -
- -install(FILES gasCalculator.desktop DESTINATION ${SERVICES_INSTALL_DIR})
- diff --git a/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt b/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt
- index 90c77a9e479ead3d8b8899147030a15226d2596e..4acfab68360588a2e315a8dbb9dda46666f54d5e 100644
- --- a/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt
- +++ b/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt
- @@ -1,16 +1,18 @@
- project(nuclearCalculator)
- -#include_directories( ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/)
- +include_directories(
- + ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- + )
- set(nuclearCalculator_SRCS
- nuclearCalculator.cpp
- kalziumdataobject.cpp
- )
- -qt5_wrap_ui(nuclearCalculator_SRCS nuclearCalculatorConfig.ui)
- -add_library(nuclearCalculator ${nuclearCalculator_SRCS})
- +kde4_add_ui_files(nuclearCalculator_SRCS nuclearCalculatorConfig.ui)
- +kde4_add_plugin(nuclearCalculator ${nuclearCalculator_SRCS})
- target_link_libraries(nuclearCalculator
- - KF5::Plasma KF5::Ui KF5::KHtml
- - science KF5::UnitConversion
- + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KHTML_LIBRARY}
- + science ${KDE4_KUNITCONVERSION_LIBRARY}
- )
- install(TARGETS nuclearCalculator DESTINATION ${PLUGIN_INSTALL_DIR})
- diff --git a/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt~ b/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt~
- deleted file mode 100644
- index 4acfab68360588a2e315a8dbb9dda46666f54d5e..0000000000000000000000000000000000000000
- --- a/plasmoid/applet/nuclearPlasmoid/CMakeLists.txt~
- +++ /dev/null
- @@ -1,20 +0,0 @@
- -project(nuclearCalculator)
- -
- -include_directories(
- - ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- - )
- -
- -set(nuclearCalculator_SRCS
- - nuclearCalculator.cpp
- - kalziumdataobject.cpp
- - )
- -kde4_add_ui_files(nuclearCalculator_SRCS nuclearCalculatorConfig.ui)
- -kde4_add_plugin(nuclearCalculator ${nuclearCalculator_SRCS})
- -target_link_libraries(nuclearCalculator
- - ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KHTML_LIBRARY}
- - science ${KDE4_KUNITCONVERSION_LIBRARY}
- - )
- -
- -install(TARGETS nuclearCalculator DESTINATION ${PLUGIN_INSTALL_DIR})
- -
- -install(FILES nuclearCalculator.desktop DESTINATION ${SERVICES_INSTALL_DIR})
- diff --git a/plasmoid/applet/psePlasmoid/CMakeLists.txt b/plasmoid/applet/psePlasmoid/CMakeLists.txt
- index c837bfd714d2da89baba9ca00cbc044398ecb6a8..58da62f980f38766747e1d0d72101ce4eb8c662a 100644
- --- a/plasmoid/applet/psePlasmoid/CMakeLists.txt
- +++ b/plasmoid/applet/psePlasmoid/CMakeLists.txt
- @@ -8,13 +8,13 @@ include_directories(
- # We add our source code here
- set(periodic_SRCS Molmasscalculator.cpp Periodictable.cpp)
- -qt5_wrap_ui(periodic_SRCS Molmassconfig.ui)
- +kde4_add_ui_files(periodic_SRCS Molmassconfig.ui)
- # Now make sure all files get to the right place
- -add_library(plasma_applet_molmassCalculator ${periodic_SRCS})
- +kde4_add_plugin(plasma_applet_molmassCalculator ${periodic_SRCS})
- target_link_libraries(plasma_applet_molmassCalculator
- - KF5::Plasma KF5::WidgetAddons science)
- + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} science)
- install(TARGETS plasma_applet_molmassCalculator
- DESTINATION ${PLUGIN_INSTALL_DIR})
- diff --git a/plasmoid/applet/psePlasmoid/CMakeLists.txt~ b/plasmoid/applet/psePlasmoid/CMakeLists.txt~
- deleted file mode 100644
- index 58da62f980f38766747e1d0d72101ce4eb8c662a..0000000000000000000000000000000000000000
- --- a/plasmoid/applet/psePlasmoid/CMakeLists.txt~
- +++ /dev/null
- @@ -1,23 +0,0 @@
- -include_directories(
- - ${CMAKE_SOURCE_DIR}
- - ${CMAKE_BINARY_DIR}
- - ${KDE4_INCLUDES}
- - ${CMAKE_SOURCE_DIR}/libkdeedu/libscience
- - )
- -
- -# We add our source code here
- -set(periodic_SRCS Molmasscalculator.cpp Periodictable.cpp)
- -
- -kde4_add_ui_files(periodic_SRCS Molmassconfig.ui)
- -
- -# Now make sure all files get to the right place
- -kde4_add_plugin(plasma_applet_molmassCalculator ${periodic_SRCS})
- -
- -target_link_libraries(plasma_applet_molmassCalculator
- - ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} science)
- -
- -install(TARGETS plasma_applet_molmassCalculator
- - DESTINATION ${PLUGIN_INSTALL_DIR})
- -
- -install(FILES plasma-applet-Molmasscalculator.desktop
- - DESTINATION ${SERVICES_INSTALL_DIR})
- diff --git a/plasmoid/engine/CMakeLists.txt b/plasmoid/engine/CMakeLists.txt
- index 8b4bcb0ea5363407a0bfb645faa16c97c9ee4cbb..534a56d7d59ade19bc426f263bdca38f7efca0a2 100644
- --- a/plasmoid/engine/CMakeLists.txt
- +++ b/plasmoid/engine/CMakeLists.txt
- @@ -6,10 +6,10 @@ include_directories(
- ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- )
- -add_library(plasma_engine_kalzium ${kalzium_engine_SRCS})
- +kde4_add_plugin(plasma_engine_kalzium ${kalzium_engine_SRCS})
- target_link_libraries(plasma_engine_kalzium
- - KF5::Plasma
- - Qt5::Xml
- + ${KDE4_PLASMA_LIBS}
- + ${QT_QTXML_LIBRARY}
- science
- )
- diff --git a/plasmoid/engine/CMakeLists.txt~ b/plasmoid/engine/CMakeLists.txt~
- deleted file mode 100644
- index 534a56d7d59ade19bc426f263bdca38f7efca0a2..0000000000000000000000000000000000000000
- --- a/plasmoid/engine/CMakeLists.txt~
- +++ /dev/null
- @@ -1,17 +0,0 @@
- -set(kalzium_engine_SRCS
- - kalzium_engine.cpp
- -)
- -
- -include_directories(
- - ${CMAKE_SOURCE_DIR}/libkdeedu/libscience/
- - )
- -
- -kde4_add_plugin(plasma_engine_kalzium ${kalzium_engine_SRCS})
- -target_link_libraries(plasma_engine_kalzium
- - ${KDE4_PLASMA_LIBS}
- - ${QT_QTXML_LIBRARY}
- - science
- -)
- -
- -install(TARGETS plasma_engine_kalzium DESTINATION ${PLUGIN_INSTALL_DIR})
- -install(FILES plasma-dataengine-kalzium.desktop DESTINATION ${SERVICES_INSTALL_DIR})
- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
- index 41df92e2659994398d97242c41acb08d5093fa1a..3cefc58691dddf4ac96d782dd68b567a9ff82ff2 100644
- --- a/src/CMakeLists.txt
- +++ b/src/CMakeLists.txt
- @@ -18,7 +18,7 @@ if (OPENBABEL2_FOUND)
- tools/obconverter.cpp
- )
- - qt5_wrap_ui(kalziumtools_SRCS
- + kde4_add_ui_files(kalziumtools_SRCS
- tools/obconverterwidget.ui
- )
- include_directories(${OPENBABEL2_INCLUDE_DIR})
- @@ -32,7 +32,7 @@ if (OPENBABEL2_FOUND)
- tools/moleculeview.cpp
- ../compoundviewer/kalziumglwidget.cpp
- )
- - qt5_wrap_ui(kalziumtools_SRCS
- + kde4_add_ui_files(kalziumtools_SRCS
- tools/moleculeviewerwidget.ui
- )
- include_directories(${EIGEN3_INCLUDE_DIR})
- @@ -49,7 +49,7 @@ set(kalziumtools_SRCS
- calculator/titrationCalculator.cpp
- # calculator/massCalculator.cpp
- )
- -qt5_wrap_ui(kalziumtools_SRCS
- +kde4_add_ui_files(kalziumtools_SRCS
- calculator/calculator.ui
- calculator/nuclearCalculator.ui
- calculator/gasCalculator.ui
- @@ -110,12 +110,12 @@ if (LIBFACILE_FOUND)
- ${CMAKE_CURRENT_BINARY_DIR}/solver.o
- ${CMAKE_CURRENT_BINARY_DIR}/modwrap.o
- )
- - qt5_wrap_ui(kalzium_SRCS
- + kde4_add_ui_files(kalzium_SRCS
- equationview.ui
- )
- endif (LIBFACILE_FOUND)
- -qt5_wrap_ui(kalzium_SRCS
- +kde4_add_ui_files(kalzium_SRCS
- isotopetable/isotopedialog.ui
- settings_colors.ui
- plotsetupwidget.ui
- @@ -127,14 +127,14 @@ qt5_wrap_ui(kalzium_SRCS
- exportdialog.ui
- )
- -kconfig_add_kcfg_files(kalzium_SRCS prefs.kcfgc )
- +kde4_add_kcfg_files(kalzium_SRCS prefs.kcfgc )
- -#kde4_add_app_icon(kalzium_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kalzium.png")
- +kde4_add_app_icon(kalzium_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kalzium.png")
- -add_executable(kalzium ${kalzium_SRCS})
- +kde4_add_executable(kalzium ${kalzium_SRCS})
- +
- +target_link_libraries(kalzium ${KDE4_KHTML_LIBRARY} ${KDE4_KNEWSTUFF3_LIBS} ${KDE4_KUNITCONVERSION_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} science)
- -target_link_libraries(kalzium KDE5::KHTML KDE5::NewStuff KDE4_KUNITCONVERSION_LIBS Qt5::Script Qt5::Declarative science)
- -#QT_QTSCRIPT_LIBRARY
- if (OPENBABEL2_FOUND)
- target_link_libraries(kalzium ${OPENBABEL2_LIBRARIES})
- if (EIGEN3_FOUND AND Avogadro_FOUND)
- @@ -174,4 +174,4 @@ install(FILES kalzium.kcfg DESTINATION ${KCFG_INSTALL_DIR})
- install(FILES kalziumui.rc DESTINATION ${DATA_INSTALL_DIR}/kalzium)
- install(FILES kalzium.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
- -#kde4_install_icons(${ICON_INSTALL_DIR})
- +kde4_install_icons(${ICON_INSTALL_DIR})
- diff --git a/src/CMakeLists.txt~ b/src/CMakeLists.txt~
- deleted file mode 100644
- index 4745ffbba9f493e9d02b58e1d68d128de9c1e067..0000000000000000000000000000000000000000
- --- a/src/CMakeLists.txt~
- +++ /dev/null
- @@ -1,177 +0,0 @@
- -include_directories(
- - ${CMAKE_SOURCE_DIR}/libscience/
- - ../compoundviewer
- - tools
- - calculator
- - psetable
- - isotopetable
- - ${CMAKE_CURRENT_BINARY_DIR}/..
- - )
- -
- -########### next target ###############
- -
- -# The tools can only be built when OpenBabel2 is found.
- -# The moleculeviewer needs not only OpenBabel2 but also Eigen2 and Avogadro,
- -# so there is a nested if-check.
- -if (OPENBABEL2_FOUND)
- - set(kalziumtools_SRCS
- - tools/obconverter.cpp
- - )
- -
- - qt5_wrap_ui(kalziumtools_SRCS
- - tools/obconverterwidget.ui
- - )
- - include_directories(${OPENBABEL2_INCLUDE_DIR})
- -
- - if (EIGEN3_FOUND AND Avogadro_FOUND)
- -
- - include(${Avogadro_USE_FILE})
- -
- - set(kalziumtools_SRCS
- - ${kalziumtools_SRCS}
- - tools/moleculeview.cpp
- - ../compoundviewer/kalziumglwidget.cpp
- - )
- - qt5_wrap_ui(kalziumtools_SRCS
- - tools/moleculeviewerwidget.ui
- - )
- - include_directories(${EIGEN3_INCLUDE_DIR})
- - endif (EIGEN3_FOUND AND Avogadro_FOUND)
- -endif (OPENBABEL2_FOUND)
- -
- -## Kalzium calculator files
- -set(kalziumtools_SRCS
- - ${kalziumtools_SRCS}
- - calculator/calculator.cpp
- - calculator/nuclearCalculator.cpp
- - calculator/gasCalculator.cpp
- - calculator/concCalculator.cpp
- - calculator/titrationCalculator.cpp
- -# calculator/massCalculator.cpp
- - )
- -qt5_wrap_ui(kalziumtools_SRCS
- - calculator/calculator.ui
- - calculator/nuclearCalculator.ui
- - calculator/gasCalculator.ui
- - calculator/concCalculator.ui
- - calculator/settings_calc.ui
- - calculator/titrationCalculator.ui
- -# calculator/massCalculator.ui
- - )
- -
- -set(kalzium_SRCS
- - ${kalziumtools_SRCS}
- - isotopetable/informationitem.cpp
- - isotopetable/isotopeguideview.cpp
- - isotopetable/isotopeitem.cpp
- - isotopetable/isotopescene.cpp
- - isotopetable/isotopetabledialog.cpp
- - isotopetable/isotopeview.cpp
- - psetable/elementitem.cpp
- - psetable/numerationitem.cpp
- - psetable/periodictableview.cpp
- - psetable/periodictablescene.cpp
- - psetable/periodictablestates.cpp
- - psetable/statemachine.cpp
- - kalzium.cpp
- - main.cpp
- - detailinfodlg.cpp
- - tablesdialog.cpp
- - detailedgraphicaloverview.cpp
- - orbitswidget.cpp
- - elementdataviewer.cpp
- - molcalcwidget.cpp
- - gradientwidget_impl.cpp
- - kalziumdataobject.cpp
- - kalziumutils.cpp
- - kalziumgradienttype.cpp
- - kalziumnumerationtype.cpp
- - kalziumelementproperty.cpp
- - kalziumschemetype.cpp
- - kalziumunitcombobox.cpp
- - unitsettingsdialog.cpp
- - search.cpp
- - searchwidget.cpp
- - rsdialog.cpp
- - legendwidget.cpp
- - exportdialog.cpp
- - tableinfowidget.cpp
- - spectrumviewimpl.cpp
- - spectrumwidget.cpp
- - kdeeduglossary.cpp
- - )
- -
- -if (LIBFACILE_FOUND)
- - include(CMakeOCamlInstructions.cmake)
- -
- - set(kalzium_SRCS
- - ${kalzium_SRCS}
- - eqchemview.cpp
- - ${CMAKE_CURRENT_BINARY_DIR}/solver.o
- - ${CMAKE_CURRENT_BINARY_DIR}/modwrap.o
- - )
- - qt5_wrap_ui(kalzium_SRCS
- - equationview.ui
- - )
- -endif (LIBFACILE_FOUND)
- -
- -qt5_wrap_ui(kalzium_SRCS
- - isotopetable/isotopedialog.ui
- - settings_colors.ui
- - plotsetupwidget.ui
- - molcalcwidgetbase.ui
- - spectrumview.ui
- - settings_gradients.ui
- - rswidget.ui
- - gradientwidget.ui
- - exportdialog.ui
- - )
- -
- -kconfig_add_kcfg_files(kalzium_SRCS prefs.kcfgc )
- -
- -kde4_add_app_icon(kalzium_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kalzium.png")
- -
- -add_executable(kalzium ${kalzium_SRCS})
- -
- -target_link_libraries(kalzium ${KDE4_KHTML_LIBRARY} ${KDE4_KNEWSTUFF3_LIBS} ${KDE4_KUNITCONVERSION_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} science)
- -
- -if (OPENBABEL2_FOUND)
- - target_link_libraries(kalzium ${OPENBABEL2_LIBRARIES})
- - if (EIGEN3_FOUND AND Avogadro_FOUND)
- - target_link_libraries(kalzium ${QT_QTOPENGL_LIBRARY} compoundviewer avogadro)
- - endif (EIGEN3_FOUND AND Avogadro_FOUND)
- -endif (OPENBABEL2_FOUND)
- -
- -if (LIBFACILE_FOUND)
- - link_directories(${OCAMLC_DIR})
- - set(CMAKE_LIBRARY_PATH ${OCAMLC_DIR})
- - set(kalzium_EXTRA_LIBS)
- -
- - find_library(OCAML_ASMRUN_LIBRARY NAMES asmrun)
- - if (OCAML_ASMRUN_LIBRARY)
- - set(kalzium_EXTRA_LIBS ${kalzium_EXTRA_LIBS} ${OCAML_ASMRUN_LIBRARY})
- - endif (OCAML_ASMRUN_LIBRARY)
- -
- - find_library(OCAML_STR_LIBRARY NAMES str)
- - if (OCAML_STR_LIBRARY)
- - set(kalzium_EXTRA_LIBS ${kalzium_EXTRA_LIBS} ${OCAML_STR_LIBRARY})
- - endif (OCAML_STR_LIBRARY)
- -
- - find_library(OCAML_NUMS_LIBRARY NAMES nums)
- - if (OCAML_NUMS_LIBRARY)
- - set(kalzium_EXTRA_LIBS ${kalzium_EXTRA_LIBS} ${OCAML_NUMS_LIBRARY})
- - endif (OCAML_NUMS_LIBRARY)
- -
- - target_link_libraries(kalzium ${kalzium_EXTRA_LIBS} m ${CMAKE_DL_LIBS})
- -endif (LIBFACILE_FOUND)
- -
- -install(TARGETS kalzium ${INSTALL_TARGETS_DEFAULT_ARGS})
- -
- -########### install files ###############
- -
- -install(PROGRAMS kalzium.desktop kalzium_cml.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
- -install(FILES kalzium.kcfg DESTINATION ${KCFG_INSTALL_DIR})
- -install(FILES kalziumui.rc DESTINATION ${DATA_INSTALL_DIR}/kalzium)
- -install(FILES kalzium.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
- -
- -kde4_install_icons(${ICON_INSTALL_DIR})
- diff --git a/src/kalzium.desktop b/src/kalzium.desktop
- old mode 100644
- new mode 100755
Advertisement
Add Comment
Please, Sign In to add comment