Salome HOME
NRI : Merge from V1_2.
[modules/kernel.git] / src / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Patrick GOLDBRONN (CEA)
4 # Date : 28/06/2001
5 # $Header$
6 #
7
8 # source path
9 top_srcdir=@top_srcdir@
10 top_builddir=..
11 srcdir=@srcdir@
12 VPATH=.:@srcdir@
13
14
15 @COMMENCE@
16
17 SUBDIRS = MSG2QM Logger Utils PatchQt NamingService Registry ModuleCatalog DataTypeCatalog \
18           RessourcesCatalog Notification NOTIFICATION_SWIG Container TestContainer LifeCycleCORBA \
19           HDFPersist OBJECT SALOMEDS SALOMEGUI Plot2d VTKViewer OCCViewer SUPERVGraph Session Loader\
20           SALOME_SWIG TOOLSGUI SALOME_PY RegistryDisplay ModuleGenerator \
21           SALOME_PYQT
22
23 ifeq (@WITHMPICH@,yes)
24   SUBDIRS+= MPIContainer
25 endif
26
27 @MODULE@