Salome HOME
ENV: Windows porting.
[modules/kernel.git] / src / Makefile.in
index d97b5e791e3291965affc8017dad030349a491ee..df0e392ff8aad556b178b4c3f6692856ecb56ae2 100644 (file)
@@ -32,36 +32,21 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
-ifeq (@WITHIHM@,yes)
-SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch PatchQt \
-          GenericObj MEDWrapper NamingService Registry \
+SUBDIRS = SALOMELocalTrace SALOMETraceCollector Logger Utils \
+         CASCatch GenericObj NamingService Registry \
          ModuleCatalog DataTypeCatalog RessourcesCatalog \
-          Notification  NOTIFICATION_SWIG \
-         Container TestContainer LifeCycleCORBA HDFPersist Prs \
-         VTKFilter OBJECT \
-          TOOLSDS SALOMEDS Event \
-          SALOMEGUI TOOLSGUI Plot2d VTKViewer OCCViewer \
-         SUPERVGraph \
-         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
+          ResourcesManager Notification  NOTIFICATION_SWIG \
+         Container TestContainer LifeCycleCORBA LifeCycleCORBA_SWIG HDFPersist \
+         SALOMEDSClient TOOLSDS SALOMEDSImpl SALOMEDS KERNEL_PY \
+         ModuleGenerator Communication
 
 ifeq (@mpi_ok@,yes)
-  SUBDIRS+= MPIContainer MPILifeCycleCORBA TestMPIContainer
+  SUBDIRS+= MPIContainer TestMPIContainer
 endif
 
-ifeq (@WITHOPENPBS@,yes)
+ifeq (@WITH_BATCH@,yes)
   SUBDIRS += Batch Batch_SWIG
 endif
 
 @MODULE@
+