X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in;h=7e0dce13cfc13a4c63400263e71b71fa4f509f41;hb=refs%2Ftags%2FV3_2_10;hp=25127807e357e208ad03bb1c0a243c58062dadb5;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa;p=modules%2Fsmesh.git diff --git a/src/Makefile.in b/src/Makefile.in index 25127807e..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 # # # @@ -25,15 +25,25 @@ # $Header$ top_srcdir=@top_srcdir@ -top_builddir=../.. +top_builddir=.. srcdir=@srcdir@ VPATH=.:@srcdir@ @COMMENCE@ -SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \ - SMESH SMESH_I SMESHFiltersSelection SMESHGUI \ - SMESH_SWIG -# OBJECT SMDS SMESHDS SMESH SMESH_I SMESHGUI +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 + +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@