Salome HOME
PR: merge from tag BR_CCRT2_mergeto_V2_1_0b1
[modules/kernel.git] / src / Makefile.in
index d40b8e22b424839364dd33cc9594b01fcb640c14..d97b5e791e3291965affc8017dad030349a491ee 100644 (file)
@@ -32,6 +32,7 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
+ifeq (@WITHIHM@,yes)
 SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch PatchQt \
           GenericObj MEDWrapper NamingService Registry \
          ModuleCatalog DataTypeCatalog RessourcesCatalog \
@@ -39,10 +40,21 @@ SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch PatchQt \
          Container TestContainer LifeCycleCORBA HDFPersist Prs \
          VTKFilter OBJECT \
           TOOLSDS SALOMEDS Event \
-          SALOMEGUI Plot2d VTKViewer OCCViewer \
+          SALOMEGUI TOOLSGUI Plot2d VTKViewer OCCViewer \
          SUPERVGraph \
-         Session SALOME_SWIG TOOLSGUI SALOME_PY \
+         Session SALOME_SWIG SALOME_SWIG_WITHOUTIHM SALOME_PY \
           RegistryDisplay ModuleGenerator SALOME_PYQT Loader Communication
+endif
+
+ifeq (@WITHIHM@,no)
+SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch \
+          GenericObj NamingService Registry \
+         ModuleCatalog DataTypeCatalog RessourcesCatalog \
+         Notification  NOTIFICATION_SWIG \
+         Container TestContainer LifeCycleCORBA HDFPersist Prs \
+          TOOLSDS SALOMEDS Event \
+          SALOME_SWIG_WITHOUTIHM ModuleGenerator Loader Communication
+endif
 
 ifeq (@mpi_ok@,yes)
   SUBDIRS+= MPIContainer MPILifeCycleCORBA TestMPIContainer