--- /dev/null
--- /dev/null
++# Copyright (C) 2012-2015 CEA/DEN, EDF R&D
++#
++# This library is free software; you can redistribute it and/or
++# modify it under the terms of the GNU Lesser General Public
++# License as published by the Free Software Foundation; either
++# version 2.1 of the License, or (at your option) any later version.
++#
++# This library is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++# Lesser General Public License for more details.
++#
++# You should have received a copy of the GNU Lesser General Public
++# License along with this library; if not, write to the Free Software
++# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++#
++# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
++#
++
++ADD_SUBDIRECTORY(sphinx)
--- /dev/null
--- /dev/null
++# Copyright (C) 2012-2015 CEA/DEN, EDF R&D
++#
++# This library is free software; you can redistribute it and/or
++# modify it under the terms of the GNU Lesser General Public
++# License as published by the Free Software Foundation; either
++# version 2.1 of the License, or (at your option) any later version.
++#
++# This library is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++# Lesser General Public License for more details.
++#
++# You should have received a copy of the GNU Lesser General Public
++# License along with this library; if not, write to the Free Software
++# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++#
++# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
++#
++
++ADD_SUBDIRECTORY(sphinx)
--- /dev/null
-\page gui Graphical user interface
+ /*!
- href="../../dev/MED/medop-userguide-gui.html">User guide of the MED Graphical Interface</a>
++\page gui Graphical user interface
+
+ <h1>A graphical interface for standard use cases</h1>
+
+ The MED module in SALOME comes with a graphical interface that helps
+ you deal with the most standard use cases of field manipulation. The
+ user guide can be found here:
+
+ - <a class="el" target="_new"
- href="../../dev/MED/medop-specifications.html">Software
++ href="../../dev/MED/medcalc-userguide-gui.html">User guide of the MED Graphical Interface</a>
+
+ You could also be interested to read the software specifications and
+ requirements for this graphical module, and even the technical
+ considerations for development:
+
+ - <a class="el" target="_new"
- href="../../dev/MED/medop-develguide.html">Developer guide of the MED Graphical Interface (in french)</a>
++ href="../../dev/MED/medcalc-specifications.html">Software
+ specifications and requirements of the MED Graphical Interface (in french)</a>
+ - <a class="el" target="_new"
++ href="../../dev/MED/medcalc-develguide.html">Developer guide of the MED Graphical Interface (in french)</a>
+
+ */
--- /dev/null
-
- IF(SALOME_BUILD_DOC)
- ADD_SUBDIRECTORY(doc)
- ENDIF(SALOME_BUILD_DOC)
+# Copyright (C) 2012-2015 CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
+ADD_SUBDIRECTORY(cmp)
+ADD_SUBDIRECTORY(res)
+
+IF(SALOME_BUILD_GUI)
+ ADD_SUBDIRECTORY(gui)
+ENDIF()
+
+IF(SALOME_MED_ENABLE_PYTHON)
+ ADD_SUBDIRECTORY(tui)
+ ADD_SUBDIRECTORY(exe)
+ENDIF()