Salome HOME
Porting to Mandrake 10.1 and new products:
[modules/kernel.git] / src / Makefile.in
index 8f779b4625c6e85d6eb24081c5d24bf21d9b9b0b..d0daa6ea2ccadc113dbad80d8cfa27adc50801cd 100644 (file)
@@ -36,7 +36,7 @@ ifeq (@WITHIHM@,yes)
 SUBDIRS = MSG2QM SALOMELocalTrace SALOMETraceCollector Logger Utils CASCatch PatchQt \
           GenericObj MEDWrapper NamingService Registry \
          ModuleCatalog DataTypeCatalog RessourcesCatalog \
-          Notification  NOTIFICATION_SWIG \
+          ResourcesManager Notification  NOTIFICATION_SWIG \
          Container TestContainer LifeCycleCORBA HDFPersist Prs \
          VTKFilter OBJECT \
           TOOLSDS SALOMEDS Event \
@@ -47,10 +47,10 @@ SUBDIRS = MSG2QM SALOMELocalTrace SALOMETraceCollector Logger Utils CASCatch Pat
 endif
 
 ifeq (@WITHIHM@,no)
-SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch \
-          GenericObj NamingService Registry \
+SUBDIRS = MSG2QM SALOMELocalTrace SALOMETraceCollector Logger Utils CASCatch \
+          GenericObj MEDWrapper NamingService Registry \
          ModuleCatalog DataTypeCatalog RessourcesCatalog \
-         Notification  NOTIFICATION_SWIG \
+         ResourcesManager Notification  NOTIFICATION_SWIG \
          Container TestContainer LifeCycleCORBA HDFPersist Prs \
           TOOLSDS SALOMEDS Event \
           SALOME_SWIG_WITHOUTIHM ModuleGenerator Loader Communication
@@ -60,7 +60,7 @@ ifeq (@mpi_ok@,yes)
   SUBDIRS+= MPIContainer MPILifeCycleCORBA TestMPIContainer
 endif
 
-ifeq (@WITHOPENPBS@,yes)
+ifeq (@WITH_BATCH@,yes)
   SUBDIRS += Batch Batch_SWIG
 endif