Salome HOME
Fix compilation with parallel extensions (PaCO and MPI)
[modules/kernel.git] / bin / CMakeLists.txt
index c17880a5b92f97cca4701aab1ad797a78ebc51fd..455fc61e15aaa94f3e6589de0b9f6f60d576cb2d 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # 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.
+# 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
@@ -20,7 +20,7 @@
 ADD_SUBDIRECTORY(appliskel)
 
 SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS})
-SALOME_CONFIGURE_FILE(salomeLauncherUtils.py.in salomeLauncherUtils.py)
+SALOME_CONFIGURE_FILE(salomeContextUtils.py.in salomeContextUtils.py)
 
 # ===============================================================
 # Files to be installed
@@ -49,8 +49,8 @@ SET(SCRIPTS
   runSession.py
   runConsole.py
   salomeConsole.py
-  ${CMAKE_CURRENT_BINARY_DIR}/salomeLauncherUtils.py
-  salomeRunner.py
+  ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py
+  salomeContext.py
   salome_session.py
   salome_utils.py
   searchFreePort.py
@@ -66,7 +66,6 @@ SET(SCRIPTS
 IF(SALOME_USE_PORTMANAGER)
   SET(PORTMANAGER_SCRIPTS
     PortManager.py
-    Singleton.py
     )
   LIST(APPEND SCRIPTS ${PORTMANAGER_SCRIPTS})
 ENDIF()