]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
barate: the m4 files are correctly installed when MED is compiled using CMake. This...
authorgdd <gdd>
Fri, 1 Mar 2013 14:26:28 +0000 (14:26 +0000)
committergdd <gdd>
Fri, 1 Mar 2013 14:26:28 +0000 (14:26 +0000)
adm_local/CMakeLists.txt
adm_local/unix/CMakeLists.txt [new file with mode: 0644]
adm_local/unix/config_files/CMakeLists.txt [new file with mode: 0644]

index 7d6dfa86e87ff7579148bd8500b46b6329aa7419..75d5607e14de87f54b5ca5f5a011bdc66e20ee3d 100644 (file)
@@ -17,4 +17,5 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+ADD_SUBDIRECTORY(unix)
 ADD_SUBDIRECTORY(cmake_files)
diff --git a/adm_local/unix/CMakeLists.txt b/adm_local/unix/CMakeLists.txt
new file mode 100644 (file)
index 0000000..fcdb331
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+#
+# 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.
+#
+# 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)
diff --git a/adm_local/unix/config_files/CMakeLists.txt b/adm_local/unix/config_files/CMakeLists.txt
new file mode 100644 (file)
index 0000000..20fd7f4
--- /dev/null
@@ -0,0 +1,40 @@
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+#
+# 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.
+#
+# 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
+#
+
+SET(dist_admlocalm4_DATA
+    ac_check_sizeof_fortran.m4
+    check_GUI.m4
+    check_Med.m4
+    check_Med2.m4
+    check_med3.m4
+    check_bft.m4
+    check_fvm.m4
+    check_metis.m4
+    check_parmetis.m4
+    check_scotch.m4
+    med_check_sizeof_medint.m4
+    renumber.m4
+    splitter.m4
+    with_Kernel.m4
+)
+            
+FOREACH(f ${dist_admlocalm4_DATA})
+  SET(DEST adm_local/unix/config_files)
+  INSTALL(FILES ${f} DESTINATION ${DEST})
+ENDFOREACH(f ${dist_admlocalm4_DATA})