X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaEficas%2FMakefile.am;h=32a14e127bf7212f0fa34959aa681822c75ae349;hb=b4ec54a708ac4f11e9c710edd09219849ebf3242;hp=1ae2f0563f649033c2e5452945623f81fe505fd9;hpb=99ea4a5b7fbfdcdb033ec034c7f235e204814078;p=modules%2Fadao.git diff --git a/src/daEficas/Makefile.am b/src/daEficas/Makefile.am index 1ae2f05..32a14e1 100644 --- a/src/daEficas/Makefile.am +++ b/src/daEficas/Makefile.am @@ -1,31 +1,45 @@ -# Copyright (C) 2010 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. +# Copyright (C) 2008-2017 EDF R&D # -# 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. +# This file is part of SALOME ADAO module # -# 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 +# 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. # -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# 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 +# +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D include $(top_srcdir)/adm_local/make_common_starter.am mypkgpythondir =$(salomepythondir)/daEficas mypkgpython_PYTHON = \ - configuration_DATASSIM.py \ - convert_datassim.py \ - DATASSIM_Cata_V0.py \ - generator_datassim.py \ - __init__.py \ - prefs_DATASSIM.py \ - prefs.py + configuration_ADAO.py \ + convert_adao.py \ + generator_adao.py \ + __init__.py \ + prefs_ADAO.py \ + prefs.py \ + traduitADAOsansToV8_3_0.py \ + traduitADAOV7_4_0ToV8_3_0.py \ + traduitADAOV7_5_0ToV8_3_0.py \ + traduitADAOV7_5_1ToV8_3_0.py \ + traduitADAOV7_6_0ToV8_3_0.py \ + traduitADAOV7_7_0ToV8_3_0.py \ + traduitADAOV7_8_0ToV8_3_0.py \ + traduitADAOV8_1_0ToV8_3_0.py \ + traduitADAOV8_2_0ToV8_3_0.py + +EXTRA_DIST = prefs_ADAO.py.in