X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in;h=c64ecb109433b89435f4d252b44a9209994fa6e7;hb=18251ce9c72dbdec318e37a355adfe4fc5869e7f;hp=684d6230548e7a8abb78b1ade1e252bcf0e4c887;hpb=8d381f95c9df11c395291909012a9ee263810493;p=modules%2Fkernel.git diff --git a/src/Makefile.in b/src/Makefile.in index 684d62305..c64ecb109 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -32,23 +32,35 @@ VPATH=.:@srcdir@ @COMMENCE@ -SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch PatchQt \ +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 \ - SALOMEGUI Plot2d VTKViewer OCCViewer \ + SALOMEGUI TOOLSGUI Plot2d VTKViewer OCCViewer \ SUPERVGraph \ - Session SALOME_SWIG TOOLSGUI SALOME_PY \ + 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 + SUBDIRS+= MPIContainer MPILifeCycleCORBA TestMPIContainer endif -ifeq (@WITHOPENPBS@,yes) +ifeq (@WITH_BATCH@,yes) SUBDIRS += Batch Batch_SWIG endif