Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / Makefile.in
index 17bafb5964f60f8e9d03e2dc02531f0cc710f825..c64ecb109433b89435f4d252b44a9209994fa6e7 100644 (file)
@@ -32,14 +32,36 @@ 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
+ifeq (@WITHIHM@,yes)
+SUBDIRS = MSG2QM SALOMELocalTrace SALOMETraceCollector Logger Utils CASCatch PatchQt \
+          GenericObj MEDWrapper NamingService Registry \
+         ModuleCatalog DataTypeCatalog RessourcesCatalog \
+          ResourcesManager 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 SALOMETraceCollector Logger Utils CASCatch \
+          GenericObj NamingService Registry \
+         ModuleCatalog DataTypeCatalog RessourcesCatalog \
+         ResourcesManager 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
+endif
+
+ifeq (@WITH_BATCH@,yes)
+  SUBDIRS += Batch Batch_SWIG
 endif
 
 @MODULE@