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