X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FMakefile.am;h=08ba9b7021475c0b7c8d924aa5b2dab92b1d7a5d;hb=70bcc2ddff02a8390065e549f766c0088746b143;hp=6408edb0683fdfe48e8b182d7ef3d60a584627ba;hpb=6e4eb47f8907a3baabd9dcf8df134813c73d416e;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/Makefile.am b/src/SMESH_I/Makefile.am index 6408edb06..08ba9b702 100644 --- a/src/SMESH_I/Makefile.am +++ b/src/SMESH_I/Makefile.am @@ -1,20 +1,20 @@ -# Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE # -# 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 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. +# 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 +# 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 +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # # SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses @@ -47,6 +47,8 @@ salomeinclude_HEADERS = \ SMESH_2smeshpy.hxx \ SMESH_NoteBook.hxx \ SMESH_Measurements_i.hxx \ + SMESH_PreMeshInfo.hxx \ + SMESH_MeshPartDS.hxx \ SMESH.hxx # Scripts to be installed. @@ -78,7 +80,8 @@ dist_libSMESHEngine_la_SOURCES = \ SMESH_Pattern_i.cxx \ SMESH_2smeshpy.cxx \ SMESH_NoteBook.cxx \ - SMESH_Measurements_i.cxx + SMESH_Measurements_i.cxx \ + SMESH_PreMeshInfo.cxx # Executables targets bin_PROGRAMS = SMESHEngine @@ -103,8 +106,11 @@ libSMESHEngine_la_CPPFLAGS = \ -I$(srcdir)/../SMESHDS \ -I$(srcdir)/../Driver \ -I$(srcdir)/../DriverMED \ + -I$(srcdir)/../DriverCGNS \ -I$(srcdir)/../SMESH \ - -I$(top_builddir)/idl + -I$(srcdir)/../SMESHUtils \ + -I$(top_builddir)/idl \ + -I$(top_builddir) libSMESHEngine_la_LDFLAGS = \ ../../idl/libSalomeIDLSMESH.la \ @@ -120,7 +126,10 @@ libSMESHEngine_la_LDFLAGS = \ -lSalomeLifeCycleCORBA \ -lTOOLSDS \ -lSalomeGenericObj \ + -lSalomeIDLKernel \ + -lSALOMELocalTrace \ $(MED_LDFLAGS) \ + -lMEDWrapper \ -lMEDWrapper_V2_2 \ -lSalomeIDLMED \ $(CAS_LDPATH) \ @@ -128,7 +137,8 @@ libSMESHEngine_la_LDFLAGS = \ -lTKBO \ -lTKShHealing \ $(GEOM_LDFLAGS) \ - -lGEOMClient + -lGEOMClient \ + -lSalomeIDLGEOM SMESHEngine_CPPFLAGS = \ $(libSMESHEngine_la_CPPFLAGS)