From 02b2b0090fff56b9aafb8962dd0c2367bd81cb05 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Mon, 27 Feb 2006 08:33:38 +0000
Subject: [PATCH] nomsg

---
 SoftwareGuide/CMakeCache.txt                 | 341 -------------------
 SoftwareGuide/SoftwareGuideConfiguration.tex |  19 --
 SoftwareGuide/cmake_install.cmake            |  10 -
 3 files changed, 370 deletions(-)
 delete mode 100644 SoftwareGuide/CMakeCache.txt
 delete mode 100644 SoftwareGuide/SoftwareGuideConfiguration.tex
 delete mode 100644 SoftwareGuide/cmake_install.cmake

diff --git a/SoftwareGuide/CMakeCache.txt b/SoftwareGuide/CMakeCache.txt
deleted file mode 100644
index b9420b7dd7..0000000000
--- a/SoftwareGuide/CMakeCache.txt
+++ /dev/null
@@ -1,341 +0,0 @@
-# This is the CMakeCache file.
-# For build in directory: /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide
-# 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.
-BIBTEX_COMPILER:FILEPATH=/usr/bin/bibtex
-
-//Build Software Guide figures
-BUILD_FIGURES:BOOL=ON
-
-//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 allow.
-CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.2
-
-//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
-// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
-//
-CMAKE_BUILD_TYPE:STRING=
-
-//C compiler
-CMAKE_C_COMPILER:STRING=gcc
-
-//Flags for C compiler.
-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=
-
-//Install path prefix, prepended onto install directories.
-CMAKE_INSTALL_PREFIX:PATH=/usr/local
-
-//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_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=OFF
-
-//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=OFF
-
-//Path to a program.
-DVIPDF_CONVERTER:FILEPATH=/usr/bin/dvipdfm
-
-//Path to a program.
-DVIPS_CONVERTER:FILEPATH=/usr/bin/dvips
-
-//Single output directory for building all executables.
-EXECUTABLE_OUTPUT_PATH:PATH=
-
-//Value Computed by CMake
-Examples_BINARY_DIR:STATIC=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Examples
-
-//Value Computed by CMake
-Examples_SOURCE_DIR:STATIC=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Examples
-
-//Path to a program.
-FIG2DEV_EXECUTABLE:FILEPATH=/ORFEO/outils/libs-externes-install/bin/transfig/fig2dev
-
-//Path to ImageMagick's composite executable.
-IMAGEMAGICK_COMPOSITE_EXECUTABLE:FILEPATH=/usr/bin/composite
-
-//Path to ImageMagick's convert executable.
-IMAGEMAGICK_CONVERT_EXECUTABLE:FILEPATH=/usr/bin/convert
-
-//Path to ImageMagick's import executable.
-IMAGEMAGICK_IMPORT_EXECUTABLE:FILEPATH=/usr/bin/import
-
-//Path to ImageMagick's mogrify executable.
-IMAGEMAGICK_MOGRIFY_EXECUTABLE:FILEPATH=/usr/bin/mogrify
-
-//Path to ImageMagick's montage executable.
-IMAGEMAGICK_MONTAGE_EXECUTABLE:FILEPATH=/usr/bin/montage
-
-//Path to a program.
-LATEX2HTML_CONVERTER:FILEPATH=/usr/bin/latex2html
-
-//Path to a program.
-LATEX_COMPILER:FILEPATH=/usr/bin/latex
-
-//Single output directory for building all libraries.
-LIBRARY_OUTPUT_PATH:PATH=
-
-//Path to a program.
-MAKEINDEX_COMPILER:FILEPATH=/usr/bin/makeindex
-
-//Where the OTB data is. Enter a colon seperated list.
-OTB_DATA_PATHS:STRING=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Data
-
-//Where the OTB examples executables are
-OTB_EXECUTABLES_DIR:PATH=
-
-//Flip the input images specified in CMakeLists and their corresponding
-// outputs
-OTB_FLIP_INPUTS_AND_THEIR_OUTPUTS:BOOL=ON
-
-//What is the path where the file UseOTB.cmake.in can be found
-OTB_SOURCE_DIR:PATH=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB
-
-//Path to a program.
-PDFLATEX_COMPILER:FILEPATH=/usr/bin/pdflatex
-
-//Path to a program.
-PERLCXXPARSER:FILEPATH=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/ParseCxxExamples.pl
-
-//Path to a program.
-PERL_EXECUTABLE:FILEPATH=/usr/bin/perl
-
-//Path to a program.
-PS2PDF_CONVERTER:FILEPATH=/usr/bin/ps2pdf14
-
-//Where the RunExamples Script is
-RUN_EXAMPLES_SCRIPT:FILEPATH=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Examples/RunExamples.pl
-
-//Value Computed by CMake
-SoftwareGuide_BINARY_DIR:STATIC=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide
-
-//Value Computed by CMake
-SoftwareGuide_SOURCE_DIR:STATIC=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide
-
-
-########################
-# INTERNAL cache entries
-########################
-
-//Advanced flag for variable: BIBTEX_COMPILER
-BIBTEX_COMPILER-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_AR
-CMAKE_AR-ADVANCED:INTERNAL=1
-//Advanced flag 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 CMakeCahe.txt was created
-CMAKE_CACHEFILE_DIR:INTERNAL=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide
-//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=2
-//Major version of cmake used to create the current loaded cache
-//
-CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 2
-//Path to CMake executable.
-CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
-//Path to ctest program executable.
-CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
-//Advanced flag for variable: CMAKE_C_COMPILER
-CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
-//full path to the compiler cmake found
-CMAKE_C_COMPILER_FULLPATH:INTERNAL=/usr/bin/gcc
-CMAKE_C_COMPILER_WORKS:INTERNAL=1
-//Advanced flag for variable: CMAKE_C_FLAGS
-CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
-CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
-CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
-CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
-CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//Path to cache edit program executable.
-CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
-//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
-CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
-CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
-//
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
-CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
-//
-CMAKE_EXE_LINKER_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=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide
-//Advanced flag for variable: CMAKE_MAKE_PROGRAM
-CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
-CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
-CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
-//
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
-//
-CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
-//
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//number of local generators
-CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=4
-//Advanced flag for variable: CMAKE_RANLIB
-CMAKE_RANLIB-ADVANCED:INTERNAL=1
-//Path to CMake installation.
-CMAKE_ROOT:INTERNAL=/usr/local/share/CMake
-//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
-CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
-CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
-//
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
-//
-CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
-//
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//Result of TRY_RUN
-CMAKE_SIZEOF_VOID_P:INTERNAL=4
-//Advanced flag for variable: CMAKE_SKIP_RPATH
-CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
-//uname command
-CMAKE_UNAME:INTERNAL=/bin/uname
-//Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
-CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
-//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
-CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: DVIPDF_CONVERTER
-DVIPDF_CONVERTER-ADVANCED:INTERNAL=1
-//Advanced flag for variable: DVIPS_CONVERTER
-DVIPS_CONVERTER-ADVANCED:INTERNAL=1
-//These files were generated
-GENERATED_FILES:INTERNAL=/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated/GeneratedFiles.txt
-//Result of TRY_COMPILE
-HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
-//Advanced flag for variable: IMAGEMAGICK_COMPOSITE_EXECUTABLE
-IMAGEMAGICK_COMPOSITE_EXECUTABLE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: IMAGEMAGICK_CONVERT_EXECUTABLE
-IMAGEMAGICK_CONVERT_EXECUTABLE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: IMAGEMAGICK_IMPORT_EXECUTABLE
-IMAGEMAGICK_IMPORT_EXECUTABLE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: IMAGEMAGICK_MOGRIFY_EXECUTABLE
-IMAGEMAGICK_MOGRIFY_EXECUTABLE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: IMAGEMAGICK_MONTAGE_EXECUTABLE
-IMAGEMAGICK_MONTAGE_EXECUTABLE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: LATEX2HTML_CONVERTER
-LATEX2HTML_CONVERTER-ADVANCED:INTERNAL=1
-//Advanced flag for variable: LATEX_COMPILER
-LATEX_COMPILER-ADVANCED:INTERNAL=1
-//Advanced flag for variable: MAKEINDEX_COMPILER
-MAKEINDEX_COMPILER-ADVANCED:INTERNAL=1
-//Advanced flag for variable: PDFLATEX_COMPILER
-PDFLATEX_COMPILER-ADVANCED:INTERNAL=1
-//Advanced flag for variable: PERL_EXECUTABLE
-PERL_EXECUTABLE-ADVANCED:INTERNAL=1
-//Advanced flag for variable: PS2PDF_CONVERTER
-PS2PDF_CONVERTER-ADVANCED:INTERNAL=1
-
diff --git a/SoftwareGuide/SoftwareGuideConfiguration.tex b/SoftwareGuide/SoftwareGuideConfiguration.tex
deleted file mode 100644
index 0dbe78c3ab..0000000000
--- a/SoftwareGuide/SoftwareGuideConfiguration.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-% Define where in the disk is the Insight source tree 
-% \def\ITKSOURCEDIR{}
-% THOMAS
-\def\ITKSOURCEDIR{/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB}
-\graphicspath{{/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/}{/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/}}
-\def\bibtexdatabasepath{/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/../Latex/Insight}
-
-
-% Define command to make reference to on-line Doxygen documentation
-\newcommand{\doxygen}[1]{
-\href{http://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}}  
-
-% Define command to make reference to on-line Doxygen documentation
-\newcommand{\subdoxygen}[2]{
-\href{http://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}}  
-
-% Define command for the standard comment introducing classes with similar functionalities
-\newcommand{\relatedClasses}{
-\textbf{The following classes provide similar functionality:}}
diff --git a/SoftwareGuide/cmake_install.cmake b/SoftwareGuide/cmake_install.cmake
deleted file mode 100644
index 29a9d49b63..0000000000
--- a/SoftwareGuide/cmake_install.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-# Install script for directory: /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide
-
-INCLUDE("/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Examples/cmake_install.cmake")
-INCLUDE("/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/cmake_install.cmake")
-INCLUDE("/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Latex/cmake_install.cmake")
-
-FILE(WRITE "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/install_manifest.txt" "")
-FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
-  FILE(APPEND "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/install_manifest.txt" "${file}\n")
-ENDFOREACH(file)
-- 
GitLab