Salome HOME
Base implementation of Notebook
[modules/kernel.git] / src / Makefile.am
index 32cf716f6f6b42e9c6581f4445f84c716c5712ed..ba83ba54b7240a42bcf3e87aaf12844afaba6e41 100644 (file)
@@ -47,6 +47,7 @@ SUBDIR_CORBA = \
   Launcher \
   LifeCycleCORBA \
   LifeCycleCORBA_SWIG \
+  Notebook \
   SALOMEDSClient \
   TOOLSDS \
   SALOMEDSImpl \
@@ -68,7 +69,8 @@ SUBDIR_CPPUNIT_CORBA = \
   LifeCycleCORBA/Test \
   LifeCycleCORBA_SWIG/Test \
   SALOMEDSImpl/Test \
-  SALOMEDS/Test
+  SALOMEDS/Test \
+  Notebook/Test
 
 SUBDIR_CPPUNIT_GENERAL = \
   UnitTests
@@ -77,10 +79,6 @@ SUBDIR_MPI = \
   MPIContainer \
   TestMPIContainer
 
-SUBDIR_BATCH= \
-  Batch \
-  Batch_SWIG
-
 SUBDIR_PARALLEL= ParallelContainer
                 
 
@@ -89,7 +87,6 @@ DIST_SUBDIRS = \
   $(SUBDIR_CORBA) \
   $(SUBDIR_MPI) \
   $(SUBDIR_PARALLEL) \
-  $(SUBDIR_BATCH) \
   $(SUBDIR_CPPUNIT_BASE) \
   $(SUBDIR_CPPUNIT_CORBA) \
   $(SUBDIR_CPPUNIT_GENERAL)
@@ -101,15 +98,11 @@ DIST_SUBDIRS = \
 #
 
 if WITHONLYLAUNCHER
-  SUBDIRS = Basics Batch Batch_SWIG ResourcesManager Launcher
+  SUBDIRS = Basics ResourcesManager Launcher
 else
 
 SUBDIRS = $(SUBDIR_BASE)
 
-if WITH_BATCH
-  SUBDIRS += $(SUBDIR_BATCH)
-endif
-
 if CORBA_GEN
   SUBDIRS += $(SUBDIR_CORBA)
 endif