Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
02b2b009
Commit
02b2b009
authored
19 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
nomsg
parent
cdfc959e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SoftwareGuide/CMakeCache.txt
+0
-341
0 additions, 341 deletions
SoftwareGuide/CMakeCache.txt
SoftwareGuide/SoftwareGuideConfiguration.tex
+0
-19
0 additions, 19 deletions
SoftwareGuide/SoftwareGuideConfiguration.tex
SoftwareGuide/cmake_install.cmake
+0
-10
0 additions, 10 deletions
SoftwareGuide/cmake_install.cmake
with
0 additions
and
370 deletions
SoftwareGuide/CMakeCache.txt
deleted
100644 → 0
+
0
−
341
View file @
cdfc959e
# 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
This diff is collapsed.
Click to expand it.
SoftwareGuide/SoftwareGuideConfiguration.tex
deleted
100644 → 0
+
0
−
19
View file @
cdfc959e
% 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:
}}
This diff is collapsed.
Click to expand it.
SoftwareGuide/cmake_install.cmake
deleted
100644 → 0
+
0
−
10
View file @
cdfc959e
# 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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment