X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.in;h=e9ce507781b824334cde328a537ffa6dd1287764;hb=e83c4c9cf591a6b5291bfebb93c3858b9b3f0795;hp=09c3b8c0138669fe1b641bde2d2a4f246725039e;hpb=af37dd54654b4354558b43e5707c9612cfc8c1c3;p=modules%2Fsmesh.git diff --git a/src/Makefile.in b/src/Makefile.in index 09c3b8c01..e9ce50778 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -15,7 +15,7 @@ # 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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # # # @@ -31,9 +31,11 @@ VPATH=.:@srcdir@ @COMMENCE@ -SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \ - SMESH SMESH_I SMESHFiltersSelection SMESHGUI \ - SMESH_SWIG +MED_CXXFLAGS=@MED_CXXFLAGS@ +SUBDIRS = \ + SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL \ + SMESH SMESH_I SMESHClient OBJECT SMESHFiltersSelection SMESHGUI SMESH_SWIG \ + MEFISTO2 StdMeshers StdMeshers_I StdMeshersGUI @MODULE@