]> SALOME platform Git repositories - modules/paravis.git/blob - doc/salome/CMakeLists.txt
Salome HOME
d361b5b7dc54ae3c3ac24b104a430c58c1e46c10
[modules/paravis.git] / doc / salome / 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     gui
45 )
46 SET(SUBDIRSGUI
47     gui
48 )
49
50 # dev_docs:
51 #       @@SETX@; for d in $(SUBDIRSGUI); do                (cd $$d && $(MAKE) $@) || exit 1;            done;
52
53 # docs: dev_docs
54
55
56             FOREACH(dir ${SUBDIRS})
57             IF(NOT dir STREQUAL .)
58             ADD_SUBDIRECTORY(${dir})
59             ENDIF(NOT dir STREQUAL .)
60             ENDFOREACH(dir ${SUBDIRS})
61