2 SET(VERSION_INFO 0.0.0)
10 SET(AM_CPPFLAGS ${AM_CPPFLAGS} -DHAVE_SALOME_CONFIG -I${KERNEL_ROOT_DIR}/include/salome -include SALOMEconfig.h)
11 SET(AM_CXXFLAGS ${AM_CXXFLAGS} -DHAVE_SALOME_CONFIG -I${KERNEL_ROOT_DIR}/include/salome -include SALOMEconfig.h)
13 # PARAVIS : ParaView wrapper SALOME module
15 # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
17 # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
18 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
20 # This library is free software; you can redistribute it and/or
21 # modify it under the terms of the GNU Lesser General Public
22 # License as published by the Free Software Foundation; either
23 # version 2.1 of the License.
25 # This library is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 # Lesser General Public License for more details.
30 # You should have received a copy of the GNU Lesser General Public
31 # License along with this library; if not, write to the Free Software
32 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
34 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
38 # Author : Margarita KARPUNINA (OCN)
51 # @@SETX@; for d in $(SUBDIRSGUI); do (cd $$d && $(MAKE) $@) || exit 1; done;
56 FOREACH(dir ${SUBDIRS})
57 IF(NOT dir STREQUAL .)
58 ADD_SUBDIRECTORY(${dir})
59 ENDIF(NOT dir STREQUAL .)
60 ENDFOREACH(dir ${SUBDIRS})