Salome HOME
CMake build procedure improvements:
[modules/kernel.git] / salome_adm / unix / config_files / CMakeLists.txt
index 9597663c9378ad84705360b674059382ce3f9efb..56ce303695027d6353e41e294501e54b563171ae 100755 (executable)
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
\r
-# The deprecated files are deprecated for the KERNEL but not for the\r
-# related modules (GUI, MED, ...). Some files have to be installed.\r
-SET(DEPRECATED_FILES\r
-  DEPRECATED/ac_cc_warnings.m4\r
-  DEPRECATED/ac_cxx_bool.m4\r
-  DEPRECATED/ac_cxx_mutable.m4\r
-  DEPRECATED/ac_cxx_partial_specialization.m4\r
-  DEPRECATED/ac_cxx_typename.m4\r
-  DEPRECATED/check_mico.m4\r
-  DEPRECATED/check_pthreads.m4\r
-  DEPRECATED/config.sub\r
-  DEPRECATED/config.guess\r
-  DEPRECATED/install-sh\r
-  DEPRECATED/libtool.m4\r
-  DEPRECATED/ltconfig\r
-  DEPRECATED/ltmain.sh\r
-  DEPRECATED/check_Salome.m4\r
-  DEPRECATED/check_java.m4\r
-  DEPRECATED/missing\r
-  DEPRECATED/mkinstalldirs\r
-)\r
-\r
-SET(m4_DATA\r
-  ac_cxx_depend_flag.m4\r
-  ac_cxx_have_sstream.m4\r
-  ac_cxx_namespaces.m4\r
-  ac_cxx_option.m4\r
-  ac_cxx_template_options.m4\r
-  ac_cxx_use_std_iostream.m4\r
-  ac_cxx_warnings.m4\r
-  ac_linker_options.m4\r
-  ac_check_sizeof_fortran.m4\r
-  acx_pthread.m4\r
-  check_Kernel.m4\r
-  check_boost.m4\r
-  check_cas.m4\r
-  check_corba.m4\r
-  check_cppunit.m4\r
-  check_f77.m4\r
-  check_calcium.m4\r
-  check_hdf5.m4\r
-  check_htmlgen.m4\r
-  check_sphinx.m4\r
-  check_lam.m4\r
-  check_libbatch.m4\r
-  check_mpi.m4\r
-  check_openmpi.m4\r
-  check_mpich.m4\r
-  check_omniorb.m4\r
-  check_sockets.m4\r
-  check_swig.m4\r
-  check_vtk.m4\r
-  check_withihm.m4\r
-  enable_pthreads.m4\r
-  production.m4\r
-  pyembed.m4\r
-  python.m4\r
-  check_libxml.m4\r
-  check_paco++.m4\r
-  local_install.m4\r
-  hack_libtool.m4\r
-  check_tbb.m4\r
-  check_med3.m4\r
-)\r
-INSTALL(FILES ${DEPRECATED_FILES} DESTINATION salome_adm/unix/config_files/DEPRECATED)\r
-INSTALL(FILES ${m4_DATA} DESTINATION salome_adm/unix/config_files)\r
+# The deprecated files are deprecated for the KERNEL but not for the
+# related modules (GUI, MED, ...). Some files have to be installed.
+SET(DEPRECATED_FILES
+  DEPRECATED/ac_cc_warnings.m4
+  DEPRECATED/ac_cxx_bool.m4
+  DEPRECATED/ac_cxx_mutable.m4
+  DEPRECATED/ac_cxx_partial_specialization.m4
+  DEPRECATED/ac_cxx_typename.m4
+  DEPRECATED/check_mico.m4
+  DEPRECATED/check_pthreads.m4
+  DEPRECATED/config.sub
+  DEPRECATED/config.guess
+  DEPRECATED/install-sh
+  DEPRECATED/libtool.m4
+  DEPRECATED/ltconfig
+  DEPRECATED/ltmain.sh
+  DEPRECATED/check_Salome.m4
+  DEPRECATED/check_java.m4
+  DEPRECATED/missing
+  DEPRECATED/mkinstalldirs
+)
+
+SET(m4_DATA
+  ac_cxx_depend_flag.m4
+  ac_cxx_have_sstream.m4
+  ac_cxx_namespaces.m4
+  ac_cxx_option.m4
+  ac_cxx_template_options.m4
+  ac_cxx_use_std_iostream.m4
+  ac_cxx_warnings.m4
+  ac_linker_options.m4
+  ac_check_sizeof_fortran.m4
+  acx_pthread.m4
+  check_Kernel.m4
+  check_boost.m4
+  check_cas.m4
+  check_corba.m4
+  check_cppunit.m4
+  check_f77.m4
+  check_calcium.m4
+  check_hdf5.m4
+  check_htmlgen.m4
+  check_sphinx.m4
+  check_lam.m4
+  check_libbatch.m4
+  check_mpi.m4
+  check_openmpi.m4
+  check_mpich.m4
+  check_omniorb.m4
+  check_sockets.m4
+  check_swig.m4
+  check_vtk.m4
+  check_withihm.m4
+  enable_pthreads.m4
+  production.m4
+  pyembed.m4
+  python.m4
+  check_libxml.m4
+  check_paco++.m4
+  local_install.m4
+  hack_libtool.m4
+  check_tbb.m4
+  check_med3.m4
+)
+INSTALL(FILES ${DEPRECATED_FILES} DESTINATION ${SALOME_INSTALL_AMCONFIG}/config_files/DEPRECATED)
+INSTALL(FILES ${m4_DATA} DESTINATION ${SALOME_INSTALL_AMCONFIG}/config_files)