Browse Source

Merge branch 'master' into PrctlParser

Conflicts:
	src/formula/Formulas.h
	src/formula/PctlPathFormula.h
	src/formula/PctlStateFormula.h
	src/formula/ProbabilisticBoundOperator.h
	src/formula/RewardBoundOperator.h
	src/modelChecker/DtmcPrctlModelChecker.h
	src/parser/PrctlParser.cpp
	src/parser/PrctlParser.h
main
Lanchid 12 years ago
parent
commit
03bee97786
  1. 12
      .gitignore
  2. 2
      CMakeLists.txt
  3. 32
      resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake
  4. 32
      resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
  5. 4
      resources/3rdparty/log4cplus-1.1.0/CTestTestfile.cmake
  6. 35
      resources/3rdparty/log4cplus-1.1.0/Makefile
  7. 17
      resources/3rdparty/log4cplus-1.1.0/cmake_install.cmake
  8. 10
      resources/3rdparty/log4cplus-1.1.0/include/log4cplus/config.h
  9. 6
      resources/3rdparty/log4cplus-1.1.0/include/log4cplus/config/defines.hxx
  10. 4
      resources/3rdparty/log4cplus-1.1.0/loggingserver/CTestTestfile.cmake
  11. 57
      resources/3rdparty/log4cplus-1.1.0/loggingserver/Makefile
  12. 15
      resources/3rdparty/log4cplus-1.1.0/loggingserver/cmake_install.cmake
  13. BIN
      resources/3rdparty/log4cplus-1.1.0/loggingserver/loggingserver
  14. 4
      resources/3rdparty/log4cplus-1.1.0/src/CTestTestfile.cmake
  15. 351
      resources/3rdparty/log4cplus-1.1.0/src/Makefile
  16. 147
      resources/3rdparty/log4cplus-1.1.0/src/cmake_install.cmake
  17. 4
      resources/3rdparty/log4cplus-1.1.0/tests/CTestTestfile.cmake
  18. 47
      resources/3rdparty/log4cplus-1.1.0/tests/Makefile
  19. 4
      resources/3rdparty/log4cplus-1.1.0/tests/appender_test/CTestTestfile.cmake
  20. 57
      resources/3rdparty/log4cplus-1.1.0/tests/appender_test/Makefile
  21. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/appender_test/appender_test
  22. 7
      resources/3rdparty/log4cplus-1.1.0/tests/appender_test/cmake_install.cmake
  23. 37
      resources/3rdparty/log4cplus-1.1.0/tests/cmake_install.cmake
  24. 4
      resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/CTestTestfile.cmake
  25. 57
      resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/Makefile
  26. 7
      resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/cmake_install.cmake
  27. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/configandwatch_test
  28. 4
      resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/CTestTestfile.cmake
  29. 69
      resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/Makefile
  30. 7
      resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/cmake_install.cmake
  31. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/customloglevel_test
  32. 4
      resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/CTestTestfile.cmake
  33. 57
      resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/Makefile
  34. 7
      resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/cmake_install.cmake
  35. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/fileappender_test
  36. 4
      resources/3rdparty/log4cplus-1.1.0/tests/filter_test/CTestTestfile.cmake
  37. 57
      resources/3rdparty/log4cplus-1.1.0/tests/filter_test/Makefile
  38. 7
      resources/3rdparty/log4cplus-1.1.0/tests/filter_test/cmake_install.cmake
  39. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/filter_test/filter_test
  40. 4
      resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/CTestTestfile.cmake
  41. 57
      resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/Makefile
  42. 7
      resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/cmake_install.cmake
  43. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/hierarchy_test
  44. 4
      resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/CTestTestfile.cmake
  45. 57
      resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/Makefile
  46. 7
      resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/cmake_install.cmake
  47. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/loglog_test
  48. 4
      resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/CTestTestfile.cmake
  49. 57
      resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/Makefile
  50. 7
      resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/cmake_install.cmake
  51. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/ndc_test
  52. 4
      resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/CTestTestfile.cmake
  53. 57
      resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/Makefile
  54. 7
      resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/cmake_install.cmake
  55. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/ostream_test
  56. 4
      resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/CTestTestfile.cmake
  57. 57
      resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/Makefile
  58. 7
      resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/cmake_install.cmake
  59. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/patternlayout_test
  60. 4
      resources/3rdparty/log4cplus-1.1.0/tests/performance_test/CTestTestfile.cmake
  61. 57
      resources/3rdparty/log4cplus-1.1.0/tests/performance_test/Makefile
  62. 7
      resources/3rdparty/log4cplus-1.1.0/tests/performance_test/cmake_install.cmake
  63. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/performance_test/performance_test
  64. 4
      resources/3rdparty/log4cplus-1.1.0/tests/priority_test/CTestTestfile.cmake
  65. 63
      resources/3rdparty/log4cplus-1.1.0/tests/priority_test/Makefile
  66. 7
      resources/3rdparty/log4cplus-1.1.0/tests/priority_test/cmake_install.cmake
  67. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/priority_test/priority_test
  68. 4
      resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/CTestTestfile.cmake
  69. 57
      resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/Makefile
  70. 7
      resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/cmake_install.cmake
  71. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/propertyconfig_test
  72. 4
      resources/3rdparty/log4cplus-1.1.0/tests/thread_test/CTestTestfile.cmake
  73. 57
      resources/3rdparty/log4cplus-1.1.0/tests/thread_test/Makefile
  74. 7
      resources/3rdparty/log4cplus-1.1.0/tests/thread_test/cmake_install.cmake
  75. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/thread_test/thread_test
  76. 4
      resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/CTestTestfile.cmake
  77. 57
      resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/Makefile
  78. 7
      resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/cmake_install.cmake
  79. BIN
      resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/timeformat_test
  80. 57
      src/adapters/EigenAdapter.h
  81. 2
      src/adapters/GmmxxAdapter.h
  82. 6
      src/exceptions/BaseException.h
  83. 19
      src/exceptions/InvalidAccessException.h
  84. 73
      src/formula/AbstractFormula.h
  85. 56
      src/formula/AbstractFormulaChecker.h
  86. 32
      src/formula/AbstractPathFormula.h
  87. 31
      src/formula/AbstractStateFormula.h
  88. 65
      src/formula/And.h
  89. 51
      src/formula/Ap.h
  90. 60
      src/formula/BoundOperator.h
  91. 60
      src/formula/BoundedEventually.h
  92. 211
      src/formula/BoundedNaryUntil.h
  93. 67
      src/formula/BoundedUntil.h
  94. 53
      src/formula/CumulativeReward.h
  95. 61
      src/formula/Eventually.h
  96. 9
      src/formula/Formulas.h
  97. 61
      src/formula/Globally.h
  98. 53
      src/formula/InstantaneousReward.h
  99. 59
      src/formula/Next.h
  100. 63
      src/formula/NoBoundOperator.h

12
.gitignore

