Salome HOME
ENV: Windows porting.
[modules/kernel.git] / src / Makefile.in
index 17bafb5964f60f8e9d03e2dc02531f0cc710f825..df0e392ff8aad556b178b4c3f6692856ecb56ae2 100644 (file)
@@ -32,14 +32,21 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
-SUBDIRS = MSG2QM Logger Utils PatchQt NamingService Registry ModuleCatalog DataTypeCatalog \
-         RessourcesCatalog Notification NOTIFICATION_SWIG Container TestContainer LifeCycleCORBA \
-          HDFPersist OBJECT TOOLSDS SALOMEDS SALOMEGUI Plot2d VTKViewer OCCViewer SUPERVGraph Session \
-         SALOME_SWIG TOOLSGUI SALOME_PY RegistryDisplay ModuleGenerator \
-         SALOME_PYQT Loader
-
-ifeq (@WITHMPICH@,yes)
-  SUBDIRS+= MPIContainer
+SUBDIRS = SALOMELocalTrace SALOMETraceCollector Logger Utils \
+         CASCatch GenericObj NamingService Registry \
+         ModuleCatalog DataTypeCatalog RessourcesCatalog \
+          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@
+