Salome HOME
Merge from BR_PARAVIS_LOT1_2 24/02/2010
[modules/paravis.git] / doc / CMakeLists.txt
1
2         SET(VERSION_INFO 0.0.0)
3         SET(SOVERSION_INFO 0)
4         SET(SUBDIRS)
5         SET(AM_CPPFLAGS)
6         SET(AM_CXXFLAGS)
7         SET(LDADD)
8         
9
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)
12                 
13 # PARAVIS : ParaView wrapper SALOME module
14 #
15 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
16 #
17 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
18 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
19 #
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.
24 #
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.
29 #
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
33 #
34 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
35 #
36 # -* Makefile *- 
37 #
38 # Author : Margarita KARPUNINA (OCN)
39 # Date : 05/12/2008
40 # $Header$
41 #
42
43 SET(SUBDIRS
44     salome
45 )
46
47 # dev_docs:
48 #       (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
49
50 # docs: dev_docs
51
52
53
54             FOREACH(dir ${SUBDIRS})
55             IF(NOT dir STREQUAL .)
56             ADD_SUBDIRECTORY(${dir})
57             ENDIF(NOT dir STREQUAL .)
58             ENDFOREACH(dir ${SUBDIRS})
59