From ce0e2c1df86202e5890ee11649581973731e7fb4 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 26 Nov 2004 12:14:20 +0000 Subject: [PATCH] Porting on CCRT : set subdirs taking account gui/no gui --- src/Makefile.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 78d258453..d97b5e791 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -32,6 +32,7 @@ VPATH=.:@srcdir@ @COMMENCE@ +ifeq (@WITHIHM@,yes) SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch PatchQt \ GenericObj MEDWrapper NamingService Registry \ ModuleCatalog DataTypeCatalog RessourcesCatalog \ @@ -41,8 +42,19 @@ SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch PatchQt \ TOOLSDS SALOMEDS Event \ SALOMEGUI TOOLSGUI Plot2d VTKViewer OCCViewer \ SUPERVGraph \ - Session SALOME_SWIG SALOME_PY \ + Session SALOME_SWIG SALOME_SWIG_WITHOUTIHM SALOME_PY \ RegistryDisplay ModuleGenerator SALOME_PYQT Loader Communication +endif + +ifeq (@WITHIHM@,no) +SUBDIRS = MSG2QM SALOMELocalTrace Logger Utils CASCatch \ + GenericObj NamingService Registry \ + ModuleCatalog DataTypeCatalog RessourcesCatalog \ + 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 -- 2.39.2