@ -1,8 +1,8 @@
#Third-Party libs
resources/3rdparty/log4cplus-1.1.0/
resources/3rdparty/gtest-1.6.0/
resources/3rdparty/eigen/
resources/3rdparty/gmm-4.2/
##Third-Party libs
resources/3rdparty/log4cplus-1.1.0/**
resources/3rdparty/gtest-1.6.0/**
resources/3rdparty/eigen/**
resources/3rdparty/gmm-4.2/**
#Visual Studio files
*.[Oo]bj
*.user
@ -25,6 +25,8 @@ resources/3rdparty/gmm-4.2/
*.sdf
*.opensdf
*.unsuccessfulbuild
# XCode directories and files
storm/**
ipch/
obj/
CMakeFiles/

2
CMakeLists.txt

@ -78,7 +78,7 @@ elseif(MSVC)
add_definitions(/D_SCL_SECURE_NO_DEPRECATE)
else(CLANG)
# Set standard flags for clang
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -funroll-loops")
set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -funroll-loops -O4")
set (CMAKE_CXX_FLAGS "-std=c++11 -stdlib=libc++ -Wall -Werror -pedantic -Wno-unused-variable")
set (CMAKE_CXX_FLAGS_DEBUG "-g")

32
resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake

@ -10,24 +10,24 @@
# usually begin with CPACK_<GENNAME>_xxxx.
SET(CPACK_BINARY_BUNDLE "OFF")
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "OFF")
SET(CPACK_BINARY_DRAGNDROP "OFF")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_NSIS "OFF")
SET(CPACK_BINARY_OSXX11 "OFF")
SET(CPACK_BINARY_PACKAGEMAKER "ON")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_RPM "OFF")
SET(CPACK_BINARY_STGZ "ON")
SET(CPACK_BINARY_TBZ2 "OFF")
SET(CPACK_BINARY_TGZ "ON")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_TZ "ON")
SET(CPACK_BINARY_ZIP "")
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
SET(CPACK_GENERATOR "PackageMaker;STGZ;TGZ")
SET(CPACK_INSTALL_CMAKE_PROJECTS "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0;log4cplus;ALL;/")
SET(CPACK_GENERATOR "STGZ;TGZ;TZ")
SET(CPACK_INSTALL_CMAKE_PROJECTS "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0;log4cplus;ALL;/")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "")
SET(CPACK_NSIS_DISPLAY_NAME "log4cplus 1.1.0")
@ -35,11 +35,11 @@ SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_PACKAGE_NAME "log4cplus 1.1.0")
SET(CPACK_OUTPUT_CONFIG_FILE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake")
SET(CPACK_OUTPUT_CONFIG_FILE "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "log4cplus is a log4j-inspired logging library for C++")
SET(CPACK_PACKAGE_FILE_NAME "log4cplus-1.1.0-Darwin")
SET(CPACK_PACKAGE_FILE_NAME "log4cplus-1.1.0-Linux")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "log4cplus 1.1.0")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "log4cplus 1.1.0")
SET(CPACK_PACKAGE_NAME "log4cplus")
@ -49,16 +49,16 @@ SET(CPACK_PACKAGE_VERSION "1.1.0")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_RESOURCE_FILE_LICENSE "/opt/local/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/opt/local/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "OFF")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;TZ")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_TBZ2 "ON")
SET(CPACK_SOURCE_TGZ "ON")
SET(CPACK_SOURCE_TZ "ON")
SET(CPACK_SOURCE_ZIP "OFF")
SET(CPACK_SYSTEM_NAME "Darwin")
SET(CPACK_TOPLEVEL_TAG "Darwin")
SET(CPACK_SYSTEM_NAME "Linux")
SET(CPACK_TOPLEVEL_TAG "Linux")

32
resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake

@ -10,25 +10,25 @@
# usually begin with CPACK_<GENNAME>_xxxx.
SET(CPACK_BINARY_BUNDLE "OFF")
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "OFF")
SET(CPACK_BINARY_DRAGNDROP "OFF")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_NSIS "OFF")
SET(CPACK_BINARY_OSXX11 "OFF")
SET(CPACK_BINARY_PACKAGEMAKER "ON")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_RPM "OFF")
SET(CPACK_BINARY_STGZ "ON")
SET(CPACK_BINARY_TBZ2 "OFF")
SET(CPACK_BINARY_TGZ "ON")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_TZ "ON")
SET(CPACK_BINARY_ZIP "")
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
SET(CPACK_GENERATOR "TGZ;TBZ2;TZ")
SET(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#")
SET(CPACK_INSTALLED_DIRECTORIES "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0;/")
SET(CPACK_INSTALLED_DIRECTORIES "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0;/")
SET(CPACK_INSTALL_CMAKE_PROJECTS "")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "")
@ -37,9 +37,9 @@ SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_PACKAGE_NAME "log4cplus 1.1.0")
SET(CPACK_OUTPUT_CONFIG_FILE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake")
SET(CPACK_OUTPUT_CONFIG_FILE "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "log4cplus is a log4j-inspired logging library for C++")
SET(CPACK_PACKAGE_FILE_NAME "log4cplus-1.1.0-Source")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "log4cplus 1.1.0")
@ -51,21 +51,21 @@ SET(CPACK_PACKAGE_VERSION "1.1.0")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_RESOURCE_FILE_LICENSE "/opt/local/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/opt/local/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "OFF")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;TZ")
SET(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#")
SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0;/")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0;/")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "log4cplus-1.1.0-Source")
SET(CPACK_SOURCE_TBZ2 "ON")
SET(CPACK_SOURCE_TGZ "ON")
SET(CPACK_SOURCE_TOPLEVEL_TAG "Darwin-Source")
SET(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source")
SET(CPACK_SOURCE_TZ "ON")
SET(CPACK_SOURCE_ZIP "OFF")
SET(CPACK_STRIP_FILES "")
SET(CPACK_SYSTEM_NAME "Darwin")
SET(CPACK_TOPLEVEL_TAG "Darwin-Source")
SET(CPACK_SYSTEM_NAME "Linux")
SET(CPACK_TOPLEVEL_TAG "Linux-Source")

4
resources/3rdparty/log4cplus-1.1.0/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

35
resources/3rdparty/log4cplus-1.1.0/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
/opt/local/bin/cpack --config ./CPackConfig.cmake
/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
/opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,9 +140,9 @@ test/fast: test
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target

17
resources/3rdparty/log4cplus-1.1.0/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,11 +27,16 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/loggingserver/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
@ -41,7 +46,7 @@ ELSE(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
ENDIF(CMAKE_INSTALL_COMPONENT)
FILE(WRITE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/${CMAKE_INSTALL_MANIFEST}" "")
FILE(WRITE "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/${CMAKE_INSTALL_MANIFEST}" "")
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
FILE(APPEND "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
FILE(APPEND "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
ENDFOREACH(file)

10
resources/3rdparty/log4cplus-1.1.0/include/log4cplus/config.h

@ -24,7 +24,7 @@
#define HAVE_GETADDRINFO 1
/* */
/* #undef HAVE_GETHOSTBYNAME_R */
#define HAVE_GETHOSTBYNAME_R 1
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
@ -69,10 +69,10 @@
/* #undef HAVE_LIBKERNEL32 */
/* Define to 1 if you have the `nsl' library (-lnsl). */
/* #undef HAVE_LIBNSL */
#define HAVE_LIBNSL 1
/* Define to 1 if you have the `rt' library (-lrt). */
/* #undef HAVE_LIBRT */
#define HAVE_LIBRT 1
/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
@ -172,7 +172,7 @@
#define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
/* */
/* #undef LOG4CPLUS_HAVE_CLOCK_GETTIME */
#define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
/* */
#define LOG4CPLUS_HAVE_ENAMETOOLONG 1
@ -190,7 +190,7 @@
#define LOG4CPLUS_HAVE_GETADDRINFO 1
/* */
/* #undef LOG4CPLUS_HAVE_GETHOSTBYNAME_R */
#define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
/* */
#define LOG4CPLUS_HAVE_GETPID 1

6
resources/3rdparty/log4cplus-1.1.0/include/log4cplus/config/defines.hxx

@ -74,7 +74,7 @@
#define LOG4CPLUS_HAVE_GETADDRINFO 1
/* */
/* #undef LOG4CPLUS_HAVE_GETHOSTBYNAME_R */
#define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
/* */
#define LOG4CPLUS_HAVE_GETPID 1
@ -83,13 +83,13 @@
#define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
/* Define to 1 if you have the `clock_gettime' function. */
/* #undef LOG4CPLUS_HAVE_CLOCK_GETTIME */
#define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
/* Define to 1 if you have the `nanosleep' function. */
#define LOG4CPLUS_HAVE_NANOSLEEP 1
/* Define to 1 if you have the `clock_nanosleep' function. */
/* #undef LOG4CPLUS_HAVE_CLOCK_NANOSLEEP */
#define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
/* */
#define LOG4CPLUS_HAVE_GMTIME_R 1

4
resources/3rdparty/log4cplus-1.1.0/loggingserver/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/loggingserver
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/loggingserver
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/loggingserver/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/loggingserver/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
loggingserver/CMakeFiles/loggingserver.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/CMakeFiles/loggingserver.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 loggingserver/CMakeFiles/loggingserver.dir/rule
.PHONY : loggingserver/CMakeFiles/loggingserver.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ loggingserver: loggingserver/CMakeFiles/loggingserver.dir/rule
# fast build rule for target.
loggingserver/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/build
.PHONY : loggingserver/fast
loggingserver.o: loggingserver.cxx.o
@ -191,7 +188,7 @@ loggingserver.o: loggingserver.cxx.o
# target to build an object file
loggingserver.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/loggingserver.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/loggingserver.cxx.o
.PHONY : loggingserver.cxx.o
loggingserver.i: loggingserver.cxx.i
@ -199,7 +196,7 @@ loggingserver.i: loggingserver.cxx.i
# target to preprocess a source file
loggingserver.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/loggingserver.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/loggingserver.cxx.i
.PHONY : loggingserver.cxx.i
loggingserver.s: loggingserver.cxx.s
@ -207,7 +204,7 @@ loggingserver.s: loggingserver.cxx.s
# target to generate assembly for a file
loggingserver.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/loggingserver.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/loggingserver.cxx.s
.PHONY : loggingserver.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

15
resources/3rdparty/log4cplus-1.1.0/loggingserver/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/loggingserver
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,8 +27,19 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver/loggingserver")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver")
FILE(RPATH_CHECK
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver"
RPATH "")
ENDIF()
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/loggingserver/loggingserver")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver")
IF(CMAKE_INSTALL_DO_STRIP)

BIN
resources/3rdparty/log4cplus-1.1.0/loggingserver/loggingserver

4
resources/3rdparty/log4cplus-1.1.0/src/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

351
resources/3rdparty/log4cplus-1.1.0/src/Makefile
File diff suppressed because it is too large
View File

147
resources/3rdparty/log4cplus-1.1.0/src/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,116 +27,117 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/liblog4cplus.a")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liblog4cplus.a" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liblog4cplus.a")
EXECUTE_PROCESS(COMMAND "/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liblog4cplus.a")
ENDIF()
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/liblog4cplus.a")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/appender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/asyncappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/clogger.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config.hxx"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/configurator.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/consoleappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/fileappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/fstreams.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/hierarchy.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/hierarchylocker.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/layout.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/log4judpappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/logger.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/loggingmacros.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/loglevel.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/mdc.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/ndc.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/nteventlogappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/nullappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/socketappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/streams.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/syslogappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/tchar.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/tracelogger.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/tstring.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/version.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/win32debugappender.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/win32consoleappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/appender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/asyncappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/clogger.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config.hxx"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/configurator.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/consoleappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/fileappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/fstreams.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/hierarchy.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/hierarchylocker.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/layout.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/log4judpappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/logger.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/loggingmacros.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/loglevel.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/mdc.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/ndc.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/nteventlogappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/nullappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/socketappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/streams.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/syslogappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/tchar.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/tracelogger.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/tstring.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/version.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/win32debugappender.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/win32consoleappender.h"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/boost" TYPE FILE FILES "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/boost/deviceappender.hxx")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/boost" TYPE FILE FILES "/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/boost/deviceappender.hxx")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/helpers" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/appenderattachableimpl.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/fileinfo.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/lockfile.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/loglog.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/logloguser.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/pointer.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/property.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/queue.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/sleep.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/snprintf.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/socket.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/socketbuffer.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/stringhelper.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/thread-config.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/timehelper.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/appenderattachableimpl.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/fileinfo.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/lockfile.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/loglog.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/logloguser.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/pointer.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/property.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/queue.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/sleep.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/snprintf.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/socket.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/socketbuffer.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/stringhelper.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/thread-config.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/helpers/timehelper.h"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/internal" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/internal/env.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/internal/internal.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/internal/socket.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/internal/env.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/internal/internal.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/internal/socket.h"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/spi" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/appenderattachable.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/factory.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/filter.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/loggerfactory.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/loggerimpl.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/loggingevent.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/objectregistry.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/rootlogger.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/appenderattachable.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/factory.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/filter.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/loggerfactory.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/loggerimpl.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/loggingevent.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/objectregistry.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/spi/rootlogger.h"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/thread/impl" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/syncprims-impl.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/syncprims-pthreads.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/syncprims-win32.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/threads-impl.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/tls.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/syncprims-impl.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/syncprims-pthreads.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/syncprims-win32.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/threads-impl.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/impl/tls.h"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/thread" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/syncprims-pub-impl.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/syncprims.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/threads.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/syncprims-pub-impl.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/syncprims.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/thread/threads.h"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/log4cplus/config" TYPE FILE FILES
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config/macosx.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config/win32.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config/windowsh-inc.h"
"/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/include/log4cplus/config/defines.hxx"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config/macosx.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config/win32.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/src/../include/log4cplus/config/windowsh-inc.h"
"/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/include/log4cplus/config/defines.hxx"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")

4
resources/3rdparty/log4cplus-1.1.0/tests/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

47
resources/3rdparty/log4cplus-1.1.0/tests/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean
# The main clean target
@ -159,17 +156,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
@ -198,6 +195,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

4
resources/3rdparty/log4cplus-1.1.0/tests/appender_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/appender_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/appender_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/appender_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/appender_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/appender_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/appender_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/appender_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/appender_test/CMakeFiles/appender_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/CMakeFiles/appender_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/appender_test/CMakeFiles/appender_test.dir/rule
.PHONY : tests/appender_test/CMakeFiles/appender_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ appender_test: tests/appender_test/CMakeFiles/appender_test.dir/rule
# fast build rule for target.
appender_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/build
.PHONY : appender_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

BIN
resources/3rdparty/log4cplus-1.1.0/tests/appender_test/appender_test

7
resources/3rdparty/log4cplus-1.1.0/tests/appender_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/appender_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/appender_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

37
resources/3rdparty/log4cplus-1.1.0/tests/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,23 +27,28 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/appender_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/filter_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/performance_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/priority_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/thread_test/cmake_install.cmake")
INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/appender_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/filter_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/performance_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/priority_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/thread_test/cmake_install.cmake")
INCLUDE("/home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)

4
resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/rule
.PHONY : tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ configandwatch_test: tests/configandwatch_test/CMakeFiles/configandwatch_test.di
# fast build rule for target.
configandwatch_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build
.PHONY : configandwatch_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/configandwatch_test

4
resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

69
resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/rule
.PHONY : tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ customloglevel_test: tests/customloglevel_test/CMakeFiles/customloglevel_test.di
# fast build rule for target.
customloglevel_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build
.PHONY : customloglevel_test/fast
customloglevel.o: customloglevel.cxx.o
@ -191,7 +188,7 @@ customloglevel.o: customloglevel.cxx.o
# target to build an object file
customloglevel.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/customloglevel.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/customloglevel.cxx.o
.PHONY : customloglevel.cxx.o
customloglevel.i: customloglevel.cxx.i
@ -199,7 +196,7 @@ customloglevel.i: customloglevel.cxx.i
# target to preprocess a source file
customloglevel.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/customloglevel.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/customloglevel.cxx.i
.PHONY : customloglevel.cxx.i
customloglevel.s: customloglevel.cxx.s
@ -207,7 +204,7 @@ customloglevel.s: customloglevel.cxx.s
# target to generate assembly for a file
customloglevel.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/customloglevel.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/customloglevel.cxx.s
.PHONY : customloglevel.cxx.s
func.o: func.cxx.o
@ -215,7 +212,7 @@ func.o: func.cxx.o
# target to build an object file
func.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/func.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/func.cxx.o
.PHONY : func.cxx.o
func.i: func.cxx.i
@ -223,7 +220,7 @@ func.i: func.cxx.i
# target to preprocess a source file
func.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/func.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/func.cxx.i
.PHONY : func.cxx.i
func.s: func.cxx.s
@ -231,7 +228,7 @@ func.s: func.cxx.s
# target to generate assembly for a file
func.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/func.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/func.cxx.s
.PHONY : func.cxx.s
main.o: main.cxx.o
@ -239,7 +236,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -247,7 +244,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -255,7 +252,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -294,6 +291,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/customloglevel_test

4
resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/fileappender_test/CMakeFiles/fileappender_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/CMakeFiles/fileappender_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/fileappender_test/CMakeFiles/fileappender_test.dir/rule
.PHONY : tests/fileappender_test/CMakeFiles/fileappender_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ fileappender_test: tests/fileappender_test/CMakeFiles/fileappender_test.dir/rule
# fast build rule for target.
fileappender_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/build
.PHONY : fileappender_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/fileappender_test

4
resources/3rdparty/log4cplus-1.1.0/tests/filter_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/filter_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/filter_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/filter_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/filter_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/filter_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/filter_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/filter_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/filter_test/CMakeFiles/filter_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/CMakeFiles/filter_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/filter_test/CMakeFiles/filter_test.dir/rule
.PHONY : tests/filter_test/CMakeFiles/filter_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ filter_test: tests/filter_test/CMakeFiles/filter_test.dir/rule
# fast build rule for target.
filter_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/build
.PHONY : filter_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/filter_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/filter_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/filter_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/filter_test/filter_test

4
resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/rule
.PHONY : tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ hierarchy_test: tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/rule
# fast build rule for target.
hierarchy_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build
.PHONY : hierarchy_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/hierarchy_test

4
resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/loglog_test/CMakeFiles/loglog_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/CMakeFiles/loglog_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/loglog_test/CMakeFiles/loglog_test.dir/rule
.PHONY : tests/loglog_test/CMakeFiles/loglog_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ loglog_test: tests/loglog_test/CMakeFiles/loglog_test.dir/rule
# fast build rule for target.
loglog_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/build
.PHONY : loglog_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/loglog_test

4
resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/ndc_test/CMakeFiles/ndc_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/CMakeFiles/ndc_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ndc_test/CMakeFiles/ndc_test.dir/rule
.PHONY : tests/ndc_test/CMakeFiles/ndc_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ ndc_test: tests/ndc_test/CMakeFiles/ndc_test.dir/rule
# fast build rule for target.
ndc_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/build
.PHONY : ndc_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/ndc_test

4
resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/ostream_test/CMakeFiles/ostream_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/CMakeFiles/ostream_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/ostream_test/CMakeFiles/ostream_test.dir/rule
.PHONY : tests/ostream_test/CMakeFiles/ostream_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ ostream_test: tests/ostream_test/CMakeFiles/ostream_test.dir/rule
# fast build rule for target.
ostream_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/build
.PHONY : ostream_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/ostream_test

4
resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/rule
.PHONY : tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ patternlayout_test: tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/r
# fast build rule for target.
patternlayout_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build
.PHONY : patternlayout_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/patternlayout_test

4
resources/3rdparty/log4cplus-1.1.0/tests/performance_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/performance_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/performance_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/performance_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/performance_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/performance_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/performance_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/performance_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/performance_test/CMakeFiles/performance_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/CMakeFiles/performance_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/performance_test/CMakeFiles/performance_test.dir/rule
.PHONY : tests/performance_test/CMakeFiles/performance_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ performance_test: tests/performance_test/CMakeFiles/performance_test.dir/rule
# fast build rule for target.
performance_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/build
.PHONY : performance_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/performance_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/performance_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/performance_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/performance_test/performance_test

4
resources/3rdparty/log4cplus-1.1.0/tests/priority_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/priority_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/priority_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/priority_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/priority_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

63
resources/3rdparty/log4cplus-1.1.0/tests/priority_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/priority_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/priority_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/priority_test/CMakeFiles/priority_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/CMakeFiles/priority_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/priority_test/CMakeFiles/priority_test.dir/rule
.PHONY : tests/priority_test/CMakeFiles/priority_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ priority_test: tests/priority_test/CMakeFiles/priority_test.dir/rule
# fast build rule for target.
priority_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/build
.PHONY : priority_test/fast
func.o: func.cxx.o
@ -191,7 +188,7 @@ func.o: func.cxx.o
# target to build an object file
func.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/func.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/func.cxx.o
.PHONY : func.cxx.o
func.i: func.cxx.i
@ -199,7 +196,7 @@ func.i: func.cxx.i
# target to preprocess a source file
func.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/func.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/func.cxx.i
.PHONY : func.cxx.i
func.s: func.cxx.s
@ -207,7 +204,7 @@ func.s: func.cxx.s
# target to generate assembly for a file
func.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/func.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/func.cxx.s
.PHONY : func.cxx.s
main.o: main.cxx.o
@ -215,7 +212,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -223,7 +220,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -231,7 +228,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -267,6 +264,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/priority_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/priority_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/priority_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/priority_test/priority_test

4
resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/rule
.PHONY : tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ propertyconfig_test: tests/propertyconfig_test/CMakeFiles/propertyconfig_test.di
# fast build rule for target.
propertyconfig_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build
.PHONY : propertyconfig_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/propertyconfig_test

4
resources/3rdparty/log4cplus-1.1.0/tests/thread_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/thread_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/thread_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/thread_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/thread_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/thread_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/thread_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/thread_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/thread_test/CMakeFiles/thread_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/CMakeFiles/thread_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/thread_test/CMakeFiles/thread_test.dir/rule
.PHONY : tests/thread_test/CMakeFiles/thread_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ thread_test: tests/thread_test/CMakeFiles/thread_test.dir/rule
# fast build rule for target.
thread_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/build
.PHONY : thread_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/thread_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/thread_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/thread_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/thread_test/thread_test

4
resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/CTestTestfile.cmake

@ -1,6 +1,6 @@
# CMake generated Testfile for
# Source directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test
# Build directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test
# Source directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test
# Build directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test
#
# This file includes the relevent testing commands required for
# testing this directory and lists subdirectories to be tested as well.

57
resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/Makefile

@ -30,30 +30,27 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /opt/local/bin/cmake -E remove -f
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_SOURCE_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
CMAKE_BINARY_DIR = /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
/usr/bin/cmake -i .
.PHONY : edit_cache
# Special rule for the target edit_cache
@ -63,19 +60,19 @@ edit_cache/fast: edit_cache
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/opt/local/bin/cmake -P cmake_install.cmake
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
@ -85,7 +82,7 @@ install/local/fast: install/local
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
@ -104,7 +101,7 @@ list_install_components/fast: list_install_components
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
@ -114,7 +111,7 @@ package/fast: package
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
@ -124,7 +121,7 @@ package_source/fast: package_source
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
@ -134,7 +131,7 @@ rebuild_cache/fast: rebuild_cache
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/opt/local/bin/ctest --force-new-ctest-process $(ARGS)
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
@ -143,14 +140,14 @@ test/fast: test
# The main all target
all: cmake_check_build_system
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/CMakeFiles/progress.marks
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/CMakeFiles/progress.marks
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/clean
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/clean
.PHONY : clean
# The main clean target
@ -159,22 +156,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/preinstall
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/timeformat_test/CMakeFiles/timeformat_test.dir/rule:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/CMakeFiles/timeformat_test.dir/rule
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/timeformat_test/CMakeFiles/timeformat_test.dir/rule
.PHONY : tests/timeformat_test/CMakeFiles/timeformat_test.dir/rule
# Convenience name for target.
@ -183,7 +180,7 @@ timeformat_test: tests/timeformat_test/CMakeFiles/timeformat_test.dir/rule
# fast build rule for target.
timeformat_test/fast:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/build
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/build
.PHONY : timeformat_test/fast
main.o: main.cxx.o
@ -191,7 +188,7 @@ main.o: main.cxx.o
# target to build an object file
main.cxx.o:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/main.cxx.o
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/main.cxx.o
.PHONY : main.cxx.o
main.i: main.cxx.i
@ -199,7 +196,7 @@ main.i: main.cxx.i
# target to preprocess a source file
main.cxx.i:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/main.cxx.i
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/main.cxx.i
.PHONY : main.cxx.i
main.s: main.cxx.s
@ -207,7 +204,7 @@ main.s: main.cxx.s
# target to generate assembly for a file
main.cxx.s:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/main.cxx.s
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/main.cxx.s
.PHONY : main.cxx.s
# Help Target
@ -240,6 +237,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

7
resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/cmake_install.cmake

@ -1,4 +1,4 @@
# Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test
# Install script for directory: /home/thomas/workspace_mrmc/storm/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -27,3 +27,8 @@ IF(NOT CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
# Install shared libraries without execute permission?
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
SET(CMAKE_INSTALL_SO_NO_EXE "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

BIN
resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/timeformat_test

57
src/adapters/EigenAdapter.h

@ -0,0 +1,57 @@
/*
* EigenAdapter.h
*
* Created on: 21.01.2013
* Author: Philipp Berger
*/
#ifndef STORM_ADAPTERS_EIGENADAPTER_H_
#define STORM_ADAPTERS_EIGENADAPTER_H_
#include "src/storage/SparseMatrix.h"
#include "Eigen/Sparse"
#include "log4cplus/logger.h"
#include "log4cplus/loggingmacros.h"
extern log4cplus::Logger logger;
namespace storm {
namespace adapters {
class EigenAdapter {
public:
/*!
* Converts a sparse matrix into the sparse matrix in the eigen format.
* @return A pointer to a row-major sparse matrix in eigen format.
*/
template<class T>
static Eigen::SparseMatrix<T, Eigen::RowMajor, int_fast32_t>* toEigenSparseMatrix(storm::storage::SparseMatrix<T> const& matrix) {
uint_fast64_t realNonZeros = matrix.getNonZeroEntryCount();
LOG4CPLUS_DEBUG(logger, "Converting matrix with " << realNonZeros << " non-zeros to Eigen format.");
// Prepare the resulting matrix.
Eigen::SparseMatrix<T, Eigen::RowMajor, int_fast32_t>* result = new Eigen::SparseMatrix<T, Eigen::RowMajor, int_fast32_t>(matrix.rowCount, matrix.colCount);
result->resizeNonZeros(realNonZeros);
//result->reserve(realNonZeros);
// Copy Row Indications
std::copy(matrix.rowIndications.begin(), matrix.rowIndications.end(), (result->outerIndexPtr()));
// Copy Columns Indications
std::copy(matrix.columnIndications.begin(), matrix.columnIndications.end(), (result->innerIndexPtr()));
// And do the same thing with the actual values.
std::copy(matrix.valueStorage.begin(), matrix.valueStorage.end(), (result->valuePtr()));
LOG4CPLUS_DEBUG(logger, "Done converting matrix to Eigen format.");
return result;
}
};
} //namespace adapters
} //namespace storm
#endif /* STORM_ADAPTERS_GMMXXADAPTER_H_ */

2
src/adapters/GmmxxAdapter.h

@ -23,7 +23,7 @@ class GmmxxAdapter {
public:
/*!
* Converts a sparse matrix into the sparse matrix in the gmm++ format.
* @return A pointer to a column-major sparse matrix in gmm++ format.
* @return A pointer to a row-major sparse matrix in gmm++ format.
*/
template<class T>
static gmm::csr_matrix<T>* toGmmxxSparseMatrix(storm::storage::SparseMatrix<T> const& matrix) {

6
src/exceptions/BaseException.h

@ -28,7 +28,11 @@ class BaseException : public std::exception {
}
virtual const char* what() const throw() {
return this->stream.str().c_str();
std::string errorString = this->stream.str();
char* result = new char[errorString.size() + 1];
result[errorString.size()] = '\0';
std::copy(errorString.begin(), errorString.end(), result);
return result;
}
private:

19
src/exceptions/InvalidAccessException.h

@ -0,0 +1,19 @@
#ifndef STORM_EXCEPTIONS_INVALIDACCESSEXCEPTION_H_
#define STORM_EXCEPTIONS_INVALIDACCESSEXCEPTION_H_
#include "src/exceptions/BaseException.h"
namespace storm {
namespace exceptions {
/*!
* @brief This exception is thrown when a function is used/accessed that is forbidden to use (e.g. Copy Constructors)
*/
STORM_EXCEPTION_DEFINE_NEW(InvalidAccessException)
} // namespace exceptions
} // namespace storm
#endif // STORM_EXCEPTIONS_INVALIDACCESSEXCEPTION_H_

73
src/formula/AbstractFormula.h

@ -0,0 +1,73 @@
/*
* Abstractformula.h
*
* Created on: 19.10.2012
* Author: Thomas Heinemann
*/
#ifndef STORM_FORMULA_ABSTRACTFORMULA_H_
#define STORM_FORMULA_ABSTRACTFORMULA_H_
#include <string>
namespace storm { namespace formula {
template <class T> class AbstractFormula;
}}
#include "src/modelChecker/AbstractModelChecker.h"
#include "src/formula/AbstractFormulaChecker.h"
namespace storm {
namespace formula {
//abstract
/*!
* @brief Abstract base class for Abstract formulas in general.
*
* @attention This class is abstract.
* @note Formula classes do not have copy constructors. The parameters of the constructors are usually the subtrees, so
* the syntax conflicts with copy constructors for unary operators. To produce an identical object, the classes
* AbstractPathFormula and AbstractStateFormula offer the method clone().
*
* This is the base class for every formula class in every logic.
*/
template <class T>
class AbstractFormula {
public:
/*!
* Virtual destructor.
*/
virtual ~AbstractFormula() { }
/*!
* @brief Return string representation of this formula.
*
* @note very subclass must implement this method.
*
* @returns a string representation of the formula
*/
virtual std::string toString() const = 0;
/*!
* @brief Checks if all subtrees are valid in some logic.
*
* @note Every subclass must implement this method.
*
* This method is given a checker object that knows which formula
* classes are allowed within the logic the checker represents. Every
* subclass is supposed to call checker.conforms() for all child
* formulas and return true if and only if all those calls returned
* true.
*
* @param checker Checker object.
* @return true iff all subtrees are valid.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const = 0;
};
} // namespace formula
} // namespace storm
#endif /* STORM_FORMULA_ABSTRACTFORMULA_H_ */

56
src/formula/AbstractFormulaChecker.h

@ -0,0 +1,56 @@
#ifndef STORM_FORMULA_ABSTRACTFORMULACHECKER_H_
#define STORM_FORMULA_ABSTRACTFORMULACHECKER_H_
#include "src/formula/AbstractFormula.h"
namespace storm {
namespace formula {
/*!
* @brief Base class for all formula checkers.
*
* A formula checker is used to check if a given formula is valid in some
* logic. Hence, this pure virtual base class should be subclassed for
* every logic we support.
*
* Every subclass must implement conforms(). It gets a pointer to an
* AbstractFormula object and should return if the subtree represented by
* this formula is valid in the logic.
*
* Usually, this will be implemented like this:
* @code
* if (
* dynamic_cast<const And<T>*>(formula) ||
* dynamic_cast<const Not<T>*>(formula) ||
* dynamic_cast<const Or<T>*>(formula)
* ) {
* return formula->conforms(*this);
* } else return false;
* @endcode
*
* Every formula class implements a conforms() method itself which calls
* conforms() on the given checker for every child in the formula tree.
*
* If the formula structure is not an actual tree, but an directed acyclic
* graph, the shared subtrees will be checked twice. If we have directed
* cycles, we will have infinite recursions.
*/
template <class T>
class AbstractFormulaChecker {
public:
/*!
* @brief Checks if the given formula is valid in some logic.
*
* Every subclass must implement this method and check, if the
* formula object is valid in the logic of the subclass.
*
* @param formula A pointer to some formula object.
* @return true iff the formula is valid.
*/
virtual bool conforms(const AbstractFormula<T>* formula) const = 0;
};
} // namespace formula
} // namespace storm
#endif

32
src/formula/PctlPathFormula.h → src/formula/AbstractPathFormula.h

@ -1,25 +1,30 @@
/*
* PctlPathFormula.h
* AbstractPathFormula.h
*
* Created on: 19.10.2012
* Author: Thomas Heinemann
*/
#ifndef STORM_FORMULA_PCTLPATHFORMULA_H_
#define STORM_FORMULA_PCTLPATHFORMULA_H_
#ifndef STORM_FORMULA_ABSTRACTPATHFORMULA_H_
#define STORM_FORMULA_ABSTRACTPATHFORMULA_H_
#include "modelChecker/ForwardDeclarations.h"
#include "PctlFormula.h"
namespace storm { namespace formula {
template <class T> class AbstractPathFormula;
}}
#include "src/formula/AbstractFormula.h"
#include "modelChecker/AbstractModelChecker.h"
#include <vector>
#include <iostream>
#include <typeinfo>
namespace storm {
namespace formula {
/*!
* @brief
* Abstract base class for PCTL path formulas.
* Abstract base class for Abstract path formulas.
*
* @attention This class is abstract.
* @note Formula classes do not have copy constructors. The parameters of the constructors are usually the subtrees, so
@ -27,13 +32,13 @@ namespace formula {
* clone().
*/
template <class T>
class PctlPathFormula : public PctlFormula<T> {
class AbstractPathFormula : public virtual AbstractFormula<T> {
public:
/*!
* empty destructor
*/
virtual ~PctlPathFormula() { }
virtual ~AbstractPathFormula() { }
/*!
* Clones the called object.
@ -43,7 +48,7 @@ public:
* @note This function is not implemented in this class.
* @returns a new AND-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const = 0;
virtual AbstractPathFormula<T>* clone() const = 0;
/*!
* Calls the model checker to check this formula.
@ -56,13 +61,10 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T>* check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const = 0;
virtual std::vector<T>* check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const = 0;
};
} //namespace formula
} //namespace storm
#endif /* STORM_FORMULA_PCTLPATHFORMULA_H_ */
#endif /* STORM_FORMULA_ABSTRACTPATHFORMULA_H_ */

31
src/formula/PctlStateFormula.h → src/formula/AbstractStateFormula.h

@ -1,24 +1,27 @@
/*
* PctlStateFormula.h
* AbstractStateFormula.h
*
* Created on: 19.10.2012
* Author: Thomas Heinemann
*/
#ifndef STORM_FORMULA_PCTLSTATEFORMULA_H_
#define STORM_FORMULA_PCTLSTATEFORMULA_H_
#ifndef STORM_FORMULA_ABSTRACTSTATEFORMULA_H_
#define STORM_FORMULA_ABSTRACTSTATEFORMULA_H_
#include "modelChecker/ForwardDeclarations.h"
#include "PctlFormula.h"
#include "storage/BitVector.h"
namespace storm { namespace formula {
template <class T> class AbstractStateFormula;
}}
namespace storm {
#include "AbstractFormula.h"
#include "src/storage/BitVector.h"
#include "src/modelChecker/AbstractModelChecker.h"
namespace storm {
namespace formula {
/*!
* @brief
* Abstract base class for PCTL state formulas.
* Abstract base class for Abstract state formulas.
*
* @attention This class is abstract.
* @note Formula classes do not have copy constructors. The parameters of the constructors are usually the subtrees, so
@ -26,13 +29,13 @@ namespace formula {
* clone().
*/
template <class T>
class PctlStateFormula : public PctlFormula<T> {
class AbstractStateFormula : public AbstractFormula<T> {
public:
/*!
* empty destructor
*/
virtual ~PctlStateFormula() { }
virtual ~AbstractStateFormula() { }
/*!
* Clones the called object.
@ -42,7 +45,7 @@ public:
* @note This function is not implemented in this class.
* @returns a new AND-object that is identical the called object.
*/
virtual PctlStateFormula<T>* clone() const = 0;
virtual AbstractStateFormula<T>* clone() const = 0;
/*!
* Calls the model checker to check this formula.
@ -55,11 +58,11 @@ public:
*
* @returns A bit vector indicating all states that satisfy the formula represented by the called object.
*/
virtual storm::storage::BitVector *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const = 0;
virtual storm::storage::BitVector *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const = 0; // {
};
} //namespace formula
} //namespace storm
#endif /* STORM_FORMULA_PCTLSTATEFORMULA_H_ */
#endif /* STORM_FORMULA_AbstractSTATEFORMULA_H_ */

65
src/formula/And.h

@ -8,18 +8,39 @@
#ifndef STORM_FORMULA_AND_H_
#define STORM_FORMULA_AND_H_
#include "PctlStateFormula.h"
#include "src/formula/AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "src/modelChecker/AbstractModelChecker.h"
#include <string>
namespace storm {
namespace formula {
template <class T> class And;
/*!
* @brief Interface class for model checkers that support And.
*
* All model checkers that support the formula class And must inherit
* this pure virtual class.
*/
template <class T>
class IAndModelChecker {
public:
/*!
* @brief Evaluates And formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual storm::storage::BitVector* checkAnd(const And<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL formula tree with AND node as root.
* Class for a Abstract formula tree with AND node as root.
*
* Has two PCTL state formulas as sub formulas/trees.
* Has two Abstract state formulas as sub formulas/trees.
*
* As AND is commutative, the order is \e theoretically not important, but will influence the order in which
* the model checker works.
@ -27,11 +48,11 @@ namespace formula {
* The subtrees are seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see PctlStateFormula
* @see PctlFormula
* @see AbstractStateFormula
* @see AbstractFormula
*/
template <class T>
class And : public PctlStateFormula<T> {
class And : public AbstractStateFormula<T> {
public:
/*!
@ -50,7 +71,7 @@ public:
* @param left The left sub formula
* @param right The right sub formula
*/
And(PctlStateFormula<T>* left, PctlStateFormula<T>* right) {
And(AbstractStateFormula<T>* left, AbstractStateFormula<T>* right) {
this->left = left;
this->right = right;
}
@ -75,7 +96,7 @@ public:
*
* @param newLeft the new left child.
*/
void setLeft(PctlStateFormula<T>* newLeft) {
void setLeft(AbstractStateFormula<T>* newLeft) {
left = newLeft;
}
@ -84,21 +105,21 @@ public:
*
* @param newRight the new right child.
*/
void setRight(PctlStateFormula<T>* newRight) {
void setRight(AbstractStateFormula<T>* newRight) {
right = newRight;
}
/*!
* @returns a pointer to the left child node
*/
const PctlStateFormula<T>& getLeft() const {
const AbstractStateFormula<T>& getLeft() const {
return *left;
}
/*!
* @returns a pointer to the right child node
*/
const PctlStateFormula<T>& getRight() const {
const AbstractStateFormula<T>& getRight() const {
return *right;
}
@ -121,7 +142,7 @@ public:
*
* @returns a new AND-object that is identical the called object.
*/
virtual PctlStateFormula<T>* clone() const {
virtual AbstractStateFormula<T>* clone() const {
And<T>* result = new And();
if (this->left != NULL) {
result->setLeft(left->clone());
@ -141,13 +162,23 @@ public:
*
* @returns A bit vector indicating all states that satisfy the formula represented by the called object.
*/
virtual storm::storage::BitVector *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkAnd(*this);
virtual storm::storage::BitVector* check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IAndModelChecker>()->checkAnd(*this);
}
/*!
* @brief Checks if all subtrees conform to some logic.
*
* @param checker Formula checker object.
* @return true iff all subtrees conform to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->left) && checker.conforms(this->right);
}
private:
PctlStateFormula<T>* left;
PctlStateFormula<T>* right;
AbstractStateFormula<T>* left;
AbstractStateFormula<T>* right;
};
} //namespace formula

51
src/formula/Ap.h

@ -8,23 +8,44 @@
#ifndef STORM_FORMULA_AP_H_
#define STORM_FORMULA_AP_H_
#include "PctlStateFormula.h"
#include "src/formula/AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "src/modelChecker/AbstractModelChecker.h"
namespace storm {
namespace formula {
template <class T> class Ap;
/*!
* @brief Interface class for model checkers that support Ap.
*
* All model checkers that support the formula class Ap must inherit
* this pure virtual class.
*/
template <class T>
class IApModelChecker {
public:
/*!
* @brief Evaluates Ap formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual storm::storage::BitVector* checkAp(const Ap<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL formula tree with atomic proposition as root.
* Class for a Abstract formula tree with atomic proposition as root.
*
* This class represents the leaves in the formula tree.
*
* @see PctlStateFormula
* @see PctlFormula
* @see AbstractStateFormula
* @see AbstractFormula
*/
template <class T>
class Ap : public PctlStateFormula<T> {
class Ap : public AbstractStateFormula<T> {
public:
/*!
@ -64,7 +85,7 @@ public:
*
* @returns a new Ap-object that is identical the called object.
*/
virtual PctlStateFormula<T>* clone() const {
virtual AbstractStateFormula<T>* clone() const {
return new Ap(ap);
}
@ -77,8 +98,20 @@ public:
*
* @returns A bit vector indicating all states that satisfy the formula represented by the called object.
*/
virtual storm::storage::BitVector *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkAp(*this);
virtual storm::storage::BitVector *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IApModelChecker>()->checkAp(*this);
}
/*!
* @brief Checks if all subtrees conform to some logic.
*
* As atomic propositions have no subformulas, we return true here.
*
* @param checker Formula checker object.
* @return true
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return true;
}
private:

60
src/formula/BoundOperator.h

@ -8,20 +8,36 @@
#ifndef STORM_FORMULA_BOUNDOPERATOR_H_
#define STORM_FORMULA_BOUNDOPERATOR_H_
#include "PctlStateFormula.h"
#include "PctlPathFormula.h"
#include "utility/ConstTemplates.h"
#include "src/formula/AbstractStateFormula.h"
#include "src/formula/AbstractPathFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "src/modelChecker/AbstractModelChecker.h"
#include "src/utility/ConstTemplates.h"
namespace storm {
namespace formula {
template <class T> class BoundOperator;
/*!
* @brief Interface class for model checkers that support BoundOperator.
*
* All model checkers that support the formula class BoundOperator must inherit
* this pure virtual class.
*/
template <class T>
class IBoundOperatorModelChecker {
public:
virtual storm::storage::BitVector* checkBoundOperator(const BoundOperator<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL formula tree with a P (probablistic) operator node over a probability interval
* Class for a Abstract formula tree with a P (probablistic) operator node over a probability interval
* as root.
*
* Has one PCTL path formula as sub formula/tree.
* Has one Abstract path formula as sub formula/tree.
*
* @par Semantics
* The formula holds iff the probability that the path formula holds is inside the bounds
@ -31,14 +47,14 @@ namespace formula {
* (this behavior can be prevented by setting them to NULL before deletion)
*
*
* @see PctlStateFormula
* @see PctlPathFormula
* @see AbstractStateFormula
* @see AbstractPathFormula
* @see ProbabilisticOperator
* @see ProbabilisticNoBoundsOperator
* @see PctlFormula
* @see AbstractFormula
*/
template<class T>
class BoundOperator : public PctlStateFormula<T> {
class BoundOperator : public AbstractStateFormula<T> {
public:
enum ComparisonType { LESS, LESS_EQUAL, GREATER, GREATER_EQUAL };
@ -50,7 +66,7 @@ public:
* @param bound The bound for the probability
* @param pathFormula The child node
*/
BoundOperator(ComparisonType comparisonOperator, T bound, PctlPathFormula<T>* pathFormula)
BoundOperator(ComparisonType comparisonOperator, T bound, AbstractPathFormula<T>* pathFormula)
: comparisonOperator(comparisonOperator), bound(bound), pathFormula(pathFormula) {
// Intentionally left empty
}
@ -68,9 +84,9 @@ public:
}
/*!
* @returns the child node (representation of a PCTL path formula)
* @returns the child node (representation of a Abstract path formula)
*/
const PctlPathFormula<T>& getPathFormula () const {
const AbstractPathFormula<T>& getPathFormula () const {
return *pathFormula;
}
@ -79,7 +95,7 @@ public:
*
* @param pathFormula the path formula that becomes the new child node
*/
void setPathFormula(PctlPathFormula<T>* pathFormula) {
void setPathFormula(AbstractPathFormula<T>* pathFormula) {
this->pathFormula = pathFormula;
}
@ -145,7 +161,7 @@ public:
*
* @returns a new AND-object that is identical the called object.
*/
virtual PctlStateFormula<T>* clone() const = 0;
virtual AbstractStateFormula<T>* clone() const = 0;
/*!
* Calls the model checker to check this formula.
@ -156,14 +172,24 @@ public:
*
* @returns A bit vector indicating all states that satisfy the formula represented by the called object.
*/
virtual storm::storage::BitVector *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkBoundOperator(*this);
virtual storm::storage::BitVector *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IBoundOperatorModelChecker>()->checkBoundOperator(*this);
}
/*!
* @brief Checks if the subtree conforms to some logic.
*
* @param checker Formula checker object.
* @return true iff the subtree conforms to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->pathFormula);
}
private:
ComparisonType comparisonOperator;
T bound;
PctlPathFormula<T>* pathFormula;
AbstractPathFormula<T>* pathFormula;
};
} //namespace formula

60
src/formula/BoundedEventually.h

@ -8,20 +8,42 @@
#ifndef STORM_FORMULA_BOUNDEDEVENTUALLY_H_
#define STORM_FORMULA_BOUNDEDEVENTUALLY_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "boost/integer/integer_mask.hpp"
#include <string>
#include "src/modelChecker/AbstractModelChecker.h"
namespace storm {
namespace formula {
template <class T> class BoundedEventually;
/*!
* @brief Interface class for model checkers that support BoundedEventually.
*
* All model checkers that support the formula class BoundedEventually must inherit
* this pure virtual class.
*/
template <class T>
class IBoundedEventuallyModelChecker {
public:
/*!
* @brief Evaluates BoundedEventually formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkBoundedEventually(const BoundedEventually<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with a BoundedEventually node as root.
* Class for a Abstract (path) formula tree with a BoundedEventually node as root.
*
* Has one PCTL state formulas as sub formula/tree.
* Has one Abstract state formulas as sub formula/tree.
*
* @par Semantics
* The formula holds iff in at most \e bound steps, formula \e child holds.
@ -29,11 +51,11 @@ namespace formula {
* The subtrees are seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class BoundedEventually : public PctlPathFormula<T> {
class BoundedEventually : public AbstractPathFormula<T> {
public:
/*!
@ -50,7 +72,7 @@ public:
* @param child The child formula subtree
* @param bound The maximal number of steps
*/
BoundedEventually(PctlStateFormula<T>* child, uint_fast64_t bound) {
BoundedEventually(AbstractStateFormula<T>* child, uint_fast64_t bound) {
this->child = child;
this->bound = bound;
}
@ -70,7 +92,7 @@ public:
/*!
* @returns the child node
*/
const PctlStateFormula<T>& getChild() const {
const AbstractStateFormula<T>& getChild() const {
return *child;
}
@ -78,7 +100,7 @@ public:
* Sets the subtree
* @param child the new child node
*/
void setChild(PctlStateFormula<T>* child) {
void setChild(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -116,7 +138,7 @@ public:
*
* @returns a new BoundedUntil-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
BoundedEventually<T>* result = new BoundedEventually<T>();
result->setBound(bound);
if (child != nullptr) {
@ -135,12 +157,22 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkBoundedEventually(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IBoundedEventuallyModelChecker>()->checkBoundedEventually(*this);
}
/*!
* @brief Checks if the subtree conforms to some logic.
*
* @param checker Formula checker object.
* @return true iff the subtree conforms to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->child);
}
private:
PctlStateFormula<T>* child;
AbstractStateFormula<T>* child;
uint_fast64_t bound;
};

211
src/formula/BoundedNaryUntil.h

@ -0,0 +1,211 @@
/*
* BoundedNaryUntil.h
*
* Created on: 19.10.2012
* Author: Thomas Heinemann
*/
#ifndef STORM_FORMULA_BOUNDEDNARYUNTIL_H_
#define STORM_FORMULA_BOUNDEDNARYUNTIL_H_
#include "src/formula/AbstractPathFormula.h"
#include "src/formula/AbstractStateFormula.h"
#include "src/modelChecker/AbstractModelChecker.h"
#include "boost/integer/integer_mask.hpp"
#include <string>
#include <vector>
#include <tuple>
#include <sstream>
#include "src/formula/AbstractFormulaChecker.h"
namespace storm {
namespace formula {
template <class T> class BoundedNaryUntil;
/*!
* @brief Interface class for model checkers that support BoundedNaryUntil.
*
* All model checkers that support the formula class BoundedNaryUntil must inherit
* this pure virtual class.
*/
template <class T>
class IBoundedNaryUntilModelChecker {
public:
/*!
* @brief Evaluates BoundedNaryUntil formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkBoundedNaryUntil(const BoundedNaryUntil<T>& obj) const = 0;
};
/*!
* @brief
* Class for a Abstract (path) formula tree with a BoundedNaryUntil node as root.
*
* Has at least two Abstract state formulas as sub formulas and an interval
* associated with all but the first sub formula. We'll call the first one
* \e left and all other one \e right.
*
* @par Semantics
* The formula holds iff \e left holds until eventually any of the \e right
* formulas holds after a number of steps contained in the interval
* associated with this formula.
*
* The subtrees are seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class BoundedNaryUntil : public AbstractPathFormula<T> {
public:
/*!
* Empty constructor
*/
BoundedNaryUntil() {
this->left = NULL;
this->right = new std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>();
}
/*!
* Constructor
*
* @param left The left formula subtree
* @param right The left formula subtree
* @param bound The maximal number of steps
*/
BoundedNaryUntil(AbstractStateFormula<T>* left, std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>* right) {
this->left = left;
this->right = right;
}
/*!
* Destructor.
*
* Also deletes the subtrees.
* (this behaviour can be prevented by setting the subtrees to NULL before deletion)
*/
virtual ~BoundedNaryUntil() {
if (left != NULL) {
delete left;
}
if (right != NULL) {
delete right;
}
}
/*!
* Sets the left child node.
*
* @param newLeft the new left child.
*/
void setLeft(AbstractStateFormula<T>* newLeft) {
left = newLeft;
}
void setRight(std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>* newRight) {
right = newRight;
}
/*!
* Sets the right child node.
*
* @param newRight the new right child.
*/
void addRight(AbstractStateFormula<T>* newRight, T upperBound, T lowerBound) {
this->right->push_back(std::tuple<AbstractStateFormula<T>*,T,T>(newRight, upperBound, lowerBound));
}
/*!
* @returns a pointer to the left child node
*/
const AbstractStateFormula<T>& getLeft() const {
return *left;
}
/*!
* @returns a pointer to the right child nodes.
*/
const std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>& getRight() const {
return *right;
}
/*!
* @returns a string representation of the formula
*/
virtual std::string toString() const {
std::stringstream result;
result << "( " << left->toString();
for (auto it = this->right->begin(); it != this->right->end(); ++it) {
result << " U[" << std::get<1>(*it) << "," << std::get<2>(*it) << "] " << std::get<0>(*it)->toString();
}
result << ")";
return result.str();
}
/*!
* Clones the called object.
*
* Performs a "deep copy", i.e. the subtrees of the new object are clones of the original ones
*
* @returns a new BoundedNaryUntil-object that is identical the called object.
*/
virtual AbstractPathFormula<T>* clone() const {
BoundedNaryUntil<T>* result = new BoundedNaryUntil<T>();
if (left != NULL) {
result->setLeft(left->clone());
}
if (right != NULL) {
std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>* newright = new std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>();
for (auto it = this->right->begin(); it != this->right->end(); ++it) {
newright->push_back(std::tuple<AbstractStateFormula<T>*,T,T>(std::get<0>(*it)->clone(), std::get<1>(*it), std::get<2>(*it)));
}
result->setRight(newright);
}
return result;
}
/*!
* Calls the model checker to check this formula.
* Needed to infer the correct type of formula class.
*
* @note This function should only be called in a generic check function of a model checker class. For other uses,
* the methods of the model checker should be used.
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IBoundedNaryUntilModelChecker>()->checkBoundedNaryUntil(*this);
}
/*!
* @brief Checks if all subtrees conform to some logic.
*
* @param checker Formula checker object.
* @return true iff all subtrees conform to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
bool res = checker.conforms(this->left);
for (auto it = this->right->begin(); it != this->right->end(); ++it) {
res &= checker.conforms(std::get<0>(*it));
}
return res;
}
private:
AbstractStateFormula<T>* left;
std::vector<std::tuple<AbstractStateFormula<T>*,T,T>>* right;
};
} //namespace formula
} //namespace storm
#endif /* STORM_FORMULA_BOUNDEDNARYUNTIL_H_ */

67
src/formula/BoundedUntil.h

@ -8,20 +8,41 @@
#ifndef STORM_FORMULA_BOUNDEDUNTIL_H_
#define STORM_FORMULA_BOUNDEDUNTIL_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "src/formula/AbstractPathFormula.h"
#include "src/formula/AbstractStateFormula.h"
#include "src/modelChecker/AbstractModelChecker.h"
#include "boost/integer/integer_mask.hpp"
#include <string>
#include "src/formula/AbstractFormulaChecker.h"
namespace storm {
namespace formula {
template <class T> class BoundedUntil;
/*!
* @brief Interface class for model checkers that support BoundedUntil.
*
* All model checkers that support the formula class BoundedUntil must inherit
* this pure virtual class.
*/
template <class T>
class IBoundedUntilModelChecker {
public:
/*!
* @brief Evaluates BoundedUntil formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkBoundedUntil(const BoundedUntil<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with a BoundedUntil node as root.
* Class for a Abstract (path) formula tree with a BoundedUntil node as root.
*
* Has two PCTL state formulas as sub formulas/trees.
* Has two Abstract state formulas as sub formulas/trees.
*
* @par Semantics
* The formula holds iff in at most \e bound steps, formula \e right (the right subtree) holds, and before,
@ -30,11 +51,11 @@ namespace formula {
* The subtrees are seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class BoundedUntil : public PctlPathFormula<T> {
class BoundedUntil : public AbstractPathFormula<T> {
public:
/*!
@ -53,7 +74,7 @@ public:
* @param right The left formula subtree
* @param bound The maximal number of steps
*/
BoundedUntil(PctlStateFormula<T>* left, PctlStateFormula<T>* right,
BoundedUntil(AbstractStateFormula<T>* left, AbstractStateFormula<T>* right,
uint_fast64_t bound) {
this->left = left;
this->right = right;
@ -80,7 +101,7 @@ public:
*
* @param newLeft the new left child.
*/
void setLeft(PctlStateFormula<T>* newLeft) {
void setLeft(AbstractStateFormula<T>* newLeft) {
left = newLeft;
}
@ -89,21 +110,21 @@ public:
*
* @param newRight the new right child.
*/
void setRight(PctlStateFormula<T>* newRight) {
void setRight(AbstractStateFormula<T>* newRight) {
right = newRight;
}
/*!
* @returns a pointer to the left child node
*/
const PctlStateFormula<T>& getLeft() const {
const AbstractStateFormula<T>& getLeft() const {
return *left;
}
/*!
* @returns a pointer to the right child node
*/
const PctlStateFormula<T>& getRight() const {
const AbstractStateFormula<T>& getRight() const {
return *right;
}
@ -144,7 +165,7 @@ public:
*
* @returns a new BoundedUntil-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
BoundedUntil<T>* result = new BoundedUntil<T>();
result->setBound(bound);
if (left != NULL) {
@ -166,13 +187,23 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkBoundedUntil(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IBoundedUntilModelChecker>()->checkBoundedUntil(*this);
}
/*!
* @brief Checks if all subtrees conform to some logic.
*
* @param checker Formula checker object.
* @return true iff all subtrees conform to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->left) && checker.conforms(this->right);
}
private:
PctlStateFormula<T>* left;
PctlStateFormula<T>* right;
AbstractStateFormula<T>* left;
AbstractStateFormula<T>* right;
uint_fast64_t bound;
};

53
src/formula/CumulativeReward.h

@ -8,8 +8,9 @@
#ifndef STORM_FORMULA_CUMULATIVEREWARD_H_
#define STORM_FORMULA_CUMULATIVEREWARD_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "boost/integer/integer_mask.hpp"
#include <string>
@ -17,18 +18,38 @@ namespace storm {
namespace formula {
template <class T> class CumulativeReward;
/*!
* @brief Interface class for model checkers that support CumulativeReward.
*
* All model checkers that support the formula class CumulativeReward must inherit
* this pure virtual class.
*/
template <class T>
class ICumulativeRewardModelChecker {
public:
/*!
* @brief Evaluates CumulativeReward formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkCumulativeReward(const CumulativeReward<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with a Cumulative Reward node as root.
* Class for a Abstract (path) formula tree with a Cumulative Reward node as root.
*
* The subtrees are seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class CumulativeReward : public PctlPathFormula<T> {
class CumulativeReward : public AbstractPathFormula<T> {
public:
/*!
@ -84,9 +105,9 @@ public:
*
* Performs a "deep copy", i.e. the subtrees of the new object are clones of the original ones
*
* @returns a new BoundedUntil-object that is identical the called object.
* @returns a new CumulativeReward-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
return new CumulativeReward(bound);
}
@ -100,8 +121,20 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkCumulativeReward(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<ICumulativeRewardModelChecker>()->checkCumulativeReward(*this);
}
/*!
* @brief Checks if all subtrees conform to some logic.
*
* As CumulativeReward objects have no subformulas, we return true here.
*
* @param checker Formula checker object.
* @return true
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return true;
}
private:

61
src/formula/Eventually.h

@ -8,18 +8,39 @@
#ifndef STORM_FORMULA_EVENTUALLY_H_
#define STORM_FORMULA_EVENTUALLY_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "src/modelChecker/AbstractModelChecker.h"
namespace storm {
namespace formula {
template <class T> class Eventually;
/*!
* @brief Interface class for model checkers that support Eventually.
*
* All model checkers that support the formula class Eventually must inherit
* this pure virtual class.
*/
template <class T>
class IEventuallyModelChecker {
public:
/*!
* @brief Evaluates Eventually formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkEventually(const Eventually<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with an Eventually node as root.
* Class for a Abstract (path) formula tree with an Eventually node as root.
*
* Has one PCTL state formula as sub formula/tree.
* Has one Abstract state formula as sub formula/tree.
*
* @par Semantics
* The formula holds iff eventually \e child holds.
@ -27,11 +48,11 @@ namespace formula {
* The subtree is seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to nullptr before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class Eventually : public PctlPathFormula<T> {
class Eventually : public AbstractPathFormula<T> {
public:
/*!
@ -46,7 +67,7 @@ public:
*
* @param child The child node
*/
Eventually(PctlStateFormula<T>* child) {
Eventually(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -65,7 +86,7 @@ public:
/*!
* @returns the child node
*/
const PctlStateFormula<T>& getChild() const {
const AbstractStateFormula<T>& getChild() const {
return *child;
}
@ -73,7 +94,7 @@ public:
* Sets the subtree
* @param child the new child node
*/
void setChild(PctlStateFormula<T>* child) {
void setChild(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -91,9 +112,9 @@ public:
*
* Performs a "deep copy", i.e. the subtrees of the new object are clones of the original ones
*
* @returns a new BoundedUntil-object that is identical the called object.
* @returns a new Eventually-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
Eventually<T>* result = new Eventually<T>();
if (child != nullptr) {
result->setChild(child);
@ -110,12 +131,22 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkEventually(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IEventuallyModelChecker>()->checkEventually(*this);
}
/*!
* @brief Checks if the subtree conforms to some logic.
*
* @param checker Formula checker object.
* @return true iff the subtree conforms to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->child);
}
private:
PctlStateFormula<T>* child;
AbstractStateFormula<T>* child;
};
} //namespace formula

9
src/formula/Formulas.h

@ -10,15 +10,18 @@
#include "modelChecker/ForwardDeclarations.h"
#include "AbstractFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "And.h"
#include "Ap.h"
#include "BoundedUntil.h"
#include "BoundedNaryUntil.h"
#include "Next.h"
#include "Not.h"
#include "Or.h"
#include "PctlFormula.h"
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "ProbabilisticNoBoundOperator.h"
#include "ProbabilisticBoundOperator.h"
#include "Until.h"

61
src/formula/Globally.h

@ -8,18 +8,39 @@
#ifndef STORM_FORMULA_GLOBALLY_H_
#define STORM_FORMULA_GLOBALLY_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
namespace storm {
namespace formula {
template <class T> class Globally;
/*!
* @brief Interface class for model checkers that support Globally.
*
* All model checkers that support the formula class Globally must inherit
* this pure virtual class.
*/
template <class T>
class IGloballyModelChecker {
public:
/*!
* @brief Evaluates Globally formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkGlobally(const Globally<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with a Globally node as root.
* Class for a Abstract (path) formula tree with a Globally node as root.
*
* Has one PCTL state formula as sub formula/tree.
* Has one Abstract state formula as sub formula/tree.
*
* @par Semantics
* The formula holds iff globally \e child holds.
@ -27,11 +48,11 @@ namespace formula {
* The subtree is seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to nullptr before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class Globally : public PctlPathFormula<T> {
class Globally : public AbstractPathFormula<T> {
public:
/*!
@ -46,7 +67,7 @@ public:
*
* @param child The child node
*/
Globally(PctlStateFormula<T>* child) {
Globally(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -65,7 +86,7 @@ public:
/*!
* @returns the child node
*/
const PctlStateFormula<T>& getChild() const {
const AbstractStateFormula<T>& getChild() const {
return *child;
}
@ -73,7 +94,7 @@ public:
* Sets the subtree
* @param child the new child node
*/
void setChild(PctlStateFormula<T>* child) {
void setChild(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -91,9 +112,9 @@ public:
*
* Performs a "deep copy", i.e. the subtrees of the new object are clones of the original ones
*
* @returns a new BoundedUntil-object that is identical the called object.
* @returns a new Globally-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
Next<T>* result = new Next<T>();
if (child != nullptr) {
result->setChild(child);
@ -110,12 +131,22 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkGlobally(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IGloballyModelChecker>()->checkGlobally(*this);
}
/*!
* @brief Checks if the subtree conforms to some logic.
*
* @param checker Formula checker object.
* @return true iff the subtree conforms to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->child);
}
private:
PctlStateFormula<T>* child;
AbstractStateFormula<T>* child;
};
} //namespace formula

53
src/formula/InstantaneousReward.h

@ -8,8 +8,9 @@
#ifndef STORM_FORMULA_INSTANTANEOUSREWARD_H_
#define STORM_FORMULA_INSTANTANEOUSREWARD_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "boost/integer/integer_mask.hpp"
#include <string>
@ -17,18 +18,38 @@ namespace storm {
namespace formula {
template <class T> class InstantaneousReward;
/*!
* @brief Interface class for model checkers that support InstantaneousReward.
*
* All model checkers that support the formula class InstantaneousReward must inherit
* this pure virtual class.
*/
template <class T>
class IInstantaneousRewardModelChecker {
public:
/*!
* @brief Evaluates InstantaneousReward formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkInstantaneousReward(const InstantaneousReward<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with a Instantaneous Reward node as root.
* Class for a Abstract (path) formula tree with a Instantaneous Reward node as root.
*
* The subtrees are seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class InstantaneousReward : public PctlPathFormula<T> {
class InstantaneousReward : public AbstractPathFormula<T> {
public:
/*!
@ -84,9 +105,9 @@ public:
*
* Performs a "deep copy", i.e. the subtrees of the new object are clones of the original ones
*
* @returns a new BoundedUntil-object that is identical the called object.
* @returns a new InstantaneousReward-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
return new InstantaneousReward(bound);
}
@ -100,8 +121,20 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkInstantaneousReward(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<IInstantaneousRewardModelChecker>()->checkInstantaneousReward(*this);
}
/*!
* @brief Checks if all subtrees conform to some logic.
*
* As InstantaneousReward formulas have no subformulas, we return true here.
*
* @param checker Formula checker object.
* @return true
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return true;
}
private:

59
src/formula/Next.h

@ -8,18 +8,39 @@
#ifndef STORM_FORMULA_NEXT_H_
#define STORM_FORMULA_NEXT_H_
#include "PctlPathFormula.h"
#include "PctlStateFormula.h"
#include "AbstractPathFormula.h"
#include "AbstractStateFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
namespace storm {
namespace formula {
template <class T> class Next;
/*!
* @brief Interface class for model checkers that support Next.
*
* All model checkers that support the formula class Next must inherit
* this pure virtual class.
*/
template <class T>
class INextModelChecker {
public:
/*!
* @brief Evaluates Next formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkNext(const Next<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL (path) formula tree with a Next node as root.
* Class for a Abstract (path) formula tree with a Next node as root.
*
* Has two PCTL state formulas as sub formulas/trees.
* Has two Abstract state formulas as sub formulas/trees.
*
* @par Semantics
* The formula holds iff in the next step, \e child holds
@ -27,11 +48,11 @@ namespace formula {
* The subtree is seen as part of the object and deleted with the object
* (this behavior can be prevented by setting them to NULL before deletion)
*
* @see PctlPathFormula
* @see PctlFormula
* @see AbstractPathFormula
* @see AbstractFormula
*/
template <class T>
class Next : public PctlPathFormula<T> {
class Next : public AbstractPathFormula<T> {
public:
/*!
@ -46,7 +67,7 @@ public:
*
* @param child The child node
*/
Next(PctlStateFormula<T>* child) {
Next(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -65,7 +86,7 @@ public:
/*!
* @returns the child node
*/
const PctlStateFormula<T>& getChild() const {
const AbstractStateFormula<T>& getChild() const {
return *child;
}
@ -73,7 +94,7 @@ public:
* Sets the subtree
* @param child the new child node
*/
void setChild(PctlStateFormula<T>* child) {
void setChild(AbstractStateFormula<T>* child) {
this->child = child;
}
@ -95,7 +116,7 @@ public:
*
* @returns a new BoundedUntil-object that is identical the called object.
*/
virtual PctlPathFormula<T>* clone() const {
virtual AbstractPathFormula<T>* clone() const {
Next<T>* result = new Next<T>();
if (child != NULL) {
result->setChild(child);
@ -112,12 +133,22 @@ public:
*
* @returns A vector indicating the probability that the formula holds for each state.
*/
virtual std::vector<T> *check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkNext(*this);
virtual std::vector<T> *check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<INextModelChecker>()->checkNext(*this);
}
/*!
* @brief Checks if the subtree conforms to some logic.
*
* @param checker Formula checker object.
* @return true iff the subtree conforms to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->child);
}
private:
PctlStateFormula<T>* child;
AbstractStateFormula<T>* child;
};
} //namespace formula

63
src/formula/NoBoundOperator.h

@ -8,8 +8,9 @@
#ifndef STORM_FORMULA_NOBOUNDOPERATOR_H_
#define STORM_FORMULA_NOBOUNDOPERATOR_H_
#include "PctlFormula.h"
#include "PctlPathFormula.h"
#include "AbstractFormula.h"
#include "AbstractPathFormula.h"
#include "src/formula/AbstractFormulaChecker.h"
#include "modelChecker/ForwardDeclarations.h"
@ -17,19 +18,39 @@ namespace storm {
namespace formula {
template <class T> class NoBoundOperator;
/*!
* @brief Interface class for model checkers that support NoBoundOperator.
*
* All model checkers that support the formula class NoBoundOperator must inherit
* this pure virtual class.
*/
template <class T>
class INoBoundOperatorModelChecker {
public:
/*!
* @brief Evaluates NoBoundOperator formula within a model checker.
*
* @param obj Formula object with subformulas.
* @return Result of the formula for every node.
*/
virtual std::vector<T>* checkNoBoundOperator(const NoBoundOperator<T>& obj) const = 0;
};
/*!
* @brief
* Class for a PCTL formula tree with a P (probablistic) operator without declaration of probabilities
* Class for a Abstract formula tree with a P (probablistic) operator without declaration of probabilities
* as root.
*
* Checking a formula with this operator as root returns the probabilities that the path formula holds
* (for each state)
*
* Has one PCTL path formula as sub formula/tree.
* Has one Abstract path formula as sub formula/tree.
*
* @note
* This class is a hybrid of a state and path formula, and may only appear as the outermost operator.
* Hence, it is seen as neither a state nor a path formula, but is directly derived from PctlFormula.
* Hence, it is seen as neither a state nor a path formula, but is directly derived from AbstractFormula.
*
* @note
* This class does not contain a check() method like the other formula classes.
@ -41,14 +62,14 @@ namespace formula {
* (this behavior can be prevented by setting them to NULL before deletion)
*
*
* @see PctlStateFormula
* @see PctlPathFormula
* @see AbstractStateFormula
* @see AbstractPathFormula
* @see ProbabilisticOperator
* @see ProbabilisticIntervalOperator
* @see PctlFormula
* @see AbstractFormula
*/
template <class T>
class NoBoundOperator: public storm::formula::PctlFormula<T> {
class NoBoundOperator: public storm::formula::AbstractFormula<T> {
public:
/*!
* Empty constructor
@ -62,7 +83,7 @@ public:
*
* @param pathFormula The child node.
*/
NoBoundOperator(PctlPathFormula<T>* pathFormula) {
NoBoundOperator(AbstractPathFormula<T>* pathFormula) {
this->pathFormula = pathFormula;
}
@ -76,9 +97,9 @@ public:
}
/*!
* @returns the child node (representation of a PCTL path formula)
* @returns the child node (representation of a Abstract path formula)
*/
const PctlPathFormula<T>& getPathFormula () const {
const AbstractPathFormula<T>& getPathFormula () const {
return *pathFormula;
}
@ -87,7 +108,7 @@ public:
*
* @param pathFormula the path formula that becomes the new child node
*/
void setPathFormula(PctlPathFormula<T>* pathFormula) {
void setPathFormula(AbstractPathFormula<T>* pathFormula) {
this->pathFormula = pathFormula;
}
@ -102,17 +123,27 @@ public:
*
* @returns A vector indicating all states that satisfy the formula represented by the called object.
*/
virtual std::vector<T>* check(const storm::modelChecker::DtmcPrctlModelChecker<T>& modelChecker) const {
return modelChecker.checkNoBoundOperator(*this);
virtual std::vector<T>* check(const storm::modelChecker::AbstractModelChecker<T>& modelChecker) const {
return modelChecker.template as<INoBoundOperatorModelChecker>()->checkNoBoundOperator(*this);
}
/*!
* @returns a string representation of the formula
*/
virtual std::string toString() const = 0;
/*!
* @brief Checks if the subtree conforms to some logic.
*
* @param checker Formula checker object.
* @return true iff the subtree conforms to some logic.
*/
virtual bool conforms(const AbstractFormulaChecker<T>& checker) const {
return checker.conforms(this->pathFormula);
}
private:
PctlPathFormula<T>* pathFormula;
AbstractPathFormula<T>* pathFormula;
};
} /* namespace formula */

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

|||||||
100:0
Loading…
Cancel
Save