From 3d35c8e6ac6274f9271b24e3c322875f5ed6b70a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dawid=20Jagie=C5=82a?= Date: Tue, 3 Jun 2014 13:47:06 +0200 Subject: [PATCH] wywalka smieci - ludzie budujcie w katalogu build! --- source/unres/src_MD-M/CMakeCache.txt | 326 ----------------- .../unres/src_MD-M/CMakeFiles/CMakeCCompiler.cmake | 41 --- .../src_MD-M/CMakeFiles/CMakeCXXCompiler.cmake | 42 --- .../CMakeFiles/CMakeDetermineCompilerABI_C.bin | Bin 6997 -> 0 bytes .../CMakeFiles/CMakeDetermineCompilerABI_CXX.bin | Bin 7283 -> 0 bytes .../CMakeDetermineCompilerABI_Fortran.bin | Bin 8365 -> 0 bytes .../src_MD-M/CMakeFiles/CMakeFortranCompiler.cmake | 34 -- source/unres/src_MD-M/CMakeFiles/CMakeOutput.log | 380 -------------------- source/unres/src_MD-M/CMakeFiles/CMakeSystem.cmake | 15 - .../CMakeFiles/CompilerIdC/CMakeCCompilerId.c | 188 ---------- source/unres/src_MD-M/CMakeFiles/CompilerIdC/a.out | Bin 6478 -> 0 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 175 --------- .../unres/src_MD-M/CMakeFiles/CompilerIdCXX/a.out | Bin 6851 -> 0 bytes .../CompilerIdFortran/CMakeFortranCompilerId.F | 108 ------ .../src_MD-M/CMakeFiles/CompilerIdFortran/a.out | Bin 7916 -> 0 bytes source/unres/src_MD-M/CMakeFiles/cmake.check_cache | 1 - 16 files changed, 1310 deletions(-) delete mode 100644 source/unres/src_MD-M/CMakeCache.txt delete mode 100644 source/unres/src_MD-M/CMakeFiles/CMakeCCompiler.cmake delete mode 100644 source/unres/src_MD-M/CMakeFiles/CMakeCXXCompiler.cmake delete mode 100755 source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_C.bin delete mode 100755 source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin delete mode 100755 source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_Fortran.bin delete mode 100644 source/unres/src_MD-M/CMakeFiles/CMakeFortranCompiler.cmake delete mode 100644 source/unres/src_MD-M/CMakeFiles/CMakeOutput.log delete mode 100644 source/unres/src_MD-M/CMakeFiles/CMakeSystem.cmake delete mode 100644 source/unres/src_MD-M/CMakeFiles/CompilerIdC/CMakeCCompilerId.c delete mode 100755 source/unres/src_MD-M/CMakeFiles/CompilerIdC/a.out delete mode 100644 source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp delete mode 100755 source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/a.out delete mode 100644 source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/CMakeFortranCompilerId.F delete mode 100755 source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/a.out delete mode 100644 source/unres/src_MD-M/CMakeFiles/cmake.check_cache diff --git a/source/unres/src_MD-M/CMakeCache.txt b/source/unres/src_MD-M/CMakeCache.txt deleted file mode 100644 index c27e7ad..0000000 --- a/source/unres/src_MD-M/CMakeCache.txt +++ /dev/null @@ -1,326 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /users/adam/unres/source/unres/src_MD-M -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//Path to a program. -CMAKE_AR:FILEPATH=/usr/bin/ar - -//For backwards compatibility, what version of CMake commands and -// syntax should this version of CMake try to support. -CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 - -//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or -// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. -CMAKE_BUILD_TYPE:STRING= - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//CXX compiler. -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ - -//Flags used by the compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release minsize builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds (/MD /Ob1 /Oi -// /Ot /Oy /Gs will produce slightly less optimized but smaller -// files). -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during Release with Debug Info builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g - -//C compiler. -CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc - -//Flags used by the compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release minsize builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds (/MD /Ob1 /Oi -// /Ot /Oy /Gs will produce slightly less optimized but smaller -// files). -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during Release with Debug Info builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g - -//Flags used by the linker. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Fortran compiler. -CMAKE_Fortran_COMPILER:FILEPATH=/usr/bin/gfortran - -//Flags for Fortran compiler. -CMAKE_Fortran_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_Fortran_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release minsize builds. -CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os - -//Flags used by the compiler during release builds (/MD /Ob1 /Oi -// /Ot /Oy /Gs will produce slightly less optimized but smaller -// files). -CMAKE_Fortran_FLAGS_RELEASE:STRING=-O3 - -//Flags used by the compiler during Release with Debug Info builds. -CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/usr/bin/ld - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake - -//Flags used by the linker during the creation of modules. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=Project - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib - -//Flags used by the linker during the creation of dll's. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//If true, cmake will use relative paths in makefiles and projects. -CMAKE_USE_RELATIVE_PATHS:BOOL=OFF - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Single output directory for building all executables. -EXECUTABLE_OUTPUT_PATH:PATH= - -//Single output directory for building all libraries. -LIBRARY_OUTPUT_PATH:PATH= - -//Value Computed by CMake -Project_BINARY_DIR:STATIC=/users/adam/unres/source/unres/src_MD-M - -//Value Computed by CMake -Project_SOURCE_DIR:STATIC=/users/adam/unres/source/unres/src_MD-M - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_BUILD_TOOL -CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 -//What is the target build tool cmake is generating for. -CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/users/adam/unres/source/unres/src_MD-M -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -CMAKE_CXX_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -CMAKE_C_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Result of TRY_COMPILE -CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE -//Result of TRY_COMPILE -CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE -//Result of TRY_COMPILE -CMAKE_DETERMINE_Fortran_ABI_COMPILED:INTERNAL=TRUE -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_Fortran_COMPILER -CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1 -CMAKE_Fortran_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_Fortran_FLAGS -CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG -CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL -CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE -CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO -CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Start directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/users/adam/unres/source/unres/src_MD-M -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/bin/uname -//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS -CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 - diff --git a/source/unres/src_MD-M/CMakeFiles/CMakeCCompiler.cmake b/source/unres/src_MD-M/CMakeFiles/CMakeCCompiler.cmake deleted file mode 100644 index 418c356..0000000 --- a/source/unres/src_MD-M/CMakeFiles/CMakeCCompiler.cmake +++ /dev/null @@ -1,41 +0,0 @@ -SET(CMAKE_C_COMPILER "/usr/bin/gcc") -SET(CMAKE_C_COMPILER_ARG1 "") -SET(CMAKE_C_COMPILER_ID "GNU") -SET(CMAKE_C_PLATFORM_ID "Linux") -SET(CMAKE_AR "/usr/bin/ar") -SET(CMAKE_RANLIB "/usr/bin/ranlib") -SET(CMAKE_COMPILER_IS_GNUCC 1) -SET(CMAKE_C_COMPILER_LOADED 1) -SET(CMAKE_COMPILER_IS_MINGW ) -SET(CMAKE_COMPILER_IS_CYGWIN ) -IF(CMAKE_COMPILER_IS_CYGWIN) - SET(CYGWIN 1) - SET(UNIX 1) -ENDIF(CMAKE_COMPILER_IS_CYGWIN) - -SET(CMAKE_C_COMPILER_ENV_VAR "CC") - -IF(CMAKE_COMPILER_IS_MINGW) - SET(MINGW 1) -ENDIF(CMAKE_COMPILER_IS_MINGW) -SET(CMAKE_C_COMPILER_ID_RUN 1) -SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c) -SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -SET(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -SET(CMAKE_C_SIZEOF_DATA_PTR "8") -SET(CMAKE_C_COMPILER_ABI "ELF") - -IF(CMAKE_C_SIZEOF_DATA_PTR) - SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -ENDIF(CMAKE_C_SIZEOF_DATA_PTR) - -IF(CMAKE_C_COMPILER_ABI) - SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -ENDIF(CMAKE_C_COMPILER_ABI) - -SET(CMAKE_C_HAS_ISYSROOT "") - -SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") -SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.4.5;/usr/lib64;/lib64;/usr/lib") diff --git a/source/unres/src_MD-M/CMakeFiles/CMakeCXXCompiler.cmake b/source/unres/src_MD-M/CMakeFiles/CMakeCXXCompiler.cmake deleted file mode 100644 index bb4e208..0000000 --- a/source/unres/src_MD-M/CMakeFiles/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,42 +0,0 @@ -SET(CMAKE_CXX_COMPILER "/usr/bin/c++") -SET(CMAKE_CXX_COMPILER_ARG1 "") -SET(CMAKE_CXX_COMPILER_ID "GNU") -SET(CMAKE_CXX_PLATFORM_ID "Linux") -SET(CMAKE_AR "/usr/bin/ar") -SET(CMAKE_RANLIB "/usr/bin/ranlib") -SET(CMAKE_COMPILER_IS_GNUCXX 1) -SET(CMAKE_CXX_COMPILER_LOADED 1) -SET(CMAKE_COMPILER_IS_MINGW ) -SET(CMAKE_COMPILER_IS_CYGWIN ) -IF(CMAKE_COMPILER_IS_CYGWIN) - SET(CYGWIN 1) - SET(UNIX 1) -ENDIF(CMAKE_COMPILER_IS_CYGWIN) - -SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -IF(CMAKE_COMPILER_IS_MINGW) - SET(MINGW 1) -ENDIF(CMAKE_COMPILER_IS_MINGW) -SET(CMAKE_CXX_COMPILER_ID_RUN 1) -SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;H;o;O;obj;OBJ;def;DEF;rc;RC) -SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm) -SET(CMAKE_CXX_LINKER_PREFERENCE 30) -SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -SET(CMAKE_CXX_SIZEOF_DATA_PTR "8") -SET(CMAKE_CXX_COMPILER_ABI "ELF") - -IF(CMAKE_CXX_SIZEOF_DATA_PTR) - SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR) - -IF(CMAKE_CXX_COMPILER_ABI) - SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -ENDIF(CMAKE_CXX_COMPILER_ABI) - -SET(CMAKE_CXX_HAS_ISYSROOT "") - -SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") -SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.4.5;/usr/lib64;/lib64;/usr/lib") diff --git a/source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_C.bin b/source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index a16edc4f2cb1a2dd6d91163aeca1f94f1b7e3cac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6997 zcmcIoeQZkWOMy-=I1Vqx5D4kU1nr9xJF%%_XZAA+ z2-HlW9af-Cr)g!?#E`}&q;=D_KTx(xs}bu`q;+EL%Fv3Y49b*|u)L}hh_nl)u zzc}hNZP)TU_x$ep-E-f4_wzjK5475CHo?g*zARA7mMIc4oIw?cBA*2*`vS1- z*YuF&QbkUeA}v{Zh{uw7JAjAn{7)0N^U+wed)=BxW1+fOG@c%;8*Exvw{DF$mGCyo z_E$lL_==miJt?c^{-_2GeJ_DOeoHLx_{qh$zVoB&hcCXWFa6yw_D!8~{%tFNXXKT` zf3#}IB|i7Se3#R?@Q70=SO?-2@ZUSvckx$Ozje^(e|LJp`j_W7cE5My)h$=Ee}3!g ziA!JKRlE1uR}TL2*sY4OnzFG4ORk)ldglYAl}y-XcZm{wpHjFNaC|3g8UUb5)QBVV zx{8XvEAd;olNS60;YTfa5^#5kdiDWcEf(hI8>lh`;kiguiVNk6)cHFf0uAkN&N1+e zEEVDy$SQFwXZ5>*>`#$B>X^O>|7tN`4ADH7AUqWKqu&YgyOaucfJDC&R1Xbnv0LI5 zVvOv`TnJ6;>rceBlpaj#nkKX-_GumAzGzAhCw;MCDiux%7$c) zyf>kxq6fl>UM)1BC)uPYmDYNr@u<+++QB{)jce&tI0VI^pdK`8Fx!Hu4tjSg#bx0* zSclPCY!0+-@@b9UM(!{4Rma$AQe9mdppuxh0p?;d9U@Q_1V<$Q}=Lb<9&07zuf50+4eD zMs&~0z{o*QJ#<48yp~M){)Qf|fp)0FcXRr(*Kk{+ew}i`cN&5IzMD(mq8>E9vf^oXsvB3@I4)~vhDmQ|>3~~?1 zX^=WdT<0;_4s;0HV3lq8f^rw`d9{Gye-GHnwWYbD>Uq0w;hcS7066lnzCkGGH3L*R zhdMzH04~?C9Y@QapQBYM!{sm9UvM0A+ILm(9)(%Z1xdcL8b_Je=v&Al_q4S=awHx|8VWgjvoKLcbB(ImG=I45Z=0EoV+jGC-x`63H zLx>2i%ZzU)o%@9ObIG1{=uY`Q^<)qIBz0bkZjwHa%8CAe7kpl_I{K-p9h-f=_3o8$ zl33+l<6Yxj>u#)XsBdU!Xmqda2#4HiP&e?p##KUiQ~Ue%U^hrTX~+oYqH)+{281`B z(8J#5O>K30u#dF9c-q^Yj>2WLXABEeKdctiW+P@f@TvymnH!pT%L5ie3SC`*Q8 zK_pOaAf^ki+-AIbco6b(d-5g|a*OeXBU*1V*dNv+A>gtmyghm%nF5D~*xLhzP-n0| z+5-*~Pz^l1vTmau*uj95=Z-%WgL`w12YAcIY1KCds^iO=szD%|&s#Q0$g zpVzBM2|ljDR{jfsVW05&%Iouxg%2h&QMa-xaL+LFkJCDGocQj%rIBGipWD7|;b)1T zC4S)^Xz-cG)xKik^L{dhgBp_cV#5B7QXx)42HVg5&*%IL#9z&ZB(45WTljoGbW%rq zEPSi~GZy|zx@WE={y__$zaPU{;^Q2^#P?{vUt8O2<&Ogg-=Fz-V#G8?hM&g&J=mK0 zcwEHvCh@KQtol1(i(`-d^Zvy5e7?`~_+&n}>oRc7{`uVBMF#}72Q!&iXZcq^&3rx| zM2PP;X!$4eSYEgA`F?tY_}1@j)o%hH>*DtxrSr*A;`4iQ1K2O?w;_Y=uV;WH^S@}p z(H0ZSMUZFTvVb0A5i8z9+rw|7zuBS@yx>t-Z z61<)jrR&$l6eQ*UU*$G7dpgJhzFLke;|MVFSdVB@cb^uXU3JV+#!|; zo{z=$51Cb&H|D`YF-`jy8{qtMLOh6dmbH+vK_rLQYsSAI@tOV5B=MR3;0N3e@t~?X z3gik2<3To4`+45%CHy$8Gdv#$0mpiVEcMLR{=>4KYVk8m|Gy;hMdGAOfm|VdAF{R* z-|@$QOTXnx!5DI9;a{rX-UZwSaWRZ9VB-D#FOavvtMs*25w1y49(1Q>VPx# diff --git a/source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin b/source/unres/src_MD-M/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 0ac3e129ea164d6d0046ca2027014a86bc1a3274..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7283 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 ignore - arg [--no-add-needed] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--build-id] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] - arg [-L/lib/../lib64] ==> dir [/lib/../lib64] - arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] - arg [CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o] ==> ignore - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] ==> [/usr/lib64] - collapse dir [/lib/../lib64] ==> [/lib64] - collapse dir [/usr/lib/../lib64] ==> [/usr/lib64] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] ==> [/usr/lib] - implicit libs: [c] - implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.4.5;/usr/lib64;/lib64;/usr/lib] - - -Determining if the CXX compiler works passed with the following output: -Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" -/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build -gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTryCompileExec -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -o cmTryCompileExec -rdynamic -gmake[1]: Leaving directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" -/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build -gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTryCompileExec -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec -rdynamic -Using built-in specs. -Target: x86_64-redhat-linux -Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux -Thread model: posix -gcc version 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC) -COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic' - /usr/libexec/gcc/x86_64-redhat-linux/4.4.5/collect2 --no-add-needed --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o -gmake[1]: Leaving directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"] - ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build] - ignore line: [gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1] - ignore line: [Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTryCompileExec] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec -rdynamic ] - ignore line: [Using built-in specs.] - ignore line: [Target: x86_64-redhat-linux] - ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux] - ignore line: [Thread model: posix] - ignore line: [gcc version 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC) ] - ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic'] - link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.4.5/collect2 --no-add-needed --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o] - arg [/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/collect2] ==> ignore - arg [--no-add-needed] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--build-id] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] - arg [-L/lib/../lib64] ==> dir [/lib/../lib64] - arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] - arg [CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o] ==> ignore - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] ==> [/usr/lib64] - collapse dir [/lib/../lib64] ==> [/lib64] - collapse dir [/usr/lib/../lib64] ==> [/usr/lib64] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;c] - implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.4.5;/usr/lib64;/lib64;/usr/lib] - - -Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" succeeded. -Compiler: /usr/bin/gfortran -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the Fortran compiler identification source "CMakeFortranCompilerId.F" produced "a.out" - -The Fortran compiler identification is GNU, found in "/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/a.out" - -Determining if the Fortran compiler works passed with the following output: -Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" -/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build -gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building Fortran object CMakeFiles/cmTryCompileExec.dir/testFortranCompiler.f.o -/usr/bin/gfortran -o CMakeFiles/cmTryCompileExec.dir/testFortranCompiler.f.o -c /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/testFortranCompiler.f -Linking Fortran executable cmTryCompileExec -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 -/usr/bin/gfortran CMakeFiles/cmTryCompileExec.dir/testFortranCompiler.f.o -o cmTryCompileExec -rdynamic -gmake[1]: Leaving directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' - - -Detecting Fortran compiler ABI info compiled with the following output: -Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" -/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build -gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building Fortran object CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -/usr/bin/gfortran -o CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -c /usr/share/cmake/Modules/CMakeFortranCompilerABI.F -Linking Fortran executable cmTryCompileExec -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 -/usr/bin/gfortran -v CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec -rdynamic -Driving: /usr/bin/gfortran -v CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec -rdynamic -lgfortranbegin -lgfortran -lm -shared-libgcc -Using built-in specs. -Target: x86_64-redhat-linux -Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux -Thread model: posix -gcc version 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC) -COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic' - /usr/libexec/gcc/x86_64-redhat-linux/4.4.5/collect2 --no-add-needed --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o -gmake[1]: Leaving directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' - - -Parsed Fortran implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"] - ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build] - ignore line: [gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1] - ignore line: [Building Fortran object CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o] - ignore line: [/usr/bin/gfortran -o CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -c /usr/share/cmake/Modules/CMakeFortranCompilerABI.F] - ignore line: [Linking Fortran executable cmTryCompileExec] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1] - ignore line: [/usr/bin/gfortran -v CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec -rdynamic ] - ignore line: [Driving: /usr/bin/gfortran -v CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec -rdynamic -lgfortranbegin -lgfortran -lm -shared-libgcc] - ignore line: [Using built-in specs.] - ignore line: [Target: x86_64-redhat-linux] - ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux] - ignore line: [Thread model: posix] - ignore line: [gcc version 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC) ] - ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic'] - link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.4.5/collect2 --no-add-needed --eh-frame-hdr --build-id -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../.. CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o] - arg [/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/collect2] ==> ignore - arg [--no-add-needed] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--build-id] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] - arg [-L/lib/../lib64] ==> dir [/lib/../lib64] - arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] - arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] - arg [CMakeFiles/cmTryCompileExec.dir/CMakeFortranCompilerABI.F.o] ==> ignore - arg [-lgfortranbegin] ==> lib [gfortranbegin] - arg [-lgfortran] ==> lib [gfortran] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o] ==> ignore - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.4.5] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64] ==> [/usr/lib64] - collapse dir [/lib/../lib64] ==> [/lib64] - collapse dir [/usr/lib/../lib64] ==> [/usr/lib64] - collapse dir [/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..] ==> [/usr/lib] - implicit libs: [gfortranbegin;gfortran;m;c] - implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.4.5;/usr/lib64;/lib64;/usr/lib] - - -Determining if the Fortran compiler supports Fortran 90 passed with the following output: -Change Dir: /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" -/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build -gmake[1]: Entering directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building Fortran object CMakeFiles/cmTryCompileExec.dir/testFortranCompilerF90.f90.o -/usr/bin/gfortran -o CMakeFiles/cmTryCompileExec.dir/testFortranCompilerF90.f90.o -c /users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp/testFortranCompilerF90.f90 -Linking Fortran executable cmTryCompileExec -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1 -/usr/bin/gfortran CMakeFiles/cmTryCompileExec.dir/testFortranCompilerF90.f90.o -o cmTryCompileExec -rdynamic -gmake[1]: Leaving directory `/scheraga/users/adam/unres/source/unres/src_MD-M/CMakeFiles/CMakeTmp' - - diff --git a/source/unres/src_MD-M/CMakeFiles/CMakeSystem.cmake b/source/unres/src_MD-M/CMakeFiles/CMakeSystem.cmake deleted file mode 100644 index 5b0ab32..0000000 --- a/source/unres/src_MD-M/CMakeFiles/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ - - -SET(CMAKE_SYSTEM "Linux-2.6.34.9-69.fc13.x86_64") -SET(CMAKE_SYSTEM_NAME "Linux") -SET(CMAKE_SYSTEM_VERSION "2.6.34.9-69.fc13.x86_64") -SET(CMAKE_SYSTEM_PROCESSOR "x86_64") - -SET(CMAKE_HOST_SYSTEM "Linux-2.6.34.9-69.fc13.x86_64") -SET(CMAKE_HOST_SYSTEM_NAME "Linux") -SET(CMAKE_HOST_SYSTEM_VERSION "2.6.34.9-69.fc13.x86_64") -SET(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - -SET(CMAKE_CROSSCOMPILING "FALSE") - -SET(CMAKE_SYSTEM_LOADED 1) diff --git a/source/unres/src_MD-M/CMakeFiles/CompilerIdC/CMakeCCompilerId.c b/source/unres/src_MD-M/CMakeFiles/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index f262e30..0000000 --- a/source/unres/src_MD-M/CMakeFiles/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,188 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - -#elif defined(__WATCOMC__) -# define COMPILER_ID "Watcom" - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - -#elif defined(__IBMC__) -# if defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# elif __IBMC__ >= 800 -# define COMPILER_ID "XL" -# else -# define COMPILER_ID "VisualAge" -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - -#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -/* Analog Devices C++ compiler for Blackfin, TigerSHARC and - SHARC (21000) DSPs */ -# define COMPILER_ID "ADSP" - -/* IAR Systems compiler for embedded systems. - http://www.iar.com - Not supported yet by CMake -#elif defined(__IAR_SYSTEMS_ICC__) -# define COMPILER_ID "IAR" */ - -/* sdcc, the small devices C compiler for embedded systems, - http://sdcc.sourceforge.net */ -#elif defined(SDCC) -# define COMPILER_ID "SDCC" - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" - -/* This compiler is either not known or is too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" - -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) -# define PLATFORM_ID "Haiku" -/* Haiku also defines __BEOS__ so we must - put it prior to the check for __BEOS__ -*/ - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#else /* unknown platform */ -# define PLATFORM_ID "" - -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; - - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - (void)argv; - return require; -} -#endif diff --git a/source/unres/src_MD-M/CMakeFiles/CompilerIdC/a.out b/source/unres/src_MD-M/CMakeFiles/CompilerIdC/a.out deleted file mode 100755 index 6d52626c0b8ae4238890f65aa9dea580d74b1865..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6478 zcmcIoZ){sv6+eDXQg3UMv}V zX~e&-YKYn;q4V6d&;ZN%kv33SV?fjG0@F5|1EJy}QL!+Ju?tS40ZM}4Dz8@Jb{>BteU6M=q}*QkmGV*9UH z2`VpgCl?!aB`GwdH~^ud_Y~@}i!AZ)iTL?wIyKVM{b)MTo=#;7)9ur}J?%Z+;e0mS zrTlNjW~ht1_dcx}lz6N|j%=^TKYdH8Kf5+@uK(7a8?TqfuUz^5clSg2Z=WGu`D5|F zPNWm8BmFR9WP4dM&GE@>#>`vsoMoDT-5RA{^nhtnnJXsasSNCnMR!Hau5ed)yK08| zF!Z zzOwyK4MC_pavAfMEjpHnpCFyTFIFm*&iA9m-#lv+-!*3cdVT*;bYXtJK?h^u+}nyQ zSV)!@Q1C{%Og4;C<56tDczNE^DsL+jWoLTYC|)^8f-_H)Q4R`UeCv&-VL-K4NbRMo zbHtsy<2Pon`ivcy@}aSoE&YJb&ijmFV-kfb>wlqyN{wG8l^vII@BXqef<+&hJACo{ z*w|ROWy^8u1L{4oUqd@&*IM_cg3!0X&rYMAipR+I+rQd8xBkaeg1VmfpwR!oEzjZ^L4^93Px z>XB~~L3}Azv_jWo#bcq{M)61pqjjw}w(Uw^@uO(*mT~SQf3*0=rO3TX#d!IBtF80T z^nGH*f5wWp`imd*Rn}iNX3t}cuIAn|N=HH%`gEu@R!W36#jq5Nm8{U#Sm{`(1H;lw zzEP^iA0xgA{V-;4SFDHLqGgBUd^LdIt%UKvT`7FX5w*YV(ig}V8Z|WLoTCdMx_5Bj zr4+wA{b2t!PB^fhcwN4kh~80mGS(?}`N zJf`G(@c{UyTYZ~XuL{tb)`l4UV<;OXfxhO}6Ix_Vlh%(Cw%$&Jr?KAYA=wwv^SRs!L0|9iJ%d;Y`nc|8$dXJbkd5CAhmKfosd#0Vd zCDU&{lzmwt+U zZ~u>b^mV_E2;h3A2srg=ZT9NFiWvDN{gie4kVoHcjqeD;Af>&;sXxW`r#$@^6&XLW zU%ckgFSCA`^=s#Uy9Lpc_P*uOmwjfA1J*2pOvS#yZ(xD^m-wINb?`Lnd&iH&PxMcF z^yOY4_l1xMGWFU&>(LK1=}I!dALJP83Gv#W#|rYF!-e;$VdQG}DsQ~J`U@!Q)Tfgr zr8&0$pY(r?vQB+ER#H06`d)ip{&y%#qT;{oTXMgXdmJ}c9lzq&Wz==rmwSQEhP?KK z7y6DzU(O8%3k0#=nM6-0-6ov&C-~ek!2&Y>qz%y%{yG*2lm5@J{tOFBKSkcFe-kUn zeuoG!6@9rcNj1q*61o=4Vp~;k_9HfQ&k15#^aLhe=8j-QJE&nyoA|?h9Lr(+i~kZA zI#1QJZ}7pa$@{YQ5~ zs_dto)?W_~fb1JiB|qE;vLCqd`>W?wH~s*~`t8P7gRIMLd`voz6oUBy77lV=A#>@R}Xix=fN8IiRb&$G-!YiD{g7~4(F>AhfkxR50=M)_90)L zI1C`J!5Ucf*rlfqAJqIO|0q3&f5K1lIwSLO8gXi8e}j&tT3X5f<0wM@mp$?Sroz|4 z4DVyo((4Le{vCgaIN2TcjGuFe*NfZlRXfYSBdx>q5_R0;&z%+UW(GP=%RFOe5Fb z0rovJQJ9=ODs~3;_A4`k2m1C5n8J}6Dc7v18>zAq*%N<08HwK%48Uoh2e zxeB}9ZOtcNFb^chQ+d43N7C_pKA8uW_rBxmy7M8|jPAo06RC_@$S27um+3@4Yfi*7 tiF6WcRQx3tRj1T-K9w2En(~H*qId&mKUIx9xPjgAq`Ic7H)RzR_!nABGR*)0 diff --git a/source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp b/source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 85081a3..0000000 --- a/source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,175 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - -#elif defined(__WATCOMC__) -# define COMPILER_ID "Watcom" - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - -#elif defined(__IBMCPP__) -# if defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# elif __IBMCPP__ >= 800 -# define COMPILER_ID "XL" -# else -# define COMPILER_ID "VisualAge" -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - -#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -/* Analog Devices C++ compiler for Blackfin, TigerSHARC and - SHARC (21000) DSPs */ -# define COMPILER_ID "ADSP" - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" - -/* This compiler is either not known or is too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" - -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) -# define PLATFORM_ID "Haiku" -/* Haiku also defines __BEOS__ so we must - put it prior to the check for __BEOS__ -*/ - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#else /* unknown platform */ -# define PLATFORM_ID "" - -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; - - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - (void)argv; - return require; -} diff --git a/source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/a.out b/source/unres/src_MD-M/CMakeFiles/CompilerIdCXX/a.out deleted file mode 100755 index da108299f42972fddd3e073fb77589191f6b3bcf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6851 zcmcIoZ)_CT5r22*vkd`k97y=%mXmr^Ce#<(7}w!XyXI`zOOHP>PDDkL^>KH$5AL7t z_RyJ9mB^6#bR~6FK3Gkpy5Eo@HGE2uNZUiSr8H8TDj!0Xd~gv+PJosu4YDZVI`eks zZg+idK2&|u?#%q&%$s?$`)2pO9}EO{I~@+e%_+VmP)gS+5;E>W%q^87VZEYJDB`PP zy{HGo4VNN&kQyA*5)I9?k@Q?Z>yUR6;8YBTXsaO!rW_$s^jB>Pu?9WeV2DhG@JImd zFxE-xpKKVGIMWV_L*aPH4n?%PKz0|%jw#QJDbEk*hF2?%*XmS2LRmo~`sKY!Q5V~R zTY3cf5;~Psu~4s+gkZ{c&w(A8kj8%}9Ou*V*pZ&@r{j_Kcr2OAx959%+IzZv*_5wK z#@`IXVD9$pdtMI6`Dg(NeXoKGpC$Icdw1xA2kXB1y;q+2@K3!r|FS*tdh}|vrYv|uoqjSR|_))+yHhbFw0OG@SinR;opVcGb&6{z~Jwnq)6RD(@ z)k7Iw(}ecyacwX<8q4a@j6WXAW}{hD$>+6nG?PswL-CkCt{v|XFigT20l3j{Sj(c+ ziFlYtMxI7agknkIKXj;XS3v9ZZ4rBdfn9#B%h%=G%HcU>ULBA*%pK?9{kM+6>+cdL zNez34sUM--y4Vt2R6j%kT6)Q_r1);&INYWP$JZL4AGc`}&d&(@)QLNdbH{+0dw@4L zJXdw%ca2xdTerDAqP%ej+?zHiz@a>bCLhn1p>6C!8C`$;9*CWH1BJi7tQKyl6F2W2 z7z$i1&A1hzUcG!llB+{N=6(f=|C*XYpK8&4t@Xx;Ts*lu(E0CkxnNQT>i(W{5+}j*1M!ai+ zzV&y!%$sbGN5!kq>rRBiNirGS1$?2de?R@=;J$l z4u=Ce3-lDwdqAgwVrw;saGW?WC>;6bdKXrL^~)L>r{uE0ejKMCYyzm;x1#w~r+<09 zvmbPfI)||1gfw@sCDuQ*Jp^{<8Q@sma2)`=08~8pBloNI+6rZ&;m6L`T<{JYTER6K zyK$*tLmrzURb>OMu3=uwOmW`WSRORQiabp6GNNr%2bYtauU91Z`J-|QnPH~_chk4l zWyn}ZuuVD@Bx0$&3-ME;j}cu%bTv^X_?)oism^fDIt*BTPmsmBgzZU#hLIy*bNJZ*!~h(`_S2HxJaNeEwdJfVk<0M#=F9b+z*gfClK_>w6- z>VvOQyB-=PX*8Mh9m&Pu*B}-VK9t5n*)idZj3;3{gX$Th=Qw-~W2vM?(4a39jfc>H zxO7|>zF0B_cRiYi`v?fomx_e+knlyvw2@3G5!J>bV9S#5h4oY>3l0r(Gz^_EW+)L0 zgToXI12>->+Zg9a7PO&wB%(>36Zk*U^)NPGtk=#^6SX1DK$uKVz=v;SeI0tl{iNh<%7ZbO9s zdu!VVBCc(==k-5HK%UgGK46~Mp4Z_EfZ^I_d%^3C3If*;P>~JCFt?XMz_rWvyk5_d zJ=Yv?>2hS?8oReVr3pFeuK>R3e^{d?Abrt5G?;Y5j$tI=lx-t z6dO4)Gywjun%mDnF#G54O`ayS!mJED`)7Ct7_?_Mll2Nn@Es!iUMW>?oIgg+17o%? zk$s8my{t&o?jJWPX8Sp^pCkJ>Z1#5lC9VX(@O}6?;4Kj64CRN*QV-$$-@@_il;f~erNKq;VL8sibvGjMsy%aO0ADGp>#>eH z&H>(BBmQ5YzOzY8+4B5Li9ar8Y20cr(1`_Vsd$ z^v~P$KO_A=5>CU5`9;Pl177Q#)dLR#Nz+G z3&R1de`x=p77QF5!XsL(-y%KhH+4l)+Gsp=Box===1~jf@&Zql;!!;s@%3!k(krk- zi$(Gvb$1A3{~5_8665S=U|+vm_{$Hm4SmDjIPJzWX+<%gL~DWlFk&Q@)NciP%;va zLXUg~oR3OSa;qOpj-)g`w*yt!ol~5$hY$ILG4ZI}!q+-uR}|BMxjaCZSrh*O3Lkzn diff --git a/source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/CMakeFortranCompilerId.F b/source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/CMakeFortranCompilerId.F deleted file mode 100644 index c92f127..0000000 --- a/source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/CMakeFortranCompilerId.F +++ /dev/null @@ -1,108 +0,0 @@ - PROGRAM CMakeFortranCompilerId -#if 0 -! Identify the compiler -#endif -#if defined(__INTEL_COMPILER) || defined(__ICC) - PRINT *, 'INFO:compiler[Intel]' -#elif defined(__SUNPRO_F90) || defined(__SUNPRO_F95) - PRINT *, 'INFO:compiler[SunPro]' -#elif defined(__G95__) - PRINT *, 'INFO:compiler[G95]' -#elif defined(__GNUC__) - PRINT *, 'INFO:compiler[GNU]' -#elif defined(__IBMC__) -# if defined(__COMPILER_VER__) - PRINT *, 'INFO:compiler[zOS]' -# elif __IBMC__ >= 800 - PRINT *, 'INFO:compiler[XL]' -# else - PRINT *, 'INFO:compiler[VisualAge]' -# endif -#elif defined(__PGI) - PRINT *, 'INFO:compiler[PGI]' -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) - PRINT *, 'INFO:compiler[MIPSpro]' -# if 0 -! This compiler is either not known or is too old to define an -! identification macro. Try to identify the platform and guess that -! it is the native compiler. -# endif -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) - PRINT *, 'INFO:compiler[VisualAge]' -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) - PRINT *, 'INFO:compiler[MIPSpro]' -#elif defined(__hpux) || defined(__hpux__) - PRINT *, 'INFO:compiler[HP]' -#elif 1 -# if 0 -! The above 'elif 1' instead of 'else' is to work around a bug in the -! SGI preprocessor which produces both the __sgi and else blocks. -# endif - PRINT *, 'INFO:compiler[]' -#endif - -#if 0 -! Identify the platform -#endif -#if defined(__linux) || defined(__linux__) || defined(linux) - PRINT *, 'INFO:platform[Linux]' -#elif defined(__CYGWIN__) - PRINT *, 'INFO:platform[Cygwin]' -#elif defined(__MINGW32__) - PRINT *, 'INFO:platform[MinGW]' -#elif defined(__APPLE__) - PRINT *, 'INFO:platform[Darwin]' -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) - PRINT *, 'INFO:platform[Windows]' -#elif defined(__FreeBSD__) || defined(__FreeBSD) - PRINT *, 'INFO:platform[FreeBSD]' -#elif defined(__NetBSD__) || defined(__NetBSD) - PRINT *, 'INFO:platform[NetBSD]' -#elif defined(__OpenBSD__) || defined(__OPENBSD) - PRINT *, 'INFO:platform[OpenBSD]' -#elif defined(__sun) || defined(sun) - PRINT *, 'INFO:platform[SunOS]' -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) - PRINT *, 'INFO:platform[AIX]' -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) - PRINT *, 'INFO:platform[IRIX]' -#elif defined(__hpux) || defined(__hpux__) - PRINT *, 'INFO:platform[HP-UX]' -#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) - PRINT *, 'INFO:platform[Haiku]' -# if 0 -! Haiku also defines __BEOS__ so we must -! put it prior to the check for __BEOS__ -# endif -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) - PRINT *, 'INFO:platform[BeOS]' -#elif defined(__QNX__) || defined(__QNXNTO__) - PRINT *, 'INFO:platform[QNX]' -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) - PRINT *, 'INFO:platform[Tru64]' -#elif defined(__riscos) || defined(__riscos__) - PRINT *, 'INFO:platform[RISCos]' -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) - PRINT *, 'INFO:platform[SINIX]' -#elif defined(__UNIX_SV__) - PRINT *, 'INFO:platform[UNIX_SV]' -#elif defined(__bsdos__) - PRINT *, 'INFO:platform[BSDOS]' -#elif defined(_MPRAS) || defined(MPRAS) - PRINT *, 'INFO:platform[MP-RAS]' -#elif defined(__osf) || defined(__osf__) - PRINT *, 'INFO:platform[OSF1]' -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) - PRINT *, 'INFO:platform[SCO_SV]' -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) - PRINT *, 'INFO:platform[ULTRIX]' -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) - PRINT *, 'INFO:platform[Xenix]' -#elif 1 -# if 0 -! The above 'elif 1' instead of 'else' is to work around a bug in the -! SGI preprocessor which produces both the __sgi and else blocks. -# endif - PRINT *, 'INFO:platform[]' -#endif - END diff --git a/source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/a.out b/source/unres/src_MD-M/CMakeFiles/CompilerIdFortran/a.out deleted file mode 100755 index 63aa73f1e59ad9dca8aa09c8136ee9d2041a6297..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7916 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 XG7NdrQ3{oIeCu*~k)NRC?23N_dw!+8 diff --git a/source/unres/src_MD-M/CMakeFiles/cmake.check_cache b/source/unres/src_MD-M/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/source/unres/src_MD-M/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file -- 1.7.9.5