Salome HOME
Merge from V6_main 01/04/2013
[modules/kernel.git] / bin / CMakeLists.txt
1 # Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 ADD_SUBDIRECTORY(appliskel)
21
22 CONFIGURE_FILE(VERSION.in VERSION @ONLY)
23
24 INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/VERSION DESTINATION ${KERNEL_salomebin_BINS})
25
26 # ===============================================================
27 # Files to be installed
28 # ===============================================================
29
30 # These files are data, module or lib files
31 INSTALL(FILES config_appli.xml salome.launch DESTINATION ${KERNEL_salomescript_DATA})
32
33 # These files are executable scripts
34 SET(SCRIPTS
35   appli_clean.sh
36   appli_install.sh
37   createAppli.sh
38   runIDLparser
39   runNS.sh
40   runSalome
41   runSalome.csh
42   runSalome.ksh
43   runSalome.bat
44   waitNS.sh
45   addToKillList.py
46   appli_gen.py
47   envSalome.py
48   killSalome.py
49   killSalomeWithPort.py
50   launchConfigureParser.py
51   launchSalome.py
52   nameserver.py
53   NSparam.py
54   orbmodule.py
55   ORBConfigFile.py
56   runNS.py
57   runSalome.py
58   salomeConsole.py
59   salome_session.py
60   salome_utils.py
61   searchFreePort.py
62   server.py
63   setenv.py
64   showNS.py
65   shutdownSalome.py
66   virtual_salome.py
67   waitContainers.py
68   waitNS.py
69   )
70 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS})