Salome HOME
PR: link on Ubuntu 12.04
[modules/kernel.git] / salome_adm / unix / CMakeLists.txt
1 # Copyright (C) 2012  CEA/DEN, EDF R&D, OPEN CASCADE\r
2 #\r
3 # This library is free software; you can redistribute it and/or\r
4 # modify it under the terms of the GNU Lesser General Public\r
5 # License as published by the Free Software Foundation; either\r
6 # version 2.1 of the License.\r
7 #\r
8 # This library is distributed in the hope that it will be useful,\r
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of\r
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
11 # Lesser General Public License for more details.\r
12 #\r
13 # You should have received a copy of the GNU Lesser General Public\r
14 # License along with this library; if not, write to the Free Software\r
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
16 #\r
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
18 #\r
19 \r
20 ADD_SUBDIRECTORY(config_files)\r
21 \r
22 SET(DEPRECATED_FILES\r
23   DEPRECATED/F77config.h.in\r
24   DEPRECATED/sstream.in\r
25   DEPRECATED/envScript.in\r
26   DEPRECATED/depend.in\r
27   DEPRECATED/make_commence.in\r
28   DEPRECATED/make_conclude.in\r
29   DEPRECATED/make_module.in\r
30   DEPRECATED/make_omniorb.in\r
31 )\r
32 \r
33 # The deprecated files are deprecated for the KERNEL but not for the\r
34 # related modules (GUI, MED, ...), for now. Some files have to be installed.\r
35 INSTALL(FILES ${DEPRECATED_FILES} DESTINATION salome_adm/unix)\r