Salome HOME
Refactoring build procedude for homard executable
[modules/homard.git] / src / tool / ES_Xfig / CMakeLists.txt
diff --git a/src/tool/ES_Xfig/CMakeLists.txt b/src/tool/ES_Xfig/CMakeLists.txt
deleted file mode 100644 (file)
index 3204ed3..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (C) 2016-2020  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, or (at your option) any later version.
-#
-# 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
-#
-# Compilation de ES_Xfig
-
-SET(ES_Xfig_SOURCES
-    ./pppma1.F
-    ./pppma2.F
-    ./pppma3.F
-    ./pppma4.F
-    ./pppma5.F
-    ./pppxma.F
-    ./ppxma5.F
-    )
-
-INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/ES_Xfig ../Includes_Generaux)
-
-SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
-
-ADD_LIBRARY (ES_Xfig ${ES_Xfig_SOURCES})
-
-INSTALL(TARGETS ES_Xfig EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})