Salome HOME
Fixed problem with dump study and small optimization:
[modules/kernel.git] / salome_adm / unix / CMakeLists.txt
index a0b5ec4d17bc505b81800925de7fea26e1cce743..e0f1784639ef57a89f356485f48930f5703f91d8 100755 (executable)
@@ -1,35 +1,35 @@
-# Copyright (C) 2012  CEA/DEN, EDF R&D, OPEN CASCADE\r
-#\r
-# This library is free software; you can redistribute it and/or\r
-# modify it under the terms of the GNU Lesser General Public\r
-# License as published by the Free Software Foundation; either\r
-# version 2.1 of the License.\r
-#\r
-# This library is distributed in the hope that it will be useful,\r
-# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-# Lesser General Public License for more details.\r
-#\r
-# You should have received a copy of the GNU Lesser General Public\r
-# License along with this library; if not, write to the Free Software\r
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-#\r
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-#\r
-\r
-ADD_SUBDIRECTORY(config_files)\r
-\r
-SET(DEPRECATED_FILES\r
-  DEPRECATED/F77config.h.in\r
-  DEPRECATED/sstream.in\r
-  DEPRECATED/envScript.in\r
-  DEPRECATED/depend.in\r
-  DEPRECATED/make_commence.in\r
-  DEPRECATED/make_conclude.in\r
-  DEPRECATED/make_module.in\r
-  DEPRECATED/make_omniorb.in\r
-)\r
-\r
-# The deprecated files are deprecated for the KERNEL but not for the\r
-# related modules (GUI, MED, ...), for now. Some files have to be installed.\r
-INSTALL(FILES ${DEPRECATED_FILES} DESTINATION salome_adm/unix)\r
+# Copyright (C) 2012-2016  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, 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(config_files)
+
+SET(DEPRECATED_FILES
+  DEPRECATED/F77config.h.in
+  DEPRECATED/sstream.in
+  DEPRECATED/envScript.in
+  DEPRECATED/depend.in
+  DEPRECATED/make_commence.in
+  DEPRECATED/make_conclude.in
+  DEPRECATED/make_module.in
+  DEPRECATED/make_omniorb.in
+)
+
+# The deprecated files are deprecated for the KERNEL but not for the
+# related modules (GUI, MED, ...), for now. Some files have to be installed.
+INSTALL(FILES ${DEPRECATED_FILES} DESTINATION ${SALOME_INSTALL_AMCONFIG})