Salome HOME
matrice coloree
[tools/eficas.git] / convert / CMakeLists.txt
index 2ce0bfc50a58c9c282c8bfcfda855697f90f541f..ca96efdcbe14f7b8a35b14c4c35d664b5259c7c4 100644 (file)
 #
 # ======================================================================
 
-install ( FILES __init__.py parseur_python.py convert_python.py
-                convert_file_from_template.py
+install ( FILES __init__.py parseur_python.py convert_python.py convert_TELEMAC.py
+                convert_map.py
           DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
         )
 
-# Installation des fichiers : Open TURNS
-if (WITH_OPENTURNS)
-  install ( FILES convert_openturns_study.py convert_openturns_wrapper.py
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
-          )
-endif (WITH_OPENTURNS)
 
-# Installation des fichiers : Aster
-if (WITH_ASTER)
-  install ( FILES convert_asterv5.py
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
-          )
-  install ( DIRECTORY Parserv5
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
-           FILES_MATCHING PATTERN *.py PATTERN *.tag PATTERN README
-            PATTERN CVS EXCLUDE
-          )
-endif (WITH_ASTER)
 
-# Installation des fichiers : MAP
-if (WITH_MAP)
-  install ( FILES convert_map.py
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
-          )
-endif (WITH_MAP)
-
-# Installation des fichiers : SEP
-if (WITH_SEP)
-  install ( FILES convert_SEP.py
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/convert
-          )
-endif (WITH_SEP)
 
 ### Local Variables:
 ### mode: cmake