Salome HOME
ENV: Windows porting.
[modules/kernel.git] / src / Makefile.in
index f35650e424aae48b820a39d744966c8a9dfb80bd..df0e392ff8aad556b178b4c3f6692856ecb56ae2 100644 (file)
@@ -32,20 +32,21 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
-SUBDIRS = MSG2QM SALOMELocalTrace Logger SALOMELogger Utils PatchQt \
-          GenericObj NamingService Registry \
+SUBDIRS = SALOMELocalTrace SALOMETraceCollector Logger Utils \
+         CASCatch GenericObj NamingService Registry \
          ModuleCatalog DataTypeCatalog RessourcesCatalog \
-          Notification  NOTIFICATION_SWIG \
-         Container TestContainer LifeCycleCORBA HDFPersist \
-         VTKFilter OBJECT \
-          TOOLSDS SALOMEDS \
-          SALOMEGUI Plot2d VTKViewer OCCViewer \
-         SUPERVGraph \
-         Session SALOME_SWIG TOOLSGUI SALOME_PY \
-          RegistryDisplay ModuleGenerator SALOME_PYQT Loader
-
-ifeq (@WITHMPICH@,yes)
-  SUBDIRS+= MPIContainer
+          ResourcesManager Notification  NOTIFICATION_SWIG \
+         Container TestContainer LifeCycleCORBA LifeCycleCORBA_SWIG HDFPersist \
+         SALOMEDSClient TOOLSDS SALOMEDSImpl SALOMEDS KERNEL_PY \
+         ModuleGenerator Communication
+
+ifeq (@mpi_ok@,yes)
+  SUBDIRS+= MPIContainer TestMPIContainer
+endif
+
+ifeq (@WITH_BATCH@,yes)
+  SUBDIRS += Batch Batch_SWIG
 endif
 
 @MODULE@
+