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