# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR)
-PROJECT(Salome_SALOME-7.6.0p2_Profile C CXX)
+PROJECT(Salome_TUTO_COUPLING_Profile C CXX)
# Ensure a proper linker behavior:
CMAKE_POLICY(SET CMP0003 NEW)
# User options
# ============
OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON)
-OPTION(SALOME_BUILD_DOC "Generate SALOME SALOME-7.6.0p2 documentation" ON)
+OPTION(SALOME_BUILD_DOC "Generate SALOME TUTO_COUPLING documentation" ON)
IF(SALOME_BUILD_TESTS)
ENABLE_TESTING()
# ===========
SET(SALOME_INSTALL_SCRIPT_PYTHON "${SALOME_INSTALL_SCRIPT_PYTHON}" CACHE PATH "Install path: SALOME Python scripts")
-# Specific to SALOME-7.6.0P2:
-SET(SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA "${SALOME_INSTALL_RES}/salome-7.6.0p2_profile" CACHE PATH "Install path: SALOME SALOME-7.6.0P2 specific data")
-SET(SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI "${SALOME_INSTALL_DOC}/gui/${PROJECT_NAME_UC}" CACHE PATH "Install path: SALOME SALOME-7.6.0P2 gui documentation")
-SET(SALOME_SALOME-7.6.0P2_PROFILE_HTML_STATIC_PATH "${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI}/_static" CACHE PATH "Install path: SALOME SALOME-7.6.0P2 html static data")
+# Specific to TUTO_COUPLING:
+SET(SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA "${SALOME_INSTALL_RES}/tuto_coupling_profile" CACHE PATH "Install path: SALOME TUTO_COUPLING specific data")
+SET(SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI "${SALOME_INSTALL_DOC}/gui/${PROJECT_NAME_UC}" CACHE PATH "Install path: SALOME TUTO_COUPLING gui documentation")
+SET(SALOME_TUTO_COUPLING_PROFILE_HTML_STATIC_PATH "${SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI}/_static" CACHE PATH "Install path: SALOME TUTO_COUPLING html static data")
MARK_AS_ADVANCED(SALOME_INSTALL_SCRIPT_PYTHON)
SET(_salome_context_BASHRC
${KERNEL_ROOT_DIR}/bin/salome/appliskel/.bashrc
)
-SALOME_INSTALL_SCRIPTS("${_salome_context_BASHRC}" $ENV{SALOME-7.6.0P2_PROFILE_ROOT_DIR})
+SALOME_INSTALL_SCRIPTS("${_salome_context_BASHRC}" $ENV{TUTO_COUPLING_PROFILE_ROOT_DIR})
ADD_CUSTOM_TARGET(html_docs COMMAND ${_cmd})
INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"${CMAKE_COMMAND}\" --build ${PROJECT_BINARY_DIR} --target html_docs)")
-INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI})
+INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI})
SET(make_clean_files html doctrees)
SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${make_clean_files}")
-This directory contains the sources of SALOME-7.6.0p2's documentation
+This directory contains the sources of TUTO_COUPLING's documentation
master_doc = 'index'
# General information about the project.
-project = 'salome-7.6.0p2'
+project = 'tuto_coupling'
copyright = '2010-2015 CEA/DEN, EDF R&D, OPEN CASCADE, ASTEK INDUSTRIE'
# The version info for the project you're documenting, acts as replacement for
# built documents.
#
# The short X.Y version.
-version = '@SALOMESALOME-7.6.0P2_MAJOR_VERSION@.@SALOMESALOME-7.6.0P2_MINOR_VERSION@'
+version = '@SALOMETUTO_COUPLING_MAJOR_VERSION@.@SALOMETUTO_COUPLING_MINOR_VERSION@'
# The full version, including alpha/beta/rc tags.
-release = '@SALOMESALOME-7.6.0P2_VERSION@'
+release = '@SALOMETUTO_COUPLING_VERSION@'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['@SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI@/_static']
+html_static_path = ['@SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI@/_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#html_file_suffix = ''
# Output file base name for HTML help builder.
-htmlhelp_basename = 'salome-7.6.0p2doc'
+htmlhelp_basename = 'tuto_couplingdoc'
# Options for LaTeX output
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
- ('index', 'salome-7.6.0p2.tex', 'SALOME-7.6.0p2 User Documentation', 'A. Ribes', 'manual')
+ ('index', 'tuto_coupling.tex', 'TUTO_COUPLING User Documentation', 'A. Ribes', 'manual')
]
# The name of an image file (relative to this directory) to place at the top of
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-SALOME-7.6.0p2's documentation
+TUTO_COUPLING's documentation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Outline
Introduction
==========================================
-Welcome to SALOME-7.6.0p2's documentation!
+Welcome to TUTO_COUPLING's documentation!
#
# --- resources ---
-SET(SALOME-7.6.0P2_PROFILE_RESOURCES_FILES
+SET(TUTO_COUPLING_PROFILE_RESOURCES_FILES
app_icon.png
splash.png
about.png
)
# --- rules ---
-INSTALL(FILES ${SALOME-7.6.0P2_PROFILE_RESOURCES_FILES} DESTINATION ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA})
+INSTALL(FILES ${TUTO_COUPLING_PROFILE_RESOURCES_FILES} DESTINATION ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA})
# --- config ---
-SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA})
+SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA})
# --- sub-directories ---
ADD_SUBDIRECTORY( doc )
<parameter name="standalone" value=""/>
</section>
<section name="splash">
- <parameter name="image" value="%SALOME-7.6.0p2_PROFILE_ROOT_DIR%/share/salome/resources/salome-7.6.0p2_profile/splash.png"/>
+ <parameter name="image" value="%TUTO_COUPLING_PROFILE_ROOT_DIR%/share/salome/resources/tuto_coupling_profile/splash.png"/>
<parameter name="text_colors" value="#ffffff|#000000"/>
<parameter name="show_percents" value="yes"/>
<parameter name="show_progress" value="yes"/>
<parameter name="font" value="Xirod,12,normal"/>
</section>
<section name="resources">
- <parameter name="LightApp" value="%SALOME-7.6.0p2_PROFILE_ROOT_DIR%/share/salome/resources/salome-7.6.0p2_profile"/>
+ <parameter name="LightApp" value="%TUTO_COUPLING_PROFILE_ROOT_DIR%/share/salome/resources/tuto_coupling_profile"/>
</section>
</document>
sample.pdf
)
-INSTALL(FILES ${_bin_DOCUMENTS} DESTINATION ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI})
+INSTALL(FILES ${_bin_DOCUMENTS} DESTINATION ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI})
-This directory contains binaries of SALOME-7.6.0p2's documentation
+This directory contains binaries of TUTO_COUPLING's documentation
# --- rules ---
-QT4_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA}")
+QT4_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA}")
</message>
<message>
<source>ABOUT_CAPTION</source>
- <translation>About SALOME-7.6.0p2</translation>
+ <translation>About TUTO_COUPLING</translation>
</message>
<message>
<source>APP_NAME</source>
- <translation>SALOME-7.6.0p2 </translation>
+ <translation>TUTO_COUPLING </translation>
</message>
<message>
<source>APP_VERSION</source>
- <translation>V7.6.0p2</translation>
+ <translation>V1.0</translation>
</message>
<message>
<source>ABOUT_LICENSE</source>
</message>
<message>
<source>ABOUT_VERSION</source>
- <translation>Version 7.6.0p2</translation>
+ <translation>Version 1.0</translation>
</message>
<message>
<source>ABOUT_TITLE</source>
- <translation>SALOME-7.6.0p2</translation>
+ <translation>TUTO_COUPLING</translation>
</message>
</context>
</TS>
</message>
<message>
<source>ABOUT_CAPTION</source>
- <translation>A propos de SALOME-7.6.0p2</translation>
+ <translation>A propos de TUTO_COUPLING</translation>
</message>
<message>
<source>APP_NAME</source>
- <translation>SALOME-7.6.0p2 </translation>
+ <translation>TUTO_COUPLING </translation>
</message>
<message>
<source>APP_VERSION</source>
- <translation>V7.6.0p2</translation>
+ <translation>V1.0</translation>
</message>
<message>
<source>ABOUT_LICENSE</source>
</message>
<message>
<source>ABOUT_VERSION</source>
- <translation>Version 7.6.0p2</translation>
+ <translation>Version 1.0</translation>
</message>
<message>
<source>ABOUT_TITLE</source>
- <translation>SALOME-7.6.0p2</translation>
+ <translation>TUTO_COUPLING</translation>
</message>
</context>
</TS>
</message>
<message>
<source>ABOUT_CAPTION</source>
- <translation>About SALOME-7.6.0p2</translation>
+ <translation>About TUTO_COUPLING</translation>
</message>
<message>
<source>APP_NAME</source>
- <translation>SALOME-7.6.0p2 </translation>
+ <translation>TUTO_COUPLING </translation>
</message>
<message>
<source>APP_VERSION</source>
- <translation>V7.6.0p2</translation>
+ <translation>V1.0</translation>
</message>
<message>
<source>ABOUT_LICENSE</source>
</message>
<message>
<source>ABOUT_VERSION</source>
- <translation>Version 7.6.0p2</translation>
+ <translation>Version 1.0</translation>
</message>
<message>
<source>ABOUT_TITLE</source>
- <translation>SALOME-7.6.0p2</translation>
+ <translation>TUTO_COUPLING</translation>
</message>
</context>
</TS>
-This directory contains the tests of SALOME-7.6.0p2
+This directory contains the tests of TUTO_COUPLING