Salome HOME
Merge from BR_PARAVIS_LOT1_2 24/02/2010
[modules/paravis.git] / adm_local / 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 # Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
14 #           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
15 # This library is free software; you can redistribute it and/or
16 # modify it under the terms of the GNU Lesser General Public
17 # License as published by the Free Software Foundation; either 
18 # version 2.1 of the License.
19
20 # This library is distributed in the hope that it will be useful 
21 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
23 # Lesser General Public License for more details.
24
25 # You should have received a copy of the GNU Lesser General Public  
26 # License along with this library; if not, write to the Free Software 
27 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28
29 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
30
31
32 # include $(top_srcdir)/adm_local/unix/make_common_starter.am
33
34 SET(SUBDIRS
35     unix
36     cmake_files
37 )
38
39
40             FOREACH(dir ${SUBDIRS})
41             IF(NOT dir STREQUAL .)
42             ADD_SUBDIRECTORY(${dir})
43             ENDIF(NOT dir STREQUAL .)
44             ENDFOREACH(dir ${SUBDIRS})
45