X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMakefile.in;h=e9ce507781b824334cde328a537ffa6dd1287764;hp=c3dd0dc5efbc6aa71beb0196b807a28b8688d969;hb=ffd567ddfa3eae0e41303e5c462c3bbe66065e32;hpb=faa1c8f2bc27c5244a34fe03584826de59cb17b3 diff --git a/src/Makefile.in b/src/Makefile.in index c3dd0dc5e..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,14 +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@ -ifeq (@WITHNETGEN@,yes) -SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \ - NETGEN SMESH SMESH_I SMESHFiltersSelection SMESHGUI \ - SMESH_SWIG -endif +SUBDIRS = \ + SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL \ + SMESH SMESH_I SMESHClient OBJECT SMESHFiltersSelection SMESHGUI SMESH_SWIG \ + MEFISTO2 StdMeshers StdMeshers_I StdMeshersGUI @MODULE@