Salome HOME
updated copyright message
[modules/kernel.git] / salome_adm / unix / config_files / CMakeLists.txt
1 # Copyright (C) 2012-2023  CEA, EDF, 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, or (at your option) any later version.
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 # The deprecated files are deprecated for the KERNEL but not for the
21 # related modules (GUI, MED, ...). Some files have to be installed.
22 SET(DEPRECATED_FILES
23   DEPRECATED/ac_cc_warnings.m4
24   DEPRECATED/ac_cxx_bool.m4
25   DEPRECATED/ac_cxx_mutable.m4
26   DEPRECATED/ac_cxx_partial_specialization.m4
27   DEPRECATED/ac_cxx_typename.m4
28   DEPRECATED/check_mico.m4
29   DEPRECATED/check_pthreads.m4
30   DEPRECATED/config.sub
31   DEPRECATED/config.guess
32   DEPRECATED/install-sh
33   DEPRECATED/libtool.m4
34   DEPRECATED/ltconfig
35   DEPRECATED/ltmain.sh
36   DEPRECATED/check_Salome.m4
37   DEPRECATED/check_java.m4
38   DEPRECATED/missing
39   DEPRECATED/mkinstalldirs
40 )
41
42 SET(m4_DATA
43   ac_cxx_depend_flag.m4
44   ac_cxx_have_sstream.m4
45   ac_cxx_namespaces.m4
46   ac_cxx_option.m4
47   ac_cxx_template_options.m4
48   ac_cxx_use_std_iostream.m4
49   ac_cxx_warnings.m4
50   ac_linker_options.m4
51   ac_check_sizeof_fortran.m4
52   acx_pthread.m4
53   check_Kernel.m4
54   check_boost.m4
55   check_cas.m4
56   check_corba.m4
57   check_cppunit.m4
58   check_f77.m4
59   check_calcium.m4
60   check_hdf5.m4
61   check_htmlgen.m4
62   check_sphinx.m4
63   check_lam.m4
64   check_libbatch.m4
65   check_mpi.m4
66   check_openmpi.m4
67   check_mpich.m4
68   check_omniorb.m4
69   check_sockets.m4
70   check_swig.m4
71   check_vtk.m4
72   check_withihm.m4
73   enable_pthreads.m4
74   production.m4
75   pyembed.m4
76   python.m4
77   check_libxml.m4
78   check_paco++.m4
79   local_install.m4
80   hack_libtool.m4
81   check_tbb.m4
82   check_med3.m4
83   mt_check_omniorb.m4
84 )
85 INSTALL(FILES ${DEPRECATED_FILES} DESTINATION ${SALOME_INSTALL_AMCONFIG}/config_files/DEPRECATED)
86 INSTALL(FILES ${m4_DATA} DESTINATION ${SALOME_INSTALL_AMCONFIG}/config_files)