X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in;h=c64ecb109433b89435f4d252b44a9209994fa6e7;hb=18251ce9c72dbdec318e37a355adfe4fc5869e7f;hp=4a57fd0c3d8fb47c2057c3096d35f67dba00476a;hpb=611c96f1b845f602ce9dbdc154c6fe4425937b9b;p=modules%2Fkernel.git diff --git a/src/Makefile.in b/src/Makefile.in index 4a57fd0c3..c64ecb109 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,11 +1,29 @@ -# -* Makefile *- +# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +# # -# Author : Patrick GOLDBRONN (CEA) -# Date : 28/06/2001 -# $Header$ # +# File : Makefile.in +# Author : Patrick GOLDBRONN (CEA) +# Module : SALOME +# $Header$ -# source path top_srcdir=@top_srcdir@ top_builddir=.. srcdir=@srcdir@ @@ -14,14 +32,36 @@ VPATH=.:@srcdir@ @COMMENCE@ -SUBDIRS = MSG2QM Logger Utils PatchQt NamingService Registry ModuleCatalog DataTypeCatalog \ - RessourcesCatalog Notification NOTIFICATION_SWIG Container TestContainer LifeCycleCORBA \ - HDFPersist OBJECT SALOMEDS SALOMEGUI Plot2d VTKViewer OCCViewer SUPERVGraph Session Loader\ - SALOME_SWIG TOOLSGUI SALOME_PY RegistryDisplay ModuleGenerator \ - SALOME_PYQT +ifeq (@WITHIHM@,yes) +SUBDIRS = MSG2QM SALOMELocalTrace SALOMETraceCollector Logger Utils CASCatch PatchQt \ + GenericObj MEDWrapper NamingService Registry \ + ModuleCatalog DataTypeCatalog RessourcesCatalog \ + ResourcesManager Notification NOTIFICATION_SWIG \ + Container TestContainer LifeCycleCORBA HDFPersist Prs \ + VTKFilter OBJECT \ + TOOLSDS SALOMEDS Event \ + SALOMEGUI TOOLSGUI Plot2d VTKViewer OCCViewer \ + SUPERVGraph \ + 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 MPILifeCycleCORBA TestMPIContainer +endif -ifeq (@WITHMPICH@,yes) - SUBDIRS+= MPIContainer +ifeq (@WITH_BATCH@,yes) + SUBDIRS += Batch Batch_SWIG endif @MODULE@